@charset "UTF-8";

.body--has-bg {
  position: relative;
  background: #000 top center no-repeat url("../image/background/car-auto-service-v3.jpg");
  background-size: 100%;
}

.body--has-bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(17, 28, 44, 0.8509803922);
}

.body--has-bg > * {
  z-index: 1;
}

.header {
  position: absolute;
  z-index: 200 !important;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header__top,
.header__bottom {
  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;
}

.header__top {
  position: relative;
  min-height: 52px;
}

.header__top::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.header__bottom {
  min-height: 80px;
}

.header__logo {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.header__top-logo {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
}

.header__top-contacts {
  margin-left: auto;
  display: grid;
  grid-auto-flow: column;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: #fff;
}

.header__top-actions {
  display: none;
}

.header__bottom-actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.header__bottom-actions:not(:first-child) {
  margin-left: 24px;
}

.header__user-btn {
  --btn-padding-x: 16px;
}

.header-address {
  display: grid;
  grid-auto-flow: column;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-address__ico {
  width: 12px;
  height: 12px;
  color: #fff;
  opacity: 0.45;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header-address:hover .header-address__ico {
  opacity: 1;
}

.header-address__city {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}

.header-bottom-actions {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: #fff;
}

.header-bottom-actions__btn-divider {
  position: relative;
  margin-right: 16px;
}

.header-bottom-actions__btn-divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.header-btn-wallet__ico {
  display: none;
}

.header-btn-wallet__balance {
  font-weight: 700;
}

.header-user-dropdown {
  position: relative;
}

.header-user-dropdown:hover .header-user-dropdown__toggle {
  background-color: rgba(255, 255, 255, 0.3019607843);
}

.header-user-dropdown__menu {
  right: 0;
  pointer-events: none;
}

.header-user-dropdown:hover .header-user-dropdown__menu {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
}

.intro {
}

.intro--has-background {
  background: rgba(10, 26, 49, 0.7490196078) center/cover no-repeat url("../image/background/car-auto-service.jpg");
}

.intro--has-background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(10, 26, 49, 0.7490196078);
  border-radius: inherit;
}

.intro {
  display: grid;
  gap: 48px;
}

.intro--has-pd-top {
}

.intro--has-pd-bottom {
  padding-bottom: 48px;
}

.intro--has-bg {
  position: relative;
}

.intro--has-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.intro--has-bg > * {
  z-index: 1;
}

.intro > * {
  position: relative;
  z-index: 1;
}

.intro__title {
  font-size: 72px;
  line-height: 68px;
  font-weight: 600;
  color: #fff;
}

.intro__title span {
  color: #1677FF;
}

.intro__list {
  display: grid;
  gap: 12px;
}

.intro__item {
  color: #fff;
  position: relative;
  padding-left: 16px;
}

.intro__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #1677FF;
  border-radius: 50%;
}

.intro__item span {
  font-weight: 600;
}

.intro-search {
  border-radius: 8px;
  position: relative;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-search__dropdown {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  min-width: 200px;
}

.intro-search__form {
  position: relative;
  display: contents;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.intro-search__input {
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  padding-left: 16px;
  padding-right: 208px;
  width: 100%;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.intro-search__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.intro-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.intro-search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.intro-search__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.intro-search__input::placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.intro-search .intro-search__btn {
  position: absolute;
}

.intro-search__btn {
  position: absolute;
  height: 40px;
  width: 179px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-search__ico {
  width: 16px;
  height: 16px;
  fill: white;
}

.intro-search__text {
  margin-left: 8px;
}

.intro-search__link {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 8%;
  text-underline-offset: 16%;
}

.intro-search-dropdown__toggle {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  height: 100%;
  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-color: #1677FF;
  width: 100%;
  padding: 4px 12px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.intro-search-dropdown:hover .intro-search-dropdown__toggle {
  background-color: #0958D9;
}

.intro-search-dropdown__ico {
  width: 16px;
  height: 16px;
  color: #fff;
}

.intro-search-dropdown__label {
  color: #fff;
  margin-left: 8px;
}

.intro-search-dropdown__menu {
  --dropdown-menu-width: 200px;
  left: 0;
  pointer-events: none;
}

.intro-search-dropdown:hover .intro-search-dropdown__menu {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
}

.intro-search-dropdown__link {
  min-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.8784313725);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 4px;
}

.intro-search-dropdown__link:hover {
  background-color: #F5F5F5;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
}

.contact-link__ico {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  color: #030B15;
  opacity: 0.45;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.contact-link--light .contact-link__ico {
  color: #fff;
}

.contact-link__label {
  font-size: 12px;
  line-height: 20px;
}

.contact-link--has-divider {
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.categories-brands-wrap {
  display: grid;
  gap: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 24px;
  border-radius: 16px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stats-card {
  padding: 16px;
  border-radius: 8px;
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: 100% top;
  background-color: rgba(255, 255, 255, 0.2);
}

.stats-card--products {
  background-image: url("../image/stats/stats-1.svg");
}

.stats-card--users {
  background-image: url("../image/stats/stats-2.svg");
}

.stats-card--tools {
  background-image: url("../image/stats/stats-3.svg");
}

.stats-card__label {
  color: rgba(255, 255, 255, 0.6509803922);
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.stats-card__value {
  color: #fff;
  font-size: 45px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
}

.brands__title {
  font-weight: 600;
  position: relative;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__title::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-left: 16px;
}

.brands__letter {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.footer--dark {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6509803922);
}

.footer--dark .footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer--dark .footer-company b {
  color: #fff;
}

.footer--dark .footer-info__title,
.footer--dark .footer-info__subtitle {
  color: #fff;
}

.footer--dark .footer-info__list {
  color: rgba(255, 255, 255, 0.6509803922);
}

button,
select {
  text-align: left;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

audio,
video {
  display: block;
}

img {
  max-width: 100%;
  display: block;
  border: none;
}

iframe {
  border: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr {
  border: none;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

i,
em {
  font-style: inherit;
}

dfn {
  font-style: inherit;
}

mark {
  background-color: transparent;
  color: inherit;
}

small {
  font-size: inherit;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

form {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  display: block;
  padding: 0;
  white-space: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

::-moz-input-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-input-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

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

:-webkit-autofill {
  -webkit-box-shadow: 0 0 100px #fff inset;
  box-shadow: 0 0 100px #fff inset;
  -webkit-text-fill-color: currentColor;
}

canvas {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
}

@font-face {
  font-weight: 400;
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Inter/Inter_18pt-Light.woff2), url(../fonts/Inter/Inter_18pt-Light.woff);
}

@font-face {
  font-weight: 300;
  font-family: Inter;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/Inter/Inter_18pt-LightItalic.woff2), url(../fonts/Inter/Inter_18pt-LightItalic.woff);
}

@font-face {
  font-weight: 500;
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Inter/Inter_18pt-Medium.woff2), url(../fonts/Inter/Inter_18pt-Medium.woff);
}

@font-face {
  font-weight: 600;
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Inter/Inter_18pt-SemiBold.woff2), url(../fonts/Inter/Inter_18pt-SemiBold.woff);
}

@font-face {
  font-weight: 700;
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Inter/Inter_18pt-Bold.woff2), url(../fonts/Inter/Inter_18pt-Bold.woff);
}

@font-face {
  font-weight: 700;
  font-family: Inter;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/Inter/Inter_18pt-BoldItalic.woff2), url(../fonts/Inter/Inter_18pt-BoldItalic.woff);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  color: #030B15;
}

body.fixed {
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  gap: 48px;
}

.main > * {
  min-width: 0;
}

.main--mt {
  padding-top: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 100px #fff inset;
  box-shadow: 0 0 100px #fff inset;
  -webkit-text-fill-color: currentColor;
}

.visually-hidden,
.chat__clip-input,
.checkbox__input,
.form-file-2__input,
.form-file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.nowrap {
  white-space: nowrap;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.btn {
  display: inline-grid;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  border-radius: 6px;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

.btn--filled.btn--theme-primary {
  background-color: #1677FF;
  color: #fff;
}

.btn--filled.btn--theme-primary:not(.btn--disabled):not(:disabled):is(:active) {
  background-color: #084ec5;
}

.btn--filled.btn--theme-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn--filled.btn--theme-secondary:not(.btn--disabled):not(:disabled):is(:active) {
  background-color: rgba(255, 255, 255, 0.4);
}

.btn--filled.btn--theme-light {
  color: #fff;
}

.btn--filled.btn--theme-light:not(.btn--disabled):not(:disabled):is(:active) {
  background-color: rgba(255, 255, 255, 0.3019607843);
}

.btn--outlined {
  border-width: 1px;
  border-style: solid;
}

.btn--outlined.btn--theme-primary {
  color: #1677FF;
  border: 1px solid #1677FF;
}

.btn--outlined.btn--theme-primary:not(.btn--disabled):not(:disabled):is(:active) {
  background-color: #0958D9;
}

.btn--outlined.btn--theme-secondary {
  border-color: rgba(0, 0, 0, 0.2509803922);
  color: rgba(0, 0, 0, 0.8784313725);
}

.btn--outlined.btn--theme-secondary:not(.btn--disabled):not(:disabled):is(:active) {
  border-color: rgba(0, 0, 0, 0.6470588235);
  background-color: rgba(0, 0, 0, 0.1529411765);
}

.btn--size-l {
  min-height: 40px;
  min-width: 40px;
  padding: 4px var(--btn-padding-x, 16px);
  font-size: 16px;
}

.btn--size-l .btn__ico {
  width: 16px;
  height: 16px;
}

.btn--size-m {
  min-height: 32px;
  min-width: 32px;
  padding: 4px var(--btn-padding-x, 16px);
  font-size: 14px;
}

.btn--size-m.btn--compact {
  --btn-padding-x: 4px;
}

.btn--size-m .btn__ico {
  width: 16px;
  height: 16px;
}

.btn--size-m .btn__ico--sm {
  width: 12px;
  height: 12px;
}

.btn--size-s {
  min-height: 24px;
  min-width: 24px;
  font-size: 14px;
  padding: 2px var(--btn-padding-x, 8px);
  border-radius: 4px;
}

.btn--size-s .btn__ico {
  width: 16px;
  height: 16px;
}

.btn__badge {
  position: absolute;
  top: -4px;
  right: -4px;
}

.btn-lite {
  min-width: 24px;
  min-height: 24px;
  display: inline-grid;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  grid-auto-flow: column;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

.btn-lite[disabled],
.btn-lite--disabled {
  color: rgba(0, 0, 0, 0.4509803922) !important;
  background-color: transparent !important;
  cursor: default;
}

.btn-lite:not(.btn-lite--compact) {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-lite--theme-default {
  color: var(--btn-lite-ico-color, rgba(0, 0, 0, 0.8784313725));
}

.btn-lite--theme-default:active {
  background-color: rgba(0, 0, 0, 0.1529411765);
}

.btn-lite--theme-danger {
  color: #FF4D4F;
}

.btn-lite--theme-danger:active {
  background-color: #ffd7d1;
}

.btn-lite__ico {
  width: 14px;
  height: 14px;
}

.btn-lite__ico--size-l {
  width: 20px;
  height: 20px;
}

.btn-lite--size-l {
  min-width: 32px;
  min-height: 32px;
}

.btn-lite--size-l .btn-lite__ico {
  width: 16px;
  height: 16px;
}

.btn-lite__badge {
  position: absolute;
  top: 2px;
  right: 2px;
}

.link {
  color: rgba(0, 0, 0, 0.8784313725);
  position: relative;
}

.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.8784313725);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.8784313725);
  opacity: 0;
}

.link:hover.link::after {
  opacity: 1;
}

.link--light {
  color: rgba(0, 0, 0, 0.6470588235);
}

.link--light.link::after {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.4509803922);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.4509803922);
}

.link--bright {
  color: rgba(255, 255, 255, 0.6509803922);
}

.link--bright.link::after {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3019607843);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3019607843);
}

.link--blue {
  color: #1677FF;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.link--blue.link::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.link--blue:hover {
  color: #69B1FF;
}

.logo__img {
  width: 198px;
}

.logo__text {
  font-size: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb__item {
  position: relative;
}

.breadcrumb__item--current {
  color: rgba(0, 0, 0, 0.8784313725);
}

.breadcrumb__link {
  color: rgba(0, 0, 0, 0.4509803922);
  padding-right: 24px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.breadcrumb__link::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 5px;
  text-align: center;
  width: 13px;
  height: 22px;
  color: rgba(0, 0, 0, 0.4509803922);
}

.breadcrumb__link:hover {
  color: #030B15;
  text-decoration: none;
}

.title {
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #030B15;
}

.title--mb {
  margin-bottom: 24px;
}

.title-2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.title-3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #030B15;
}

.title-4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8784313725);
}

.title-4--mb {
  margin-bottom: 12px;
}

.title-4--accent {
  color: #1677FF;
}

.section-header {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-header--mb {
  margin-bottom: 24px;
}

.section-header__group {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header__group:first-child {
  justify-self: start;
}

.section-header__group:last-child {
  justify-self: end;
}

.table {
  position: relative;
}

.table__scrollbar {
  padding-bottom: 2px;
  overflow-y: auto;
}

.table__inner {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table th,
.table td {
  padding: 8px 16px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  max-width: var(--table-col-max-width, 200px);
  height: 54px;
  display: table-cell;
}

.table th,
.table__floating-table-row:first-child {
  color: rgba(0, 0, 0, 0.6470588235);
  background-color: rgba(0, 0, 0, 0.0196078431);
}

.table tr {
  border-bottom: 1px solid #F0F0F0;
}

.table__actions {
  display: inline-grid;
  grid-auto-flow: column;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table__cell-narrow {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.table__cell-slim {
  width: 0;
}

.table__cell-min-100 {
  min-width: 100px;
}

.table__cell-min-125 {
  min-width: 125px;
}

.table__cell-min-150 {
  min-width: 150px;
}

.table th:last-child,
.table td:last-child,
.table__floating-table {
  width: var(--table-cell-last-width);
  min-width: var(--table-cell-last-width);
}

.table__floating-table {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #fff;
  -webkit-box-shadow: -8px 0px 5px -5px rgba(0, 0, 0, 0.12);
  box-shadow: -8px 0px 5px -5px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

.table-dropdown {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table-dropdown__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-dropdown__trigger {
  margin-left: 8px;
  --btn-lite-ico-color: rgba(0, 0, 0, 0.2509803922);
}

.table-head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-head-info__ico {
  color: rgba(0, 0, 0, 0.2509803922);
  margin-left: 12px;
  width: 14px;
  height: 14px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table-head-info__ico:hover {
  color: rgba(0, 0, 0, 0.4509803922);
}

.table-cel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-cel-info__ico {
  color: rgba(0, 0, 0, 0.4509803922);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table-cel-info__ico:hover {
  color: rgba(0, 0, 0, 0.6470588235);
}

.table-btn {
  width: 16px;
  height: 16px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
  color: #030B15;
}

.table-btn:hover {
  color: rgba(0, 0, 0, 0.6470588235);
}

.table-btn__ico {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 100%;
  height: 100%;
}

.table-2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-2 tr {
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #F0F0F0;
}

.table-2 td,
.table-2 th {
  padding: 16px;
}

.table-2 th {
  background-color: rgba(0, 0, 0, 0.0196078431);
  color: rgba(0, 0, 0, 0.6470588235);
}

.table-footer {
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
  margin-top: 16px;
}

.table-footer > *:last-child {
  justify-self: end;
}

.table-footer__actions {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
  justify-self: start;
}

.table-footer__info {
  color: rgba(0, 0, 0, 0.6470588235);
  text-align: center;
}

.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.status::before,
.status::after {
  background-color: #E6F4FF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}

.status--type-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.status--type-left::before {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  content: "";
}

.status--type-right::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 4px;
  position: relative;
  top: 5px;
}

.status--alone.status::before,
.status--alone.status::after {
  margin: 0;
}

.status--rejected::before,
.status--rejected::after {
  background-color: #FF4D4F;
}

.status--shipped::before,
.status--shipped::after {
  background-color: rgba(0, 0, 0, 0.4509803922);
}

.status--delayed::before,
.status--delayed::after {
  background-color: #FFF1B8;
}

.status--issued::before,
.status--issued::after {
  background-color: rgba(0, 0, 0, 0.2509803922);
}

.status--return-review::before,
.status--return-review::after {
  background-color: #FFADD2;
}

.status--shortage::before,
.status--shortage::after {
  background-color: #FFC069;
}

.status--rejected-insufficient::before,
.status--rejected-insufficient::after {
  background-color: #F759AB;
}

.status--return-sent::before,
.status--return-sent::after {
  background-color: #ADC6FF;
}

.status--incoming::before,
.status--incoming::after {
  background-color: #73D13D;
}

.status--return-completed::before,
.status--return-completed::after {
  background-color: #5CDBD3;
}

.status--arrived::before,
.status--arrived::after {
  background-color: #BAE637;
}

.status--processing::before,
.status--processing::after {
  background-color: #B37FEB;
}

.status-return {
  width: 16px;
  height: 16px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
}

.status-return--standard {
  color: #52C41A;
}

.status-return--standard:hover {
  color: #95DE64;
}

.status-return--special {
  color: #FAAD14;
}

.status-return--special:hover {
  color: #FFD666;
}

.status-return__svg {
  width: 100%;
  height: 100%;
}

.filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-bar__label {
  color: rgba(0, 0, 0, 0.6470588235);
  margin-right: 8px;
}

.filter-bar__shadow-wrap {
  position: relative;
  min-width: 0;
}

.filter-bar__shadow-wrap::before,
.filter-bar__shadow-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  opacity: 0;
  pointer-events: none;
}

.filter-bar__shadow-wrap::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0588235294)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0588235294), transparent);
}

.filter-bar__shadow-wrap::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.0588235294)), to(transparent));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.0588235294), transparent);
}

.filter-bar__shadow-wrap--left-shadow::before {
  opacity: 1;
}

.filter-bar__shadow-wrap--right-shadow::after {
  opacity: 1;
}

.filter-bar__list {
  display: grid;
  grid-auto-flow: column;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.filter-bar-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 22px;
  line-height: 1.2;
  border-radius: 4px;
  background-color: #F5F5F5;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  font-size: 12px;
}

.filter-bar-tag__desc {
  color: rgba(0, 0, 0, 0.4509803922);
}

.filter-bar-tag__remove {
  margin-left: 4px;
  padding: 1px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6470588235);
}

.filter-bar-tag__remove:hover {
  color: #030B15;
}

.product-cards {
  display: grid;
  row-gap: 16px;
}

.product-cards__list {
  display: grid;
  gap: 16px;
}

.product-cards__show-more {
  justify-self: center;
}

.product-card {
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-radius: 8px;
  padding: 16px;
  line-height: normal;
}

.product-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
}

.product-card__model-auto {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.0588235294);
  padding: 4px 8px;
  border-radius: 4px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 16px;
  max-width: 250px;
}

.product-card__date {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6470588235);
}

.product-card__status {
  margin-left: auto;
  max-width: 150px;
  color: #000;
}

.product-card__status--w100 {
  max-width: 100%;
}

.product-card__body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1529411765);
  padding-bottom: 12px;
  display: grid;
  gap: 8px;
}

.product-card__body:not(:first-child) {
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1529411765);
}

.product-card__product {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  grid-template-columns: 1fr auto;
}

.product-card__product-info {
  width: 100%;
  display: grid;
  gap: 8px;
}

.product-card__article {
  margin-left: 12px;
}

.product-card__name {
  color: #000;
  font-weight: 500;
}

.product-card__supplier {
  color: rgba(0, 0, 0, 0.6470588235);
}

.product-card__product-btns {
  align-self: start;
  display: grid;
  gap: 8px;
  justify-items: start;
}

.product-card__service-btns {
  display: grid;
  gap: 8px;
}

.product-card__info {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  padding: 6px 16px;
  min-height: 30px;
  background-color: rgba(0, 0, 0, 0.0588235294);
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.product-card__term span {
  color: rgba(0, 0, 0, 0.6470588235);
}

.product-card__sum {
  justify-self: end;
}

.product-card__actions,
.product-card__note {
  margin-top: 12px;
}

.product-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__actions--only-btns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-card__actions--has-input {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.product-card__actions > *:not(:last-child) {
  margin-right: 8px;
}

.product-card__checkbox {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.product-card__note {
  background-color: rgba(0, 0, 0, 0.0196078431);
  padding: 8px;
  font-size: 12px;
}

.alert {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 8px 12px;
}

.alert--info {
  background-color: #E6F4FF;
  border: 1px solid #91CAFF;
  color: #1677FF;
}

.alert--warning {
  background-color: #FFFBE6;
  border: 1px solid #FFE58F;
}

.alert__ico {
  margin-right: 8px;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.alert--warning .alert__ico {
  color: #FAAD14;
}

.alert__text {
  font-size: 12px;
  line-height: 20px;
}

.tippy-box[data-theme~=default] {
  background-color: #2E3C50;
  font-size: 12px;
  line-height: 16px;
}

.tippy-box[data-theme~=default] ul {
  color: #fff;
  list-style: disc;
  padding-left: 20px;
}

.tippy-box[data-theme~=default][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #2E3C50;
}

.tippy-box[data-theme~=default][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #2E3C50;
}

.tippy-box[data-theme~=default][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #2E3C50;
}

.tippy-box[data-theme~=default][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #2E3C50;
}

.tippy-box[data-theme~=light] {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8784313725);
  font-size: 12px;
  line-height: 16px;
  -webkit-box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #fff;
}

.tooltip-statistic {
  display: grid;
  gap: 8px;
}

.tooltip-statistic__indicator {
  position: relative;
  padding-left: 16px;
}

.tooltip-statistic__indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tooltip-statistic__indicator--1::before {
  background-color: #52C41A;
}

.tooltip-statistic__indicator--2::before {
  background-color: #95DE64;
}

.tooltip-statistic__indicator--3::before {
  background-color: #FAAD14;
}

.tooltip-statistic__indicator--4::before {
  background-color: #FF7875;
}

.tooltip-statistic__indicator--5::before {
  background-color: #FF4D4F;
}

.tooltip-status {
  display: grid;
  gap: 8px;
}

.tooltip-status__title {
  font-weight: 600;
}

.tooltip-status__text {
  color: rgba(0, 0, 0, 0.4509803922);
}

.tooltip-status__procent {
  display: inline-block;
  border-radius: 4px;
  background-color: #F6FFED;
  border: 1px solid #B7EB8F;
  color: #52C41A;
  min-width: 40px;
  text-align: center;
}

.tag-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -8px;
}

.tag-bar > * {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 8px;
}

.tag {
  border-width: 1px;
  border-style: solid;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 22px;
  border-radius: 4px;
  line-height: 1.2;
  display: inline-grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  grid-auto-flow: column;
  white-space: nowrap;
  font-size: 12px;
}

.tag--theme-default {
  background-color: rgba(0, 0, 0, 0.0196078431);
  border-color: #D9D9D9;
}

.tag--theme-accent {
  border-color: #91CAFF;
  background-color: #E6F4FF;
}

.tag__desc {
  color: rgba(0, 0, 0, 0.4509803922);
}

.tag--theme-default .tag__label {
  color: rgba(0, 0, 0, 0.8784313725);
}

.tag--theme-accent .tag__label {
  color: #1677FF;
}

.stepper {
  display: grid;
  row-gap: 8px;
}

.stepper__item {
  padding: 4px;
  display: grid;
  grid-template-columns: auto 100px 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  background-color: rgba(0, 0, 0, 0.0196078431);
}

.stepper__wrap-ico {
  width: 24px;
  height: 24px;
  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;
  border: 1px solid #1677FF;
  background-color: #E6F4FF;
  color: #1677FF;
}

.stepper__item--reject .stepper__wrap-ico {
  border: 1px solid #FF4D4F;
  background-color: #FFF2F0;
  color: #FF4D4F;
}

.stepper__ico {
  width: 12px;
  height: 12px;
}

.stepper__title {
  font-weight: 500;
}

.stepper__status {
  color: rgba(0, 0, 0, 0.6470588235);
}

.badge {
  border-radius: 50em;
  min-width: 12px;
  height: 12px;
  font-size: 9px;
  line-height: 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: 2px;
}

.badge--theme-light {
  background-color: #F0F0F0;
  color: #141414;
}

.badge--theme-dark {
  background-color: rgba(0, 0, 0, 0.6470588235);
  color: #F0F0F0;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.form__bottom {
  display: grid;
  grid-template-columns: 1fr 549px;
  gap: 12px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D9D9D9;
}

.form__bottom--column {
  grid-template-columns: 1fr;
  align-self: start;
  gap: 24px;
  max-width: 552px;
}

.form__column + .form__column {
  position: relative;
}

.form__column + .form__column::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  background-color: #D9D9D9;
  width: 1px;
  height: 100%;
}

.form__title {
  margin-bottom: 24px;
}

.form__wrapper-input {
  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;
}

.form__wrapper-input:not(:last-child) {
  margin-bottom: 16px;
}

.form__label {
  color: rgba(0, 0, 0, 0.8784313725);
  position: relative;
  margin-right: 12px;
  min-width: 200px;
}

.form__label span {
  color: #1677FF;
  padding-left: 4px;
}

.form__btn {
  width: 100%;
}

.form__radio-actions {
  display: grid;
  gap: 12px;
}

.form-input,
.form-textarea {
  padding: 4px 12px;
  color: rgba(0, 0, 0, 0.8784313725);
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.0196078431);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.0196078431);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.form-input:disabled,
.form-textarea:disabled {
  background-color: rgba(0, 0, 0, 0.0392156863);
}

.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input:focus,
.form-input:not(:disabled):hover,
.form-textarea:focus,
.form-textarea:not(:disabled):hover {
  border-color: #1677FF;
  -webkit-box-shadow: 0 0 0 2px #E6F4FF;
  box-shadow: 0 0 0 2px #E6F4FF;
}

.form-input-tail {
  padding: 4px 12px;
  color: rgba(0, 0, 0, 0.8784313725);
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.0196078431);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.0196078431);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
}

.form-input-tail--disabled {
  background-color: rgba(0, 0, 0, 0.0392156863);
}

.form-input-tail:focus,
.form-input-tail:not(.form-input-tail--disabled):hover {
  border-color: #1677FF;
  -webkit-box-shadow: 0 0 0 2px #E6F4FF;
  box-shadow: 0 0 0 2px #E6F4FF;
}

.form-input-tail__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input-tail__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input-tail__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input-tail__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input-tail__input::placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-input-tail__label {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8784313725);
  justify-self: end;
}

.form-input-tail--disabled .form-input-tail__label {
  color: rgba(0, 0, 0, 0.2509803922);
}

.form-textarea {
  min-height: 54px;
  resize: vertical;
}

.form-file {
  position: relative;
  border: 1px dashed #D9D9D9;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  min-height: 78px;
  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;
}

.form-file:hover {
  background-color: rgba(0, 0, 0, 0.0392156863);
}

.form-file:active {
  background-color: rgba(0, 0, 0, 0.0196078431);
}

.form-file--bg {
  background-color: rgba(0, 0, 0, 0.0196078431);
}

.form-file__content {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8784313725);
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  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;
}

.form-file--bg .form-file__content {
  color: rgba(0, 0, 0, 0.2509803922);
}

.form-file-2 {
  position: relative;
  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;
}

.form-file-2__content {
  cursor: pointer;
  width: 100%;
  height: 100%;
  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;
}

.form-file-2__action {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8784313725);
  position: relative;
}

.form-file-2__action::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../image/icon/upload.svg") no-repeat 50%;
}

.form-file-2__info {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.form-file-2__img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-file-2__text {
  font-size: 14px;
  line-height: 22px;
  color: #1677FF;
}

.form-file-2__delete {
  color: rgba(0, 0, 0, 0.4509803922);
}

.form-radio {
  position: relative;
}

.form-radio input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.form-radio input:checked + label::before {
  background-color: #1677FF;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border: 1px solid #1677FF;
}

.form-radio input:not(:disabled):not(:checked) + label:hover::before {
  border-color: #1677FF;
}

.form-radio input:disabled + label::before {
  background-color: rgba(0, 0, 0, 0.2509803922);
  -webkit-box-shadow: inset 0 0 0 3px #F5F5F5;
  box-shadow: inset 0 0 0 3px #F5F5F5;
}

.form-radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.form-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.form-date-range {
  position: relative;
}

.form-date-range::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../image/icon/calendar.svg") no-repeat 50%;
}

.form-number {
  /* Chrome, Safari, Edge */
}

.form-number input[type=number]::-webkit-outer-spin-button,
.form-number input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-number {
  /* Firefox */
}

.form-number input[type=number] {
  -moz-appearance: textfield;
}

.form-number {
  position: relative;
}

.form-number__input {
  padding-right: 24px;
}

.form-number__increment,
.form-number__decrement {
  content: "";
  position: absolute;
  border-left: 1px solid #D9D9D9;
  z-index: 10;
  right: 1px;
  width: 22px;
  height: 12px;
  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;
  color: rgba(0, 0, 0, 0.4509803922);
  background-color: rgba(0, 0, 0, 0.0196078431);
  opacity: 0;
}

.form-number__increment:hover,
.form-number__decrement:hover {
  background-color: rgba(0, 0, 0, 0.0588235294);
  color: rgba(0, 0, 0, 0.6470588235);
}

.form-number__increment {
  top: 1px;
  border-top-right-radius: inherit;
}

.form-number__decrement {
  border-top: 1px solid #D9D9D9;
  border-bottom-right-radius: inherit;
  bottom: 1px;
}

.form-number__ico {
  width: 7px;
  height: 7px;
}

.select {
  position: relative;
  width: 100%;
}

.select__text {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4509803922);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__text--active {
  color: rgba(0, 0, 0, 0.8784313725);
}

.select__ico {
  justify-self: end;
}

.select__ico svg {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.select--active .select__ico--rotate svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select__btn {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select__list {
  padding: 4px;
  width: calc(100% + 2px);
  position: absolute;
  top: 35px;
  left: -1px;
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  pointer-events: none;
}

.select__list--visible {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  pointer-events: auto;
}

.select__item {
  display: block;
  width: 100%;
  padding: 4px 12px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 4px;
}

.select__item:hover {
  background-color: #F5F5F5;
}

.select__item--active {
  background-color: #F5F5F5;
}

.select__item--selected {
  background-color: #E6F4FF;
  font-weight: 600;
  position: relative;
}

.select--multiple .select__item--selected::after {
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../image/icon/check-solid.svg") no-repeat 50%;
}

.select__item--selected:hover {
  background-color: #E6F4FF;
}

.select__item--active + .select__item--active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #E6F4FF;
  pointer-events: none;
}

.select__empty {
  padding: 4px 12px;
}

.select__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.checkbox__label {
  position: relative;
  width: var(--checkbox-label-width, 16px);
  height: var(--checkbox-label-height, 16px);
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}

.checkbox--size-l .checkbox__label {
  --checkbox-label-width: 24px;
  --checkbox-label-height: 24px;
}

.checkbox--has-text .checkbox__label {
  top: 3px;
}

.checkbox__input + .checkbox__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkbox__input:checked + .checkbox__label {
  background: #1677FF url("../image/icon/check.svg") no-repeat 50%;
  border-color: #1677FF;
}

.checkbox__text {
  color: rgba(0, 0, 0, 0.8784313725);
  margin-left: 10px;
}

.checkbox__link {
  color: #1677FF;
  border-bottom: 1px solid #1677FF;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs--horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs--vertiсal .tabs__box-btn {
  width: 216px;
  padding-top: 12px;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 1px solid #D9D9D9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tabs--horizontal .tabs__box-btn {
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
  border-right: none;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 16px;
  width: 100%;
  max-width: 321px;
}

.tabs__btn {
  width: 100%;
  color: rgba(0, 0, 0, 0.8784313725);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs--vertiсal .tabs__btn {
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.tabs--vertiсal .tabs__btn:not(:last-child) {
  margin-bottom: 16px;
}

.tabs--horizontal .tabs__btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.tabs__btn--active {
  font-weight: 600;
  color: #1677FF;
  position: relative;
}

.tabs__btn--active::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1677FF;
}

.tabs--vertiсal .tabs__btn--active::after {
  top: 0;
  right: -1px;
  height: 100%;
  width: 2px;
}

.tabs--horizontal .tabs__btn--active::after {
  top: 100%;
  right: 0;
  width: 100%;
  height: 2px;
}

.tabs--vertiсal .tabs__box-content {
  padding: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tabs__content {
  display: none;
}

.tabs__content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-2 {
  display: grid;
  gap: 24px;
}

.tabs-2__box-btn {
  max-width: 322px;
  min-height: 40px;
  border-radius: 8px;
  display: grid;
  grid-auto-flow: column;
  background-color: #F5F5F5;
  padding: 2px;
}

.tabs-2__btn {
  color: rgba(0, 0, 0, 0.6470588235);
  font-size: 16px;
  line-height: 20px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
  text-align: center;
}

.tabs-2__btn--active {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.0392156863);
  color: rgba(0, 0, 0, 0.8784313725);
}

.tabs-2__content {
  display: none;
}

.tabs-2__content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__actions {
  display: grid;
  grid-auto-flow: column;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__control,
.pagination__page {
  width: 32px;
  height: 32px;
  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-radius: 6px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid transparent;
}

.pagination__page:hover:not(.pagination__page--current) {
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.pagination__page--current {
  border-color: #1677FF;
  color: #1677FF;
  font-weight: 600;
}

.pagination__control {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8784313725);
}

.pagination__control:hover:not(.pagination__control--disabled) {
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.pagination__control--disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.1529411765);
}

.pagination__control:hover .pagination__control--disabled {
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.pagination__control svg {
  width: 14px;
  height: 14px;
}

.pagination__option {
  width: 130px;
}

.dropdown {
  font-size: 14px;
  line-height: 22px;
  width: 248px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 hsla(0, 0%, 0%, 0.12);
  box-shadow: 0 3px 6px 0 hsla(0, 0%, 0%, 0.12);
  border-radius: 6px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.12s ease;
  transition: opacity 0.12s ease;
  z-index: 5;
}

.dropdown--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown__select {
  padding: 8px;
}

.dropdown__actions {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.0588235294);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.scrollbar {
  overflow: auto;
  scroll-behavior: smooth;
}

.scrollbar::-webkit-scrollbar-corner {
  background-color: hsla(0, 0%, 100%, 0);
}

.scrollbar--is-fixed {
  margin-right: -2px;
  overflow-y: scroll;
}

.scrollbar--vertical {
  overflow-x: hidden;
  overflow-y: auto;
}

.scrollbar--horizontal {
  overflow-x: auto;
  overflow-y: hidden;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1529411765);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2509803922);
}

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

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

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 4px;
}

.accordion {
  display: grid;
  gap: 24px;
}

.accordion__item {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
}

.accordion__item-content {
  padding: 24px;
}

.accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion__btn-ico {
  width: 32px;
  height: 32px;
  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-left: 8px;
}

.accordion__item-content--active .accordion__btn-ico svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__btn-ico svg {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.8784313725);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion__content {
  padding: 24px;
  border-top: 1px solid #F0F0F0;
}

.accordion__item-content + * {
  display: none;
}

.accordion__item-content--active + * {
  display: block;
}

.action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  visibility: hidden;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, visibility 0s linear 0.2s;
  transition: transform 0.2s ease, visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
}

.action-bar--is-visible {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, visibility 0s linear 0s;
  transition: transform 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
}

.action-bar__summary {
  background-color: #1677FF;
  color: #fff;
  min-height: 23px;
  padding: 4px 8px;
  text-align: center;
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.action-bar__controls {
  background-color: #141414;
  min-height: 50px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-auto-flow: column;
}

.action-bar__select-all {
  margin-right: auto;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.action-bar__select-caption,
.action-bar__btn-label {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.action-bar__select-caption {
  margin-left: 8px;
}

.action-bar__btns {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  margin-left: 16px;
}

.action-bar__btn {
  max-width: 110px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: rgba(10, 26, 49, 0.7490196078);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.modal--open {
  visibility: visible;
  opacity: 1;
}

.modal--open .modal__inner {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal__inner {
  height: 100dvh;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.modal__inner--open-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}

.modal__inner--open-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.modal__inner--open-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.modal__content {
  position: relative;
  background-color: #fff;
  overflow-y: auto;
}

.modal__content--radius {
  border-radius: 16px;
  width: var(--modal-width, 434px);
}

.modal--wide .modal__content {
  width: 520px;
}

.modal__close {
  position: absolute;
  top: 20px;
  width: 22px;
  height: 22px;
  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;
}

.modal__close:focus {
  border: 1px solid #F0F0F0;
}

.modal__close--right {
  right: 20px;
}

.modal__close--left {
  left: 20px;
}

.modal__close svg {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.4509803922);
  -webkit-transition: scale 0.2s;
  transition: scale 0.2s;
}

.modal__close svg:hover {
  scale: 1.2;
}

.modal__header {
  display: grid;
  gap: 8px;
  padding: 20px 24px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
}

.modal__wrapper {
  display: grid;
  gap: 24px;
  padding: 12px 24px 24px;
}

.modal__form {
  display: grid;
  gap: 16px;
}

.modal__wrapper-input-login {
  position: relative;
}

.modal__wrapper-input-login::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  width: 16px;
  height: 16px;
  background: url("../image/icon/auth-user.svg") no-repeat 50%;
}

.modal__wrapper-input-password {
  position: relative;
}

.modal__input-password {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.modal__input {
  padding-left: 36px;
}

.modal__fields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__fields-item {
  font-size: 14px;
  line-height: 22px;
  color: #1677FF;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.modal__fields-item:hover {
  color: #0958D9;
}

.modal__footer {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.modal__footer--row {
  grid-auto-flow: column;
  justify-self: end;
  gap: 16px;
}

.modal__link {
  font-size: 12px;
  line-height: 20px;
  color: #1677FF;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  justify-self: center;
}

.modal__link:hover {
  color: #0958D9;
}

.drawer__content {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__inner--open-left .drawer__content {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.modal__inner--open-right .drawer__content {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.drawer__header {
  padding: 20px 24px 12px 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
}

.drawer__info {
  display: grid;
  gap: 24px;
  padding: 24px;
}

.drawer__info-blocks {
  display: grid;
  gap: 8px;
}

.drawer__info-block {
  background-color: #F5F5F5;
  padding: 16px;
  border-radius: 8px;
  display: grid;
  gap: 8px;
}

.drawer__info-text {
  font-size: 14px;
  line-height: 22px;
  color: #030B15;
}

.drawer__info-text--light {
  color: rgba(0, 0, 0, 0.4509803922);
}

.drawer__btn {
  width: 100%;
}

.drawer__form {
  display: grid;
  gap: 12px;
}

.drawer__wrapper-input {
  display: grid;
  gap: 8px;
}

.drawer__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.drawer__radio-actions {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
}

.drawer__form-content {
  display: grid;
  gap: 12px;
}

.drawer__form-container {
  display: grid;
  gap: 12px;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 12px;
}

.drawer__contacts {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.drawer__contacts-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6470588235);
  border-top: 1px solid rgba(0, 0, 0, 0.0588235294);
  padding-top: 4px;
}

.notification {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 384px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  -webkit-box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.notification--open {
  visibility: visible;
  opacity: 1;
}

.notification__ico {
  width: 24px;
  height: 24px;
  fill: #52C41A;
}

.notification__close {
  width: 22px;
  height: 22px;
  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;
}

.notification__close svg {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.4509803922);
}

.modal-order-details {
  --modal-width: 800px;
}

.modal-order-details__scrollbar {
  max-height: 50vh;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  background-color: #fff;
  padding: 4px;
  color: #030B15;
  min-width: var(--dropdown-menu-width, 183px);
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 3px 6px 0 hsla(0, 0%, 0%, 0.12);
  box-shadow: 0 3px 6px 0 hsla(0, 0%, 0%, 0.12);
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 4px;
}

.dropdown-menu__link {
  min-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.8784313725);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 4px;
}

.dropdown-menu__link:active {
  background-color: #F5F5F5;
}

.dropdown-menu__link--logout {
  margin-top: 12px;
  position: relative;
}

.dropdown-menu__link--logout::before {
  content: "";
  position: absolute;
  top: -6px;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.dropdown-menu__ico {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.brands__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(11, auto);
  grid-auto-flow: column;
  gap: 8px 24px;
}

.brands__item {
  position: relative;
  padding-left: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__letter {
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  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;
  font-size: 14px;
  line-height: 22px;
}

.categories__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.categories__item {
  background-color: #F5F5F5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories__link {
  width: 100%;
  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;
  padding: 16px 16px 16px 32px;
}

.categories__link:hover .categories__img {
  scale: 1.1;
}

.categories__img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.categories__text {
  max-width: 90px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8784313725);
}

.map__iframe {
  width: 100%;
  height: 424px;
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
}

.index-demo {
  padding: 30px;
  font-family: sans-serif;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}

.index-demo ol {
  padding: 20px 40px;
  border: 1px dashed gray;
  border-radius: 10px;
  list-style-type: decimal;
}

.index-demo li {
  color: #a6a6a6;
}

.index-demo li:not(:last-child) {
  margin-bottom: 15px;
}

.index-demo a {
  color: #000;
  padding-bottom: 2px;
  border-bottom: 1px solid gray;
}

.index-demo button {
  padding: 3px 12px;
  border: 1px solid gray;
  border-radius: 4px;
  color: #030B15;
}

.index-demo button[disabled] {
  color: lightgray;
}

.search-auto {
  display: grid;
  gap: 24px;
}

.search-auto__wrapper-input {
  position: relative;
  margin-bottom: 4px;
}

.search-auto__input-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.search-auto__input-btn svg {
  fill: rgba(0, 0, 0, 0.4509803922);
}

.search-auto__info {
  color: rgba(0, 0, 0, 0.4509803922);
}

.search-auto__link {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 8%;
  text-underline-offset: 16%;
}

.search-auto__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.search-auto-list {
  display: grid;
  gap: 24px;
}

.search-auto-list__list {
  display: grid;
  gap: 24px;
}

.search-auto-list__label {
  font-size: 14px;
  line-height: 22px;
  color: #030B15;
  display: inline-block;
  margin-bottom: 8px;
}

.search-auto-list__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.chat-list__table-row span {
  display: none;
}

.chat-list__table-cell--id {
  min-width: 69px;
}

.chat-list__table-cell--name {
  width: 100%;
}

.chat-list__table-cell--data {
  min-width: 165px;
}

.chat-list__table-cell--action {
  min-width: 176px;
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
}

.chat-list__filter-bar {
  margin-bottom: 24px;
}

.chat__header {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
}

.chat__tag {
  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-color: #E6F4FF;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 22px;
  font-size: 12px;
  line-height: 20px;
  color: #1677FF;
}

.chat__header-btn {
  width: 32px;
  height: 32px;
  position: relative;
  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-right: 8px;
}

.chat__header-btn svg {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.8784313725);
}

.chat__header-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.chat__content {
  display: grid;
  gap: 24px;
  padding: 8px;
}

.chat__form {
  display: grid;
  gap: 24px;
}

.chat__footer {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: end;
  gap: 16px;
}

.chat__clip {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
}

.chat__clip::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.chat__clip-content {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.chat__closed {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  padding: 8px;
}

.chat__closed-text {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4509803922);
}

.chat__closed-text--bold {
  font-weight: 600;
}

.chat-message {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  max-width: 90%;
}

.chat-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 8px;
}

.chat-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 16px;
  height: 8px;
  background-color: #fff;
}

.chat-message--admin {
  background-color: #F5F5F5;
}

.chat-message--admin::before {
  left: -12px;
  background-color: #F5F5F5;
}

.chat-message--admin::after {
  left: -16px;
  border-bottom-right-radius: 100%;
}

.chat-message--user {
  background-color: #E6F4FF;
  left: 10%;
}

.chat-message--user::before {
  right: -10px;
  background-color: #E6F4FF;
}

.chat-message--user::after {
  right: -16px;
  border-bottom-left-radius: 100%;
}

.chat-message__header {
  display: grid;
  grid-auto-flow: column;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 8px;
}

.chat-message__person {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4509803922);
}

.chat-message--admin .chat-message__person {
  justify-self: end;
}

.chat-message--user .chat-message__person {
  justify-self: start;
}

.chat-message__info {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-message--admin .chat-message__info {
  justify-self: start;
}

.chat-message--user .chat-message__info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  justify-self: end;
}

.chat-message__data {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4509803922);
}

.chat-message--admin .chat-message__data {
  margin-left: 8px;
}

.chat-message--user .chat-message__data {
  margin-right: 8px;
}

.chat-message__data::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  background-color: #D9D9D9;
  border-radius: 50%;
}

.chat-message--admin .chat-message__data::after {
  left: -8px;
}

.chat-message--user .chat-message__data::after {
  right: -8px;
}

.chat-message__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.chat-message--admin .chat-message__name {
  color: rgba(0, 0, 0, 0.8784313725);
}

.chat-message--user .chat-message__name {
  color: #1677FF;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.chat-message__text {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4509803922);
}

.chat-message--admin .chat-message__text {
  justify-self: start;
}

.chat-message--user .chat-message__text {
  justify-self: end;
}

.chat-message__img {
  display: grid;
  gap: 8px;
  max-width: 360px;
  max-height: 360px;
}

.chat-message--admin .chat-message__img {
  justify-self: start;
}

.chat-message--user .chat-message__img {
  justify-self: end;
}

.orders__filter-bar {
  margin-bottom: 24px;
}

.orders {
  --table-cell-last-width: 160px;
}

.orders__address {
  width: 128px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: default;
}

.orders__summary {
  margin-top: 48px;
  table-layout: fixed;
}

.product__content {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 216px 1fr;
  gap: 24px;
}

.product__img-wrapper {
  width: 216px;
  height: 216px;
  margin: 0 auto;
}

.product__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.product__wrapper-info {
  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-color: #F5F5F5;
  border-radius: 8px;
  height: 154px;
}

.product__info {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4509803922);
}

.product__pagination {
  margin-top: 16px;
  margin-left: auto;
}

.garage__action {
  position: relative;
  margin-left: 8px;
}

.garage__action::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.garage__info {
  display: grid;
  gap: 24px;
}

.garage__card {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 200px 1fr 1fr;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
}

.garage__photo {
  width: 200px;
  height: 200px;
}

.garage__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.garage__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.garage__term {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4509803922);
  min-width: auto;
}

.garage__value {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8784313725);
  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;
}

.garage__copy {
  margin-left: 4px;
}

.garage__person {
  position: relative;
  padding-right: 32px;
}

.garage__person::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.0588235294);
}

.garage__edit {
  position: absolute;
  top: 0;
  right: 0;
}

.garage__table {
  --table-cell-last-width: 136px;
  min-width: 0;
}

.finance__info {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.finance__left {
  grid-column: 1;
  grid-row: 1;
}

.finance__right {
  grid-column: 2;
  grid-row: 1;
}

.finance__bottom {
  grid-column: 1/3;
  grid-row: 2;
}

.finance__select-wrapper {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.finance__select {
  width: 352px;
  max-width: 100%;
}

.finance-table-1 td span,
.finance-table-2 td span,
.finance-table-3 td span {
  display: none;
  color: rgba(0, 0, 0, 0.6470588235);
}

.finance-table-3__data {
  min-width: 142px;
}

.finance-table-3__balance--accent {
  color: #52C41A;
}

.finance-table-3__balance--bad {
  color: #FF4D4F;
}

.finance-table-3__document {
  min-width: 184px;
}

.finance-table-3__comment {
  width: 100%;
  grid-area: comment;
}

.finance-table-3__wrapper-btn {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
}

.finance-table-3__download {
  max-width: 136px;
}

.finance-block {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  padding: 12px;
  display: grid;
  gap: 24px;
}

.page-text__content p,
.page-text__content span,
.page-text__content li {
  color: rgba(0, 0, 0, 0.6470588235);
}

.page-text__content ul {
  margin-bottom: 24px;
  list-style-type: circle;
  padding-left: 24px;
}

.page-text__content a {
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.page-text__content li:not(:last-child) {
  margin-bottom: 12px;
}

.page-text__content p {
  margin-bottom: 24px;
}

.page-text__content b {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6470588235);
}

.page-text__content,
.page-text__img {
  margin-bottom: 48px;
}

.page-text__content > *:last-child {
  margin-bottom: 0;
}

.favorites {
  --table-cell-last-width: 136px;
}

.cart {
  --table-cell-last-width: 176px;
}

.cart__alert {
  margin-bottom: 32px;
}

.cart__total {
  margin-top: 48px;
}

.cart-total__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-total__actions {
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.0588235294);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.cart-total__pickup {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-total__pickup-caption {
  color: rgba(0, 0, 0, 0.6470588235);
}

.cart-total__pickup-option {
  width: 320px;
}

.cart-total__order {
  margin-left: 8px;
  min-width: 312px;
}

.cart-total__legal-confirm {
  margin-top: 16px;
  margin-left: auto;
  max-width: 312px;
  width: 100%;
}

.details__wrapper {
  border: 1px solid #F0F0F0;
  padding: 24px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 448px 1fr;
}

.details__sidebar {
  padding-right: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.0588235294);
}

.details__tree {
  display: grid;
  gap: 24px;
  width: 100%;
}

.details__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.details__search-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.0196078431);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.0196078431);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-margin-end: -1px;
  margin-inline-end: -1px;
}

.details__search-input:focus,
.details__search-input:not(:disabled):hover {
  border-color: #1677FF;
  -webkit-box-shadow: 0 0 0 2px #E6F4FF;
  box-shadow: 0 0 0 2px #E6F4FF;
}

.details__search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.details__search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.details__search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.details__search-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.details__search-input::placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}

.details__search-btn {
  border: 1px solid #D9D9D9;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 32px;
  height: 32px;
  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: 2px;
}

.details__search-btn:hover {
  border-color: #1677FF;
  -webkit-box-shadow: 0 0 0 2px #E6F4FF;
  box-shadow: 0 0 0 2px #E6F4FF;
}

.details__search-btn svg {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.8784313725);
}

.details__list {
  display: grid;
  gap: 4px;
}

.details__item--open .details__list:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 40px;
  width: 1px;
  height: calc(100% - 24px);
  background-color: rgba(0, 0, 0, 0.1529411765);
}

.details__item {
  display: grid;
  gap: 4px;
}

.details__item--open {
  position: relative;
}

.details__item--open:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 12px;
  width: 1px;
  height: calc(100% - 24px);
  background-color: rgba(0, 0, 0, 0.1529411765);
}

.details__item--open .details__item {
  position: relative;
}

.details__item--open .details__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: -9px;
  width: 12px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1529411765);
}

.details__group {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
}

.details__group + .details__list {
  margin-left: 50px;
}

.details__label {
  position: relative;
  padding-left: 28px;
}

.details__label:before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../image/icon/folder.svg") no-repeat 50%;
}

.details__item--open .details__label::before {
  background-image: url("../image/icon/folder-open.svg");
}

.details__sublist {
  display: grid;
  gap: 4px;
  margin-left: 44px;
  position: relative;
}

.details__sublist:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1529411765);
}

.details__subitem {
  position: relative;
  padding-left: 12px;
}

.details__subitem:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1px;
  width: 12px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1529411765);
}

.details__link {
  min-height: 24px;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  padding-left: 4px;
  padding-right: 4px;
}

.details__link--active,
.details__link:hover {
  background-color: #E6F4FF;
}

.details__nodes {
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  border-radius: 8px;
  width: 376px;
  padding: 16px 4px;
}

.details__scrollbar {
  max-height: 420px;
}

.details__nodes-list {
  display: grid;
  gap: 4px;
  padding-left: 16px;
  padding-right: 4px;
}

.details__nodes-link {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  min-height: 24px;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
}

.details__nodes-link--active,
.details__nodes-link:hover {
  background-color: #E6F4FF;
}

.details__nodes-link::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.8784313725);
  border-radius: 50%;
}

.details__main {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 48px;
  padding-left: 24px;
}

.details__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.details__row:not(:last-child) {
  position: relative;
}

.details__row:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -24px;
  background-color: rgba(0, 0, 0, 0.0588235294);
  width: 100%;
  height: 1px;
}

.details__row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.details__card {
  display: grid;
  gap: 24px;
  grid-template-rows: auto 1fr;
}

.details__card:last-child {
  position: relative;
}

.details__card:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  background-color: rgba(0, 0, 0, 0.0588235294);
  width: 1px;
  height: 100%;
}

.details__card-2 {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.details__card-img {
  width: 200px;
  height: 200px;
}

.details__card-img--large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.details__content {
  display: grid;
  gap: 24px;
  position: relative;
  grid-template-rows: auto 1fr;
}

.details__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  background-color: rgba(0, 0, 0, 0.0588235294);
  width: 1px;
  height: 100%;
}

.details__sparepart {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details__sparepart:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
  margin-bottom: 12px;
}

.details__sparepart-num {
  color: rgba(0, 0, 0, 0.4509803922);
}

.archive {
  --table-cell-last-width: 150px;
}

.search__content {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.search__info {
  justify-self: start;
}

.search__result {
  min-width: 0;
}

.search__result-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.search__result-title svg {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.4509803922);
}

.search__table {
  --table-cell-last-width: 182px;
}

.search__form-number {
  width: 70px;
}

.search-filter__list {
  display: grid;
  gap: 8px;
}

.search-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-filter__price {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.6470588235);
  font-size: 12px;
}

.catalog-search-result__table {
  --table-cell-last-width: 205px;
}

.catalog-search-result-card {
  display: grid;
  gap: 8px;
}

.catalog-search-result-card__head,
.catalog-search-result-card__box,
.catalog-search-result-card__foot {
  display: grid;
  gap: 4px;
}

.catalog-search-result-card__head {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1529411765);
}

.catalog-search-result-card__box {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.0196078431);
  border-radius: 8px;
}

.catalog-search-result-card__foot {
  border-top: 1px solid rgba(0, 0, 0, 0.1529411765);
  padding-top: 8px;
}

.catalog-search-result-card__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4px;
}

.catalog-search-result-card__label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6470588235);
}

.detail-search__view-offers {
  margin-left: auto;
}

.footer__top {
  padding-top: 48px;
  padding-bottom: 16px;
}

.footer__bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.0588235294);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  font-size: 12px;
  line-height: 20px;
}

.footer__copyright {
  grid-area: copy;
}

.footer__top-container {
  display: grid;
  grid-template-columns: 1fr repeat(3, 216px);
  gap: 24px;
  grid-template-areas: "company category contacts schedule";
}

.footer__company {
  grid-area: company;
}

.footer__category {
  grid-area: category;
}

.footer__contacts {
  grid-area: contacts;
}

.footer__schedule {
  grid-area: schedule;
}

.footer__bottom-container {
  display: grid;
  grid-template-columns: 1fr repeat(3, 216px);
  gap: 24px;
  grid-template-areas: "copy privacy offer pay";
  justify-items: start;
}

.footer__privacy {
  grid-area: privacy;
}

.footer__offer {
  grid-area: offer;
}

.footer__pay {
  grid-area: pay;
}

.footer-company__list {
  margin-top: 32px;
}

.footer-company__item {
  font-size: 12px;
}

.footer-company__item b {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8784313725);
}

.footer-info__title {
  margin-bottom: 32px;
}

.footer-info__subtitle {
  margin-bottom: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8784313725);
}

.footer-info__list {
  display: grid;
  row-gap: 8px;
}

.footer-info__list:not(:last-child) {
  margin-bottom: 16px;
}

.d-none {
  display: none;
}

@media (max-width: 1440px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 1380px) {
  .finance__info {
    grid-template-columns: 1fr;
  }

  .finance__left {
    grid-column: 1/3;
    grid-row: 1;
  }

  .finance__right {
    grid-column: 1/3;
    grid-row: 2;
  }

  .finance__bottom {
    grid-row: 3;
  }
}

@media (max-width: 1350px) {
  .stats-card__value {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 1230px) {
  .footer__copyright {
    max-width: 340px;
    padding-right: 16px;
  }
}

@media (max-width: 1199.98px) {
  .form__top {
    grid-template-columns: 1fr;
    gap: 24px;
    align-self: center;
  }

  .form__top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .form__bottom--column {
    gap: 12px;
    max-width: 100%;
  }

  .form__bottom {
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

  .form__column {
    min-width: 530px;
    width: 100%;
  }

  .form__column + .form__column {
    padding-top: 24px;
  }

  .form__column + .form__column::after {
    width: 100%;
    height: 1px;
    left: 0;
  }

  .brands__list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(12, auto);
  }

  .map__iframe {
    height: 350px;
  }

  .details__wrapper {
    grid-template-columns: auto 1fr;
  }

  .details__row {
    grid-template-columns: 1fr;
  }

  .details__row:not(:last-child)::before {
    display: none;
  }

  .details__card:last-child::before {
    display: none;
  }

  .footer__top-container {
    gap: 8px;
  }

  .footer__bottom-container {
    gap: 8px;
  }

  .footer-company__item {
    display: grid;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-grid {
    display: grid;
  }

  .d-xl-none {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .header-btn-wallet {
    --header-btn-padding-x: 8px;
  }

  .header-btn-wallet__ico {
    display: block;
  }

  .header-btn-wallet__caption {
    display: none;
  }

  .header-user-dropdown__toggle {
    --header-btn-padding-x: 8px;
  }


  .intro--has-pd-bottom {
    padding-bottom: 24px;
  }

  .intro__title {
    font-size: 56px;
    line-height: 1.2;
  }

  .intro-search__input {
    height: 56px;
  }

  .intro-search__btn {
    right: 8px;
  }

  .intro-search-dropdown__toggle {
    min-width: 100%;
  }

  .main {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 24px;
  }

  .main--mt {
    padding-top: 0;
  }

  .title {
    font-size: 24px;
    line-height: 1.2;
  }

  .title-2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .table-footer > *:last-child {
    justify-self: center;
  }

  .table-footer {
    grid-auto-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
  }

  .table-footer__actions {
    justify-self: center;
  }

  .tabs--vertiсal .tabs__box-btn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 150px;
  }

  .tabs--vertiсal .tabs__btn:not(:last-child) {
    margin-bottom: 8px;
  }

  .tabs--vertiсal .tabs__btn {
    padding: 12px;
    text-align: left;
  }

  .tabs-2__box-btn {
    max-width: 100%;
  }

  .brands__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(15, auto);
  }

  .categories__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .orders__summary {
    margin-top: 24px;
  }

  .garage__card {
    gap: 24px;
  }

  .cart-total__order {
    min-width: auto;
  }

  .details__wrapper {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .details__sidebar {
    padding-right: 0;
    border-right: none;
  }

  .details__nodes {
    width: 100%;
  }

  .details__main {
    padding-left: 0;
  }

  .details__row {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .details__row:not(:last-child)::before {
    display: block;
  }

  .details__card:last-child::before {
    display: block;
  }

  .footer__top-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    grid-template-areas: "company category" "contacts schedule";
  }

  .footer__bottom-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "copy privacy" "copy offer" "copy pay";
  }

  .footer-info__title {
    margin-bottom: 8px;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-grid {
    display: grid;
  }
}

@media (max-width: 850px) {
  .stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 830px) {
  .garage__card {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0;
  }

  .garage__car {
    grid-column: 2;
  }

  .garage__photo {
    grid-column: 1;
    grid-row: span 2;
  }

  .garage__person {
    grid-column: 2;
    grid-row: 1;
  }

  .garage__person::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header--is-fixed-hidden {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  .header--is-fixed-visible {
    background-color: rgba(0, 0, 0, 0.8784313725);
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  }

  .header__top,
  .header__bottom {
    min-height: 46px;
  }

  .header__top-contacts {
    display: none;
  }

  .header__top-actions {
    margin-left: 8px;
    display: grid;
    grid-auto-flow: column;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .header__bottom-actions:not(:first-child) {
    margin-left: 8px;
  }

  .header__user-btn {
    --btn-padding-x: 4px;
  }

  .header-bottom-actions {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .intro {
    gap: 24px;
    /* padding-top: 108px; */
  }

  .intro--has-pd-top {
    /* padding-top: 144px; */
  }

  .intro__title {
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
  }

  .intro-search__dropdown {
    min-width: 32px;
  }

  .intro-search__input {
    padding-left: 8px;
    padding-right: 48px;
    font-size: 14px;
    line-height: 1.2;
    height: 40px;
  }

  .intro-search__btn {
    height: auto;
    width: auto;
    right: 4px;
  }

  .intro-search__text {
    display: none;
    margin-left: 0;
  }

  .intro-search-dropdown__toggle {
    min-width: 32px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .intro-search-dropdown__label {
    display: none;
  }

  body {
    /* padding-top: 92px; */
  }

  .logo__img {
    width: 120px;
  }

  .title {
    font-size: 20px;
  }

  .title--mb {
    margin-bottom: 16px;
  }

  .title-2 {
    font-size: 16px;
  }

  .title-4--mb {
    margin-bottom: 12px;
  }

  .section-header--mb {
    margin-bottom: 16px;
  }

  .table th,
  .table td {
    padding-left: 8px;
    padding-right: 8px;
  }

  .table-2 td,
  .table-2 th {
    padding: 8px;
  }

  .filter-bar__label {
    display: none;
  }

  .filter-bar-tag {
    min-height: 40px;
  }

  .filter-bar-tag__remove {
    width: 24px;
    height: 24px;
    padding: 5px;
  }

  .stepper__item {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 12px;
    line-height: 1.3;
  }

  .stepper__wrap-ico {
    width: 18px;
    height: 18px;
  }

  .stepper__ico {
    width: 8px;
    height: 8px;
  }

  .form__top {
    width: 100%;
  }

  .form__bottom {
    width: 100%;
  }

  .form__column {
    min-width: auto;
  }

  .form__wrapper-input {
    -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;
  }

  .form__label {
    padding-left: 12px;
    margin-bottom: 8px;
    min-width: 100%;
  }

  .form-input,
  .form-textarea {
    min-width: 100%;
  }

  .tabs--vertiсal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs--vertiсal .tabs__box-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
    max-width: 100%;
    margin-bottom: 24px;
    width: auto;
  }

  .tabs--horizontal .tabs__box-btn {
    gap: 12px;
  }

  .tabs--vertiсal .tabs__btn:not(:last-child) {
    margin-bottom: 0;
  }

  .tabs--vertiсal .tabs__btn {
    padding: 0 4px;
    text-align: center;
  }

  .tabs--vertiсal .tabs__btn--active::after {
    top: 100%;
    right: 0;
    width: 100%;
    height: 2px;
  }

  .tabs--vertiсal .tabs__box-content {
    padding: 0;
  }

  .modal__close--left {
    left: 12px;
  }

  .modal__close {
    top: 16px;
  }

  .modal__form {
    gap: 12px;
  }

  .modal__fields-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal__fields-item {
    margin-top: 8px;
  }

  .drawer__content {
    width: 90%;
  }

  .drawer__header {
    padding: 16px 16px 12px 40px;
  }

  .drawer__info {
    padding: 12px;
  }

  .drawer__info-blocks {
    gap: 4px;
  }

  .drawer__info-block {
    padding: 12px;
  }

  .drawer__wrapper-input {
    gap: 0;
  }

  .dropdown-menu {
    display: none;
  }

  .brands__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(20, auto);
  }

  .categories__link {
    padding: 8px;
  }

  .search-auto {
    gap: 12px;
  }

  .search-auto-list {
    gap: 12px;
  }

  .search-auto-list__list {
    gap: 12px;
  }

  .orders__header-btn {
    --btn-padding-x: 4px;
  }

  .product__content {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product__img-wrapper {
    width: 350px;
    height: 280px;
    background-color: rgba(0, 0, 0, 0.0196078431);
  }

  .product__pagination {
    margin-right: auto;
  }

  .finance__info {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .finance__left {
    grid-column: 1;
    grid-row: 1;
  }

  .finance__right {
    grid-column: 2;
    grid-row: 1;
  }

  .finance__bottom {
    grid-column: 1/3;
    grid-row: 2;
  }

  .finance__select {
    min-width: 240px;
    max-width: 170px;
  }

  .finance-table-1 tr,
  .finance-table-2 tr,
  .finance-table-3 tr {
    display: grid;
    border: none;
  }

  .finance-table-1 tr:first-child,
  .finance-table-2 tr:first-child,
  .finance-table-3 tr:first-child {
    display: none;
  }

  .finance-table-1 td,
  .finance-table-2 td,
  .finance-table-3 td {
    padding: 0;
  }

  .finance-table-1 td span,
  .finance-table-2 td span,
  .finance-table-3 td span {
    display: inline-block;
  }

  .finance-table-3 tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    grid-template-areas: "data comment" "payment comment" "shipped document" "balance document";
    padding-top: 8px;
    padding-bottom: 12px;
    grid-template-rows: auto;
  }

  .finance-table-3 tr:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
  }

  .finance-table-3__data {
    min-width: auto;
    grid-area: data;
  }

  .finance-table-3__payment {
    grid-area: payment;
  }

  .finance-table-3__shipped {
    grid-area: shipped;
  }

  .finance-table-3__balance {
    grid-area: balance;
  }

  .finance-table-3__document {
    min-width: auto;
    grid-area: document;
  }

  .finance-table-3__wrapper-btn {
    gap: 8px;
    grid-auto-flow: row;
  }

  .finance-block {
    gap: 8px;
  }

  .page-text__content ul {
    margin-bottom: 16px;
  }

  .page-text__content p {
    margin-bottom: 16px;
  }

  .page-text__content,
  .page-text__img {
    margin-bottom: 24px;
  }

  .cart__alert {
    margin-bottom: 16px;
  }

  .details__wrapper {
    padding: 12px;
  }

  .details__row-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .details__card-img--large {
    height: 300px;
  }

  .search__form-number {
    width: 100px;
  }

  .footer__top {
    padding-top: 24px;
  }

  .d-md-block {
    display: block;
  }

  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-md-grid {
    display: grid;
  }

  .d-md-none {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .stats-card__value {
    font-size: 28px;
    line-height: 34px;
  }

  .section-header--mobile-row {
    grid-auto-flow: row;
  }

  .section-header--mobile-row .section-header__group:last-child {
    justify-self: start;
  }

  .table__floating-table {
    display: none;
  }

  .stepper__item {
    grid-template-columns: auto 100px 1fr;
    grid-template-areas: "ico title date" "ico title status";
  }

  .stepper__wrap-ico {
    grid-area: ico;
  }

  .stepper__title {
    grid-area: title;
  }

  .stepper__date {
    grid-area: date;
  }

  .stepper__status {
    grid-area: status;
  }

  .pagination__option {
    display: none;
  }

  .accordion__item-content {
    padding: 12px;
  }

  .accordion__content {
    padding: 12px;
  }

  .notification {
    width: 100%;
    border-radius: 0;
    padding: 12px;
  }

  .brands__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(30, auto);
  }

  .categories__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .categories__link {
    padding-left: 16px;
  }

  .categories__text {
    max-width: 100%;
  }

  .chat-list__table-row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "name action" "id data";
  }

  .chat-list__table-row span {
    display: inline-block;
  }

  .chat-list__table-cell--id {
    grid-area: id;
    padding-top: 0;
    min-width: auto;
  }

  .chat-list__table-cell--name {
    grid-area: name;
    width: auto;
  }

  .chat-list__table-cell--data {
    grid-area: data;
    padding-top: 0;
    justify-self: right;
    min-width: auto;
  }

  .chat-list__table-cell--action {
    grid-area: action;
    min-width: auto;
  }

  .chat-message__header {
    grid-auto-flow: row;
  }

  .chat-message--user .chat-message__person {
    justify-self: end;
  }

  .chat-message--admin .chat-message__person {
    justify-self: start;
  }

  .chat-message--user .chat-message__info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .product__img-wrapper {
    width: 100%;
    height: 250px;
  }

  .garage__card {
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
  }

  .garage__car {
    grid-column: 1;
    grid-row: 3;
  }

  .garage__photo {
    grid-column: 1;
    width: 100%;
    height: 250px;
    grid-row: 1;
    margin-bottom: 12px;
    justify-self: center;
  }

  .garage__person {
    grid-column: 1;
    grid-row: 2;
  }

  .finance__info {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .finance__left {
    grid-column: 1/3;
    grid-row: 1;
  }

  .finance__right {
    grid-column: 1/3;
    grid-row: 2;
  }

  .finance__bottom {
    grid-row: 3;
  }

  .finance-table-3 tr {
    grid-template-columns: 1fr;
    grid-template-areas: "data" "payment" "shipped" "balance" "comment" "document";
  }

  .details__row {
    grid-template-columns: 1fr;
  }

  .details__row:not(:last-child)::before {
    display: none;
  }

  .details__card:last-child::before {
    display: none;
  }

  .footer__copyright {
    max-width: 100%;
    padding-right: 0;
  }

  .footer__top-container {
    grid-template-columns: 1fr;
    justify-items: center;
    grid-template-areas: "company" "category" "contacts" "schedule";
  }

  .footer__company,
  .footer__category,
  .footer__contacts,
  .footer__schedule,
  .footer__copyright {
    text-align: center;
  }

  .footer__bottom-container {
    grid-template-columns: 1fr;
    justify-items: center;
    grid-template-areas: "privacy" "offer" "pay" "copy";
  }

  .footer-company {
    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;
  }

  .d-sm-none {
    display: none;
  }
}

@media (max-width: 425.98px) {
  .section-header--mobile-row .section-header__group:last-child {
    justify-self: auto;
    grid-column-gap: 8px;
  }

  .product-cards__show-more {
    width: 100%;
  }

  .tabs-2__btn {
    font-size: 13px;
    line-height: 16px;
  }

  .finance__select {
    min-width: auto;
  }

  .catalog-search-result-card__row {
    grid-template-columns: 1.2fr 1.8fr;
  }

  .detail-search__view-offers {
    width: 100%;
  }

  .d-xs-none {
    display: none;
  }
}

@media (max-width: 374px) {
  .pagination__info {
    display: none;
  }
}

@media (hover: hover) {
  .contact-link:hover .contact-link__ico {
    opacity: 1;
  }

  .btn--filled.btn--theme-primary:not(.btn--disabled):not(:disabled):is(:hover) {
    background-color: #0958D9;
  }

  .btn--filled.btn--theme-primary:not(.btn--disabled):not(:disabled):is(:active) {
    background-color: #084ec5;
  }

  .btn--filled.btn--theme-secondary:not(.btn--disabled):not(:disabled):is(:hover) {
    background-color: rgba(255, 255, 255, 0.3019607843);
  }

  .btn--filled.btn--theme-secondary:not(.btn--disabled):not(:disabled):is(:active) {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .btn--filled.btn--theme-light:not(.btn--disabled):not(:disabled):is(:hover) {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .btn--filled.btn--theme-light:not(.btn--disabled):not(:disabled):is(:active) {
    background-color: rgba(255, 255, 255, 0.3019607843);
  }

  .btn--outlined.btn--theme-primary:not(.btn--disabled):not(:disabled):is(:hover) {
    color: #F5F5F5;
    background-color: #1677FF;
  }

  .btn--outlined.btn--theme-primary:not(.btn--disabled):not(:disabled):is(:active) {
    background-color: #0958D9;
  }

  .btn--outlined.btn--theme-secondary:not(.btn--disabled):not(:disabled):is(:hover) {
    border-color: rgba(0, 0, 0, 0.4509803922);
    background-color: rgba(0, 0, 0, 0.0588235294);
  }

  .btn--outlined.btn--theme-secondary:not(.btn--disabled):not(:disabled):is(:active) {
    border-color: rgba(0, 0, 0, 0.6470588235);
    background-color: rgba(0, 0, 0, 0.1529411765);
  }

  .btn-lite--theme-default:hover {
    background-color: rgba(0, 0, 0, 0.0588235294);
  }

  .btn-lite--theme-default:active {
    background-color: rgba(0, 0, 0, 0.1529411765);
  }

  .btn-lite--theme-danger:hover {
    background-color: #FFF2F0;
  }

  .btn-lite--theme-danger:active {
    background-color: #ffd7d1;
  }

  .form-number:hover .form-number__increment,
  .form-number:hover .form-number__decrement {
    opacity: 1;
  }

  .dropdown-menu__link:hover {
    background-color: #F5F5F5;
  }

  .page-text__content a:hover {
    color: rgba(0, 0, 0, 0.6470588235);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}