@charset "UTF-8";
:root {
  --nav-category-main-color: #fff;
  --nav-category-link-color: #21304F;
}

html,
body {
  min-width: 360px;
}

html {
  font-size: 14px;
}

* {
  min-width: 0;
  min-height: 0;
}

a {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.nav-list,
.nav-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.load--preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.btn-reset {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.layout-bg {
  width: auto;
  height: auto;
  position: fixed;
  z-index: 700;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(181, 186, 194, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body[data-body-fly] .layout-bg {
  opacity: 1;
  visibility: visible;
}

.wraps {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.container-center {
  align-self: center;
  justify-self: center;
  margin: auto;
}

.content {
  flex: 1 0;
}

.content_width .container {
  max-width: 1700px;
}

.block-hr {
  width: auto;
  height: 1px;
  content: " ";
  display: block;
  margin: 16px 0;
  bottom: 0;
  background-image: linear-gradient(to right, #878693 5px, transparent 5px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}

@-webkit-keyframes anim-rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes anim-rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.font-size-20 {
  font-size: 20px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

/*
Custom root
 */
:root {
  --bs-panel-bg: #070510;
  --bs-panel-color: #fff;
  --bg-primary: #F6F9FF;
  --bg-secondary: #DEE6FF;
  --prop-bg: #f4f5fa;
}

/*
Bootstrap root
 */
:root {
  --bs-body-color: #070510;
  --bs-body-bg: #f5f7fc;
  --bs-blue: #3761EE;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #ff7851;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffce67;
  --bs-green: #56cc9d;
  --bs-teal: #20c997;
  --bs-cyan: #6cc3d5;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #888;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #f7f7f9;
  --bs-gray-300: #eceeef;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #aaa;
  --bs-gray-600: #888;
  --bs-gray-700: #5a5a5a;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3761EE;
  --bs-secondary: #f3969a;
  --bs-success: #56cc9d;
  --bs-info: #6cc3d5;
  --bs-warning: #ffce67;
  --bs-danger: #ff7851;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 120,194,173;
  --bs-secondary-rgb: 243,150,154;
  --bs-success-rgb: 86,204,157;
  --bs-info-rgb: 108,195,213;
  --bs-warning-rgb: 255,206,103;
  --bs-danger-rgb: 255,120,81;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 52,58,64;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 136,136,136;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: "Inter", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #eceeef;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.4rem;
  --bs-border-radius-sm: 0.3rem;
  --bs-border-radius-lg: 0.6rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #21304F;
  --bs-link-hover-color: #8049f1;
  --bs-link-hover-light-color: #9f70ff;
  --bs-code-color: #e83e8c;
  --bs-highlight-bg: #fff5e1;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #8049f1;
}

/*
Кнопки
 */
.btn-primary,
.btn-buy {
  --bs-btn-color: #fff; /* Оставляем белый цвет текста */
  --bs-btn-bg: #8049f1; /* Базовый цвет */
  --bs-btn-border-color: #8049f1; /* Граница базового состояния */
  --bs-btn-hover-color: #fff; /* Цвет текста при наведении */
  --bs-btn-hover-bg: #8f5cfa; /* Цвет фона при наведении */
  --bs-btn-hover-border-color: #8f5cfa; /* Граница при наведении */
  --bs-btn-focus-shadow-rgb: 128, 73, 241; /* RGB для тени фокуса, основано на базовом цвете */
  --bs-btn-active-color: #fff; /* Цвет текста при нажатии */
  --bs-btn-active-bg: #733ee6; /* Темнее базового для активного состояния */
  --bs-btn-active-border-color: #733ee6; /* Граница активного состояния */
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); /* Тень нажатия оставляем как есть */
  --bs-btn-disabled-color: #fff; /* Цвет текста отключенной кнопки */
  --bs-btn-disabled-bg: #a68cfa; /* Светлее базового для отключенного состояния */
  --bs-btn-disabled-border-color: #a68cfa; /* Граница отключенного состояния */
}

.btn-buy {
  position: relative;
  z-index: 1;
  background: 0;
  color: #fff;
}
.btn-buy::after, .btn-buy::before {
  width: auto;
  height: auto;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 18px;
}
.btn-buy::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxNDhmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzMyZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, #8148f1 0%, #ac32e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn-buy::before {
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-buy:hover::before {
  opacity: 1;
}

.btn-outline-primary {
  --bs-btn-color: #8049f1; /* Цвет текста и границы в обычном состоянии */
  --bs-btn-border-color: #8049f1; /* Цвет границы в обычном состоянии */
  --bs-btn-hover-color: #fff; /* Текст белый при наведении */
  --bs-btn-hover-bg: #8f5cfa; /* Фон при наведении */
  --bs-btn-hover-border-color: #8f5cfa; /* Граница при наведении */
  --bs-btn-focus-shadow-rgb: 128, 73, 241; /* Тень фокуса на основе базового цвета */
  --bs-btn-active-color: #fff; /* Текст белый при нажатии */
  --bs-btn-active-bg: #733ee6; /* Фон при нажатии (темнее базового) */
  --bs-btn-active-border-color: #733ee6; /* Граница при нажатии */
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); /* Тень активного состояния */
  --bs-btn-disabled-color: #a68cfa; /* Цвет текста и границы в отключенном состоянии */
  --bs-btn-disabled-border-color: #a68cfa; /* Граница в отключенном состоянии */
  --bs-btn-disabled-opacity: 0.65; /* Прозрачность отключенного состояния */
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #F0B239;
  --bs-btn-border-color: #F0B239;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F0B239;
  --bs-btn-disabled-border-color: #F0B239;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #EA6F54;
  --bs-btn-border-color: #EA6F54;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #EA6F54;
  --bs-btn-disabled-border-color: #EA6F54;
}

/*
Переключатель страниц
 */
.pagination {
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0px;
  --bs-pagination-border-color: #24AC4A;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #3761ee;
  --bs-pagination-active-bg: #f6f9ff;
  --bs-pagination-active-border-color: #97dcea;
  --bs-pagination-disabled-color: #a1acb5;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-padding-x: 0.25rem;
}
.pagination .page-link {
  min-width: 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination:last-child {
  margin-bottom: 0;
}

/*
Меню дропа
 */
@keyframes dropdownAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dropdownAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-toggle::after {
  border: 0 !important;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f286" !important;
  margin-left: 0.4em;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.dropdown-menu {
  --bs-dropdown-font-size: 0.9285rem;
  --bs-dropdown-link-hover-bg: #FBFBFB;
  --bs-dropdown-link-active-bg: rgba(33, 48, 79, 0.1);
  --bs-dropdown-link-active-color: #000;
  --bs-dropdown-link-color: #21304F;
  --bs-dropdown-link-hover-color: #8049f1;
  --bs-dropdown-item-padding-x: 1em;
  --bs-dropdown-item-padding-y: 1em;
  --bs-dropdown-header-padding-x: 1em;
  --bs-dropdown-header-padding-y: 1em;
  --bs-border-color: #ECECEC;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 0;
  border: 0;
  margin-top: 8px !important;
}
.dropdown-menu--min-width {
  min-width: 100%;
}
.dropdown-menu.show {
  animation-name: dropdownAnimation;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: dropdownAnimation;
  -moz-animation-duration: 0.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
.dropdown-menu > li:first-child a,
.dropdown-menu > a.dropdown-item:first-child {
  border-radius: 8px 8px 0 0;
}
.dropdown-menu > li:last-child a,
.dropdown-menu > a.dropdown-item:last-child {
  border-radius: 0 0 8px 8px;
}
.dropdown-menu > li:first-child:last-child a,
.dropdown-menu > a.dropdown-item:first-child:last-child {
  border-radius: 8px;
}
.dropdown-item {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  line-height: 1;
  font-weight: 500;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media all and (min-width: 772px) {
  .dropdown-menu-item--only-mobile {
    display: none;
  }
}

/*
Алерты
 */
.alert {
  display: block;
  --bs-alert-border: 2px dashed var(--bs-alert-border-color);
  font-weight: 500;
}

.alert-primary {
  --bs-alert-color: #814af1;
  --bs-alert-bg: #e1daf1;
  --bs-alert-border-color: #beb1e7;
}

.alert-secondary {
  --bs-alert-color: #717171;
  --bs-alert-bg: #F1F1F1;
  --bs-alert-border-color: #DDD9D9;
}

.alert-success {
  --bs-alert-color: #20C27E;
  --bs-alert-bg: #DDFFF1;
  --bs-alert-border-color: #9FF0CE;
}

.alert-danger {
  --bs-alert-color: #C22020;
  --bs-alert-bg: #FAECEC;
  --bs-alert-border-color: #EBCFCF;
}

.alert-warning {
  --bs-alert-color: #6d4f00;
  --bs-alert-bg: #f9f3e3;
  --bs-alert-border-color: #ddd1a4;
}

.alert-info {
  --bs-alert-color: #3257D7;
  --bs-alert-bg: #D5DEFF;
  --bs-alert-border-color: #A9BDFF;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

.alert-payment {
  padding-right: 30px;
}
.alert-payment::after {
  width: 16px;
  height: 16px;
  content: " ";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin: -8px 0 0 0;
  background: no-repeat 0 0 url(../img/icons/alert-payment.svg);
  background-size: 100% 100%;
}

.badge {
  min-height: 24px;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  border-radius: 8px;
}

.soft-text-default {
  color: #0b1e2c !important;
}
.soft-text-primary {
  color: #4d92d1 !important;
}
.soft-text-success {
  color: #24AC4A !important;
}
.soft-text-warning {
  color: #F0B239 !important;
}
.soft-text-danger {
  color: #EA6F54 !important;
}
.soft-text-info {
  color: #51bed5 !important;
}

.soft-bg-default {
  color: #0b1e2c !important;
  background-color: #f7f7f7 !important;
}
.soft-bg-primary {
  color: #4d92d1 !important;
  background-color: #d8ecff !important;
}
.soft-bg-success {
  color: #24AC4A !important;
  background-color: #E0FFE9 !important;
}
.soft-bg-warning {
  color: #F0B239 !important;
  background-color: #ffe9c0 !important;
}
.soft-bg-danger {
  color: #EA6F54 !important;
  background-color: #ffdfd9 !important;
}
.soft-bg-info {
  color: #51bed5 !important;
  background-color: #dff7ff !important;
}

/*
Таблица
 */
.table-crud {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 8px;
  border: 1px solid #E9EDF8;
}
.table-crud > :not(caption) > * > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.table-crud th,
.table-crud td {
  border: 1px solid #E9EDF8;
  font-weight: 700;
  color: #21304F;
}
.table-crud th {
  color: #919DB6;
}
.table-crud th:first-child {
  border-radius: 8px 0 0 0;
}
.table-crud th:last-child {
  border-radius: 0 8px 0 0;
}
.table-crud th a {
  text-decoration: none;
}
.table-crud th a.asc, .table-crud th a.desc {
  display: block;
  position: relative;
  color: #3761EE;
}
.table-crud th a.asc::after, .table-crud th a.desc::after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -3px 0 0 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #3761EE;
}
.table-crud th a.asc::after {
  transform: rotate(180deg);
}
.table-crud tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.table-crud tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.table-bordered {
  border-width: 2px;
  border-radius: 8px;
}
.table-bordered th,
.table-bordered td {
  border-width: 2px;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 20px;
  --bs-breadcrumb-divider-color: #787E9E;
  --bs-breadcrumb-item-padding-x: 6px;
  --bs-breadcrumb-item-active-color: #0B1E2C;
  --bs-breadcrumb-font-size: 12px;
  color: #0B1E2C;
  --bs-link-color: #707E9A;
  --bs-link-hover-color: #3761EE;
  display: block;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb .breadcrumb-item::before {
  display: inline;
  float: none;
}
.breadcrumb a {
  display: inline;
  transition: color 0.3s ease;
}

.container {
  width: 1248px !important;
  max-width: 100% !important;
  padding-right: 24px;
  padding-left: 24px;
}
@media all and (max-width: 800px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Modals */
.modal-content {
  --bs-modal-border-radius: 30px;
  --bs-modal-header-padding-x: 1.5rem;
  --bs-modal-header-padding-y: 1.5rem;
  --bs-modal-header-padding: 2rem 2rem;
  --bs-modal-padding: 2rem;
}
.modal-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Tooltip */
.tooltip-inner {
  line-height: 1.2;
}

.bg-primary {
  background-color: #e6eaf9;
}

.bg-success {
  background-color: #e6f9ea;
}

.bg-info {
  background-color: #efe6f9;
}

.bg-warning {
  background-color: #f9f3e6;
}

.bg-danger {
  background-color: #f9e6e8;
}

.bg-light {
  background-color: #f0f0f0;
}

.bg-dark {
  background-color: #333333;
}

.text-primary {
  color: #3957d3;
}

.text-success {
  color: #35b62c;
}

.text-info {
  color: #3a1ecc;
}

.text-warning {
  color: #e29214;
}

.text-danger {
  color: #e91a24;
}

.text-light {
  color: #ffffff;
}

.text-dark {
  color: #333333;
}

.bg-strong-primary {
  background-color: #3957d3;
  color: #fff;
}

.bg-strong-success {
  background-color: #35b62c;
  color: #fff;
}

.bg-strong-info {
  background-color: #3a1ecc;
  color: #fff;
}

.bg-strong-warning {
  background-color: #e29214;
  color: #fff;
}

.bg-strong-danger {
  background-color: #e91a24;
  color: #fff;
}

.bg-strong-light {
  background-color: #ffffff;
  color: #222;
}

.bg-strong-dark {
  background-color: #333333;
  color: #fff;
}

/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../fonts/base/Inter-Light.woff") format("woff"), url("../fonts/base/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/base/Inter-Regular.woff") format("woff"), url("../fonts/base/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/base/Inter-Medium.woff") format("woff"), url("../fonts/base/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/base/Inter-SemiBold.woff") format("woff"), url("../fonts/base/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/base/Inter-Bold.woff") format("woff"), url("../fonts/base/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/base/Inter-ExtraBold.woff") format("woff"), url("../fonts/base/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/base/Inter-Black.woff") format("woff"), url("../fonts/base/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form-label {
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
  margin-bottom: 0.4rem;
}

.form-select {
  min-height: 38px;
  border-color: #f4f5fa;
  background-color: #f4f5fa;
}
.form-select:focus {
  border-color: #8049f1;
  box-shadow: 0 0 0 3px rgba(128, 73, 241, 0.2);
}
.form-select-sm {
  min-height: 28px;
}
.form-select-md {
  min-height: 34px;
}

.form-control {
  min-height: 38px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  border-color: #f4f5fa;
  background-color: #f4f5fa;
  transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
  font-weight: 400;
  color: #9ea2a8;
}
.form-control:focus {
  border-color: #8049f1;
  box-shadow: 0 0 0 3px rgba(128, 73, 241, 0.2);
}
.form-control:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-control-sm {
  min-height: 28px;
}
.form-control-md {
  min-height: 34px;
}
@media (max-width: 604px) {
  .form-control {
    font-size: 16px;
  }
}

.input-group-text {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-check input {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #3957d3;
  cursor: pointer;
}
.form-check label {
  font-weight: 500;
}

.control-input {
  width: 100%;
  min-width: 78px;
  min-height: 35px;
  padding: 0 5px 0 18px;
  border: 1px solid #bfbfc5;
  font-size: 14px;
  color: #444444;
  border-radius: 5px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.form-check .form-check {
  padding: 0;
}

.value-sum {
  font-weight: bold;
}

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

.color-black {
  color: #000;
}

.hr {
  height: 1px;
  overflow: hidden;
  margin: 14px 0;
  background: #f2f2f2;
}

.balance-box {
  min-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #f8f9fa;
  margin-bottom: 15px;
}
.balance-box__value {
  font-weight: 600;
}

/* Базовые стили кнопок */
.btn-reset {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.btn-primary, .btn-secondary, .btn-success, .btn-danger, .btn-warning, .btn-info, .btn-light, .btn-dark {
  border: 1px solid transparent;
}
.btn-icon {
  gap: 5px 12px;
}
.btn__icon.bi {
  transform: scale(1.2);
}
.btn-success {
  background: #20C27E;
  outline: none;
  border: none;
}
.btn-success:hover {
  background: #24d88c;
}
.btn-success:active {
  background: #1cac70;
}
.btn-success:focus {
  background: #1cac70;
}
.btn-gray {
  background: #E3EAF9;
  color: #506183;
  outline: none;
  border: none;
}
.btn-gray:hover {
  background: #d9e2f7;
}
.btn-gray:active {
  background: #cedaf5;
}
.btn-gray:focus {
  background: #cedaf5;
}
.btn-black {
  background: #212123;
  color: #fff;
  outline: none;
  border: none;
}
.btn-black:hover {
  background: #1b1b1c;
}
.btn-black:active {
  background: #151516;
}
.btn-black:focus {
  background: #151516;
}
.btn__loader {
  display: none;
}
.btn.disabled .btn__loader, .btn[disabled] .btn__loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Размеры кнопок */
.btn-sm {
  min-height: 30px;
  padding: 3px 12px;
  border-radius: 16px;
}

.btn-md {
  min-height: 38px;
  padding: 5px 20px;
  border-radius: 18px;
}

.btn-lg {
  font-size: 1.15rem;
  padding: 0.5rem 1rem;
  border-radius: 18px;
}

/* Новая кнопка с серой рамкой и прозрачным фоном */
.btn-outline {
  background-color: transparent;
  border: 1px solid #eaeaea;
  color: #000;
}
.btn-outline:hover {
  background-color: rgba(108, 117, 125, 0.1);
  border-color: #d3d3d3;
}
.btn-outline:active {
  background-color: rgba(108, 117, 125, 0.2);
  border-color: #6c7583;
}
.btn-outline:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.2);
}

.btn-pseudo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-pseudo__label {
  flex: 1 0;
  border-bottom: 1px solid #bfbfbf;
  transition: border-bottom-color 0.3s ease;
}
.btn-pseudo__icon {
  flex: none;
}
.btn-pseudo:hover {
  color: #222;
}
.btn-pseudo:hover .btn-pseudo__label {
  border-bottom-color: #222;
}

.btn-mini-info {
  display: inline-flex;
  position: relative;
  z-index: 8;
  cursor: help;
}

/* Поворот иконки вниз/вверх через collapse state */
.btn[aria-expanded=true] .toggle-icon {
  transform: rotate(180deg);
}

.btn .toggle-icon {
  transition: transform 0.3s ease;
}

.content-title {
  margin: 0 0 22px 0;
  font-weight: 500;
  font-size: 20px;
}

.content-panel {
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
}
.content-panel__left {
  flex: 1 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 47px;
}
.content-panel__right {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-panel__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.content-panel__date {
  width: 602px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.content-panel__date-item {
  flex: 1 0;
}

.search-form {
  width: 353px;
  display: flex;
  position: relative;
}
.search-form__input {
  width: 100%;
  padding-right: 90px;
}
.search-form .btn {
  height: auto;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 9px;
  border-radius: 0.375rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.badge--sm-top {
  min-height: 18px;
  padding: 3px 4px;
  gap: 5px;
  font-size: 11px;
}

.badge-primary {
  background-color: #3957d3;
  color: #fff;
}

.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}

.badge-success {
  background-color: #2bae2e;
  color: #fff;
}

.badge-danger {
  background-color: #ea2532;
  color: #fff;
}

.badge-warning {
  background-color: #ffc107;
  color: #fff;
}

.badge-info {
  background-color: #0dcaf0;
  color: #fff;
}

.badge-light {
  background-color: #f8f9fa;
  color: #000;
}

.badge-dark {
  background-color: #212529;
  color: #fff;
}

.badge-white {
  background-color: #fff;
  color: #000;
}

.badge-outline-primary {
  background-color: transparent;
  border: 1px solid #3957d3;
  color: #3957d3;
}

.badge-outline-secondary {
  background-color: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
}

.badge-outline-success {
  background-color: transparent;
  border: 1px solid #2bae2e;
  color: #2bae2e;
}

.badge-outline-danger {
  background-color: transparent;
  border: 1px solid #ea2532;
  color: #ea2532;
}

.badge-outline-warning {
  background-color: transparent;
  border: 1px solid #ffc107;
  color: #ffc107;
}

.badge-outline-info {
  background-color: transparent;
  border: 1px solid #0dcaf0;
  color: #0dcaf0;
}

.badge-outline-light {
  background-color: transparent;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
}

.badge-outline-dark {
  background-color: transparent;
  border: 1px solid #212529;
  color: #212529;
}

.badge-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.badge-sm {
  font-size: 10px;
  padding: 2px 5px;
}

.badge-md {
  font-size: 14px;
  padding: 6px 10px;
}

.badge-lg {
  font-size: 14px;
  padding: 8px 12px;
}

.badge-normal {
  font-weight: 400;
  text-transform: none;
}

.badge-pill {
  border-radius: 50rem;
}

.badge-counter {
  min-width: 22px;
  min-height: 22px;
  padding: 5px;
}

.grid-view {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 990px) {
  .grid-view {
    overflow-x: scroll;
  }
}
.grid-view #w1:empty {
  display: none;
}

.table-primary {
  --bs-table-bg: transparent;
  --bs-border-color: #ede5ff;
  border-collapse: separate !important;
  border-spacing: 0;
  width: 100%;
}
.table-primary tfoot + tbody tr:last-child td:first-child,
.table-primary tfoot + tbody tr:last-child td:last-child {
  border-radius: 0;
}
.table-primary tfoot + tbody tr:last-child td {
  border-bottom: 0;
}
.table-primary tfoot tr td {
  padding: 0;
  border-width: 2px 1px 2px 1px;
  border-style: solid;
  border-color: var(--bs-border-color);
}
.table-primary tfoot tr td:first-child {
  border-width: 2px 1px 2px 2px;
  border-bottom-left-radius: 5px;
}
.table-primary tfoot tr td:last-child {
  border-width: 2px 2px 2px 1px;
  border-bottom-right-radius: 5px;
}
.table-primary tfoot tr td a,
.table-primary tfoot tr td .td-col {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #919DB6;
  text-decoration: none;
  transition: color ease 0.3s, background-color ease 0.3s;
  align-items: center;
  justify-content: space-between;
}
.table-primary tfoot tr td a:hover {
  background-color: #fbfbff;
}
.table-primary thead tr th {
  padding: 8px 16px;
  border-width: 2px 1px 2px 1px;
  border-style: solid;
  border-color: var(--bs-border-color);
}
.table-primary thead tr th:first-child {
  border-width: 2px 1px 2px 2px;
  border-top-left-radius: 5px;
}
.table-primary thead tr th:last-child {
  border-width: 2px 2px 2px 1px;
  border-top-right-radius: 5px;
}
.table-primary thead tr th a,
.table-primary thead tr th .td-col {
  display: block;
  width: auto;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #919DB6;
  text-decoration: none;
  transition: color ease 0.3s, background-color ease 0.3s;
  align-items: center;
  justify-content: space-between;
}
.table-primary thead tr th a {
  margin: -8px -16px;
}
.table-primary thead tr th a:hover {
  background-color: #fbfbff;
}
.table-primary tbody tr:last-child td:first-child {
  border-width: 0 1px 2px 2px;
  border-bottom-left-radius: 5px;
}
.table-primary tbody tr:last-child td:last-child {
  border-width: 0 2px 2px 1px;
  border-bottom-right-radius: 5px;
}
.table-primary tbody tr td {
  padding: 8px 16px;
  border-width: 0 1px 2px 1px;
  border-style: solid;
  border-color: var(--bs-border-color);
}
.table-primary tbody tr td:first-child {
  border-width: 0 1px 2px 2px;
}
.table-primary tbody tr td:last-child {
  border-width: 0 2px 2px 1px;
}

.table-properties {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.table-properties th,
.table-properties td {
  padding: 12px 24px;
  border: 0;
  font-weight: bold;
}
.table-properties th {
  font-weight: 600;
  font-size: 14px;
  color: #77787F;
  text-align: left;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}
.table-properties td {
  font-weight: 500;
  font-size: 16px;
  color: #091D27;
  text-align: right;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}

/*
Для выделения строк в таблице
 */
.table tr.bg-secondary {
  background-color: white !important;
}
.table tr.bg-success {
  background-color: white !important;
}
.table tr.bg-danger {
  background-color: white !important;
}

/*
Для выделения ячеек "сумма" в таблице
 */
.sum-income {
  color: #365E3D;
}

.sum-expense {
  color: #660000;
}

.entities-table {
  width: 100%;
  border: 0;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.entities-table td {
  padding: 0;
  border: 0;
}
.entities-table thead td {
  padding: 0 14px;
}
.entities-table tbody td {
  padding: 10px 14px;
  border: 1px solid #eaeaea;
  border-left-width: 0;
  border-right-width: 0;
  background: #f8f8f8;
}
.entities-table tbody td:first-child {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.entities-table tbody td:last-child {
  border-right-width: 1px;
  border-radius: 0 4px 4px 0;
}
.entities-table__col--w50 {
  width: 50%;
}
.entities-table__col--w33 {
  width: 33%;
}
.entities-table__col--controls {
  width: 2%;
}

.entities-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entities-grid__head {
  display: flex;
}
.entities-grid__scroll {
  height: auto;
  max-height: 400px;
  position: relative;
}
.entities-grid__scroll.scroll--enable {
  height: 400px;
}
.entities-grid__scroll.scroll--enable .entities-grid__body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.entities-grid__custom-scroll {
  display: none;
  position: absolute;
  right: -18px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #eaeaea;
  border-radius: 5px;
  -webkit-user-drag: none;
  user-select: none;
}
.entities-grid__custom-scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3957d3;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-drag: none;
  user-select: none;
}
.entities-grid__custom-scroll-thumb:hover {
  background-color: rgba(57, 87, 211, 0.88);
}
.entities-grid__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entities-grid__row {
  flex: none;
  display: flex;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
  border-radius: 4px;
}
.entities-grid__col {
  flex: 1 0;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.entities-grid--download-removed .entities-grid__col:nth-child(1) {
  width: auto;
}
.entities-grid--download-removed .entities-grid__col:nth-child(2) {
  width: auto;
}
.entities-grid--download-removed .entities-grid__col:nth-child(3) {
  flex: none;
  width: 127px;
}

.entities-grid--sales-history .entities-grid__col:nth-child(1) {
  flex: none;
  width: 25%;
}
.entities-grid--sales-history .entities-grid__col:nth-child(2) {
  width: auto;
}
.entities-grid--sales-history .entities-grid__col:nth-child(3) {
  flex: none;
  width: 26%;
}
.entities-grid--sales-history .entities-grid__col:nth-child(4) {
  flex: none;
  width: 127px;
}

.entities-grid--download-history .entities-grid__col:nth-child(1) {
  width: auto;
}
.entities-grid--download-history .entities-grid__col:nth-child(2) {
  width: auto;
}
.entities-grid--download-history .entities-grid__col:nth-child(3) {
  width: auto;
}
.entities-grid--download-history .entities-grid__col:nth-child(4) {
  flex: none;
  width: 127px;
}

/*
Mobile responsive
 */
.wrapper-table table {
  margin: 0;
}

.mobile-find-table-controls {
  display: none;
}

@media all and (max-width: 492px) {
  .mobile-find-table-controls-button-label {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .mobile-find-table-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  .mobile-find-table .table {
    display: block;
    padding-top: 0;
    border: 0;
  }
  .mobile-find-table .table thead {
    display: none !important;
  }
  .mobile-find-table .table thead,
  .mobile-find-table .table thead tr,
  .mobile-find-table .table thead td {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }
  [data-fly-toggle=mobile-gv-sort] button[data-fly-toggle=mobile-gv-sort] {
    opacity: 0.6;
  }
  [data-fly-toggle=mobile-gv-filter] button[data-fly-toggle=mobile-gv-filter] {
    opacity: 0.6;
  }
  /*
  Сортировка
   */
  .mobile-find-table .table thead tr.sorting {
    display: none;
    overflow: auto;
    margin: 0;
    /*white-space: nowrap;*/
  }
  [data-fly-toggle=mobile-gv-sort] .mobile-find-table .table thead tr.sorting {
    padding: 1px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: #dee2e6;
  }
  .mobile-find-table .table thead tr.sorting th {
    display: none;
    width: 100%;
    padding: 0 0.75rem;
    height: 36px;
    line-height: 34px;
    border: 0 !important;
    background: #fff;
  }
  .mobile-find-table .table thead tr.sorting th.td--allow-sort {
    display: block;
    white-space: nowrap;
  }
  .mobile-find-table .table thead tr.sorting a {
    white-space: nowrap;
  }
  /*
  Фильтр
   */
  .mobile-find-table .table thead tr.filters {
    padding: 10px;
    display: none;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 10px 0;
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 5px;
  }
  [data-fly-toggle=mobile-gv-filter] .mobile-find-table .table thead tr.filters {
    display: flex;
  }
  .mobile-find-table .table thead tr.filters td {
    display: none;
  }
  .mobile-find-table .table thead tr.filters td.td--allow-filter {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .mobile-find-table .table tbody,
  .mobile-find-table .table tr,
  .mobile-find-table .table td,
  .mobile-find-table .table td:first-child,
  .mobile-find-table .table td:last-child {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
  }
  .mobile-find-table .table td {
    line-height: 1.34;
    text-align: left !important;
  }
  .mobile-find-table .table td,
  .mobile-find-table .table td:first-child,
  .mobile-find-table .table td:last-child {
    padding: 3px 0;
  }
  .mobile-find-table .table td:first-child {
    padding-top: 0;
  }
  .mobile-find-table .table tr {
    padding: 15px;
    position: relative;
    z-index: 2;
    border: 1px solid #dee2e6;
  }
  .mobile-find-table .table tr:first-child {
    border-radius: 5px 5px 0 0;
  }
  .mobile-find-table .table tr:last-child {
    border-radius: 0 0 5px 5px;
  }
  .mobile-find-table .table td[data-label]::before {
    content: attr(data-label) ": ";
    opacity: 0.8;
  }
  .mobile-find-table-products .table tr {
    padding: 15px 15px 64px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  .mobile-find-table-products .table tbody tr::after {
    width: auto;
    height: 55px;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #eee;
    background: rgba(238, 238, 238, 0.3);
  }
  .mobile-find-table-products .table tbody tr::before {
    width: auto;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    background: #ccc;
  }
  .mobile-find-table-products .table tr td.td--price {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 16px;
  }
  .mobile-find-table-products .table tr td.td--price::before {
    display: block;
    font-size: 12px;
  }
  .mobile-find-table-products .table tr td.td--buttons {
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .mobile-find-table-order .table tr {
    padding: 15px 15px 69px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  .mobile-find-table-order .table tr::after {
    width: auto;
    height: 60px;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #eee;
    background: rgba(238, 238, 238, 0.3);
  }
  .mobile-find-table-order .table tr td.td--price {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 16px;
  }
  .mobile-find-table-order .table tr td.td--price::before {
    display: block;
    font-size: 12px;
  }
  .mobile-find-table-order .table tr td.td--buttons {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .mobile-find-table-order .table tr td.td--buttons .btn {
    margin: 0 !important;
  }
}
.waves-bgs {
  height: 40px;
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.waves-bgs--header {
  bottom: -5px;
}
.waves-bgs--footer {
  top: -5px;
  transform: scale(1, -1);
}

.waves-bgs svg {
  width: 4000px;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  filter: blur(0.5px);
}

.waves-bgs svg path {
  fill: var(--bs-body-bg);
}

@media (max-width: 990px) {
  .waves-bgs {
    height: 60px;
    bottom: -1px;
  }
  .waves-bgs svg {
    width: 1333px;
    bottom: -1px;
  }
}
.advantages {
  flex: none;
  padding-top: 25px;
}
@media (max-width: 691.98px) {
  .advantages {
    display: none;
  }
}
.advantages__container {
  position: relative;
  display: flex;
  gap: 15px;
  justify-content: space-around;
  padding: 0 37px 0;
}
@media (max-width: 891.98px) {
  .advantages__container {
    flex-wrap: wrap;
  }
}
.advantages__item {
  display: flex;
  align-items: center;
  column-gap: 21px;
  max-width: 280px;
}
@media (max-width: 891.98px) {
  .advantages__item {
    width: 200px;
  }
}
.advantages__item-icon {
  display: flex;
  align-items: center;
}
.advantages__item-icon .bi {
  font-size: 32px;
  color: var(--bs-link-hover-color);
}
.advantages__item-content {
  margin: 0;
  font-size: 14px;
  color: var(--color-title);
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .advantages__item-content {
    margin-bottom: 5px;
  }
}
.advantages__item-content > span {
  display: block;
  font-weight: bold;
}
.advantages__item-content p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

/* Btn scroll to up site */
.fly-screen-bottom {
  width: auto;
  height: 1px;
  position: fixed;
  z-index: 124;
  left: 0;
  right: 0;
  bottom: 0;
}
.fly-screen-bottom__container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.fly-screen-bottom__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  right: 20px;
  bottom: 40px;
}
@media (max-width: 772px) {
  .fly-screen-bottom__block {
    gap: 10px;
    right: 10px;
    bottom: 5px;
  }
}
.fly-screen-bottom__btn {
  width: 44px;
  height: 44px;
  padding: 0;
  position: relative;
  font-size: 20px;
  box-shadow: 0 0 1px 1px #fff;
}
@media all and (max-width: 772.5px) {
  .fly-screen-bottom__btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
    right: 14px;
    bottom: 30px;
  }
}
@media (max-width: 772px) {
  .fly-screen-bottom__btn {
    right: 0;
    bottom: 10px;
  }
}
@media (max-width: 772px) {
  .fly-screen-bottom__btn--cart {
    display: none;
  }
}
.fly-screen-bottom__btn--up {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 772px) {
  .fly-screen-bottom__btn--up {
    bottom: 0;
  }
}
.fly-screen-bottom__btn.allow-scroll {
  opacity: 1;
  visibility: visible;
}
.fly-screen-bottom__btn-counter {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: var(--bs-link-hover-light-color);
  border-radius: 50%;
}

/*
* Используется для разворачивания/сворачивания блока с описанием
*/
.text-toggle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-toggle__overflow {
  width: 100%;
  max-height: 440px; /* Установленная высота блока */
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}
.text-toggle__content {
  position: relative;
  overflow: hidden;
}
.text-toggle__button {
  display: none; /* Кнопка скрыта по умолчанию */
  position: relative;
  z-index: 4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: var(--bs-link-color);
  text-decoration: none;
  border-bottom: 1px dashed var(--bs-link-color);
  transition: color 0.3s ease;
}
.text-toggle__button:hover {
  color: var(--bs-link-hover-color);
  border-bottom-color: var(--bs-link-hover-color);
}
.text-toggle__button-text--show {
  display: inline;
}
.text-toggle__button-text--show .bi {
  display: inline-block;
  transform: rotate(180deg);
}
.text-toggle__button-text--hide {
  display: none;
}
.text-toggle__button-text--hide .bi {
  display: inline-block;
}
.text-toggle--show-btn .text-toggle__overflow::after {
  width: auto;
  height: 110px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Упрощен градиент до современной записи */
}
.text-toggle--show-btn .text-toggle__button {
  display: inline-flex; /* Кнопка отображается */
}
.text-toggle--expanded .text-toggle__overflow {
  /* max-height: none; Высота блока увеличивается до высоты всего текста */
}
.text-toggle--expanded .text-toggle__overflow::after {
  display: none;
}
.text-toggle--expanded .text-toggle__button {
  margin-top: 20px;
}
.text-toggle--expanded .text-toggle__button-text--show {
  display: none;
}
.text-toggle--expanded .text-toggle__button-text--hide {
  display: inline;
}

.status-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.5rem;
}

.checkout-total {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}
.checkout-total__item {
  font-size: 16px;
  line-height: 1.124;
}
.checkout-total__item--discount {
  text-decoration: line-through;
}
.checkout-total__item--base {
  font-weight: 600;
  font-size: 24px;
}
.checkout-total__ex {
  font-weight: 600;
  font-size: 18px;
}

.additional-commission {
  padding: 4px 8px 4px 34px;
  position: relative;
  margin-top: 8px;
  line-height: 1.24;
  font-weight: bold;
  font-size: 13px;
  color: #3f3f3f;
  background: rgba(238, 238, 238, 0.5);
  border-radius: 8px;
}
.additional-commission__val {
  color: var(--bs-link-hover-color);
  white-space: nowrap;
}
.additional-commission__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ed7f1e;
}

.payments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (max-width: 804px) {
  .payments-grid {
    gap: 5px;
  }
}
@media (max-width: 580px) {
  .payments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 410px) {
  .payments-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.payments-grid__button {
  min-height: 40px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.payments-grid__input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  opacity: 0;
  background: none;
  border: none;
}
.payments-grid__button-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #f4f5fa;
  background: #f4f5fa;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}
.payments-grid__button:hover .payments-grid__button-bg {
  border-color: #dbe1fd;
}
.payments-grid__input:checked + .payments-grid__button-bg {
  border-color: #8049f1;
}
.payments-grid__button-content {
  flex: 1 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.payments-grid__button-icon {
  flex: none;
  width: 34px;
  height: 34px;
  object-fit: contain;
  vertical-align: top;
}
.payments-grid__button-panel {
  display: flex;
  flex-direction: column;
  position: relative;
}
.payments-grid__button-commission {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f97100;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  cursor: help;
}
.payments-grid__button-name {
  flex: 1 0;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.payments-grid__button-min {
  flex: 1 0;
  font-size: 12px;
  color: #000;
}
.payments-grid__button-info {
  display: none;
  padding: 2px 0 0 0;
  font-size: 12px;
  color: #919191;
}

.payments-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media (max-width: 804px) {
  .payments-list {
    gap: 5px;
  }
}
.payments-list__button {
  min-height: 40px;
  padding: 5px 10px 10px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 604.5px) {
  .payments-list__button {
    padding: 10px 10px 10px 50px;
  }
}
.payments-list__input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  background: none;
  border: none;
}
.payments-list__button-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(129, 74, 241, 0.12);
  background: rgba(129, 74, 241, 0.02);
  border-radius: 10px;
  transition: border-color 0.3s ease;
}
@media (min-width: 604.5px) {
  .payments-list__button-bg::after, .payments-list__button-bg::before {
    width: 24px;
    height: 24px;
    content: " ";
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 16px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #eee;
    border-radius: 50%;
  }
  .payments-list__button-bg::before {
    z-index: 2;
    background: no-repeat center center url(../img/icons/check.svg);
    background-size: 64% 64%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.payments-list__button:hover .payments-list__button-bg {
  border-color: rgba(129, 74, 241, 0.22);
}
.payments-list__input:checked + .payments-list__button-bg {
  border-color: #8049f1;
}
.payments-list__input:checked + .payments-list__button-bg::before {
  opacity: 1;
}
.payments-list__button-content {
  flex: 1 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.payments-list__button-icon {
  flex: none;
  width: 34px;
  height: 34px;
  object-fit: contain;
  vertical-align: top;
}
.payments-list__button-panel {
  flex: 1 0;
  display: flex;
  flex-direction: column;
}
.payments-list__button-limit {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 12px;
  color: #793232;
}
@media (max-width: 604px) {
  .payments-list__button-limit {
    gap: 0;
  }
}
.payments-list__button-limit-value {
  font-weight: bold;
  color: darkred;
}
.payments-list__button-name {
  flex: 1 0;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
@media (max-width: 604px) {
  .payments-list__button-name {
    line-height: 1.24;
    font-size: 16px;
  }
}
.payments-list__button-min {
  flex: 1 0;
  font-size: 12px;
  color: #000;
}
.payments-list__button-limit-label--min::after {
  content: "Минимум к пополнению: ";
}
@media (max-width: 604px) {
  .payments-list__button-limit-label--min::after {
    content: "Мин.: ";
  }
}
.payments-list__button-limit-label--max::after {
  content: "Максимум к пополнению: ";
}
@media (max-width: 604px) {
  .payments-list__button-limit-label--max::after {
    content: "Макс.: ";
  }
}
.payments-list__button-limit-label--pc {
  display: inline;
}
.payments-list__button-limit-label--mobile {
  display: none;
}
@media (max-width: 604px) {
  .payments-list__button-limit-label--pc {
    display: none;
  }
  .payments-list__button-limit-label--mobile {
    display: inline;
  }
}
.payments-list__button-info {
  max-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #919191;
  transition: max-height 0.3s ease;
}
@media (max-width: 604.5px) {
  .payments-list__button-info {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.payments-list__button-description {
  --bs-alert-padding-y: 0.8rem;
  margin: 10px 0 0 0;
}
.payments-list__input:checked + .payments-list__button-bg + .payments-list__button-content + .payments-list__button-info {
  max-height: 500px;
  transition: max-height 0.6s ease;
}
@media (max-width: 604.5px) {
  .payments-list__input:checked + .payments-list__button-bg + .payments-list__button-content + .payments-list__button-info {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}

.account-shop {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
}
.account-shop__btn {
  min-width: 38px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.account-shop__btn-counter {
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  right: -6px;
  top: -6px;
  font-weight: bold;
  font-size: 11px;
  color: #090712;
  text-align: center;
  background: #dccaff;
  box-shadow: inset 0 0 0 1px #070510;
  border-radius: 50%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.account-shop__btn-counter:empty {
  opacity: 0;
  visibility: hidden;
}

/* Элементы сортировки у GV */
.desc:after,
.asc:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
  background-repeat: no-repeat;
  background-position: center center;
}

.desc:after {
  background-image: url(../img/icons/table-arrow-desc.svg);
}

.asc:after {
  background-image: url(../img/icons/table-arrow-asc.svg);
}

/* Next */
.text-desc {
  line-height: 1.44;
  font-weight: 400;
  color: #000;
  word-break: break-word;
}
.text-desc pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: rgba(238, 238, 238, 0.4);
  border: 1px solid #eee;
  border-radius: 4px;
}
.text-desc pre + p {
  margin-top: 20px;
}
.text-desc a {
  text-decoration-skip-ink: none;
}
.text-desc p {
  margin: 14px 0;
}
.text-desc b {
  font-weight: 600;
  color: #000;
}

.text-desc h1, .text-desc .h1 {
  margin: 20px 0 14px 0;
}

.text-desc h2, .text-desc .h2 {
  margin: 20px 0 14px 0;
}

.text-desc h3, .text-desc .h3 {
  margin: 20px 0 14px 0;
}

.text-desc h4, .text-desc .h4 {
  margin: 20px 0 14px 0;
}

.text-desc h5, .text-desc .h5 {
  margin: 20px 0 14px 0;
}

.text-desc h6, .text-desc .h6 {
  margin: 20px 0 14px 0;
}

.text-desc p:first-child,
.text-desc h1:first-child, .text-desc h2:first-child, .text-desc h3:first-child, .text-desc h4:first-child, .text-desc h5:first-child, .text-desc h6:first-child {
  margin-top: 0 !important;
}

.text-desc p:first-child,
.text-desc h1:first-child, .text-desc h2:first-child, .text-desc h3:first-child, .text-desc h4:first-child, .text-desc h5:first-child, .text-desc h6:first-child,
.text-desc .h1:first-child, .text-desc .h2:first-child, .text-desc .h3:first-child, .text-desc .h4:first-child, .text-desc .h5:first-child, .text-desc .h6:first-child {
  margin-top: 0 !important;
}

.text-desc p:last-child,
.text-desc h1:last-child, .text-desc h2:last-child, .text-desc h3:last-child, .text-desc h4:last-child, .text-desc h5:last-child, .text-desc h6:last-child,
.text-desc .h1:last-child, .text-desc .h2:last-child, .text-desc .h3:last-child, .text-desc .h4:last-child, .text-desc .h5:last-child, .text-desc .h6:last-child {
  margin-bottom: 0 !important;
}

.text-desc li + li {
  margin-top: 3px;
}

.text-desc li > p {
  margin: 5px 0;
}

.text-desc li > p:first-child {
  margin-top: 0;
}

.text-desc li > p:last-child {
  margin-bottom: 0;
}

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

.wordbreak {
  word-break: break-all;
}

.text-desc p + .section-moretext__toggle + .section-moretext__button {
  margin-top: -14px;
  display: inline-block;
  vertical-align: top;
}

.text-desc p + .section-moretext__toggle.toggleshow--text + .section-moretext__button {
  margin-top: 0;
}

@media all and (max-width: 772px) {
  .text-desc {
    font-size: 14px;
  }
}
.card {
  padding: 1.5rem;
  border: 0;
  background: #fff;
  border-radius: 16px;
}
.card--confirm {
  max-width: 900px;
  margin: 0 auto;
}
.card .card {
  background: rgba(9, 7, 18, 0.02);
}
.card .card .card-header {
  background: rgba(129, 74, 241, 0.04);
}
.card-middle {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 10px;
  margin: 0 -1.5rem 1.5rem;
  background: #fff;
  border-bottom: 1px solid #ECECEC;
  border-radius: 16px 16px 0 0 !important;
}
.card-header {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 10px;
  margin: -1.5rem -1.5rem 0;
  background: #fff;
  border-bottom: 1px solid #ECECEC;
  border-radius: 16px 16px 0 0 !important;
}
.card-header + .crud-card__body {
  margin-top: 0;
}
@media all and (max-width: 572px) {
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.card-header--fix {
  position: sticky;
  z-index: 7;
  top: 0;
}
.card-header--product {
  min-height: 46px;
}
@media all and (max-width: 840px) {
  .card-header--product .product-item__details,
  .card-header--product .product-item__controls {
    display: none;
  }
}
.card-header--purchase {
  min-height: 46px;
}
.card-left {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media all and (max-width: 424px) {
  .card-left {
    flex-direction: column;
    gap: 10px 0;
    align-items: flex-start;
  }
}
.card-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #0B1E2C;
}
.card-title_before, .card-title_after {
  flex: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.card-controls {
  flex: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: -5px;
}
@media all and (max-width: 765px) {
  .card-controls {
    justify-content: flex-end;
    flex: 1 0;
  }
}
@media all and (max-width: 572px) {
  .card-controls {
    justify-content: flex-start;
  }
}
.card-body {
  padding: 1rem 1.5rem;
  margin: -1.5rem;
}
.card-footer {
  padding: 0.5rem 1.5rem;
  margin: 0rem -1.5rem -1.5rem;
  background: #f1f2f3;
}
.card-footer:last-child {
  border-radius: 0 0 16px 16px;
}
.card-footer + .card-footer {
  margin-top: 1.5rem;
}
.card-body + .card-footer {
  margin-top: 1.5rem;
}
.card-header + .card-body {
  margin-top: 0;
}
.card-overflow {
  margin: -1.5rem;
}
.card-overflow .summary {
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #ECECEC;
  background: #fdfdfd;
}
.card-overflow .empty {
  padding: 1.5rem;
}
@media all and (max-width: 1172px) {
  .card-scroller {
    overflow: hidden;
    overflow-x: auto;
  }
}
.card-table {
  width: 100%;
  margin: 0;
}
.card-table tr > th,
.card-table tr > td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #ECECEC;
  vertical-align: middle;
}
.card-table tr > th:first-child,
.card-table tr > td:first-child {
  padding-left: 1.5rem;
}
.card-table tr > th:last-child,
.card-table tr > td:last-child {
  padding-right: 1.5rem;
  text-align: right;
}
.card-table tr > th:first-child:last-child,
.card-table tr > td:first-child:last-child {
  text-align: center;
}
.card-table tr > th {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #787E9E;
}
.card-table tr > th a {
  border-bottom: 1px dashed #787E9E;
  color: #787E9E;
  text-decoration: none;
  transition: color 0.3s ease;
}
.card-table tr > th a:hover {
  color: #4e5eaf;
}
.card-table tr > th a.asc,
.card-table tr > th a.desc {
  white-space: nowrap;
}
.card-table tr > th a.asc::after, .card-table tr > th a.asc::after,
.card-table tr > th a.desc::after,
.card-table tr > th a.desc::after {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  background: #fff no-repeat center center url(../img/icons/filter-asc.svg);
  background-size: contain;
}
.card-table tr > th a.desc::after {
  transform: scale(1, -1);
}
.card-table tr > td {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #0B1E2C;
  word-break: break-word;
}
.card .pagination {
  --bs-pagination-color: #814af1;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-color: #814af1;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #8f5cfa;
  --bs-pagination-hover-border-color: #8f5cfa;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #afafaf;
  --bs-pagination-active-border-color: #8f5cfa;
  --bs-pagination-disabled-color: #a1acb5;
  --bs-pagination-disabled-bg: #eee;
  --bs-pagination-disabled-border-color: #eee;
  padding: 1rem 1.5rem;
  position: relative;
  justify-content: center;
  text-align: center;
  z-index: 0;
  margin: 0 -1.5rem;
  background: #f1f2f3;
  border-radius: 0 0 16px 16px;
  gap: 5px;
}
.card .pagination::before {
  width: 100%;
  height: 30px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 100%;
  background: #f1f2f3;
  border-radius: 0 16px 0 0;
  pointer-events: none;
}
.card .pagination::after {
  width: 100%;
  height: 50px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 100%;
  background: #fff;
  border-radius: 16px;
  pointer-events: none;
}
.card .pagination .page-link {
  border-radius: 5px;
}

.table-col-id {
  width: 70px;
}

.mini-action {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mini-action-value {
  white-space: nowrap;
}
.mini-action-btn {
  flex: none;
  min-width: 26px;
  height: 26px;
  padding: 0 5px;
  order: -1;
  border-radius: 6px;
}
.mini-action-btn-sm {
  min-width: 22px;
  height: 22px;
}
.mini-action-btn-sm .scale-icon {
  transform: scale(0.8);
}

.btn-clipboard {
  position: relative;
}
.btn-clipboard .ics_clipboard-copy {
  transform: translate(0, 0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.btn-clipboard .ics_clipboard-check {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -60%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.btn-clipboard.type--copysuccess .ics_clipboard-copy {
  transform: translate(5px, -5px);
  opacity: 0;
}
.btn-clipboard.type--copysuccess .ics_clipboard-check {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.btn-showed {
  position: relative;
}
.btn-showed .ics_eye-open {
  transform: translate(0, 0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.btn-showed .ics_eye-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -60%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.btn-showed.type--active .ics_eye-open {
  transform: translate(5px, -5px);
  opacity: 0;
}
.btn-showed.type--active .ics_eye-close {
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media all and (max-width: 1200px) {
  .filter {
    padding-bottom: 82px;
  }
  .filter .card--filter-container {
    padding: 0;
  }
  .filter .card-header--product {
    display: none;
  }
  .filter .card-body--filter {
    margin: 0 -1rem;
    padding-top: 0;
  }
}
.filter__actions {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media all and (max-width: 1200px) {
  .filter__actions {
    display: none;
  }
}
.filter__header-help {
  cursor: help;
}

.tags-list,
.tags-list-item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tags-list {
  margin: 0 0 14px 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 16px;
}

.tags-list-item {
  vertical-align: top;
  display: flex;
}

.tags-list-item-link_quality {
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  color: #8b14d5 !important;
  text-decoration: none !important;
  border: 1px solid #edd6ff;
  background: #e6e2f1;
  border-radius: 32px;
  transition: background-color 0.3s ease;
}
.tags-list-item-link_quality:hover {
  background: #ddd8ef;
}

.tags-list-group {
  padding: 2px 8px;
  color: #5a0195 !important;
  border: 1px solid #edd6ff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  background: #e6e2f1;
  border-radius: 32px;
}
.tags-list-group-item::after {
  content: ", ";
}
.tags-list-group-item:last-child::after {
  display: none;
}

.tags-list-group a {
  color: #8b14d5 !important;
}
.tags-list-group a:hover {
  text-decoration: none;
}

.product-item__title .tags-list, .product-view__content .tags-list {
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.product-item__title .tags-list-item-link_quality, .product-view__content .tags-list-item-link_quality {
  background: #e6e2f1;
  border: 1px solid #edd6ff;
  color: #b237d5 !important;
  padding: 4px 10px;
  text-decoration: none;
}

.attributes-list,
.attributes-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.attributes-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0 -2px -2px 0;
}
@media (min-width: 992px) {
  .attributes-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.attributes-list-item {
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.attributes-list-item i {
  margin-right: 4px;
  color: #666;
  font-size: 13px;
}
.attributes-list-item-label {
  font-weight: 500;
  color: #555;
  margin-right: 4px;
  flex-shrink: 0;
  white-space: nowrap;
}
.attributes-list-item-value {
  flex-grow: 1;
  overflow: hidden;
}
.attributes-list-item-value .attributes-list-item-link {
  font-weight: 500;
  color: #814af1;
  text-decoration: none;
}
.attributes-list-item-value .attributes-list-item-link:hover {
  text-decoration: underline;
  color: #601bed;
}

.control-buy {
  flex: 1 0;
  display: flex;
  align-items: center;
}
.control-buy__container {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.control-buy__cart {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.control-buy__cart .form-control {
  border: 1px dashed #8049f1;
  -moz-appearance: textfield; /* Для Firefox */
}
.control-buy__cart .form-control::-webkit-inner-spin-button, .control-buy__cart .form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.control-buy__cart .btn {
  min-width: 28px;
  padding: 0;
}
.control-buy__cart .btn .bi {
  transform: scale(1.8);
}

.badges-list,
.badges-list-item {
  padding: 0;
  margin: 0;
  list-style: none;
}

.badges-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 16px;
  padding-left: 0;
}
.badges-list-item {
  vertical-align: top;
  display: flex;
}
.badges-list-item i {
  display: inline-block;
  transform: scale(1.16);
}
.badges-list-item-link_quality {
  padding: 4px 10px;
  color: #902bd6 !important;
  background: #f4f5fa;
  border-radius: 32px;
  border: 1px solid #e1d2ff;
  text-decoration: none;
}
.badges-list-group {
  padding: 2px 8px;
  color: #902bd6 !important;
  background: #e6e2f1;
  border-radius: 32px;
}
.badges-list-group a {
  color: #902bd6 !important;
}

.review-reactions {
  width: 100%;
}
.review-reactions .btn-group {
  width: 100%;
  position: relative;
}
.review-reactions .btn-group__line {
  width: 2px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: 0 0 0 -1px;
  background: #e9eaf3;
}
.review-reactions__btn {
  flex: 1 0;
  min-width: 30px;
  min-height: 38px;
  padding: 4px 0 0 0;
  font-size: 18px;
}
.review-reactions__btn:first-child {
  border-radius: 10px 0 0 10px;
}
.review-reactions__btn:last-child {
  border-radius: 0 10px 10px 0;
}
.review-reactions__btn:first-child:last-child {
  border-radius: 10px;
}
.review-reactions__btn--read {
  cursor: help !important;
}
.review-reactions__btn--edit:hover {
  background: #ff7851;
  color: #fff !important;
}
.review-reactions__btn--positive:hover {
  background: #56cc9d;
  color: #fff !important;
}
.review-reactions__btn--negative:hover {
  background: #ff7851;
  color: #fff !important;
}

.form-review__reactions {
  display: flex;
  gap: 0;
}
.form-review__reactions-item:first-child .btn {
  border-radius: 34px 0 0 34px;
}
.form-review__reactions-item:last-child .btn {
  border-radius: 0 34px 34px 0;
}
.form-review__reactions-item:first-child:last-child .btn {
  border-radius: 34px;
}
.form-review__reactions-item-btn {
  min-width: 30px;
  min-height: 38px;
  padding: 0 10px;
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-review__reactions-item-btn .bi {
  transform: scale(1.2);
}
.form-review__reactions-item-btn--positive {
  border-radius: 10px 0 0 10px;
  border: 1px solid #56cc9d;
  color: #56cc9d;
}
.form-review__reactions-item-btn--positive:hover {
  background: #56cc9d;
  color: #fff !important;
}
.form-review__reactions-item-btn--negative {
  border-radius: 0 10px 10px 0;
  border: 1px solid #ff7851;
  color: #ff7851;
}
.form-review__reactions-item-btn--negative:hover {
  background: #ff7851;
  color: #fff !important;
}
.form-review__reactions-item-check:checked + .form-review__reactions-item-btn--positive {
  background: #56cc9d;
  color: #fff !important;
}
.form-review__reactions-item-check:checked + .form-review__reactions-item-btn--negative {
  background: #ff7851;
  color: #fff !important;
}

.spinner-circle {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #20C27E;
  border-radius: 50%;
  box-sizing: border-box;
  animation: p6 1s linear infinite;
}

.custom-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@keyframes p6 {
  to {
    transform: rotate(360deg);
  }
}
body .btn-loader .spinner-circle {
  width: 20px;
  height: 20px;
  border-width: 2px;
}

.header {
  flex: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 40px 0;
  margin-bottom: 30px;
  color: var(--bs-panel-color);
  background: var(--bs-panel-bg);
}
@media all and (max-width: 1200px) {
  .header {
    display: none;
  }
}
.header__inner {
  gap: 16px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px 8px 0 0;
  transition: border-radius 0.3s ease;
}
.header__inner .logo-area {
  position: relative;
}
.header__inner .logo-area span {
  font-size: 8px;
  color: #fff;
  position: absolute;
  right: 71px;
  bottom: 5px;
  text-align: end;
}
@media all and (min-width: 800px) {
  .header__inner--nav {
    padding: 4px 12px 4px 0;
    align-items: normal;
    border-radius: 0 0 8px 8px;
  }
  .header__inner--nav::before {
    width: auto;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(223, 231, 255, 0.2);
  }
}
.header__middle {
  position: relative;
  z-index: 701;
}
.header__middle-logo {
  flex: none;
  display: block;
  text-decoration: none;
}
.header__middle-logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.header__middle-logo img.header-logo-large {
  width: 260px;
}
.header__middle-left {
  flex: 1 0;
  display: flex;
  gap: 0 16px;
}
.header__search {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__search.finder {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.header__search.finder form {
  width: 100%;
}
.header__nav {
  flex: 1 0;
  font-weight: 500;
  font-size: 13px;
}
.header__nav-list {
  align-items: center;
}
.header__nav-list .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.header__nav-list .nav-link--categories {
  line-height: 1.32;
  gap: 8px;
  color: #c4a1ff;
  background-color: rgba(196, 161, 255, 0.08);
}
.header__nav-list .nav-link--categories::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f605";
  transform: scale(1.3) translateY(-1px);
}
.header__nav-list .nav-link--categories::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid rgba(196, 161, 255, 0.5);
  border-radius: 5px;
}
.header__nav-list .nav-link--categories:hover {
  color: #fff !important;
  background-color: rgba(196, 161, 255, 0.44);
  border-radius: 5px;
}
.header__nav-list .nav-link img {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.header__nav-list .nav-link:hover, .header__nav-list .nav-link.active {
  color: var(--bs-link-hover-light-color);
}
.header__nav-list .nav-link_lang {
  min-width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.34;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  border-radius: 8px;
}
.header__nav-list .nav-link_lang:hover {
  color: #3761EE;
  background-color: #E9EDF8;
}
.header__nav li.dropdown:hover > .dropdown-item {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.header__nav li.dropdown .dropdown-item.dropdown-toggle {
  padding-right: 20px;
}
.header__nav li.dropdown .dropdown-item.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.header__nav .dropdown-menu {
  margin-top: 0 !important;
}
.header__nav .dropdown-menu .dropdown-menu {
  inset: initial !important;
  left: 100% !important;
  top: 0 !important;
  margin-left: -5px !important;
  transform: none !important;
}
.header__nav .dropdown-menu .dropdown-item.active {
  color: var(--bs-link-hover-light-color);
}

.box-contacts {
  display: flex;
  align-items: center;
  gap: 16px;
}
.box-contacts__link {
  padding: 0 0 0 32px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1;
  gap: 2px 0;
  color: var(--bs-link-hover-light-color);
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.3s ease;
}
.box-contacts__link:hover {
  color: var(--bs-link-hover-light-color);
  opacity: 1;
}
.box-contacts__link-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -12px 0 0;
  object-fit: contain;
}
.box-contacts__link-value {
  font-weight: bold;
  font-size: 12px;
}
.box-contacts__link-label {
  font-size: 11px;
  color: #777;
}

.box-search {
  flex: 1 0;
  position: relative;
}
.box-search--mobile {
  margin-bottom: 30px;
}
.box-search--white .box-search__input {
  background-color: #f4f5fa;
  color: #000;
}
.box-search--white .box-search__input:hover, .box-search--white .box-search__input:focus {
  background-color: #e8eaf5;
  color: #000;
}
.box-search--white .box-search__btn {
  color: #000;
}
.box-search--white .box-search__btn:hover {
  color: #fff;
}
.box-search__input {
  height: 40px;
  min-height: 40px;
  padding: 0 70px 0 16px;
  border: 0;
  color: #fff;
  background-color: #1b182b;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.box-search__input:hover, .box-search__input:focus {
  color: #fff;
  background-color: #27233f;
}
.box-search__btn {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: 0;
}
.box-search__btn_reset {
  width: 30px;
  height: 30px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.box-search__btn_reset.is--visible {
  opacity: 1;
  visibility: visible;
}
.box-search-more-button {
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #3761EE;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.box-search-more-button:hover {
  color: #3761EE;
}

.currently-searching {
  display: flex;
  align-items: center;
  gap: 5px;
}
.currently-searching__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}
.currently-searching__list span {
  user-select: none;
  font-size: 11px;
}
.currently-searching__list a {
  padding: 3px 6px;
  border-radius: 7px;
  color: #9ca0a6;
  background-color: #1a182b;
  text-decoration: none;
  transition: 0.3s;
  user-select: none;
  font-size: 11px;
}
.currently-searching__list a:hover {
  background-color: #2f2d44;
}

.offcanvas-body .currently-searching {
  margin-bottom: 5px;
}
.offcanvas-body .currently-searching .currently-searching__list {
  gap: 5px;
}
.offcanvas-body .currently-searching .currently-searching__list a {
  color: #a0a4ab;
  background-color: #f4f5fb;
}
.offcanvas-body .currently-searching .currently-searching__list a:hover {
  background-color: #e3e4e5;
}

/*
Мини аккаунт
 */
.box-account {
  width: auto;
  position: relative;
}
.box-account__nickname {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: -6px;
}
@media all and (min-width: 800.01px) {
  .box-account__drop {
    min-width: 100%;
    z-index: 10;
    width: 140px !important;
    padding: 0;
    left: auto !important;
    right: 0 !important;
    top: 100% !important;
    bottom: auto !important;
    transform: none !important;
    inset: revert;
    margin: 8px 0 0 0 !important;
  }
}

.box-balance {
  display: flex;
  align-items: center;
}
.box-balance__label {
  flex: 1 0;
}

/*
Категории под шапкой
 */
.header__bottom {
  position: relative;
  z-index: 8;
}
.header__bottom-left {
  flex: 1 0;
}
.header__bottom-right {
  padding-right: 1px;
}

.layout-for-categories {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 427;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(196, 199, 205, 0.7);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.show-categories .layout-for-categories {
  opacity: 1;
  visibility: visible;
}

.show-categories .nav-categories-drop {
  animation: none !important;
  transition: opacity 0s linear, visibility 0s linear !important;
}

.nav-categories-drop-list,
.nav-categories-drop-item,
.nav-categories-level-list,
.nav-categories-level-item {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media all and (min-width: 872px) {
  .nav-categories {
    width: 100%;
    display: flex;
    position: relative;
  }
  .nav-categories-list {
    display: flex;
    align-items: center;
    line-height: 1.34;
  }
}
@media all and (min-width: 872px) and (min-width: 872px) and (max-width: 1100px) {
  .nav-categories-list {
    display: table;
  }
}
@media all and (min-width: 872px) {
  .nav-categories-item {
    position: static;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media all and (min-width: 872px) and (min-width: 872px) and (max-width: 1100px) {
  .nav-categories-item {
    display: table-cell;
  }
}
@media all and (min-width: 872px) {
  .nav-categories-item.show-drop {
    background-color: #fff;
  }
  .nav-categories-item.show-drop .nav-categories-drop {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s ease-in, visibility 0.15s ease-in;
  }
  .nav-categories-item:hover .nav-categories-link {
    color: var(--nav-category-link-color);
  }
  .nav-categories-item:hover .nav-categories-link-bg {
    opacity: 1;
  }
  .nav-categories-link-bg {
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 3px;
    right: 3px;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    border-radius: 8px;
    transition: opacity 0.3s ease;
  }
  .nav-categories-link {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 35px;
    padding: 4px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 778;
    line-height: 1.2;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: var(--nav-category-main-color);
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .nav-categories-link::before, .nav-categories-link::after {
    width: 1px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.45;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .nav-categories-link::after {
    left: auto;
    right: -1px;
  }
  .nav-categories-link .bi {
    flex: none;
    height: 16px;
    font-size: 16px;
  }
  .nav-categories-link .bi::before {
    vertical-align: top;
  }
  .nav-categories-link:hover {
    color: var(--nav-category-link-color);
    text-decoration: none;
  }
  .nav-categories-drop {
    width: 100%;
    padding: 16px;
    position: absolute;
    z-index: 777;
    inset: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    bottom: auto !important;
    margin: -5px 0 0 0 !important;
    background: #fff;
    border: 1px solid #dce2eb;
    border-top: 0;
    border-radius: 6px;
    transform: none !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.12s ease-out, visibility 0.12s ease-out;
  }
  .nav-categories-drop.show {
    opacity: 1;
    visibility: visible;
  }
  .nav-categories-drop-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .nav-categories-drop-item {
    position: relative;
  }
  .nav-categories-drop-item::before {
    width: 1px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    background: #eee;
  }
  .nav-categories-drop-item:first-child::before {
    display: none;
  }
  .nav-categories-drop-link {
    padding: 2px 4px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 14px;
    color: var(--nav-category-link-color);
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .nav-categories-drop-link::before {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: rgba(129, 74, 241, 0.05);
    border-radius: 5px;
  }
  .nav-categories-drop-link.active {
    color: var(--bs-link-hover-light-color);
  }
  .nav-categories-drop-link img {
    flex: none;
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  .nav-categories-level-list {
    margin: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .nav-categories-level-link {
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: var(--nav-category-link-color);
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .nav-categories-level-link.active {
    color: var(--bs-link-hover-light-color);
  }
}
@media all and (max-width: 872px) {
  .nav-categories {
    width: 100%;
    position: relative;
  }
  .nav-categories-list {
    line-height: 1.34;
  }
  .nav-categories-item {
    position: static;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .nav-categories-link {
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 40px;
    padding: 4px 32px 4px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
    line-height: 1.2;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: var(--nav-category-link-color);
    text-align: left;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .nav-categories-link[data-bs-toggle=dropdown]::before {
    width: 22px;
    height: 22px;
    content: "\f282";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    top: 50%;
    margin: -12px 0 0 0;
    transition: transform 0.3s ease;
  }
  .nav-categories-link[data-bs-toggle=dropdown].show::before {
    transform: rotate(180deg) scale(1.5);
  }
  .nav-categories-link::after {
    width: auto;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgb(213, 220, 229) 0%, rgba(213, 220, 229, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(213, 220, 229)), color-stop(100%, rgba(213, 220, 229, 0)));
    background: -webkit-linear-gradient(left, rgb(213, 220, 229) 0%, rgba(213, 220, 229, 0) 100%);
    background: -o-linear-gradient(left, rgb(213, 220, 229) 0%, rgba(213, 220, 229, 0) 100%);
    background: -ms-linear-gradient(left, rgb(213, 220, 229) 0%, rgba(213, 220, 229, 0) 100%);
    background: linear-gradient(to right, rgb(213, 220, 229) 0%, rgba(213, 220, 229, 0) 100%);
  }
  .nav-categories-link .bi {
    flex: none;
    height: 16px;
    font-size: 16px;
  }
  .nav-categories-link .bi::before {
    vertical-align: top;
  }
  .nav-categories-link:hover {
    color: var(--nav-category-link-color);
    text-decoration: none;
  }
  .nav-categories-drop {
    width: 100%;
    padding: 16px;
    position: relative !important;
    z-index: 777;
    inset: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    margin: 0 !important;
    background: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    transform: none !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.12s ease-out, visibility 0.12s ease-out;
  }
  .nav-categories-drop.show {
    opacity: 1;
    visibility: visible;
  }
  .nav-categories-drop-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .nav-categories-drop-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--nav-category-link-color);
    text-decoration: none;
  }
  .nav-categories-drop-link img {
    flex: none;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .nav-categories-level-list {
    margin: 6px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .nav-categories-level-link {
    padding: 0 0 0 22px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: var(--nav-category-link-color);
    text-decoration: none;
  }
  .nav-categories-level-link::before {
    width: 4px;
    height: 4px;
    content: " ";
    display: block;
    float: left;
    margin: 7px 0 0 -13px;
    background: var(--nav-category-link-color);
    border-radius: 50%;
  }
}
@keyframes anim-logo-radius-pulse {
  0% {
    box-shadow: 0 0 0 14px rgba(128, 73, 241, 0.17);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(128, 73, 241, 0.17);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(128, 73, 241, 0.17);
  }
}
.header__logo-radius {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 4px;
  background: #8049f1;
  transform: translateX(-50%);
  box-shadow: 0 0 0 10px rgba(128, 73, 241, 0.17);
  border-radius: 50%;
  animation: anim-logo-radius-pulse 4s infinite;
}
@media (max-width: 990px) {
  .header__logo-radius {
    bottom: -4px;
  }
}
.header__logo-radius img {
  vertical-align: top;
}

.side-fly--filter {
  padding-bottom: 100px;
}
.side-fly__actions {
  padding: 10px 1rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  background: #fff;
}
.side-fly__header {
  flex: none;
  border-bottom: 1px solid #eee;
}
.side-fly__inner {
  margin: -1rem;
}

.mobile-panel {
  display: none;
  height: 48px;
  padding: 0 10px;
  align-items: center;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 777;
  margin-bottom: 24px;
  color: var(--bs-panel-color);
  background: var(--bs-panel-bg);
}
@media all and (max-width: 1200px) {
  .mobile-panel {
    display: flex;
  }
}
@media all and (max-width: 772px) {
  .mobile-panel {
    height: 40px;
  }
}
.mobile-panel::after {
  width: auto;
  height: 8px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: no-repeat center 0 url(../img/bg-header-waves.svg);
  background-size: auto 100%;
  transform: scale(1, -1);
}
@media all and (min-width: 772px) {
  .mobile-panel::after {
    height: 16px;
  }
}
.mobile-panel__left {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-panel__right {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.mobile-panel__logo {
  flex: none;
  width: 40px;
}
.mobile-panel__logo img {
  width: 36px;
  height: auto;
  vertical-align: top;
}
.mobile-panel .account-shop__btn {
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-side-fly .offcanvas-body {
  flex: 1 0;
}
.mobile-side-fly__inner {
  margin: -1rem;
}
.mobile-side-fly__nav {
  display: flex;
  flex-direction: column;
}
.mobile-side-fly__nav-list {
  display: flex;
  flex-direction: column;
}
.mobile-side-fly__nav-list .nav-link {
  min-height: 38px;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #eee;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}
.mobile-side-fly__nav-list .nav-link.active {
  color: var(--bs-link-hover-light-color) !important;
}
.mobile-side-fly__nav-list .nav-link--categories {
  min-height: auto;
  position: relative;
  margin: 5px 5px 10px;
  line-height: 1.32;
  gap: 10px;
  color: #c4a1ff;
  background-color: rgba(196, 161, 255, 0.08);
}
.mobile-side-fly__nav-list .nav-link--categories::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f605";
  transform: scale(1.3) translateY(-1px);
}
.mobile-side-fly__nav-list .nav-link--categories::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid rgba(196, 161, 255, 0.5);
  border-radius: 5px;
}
.mobile-side-fly__nav-list .nav-link--categories:hover {
  color: #fff !important;
  background-color: rgba(196, 161, 255, 0.44);
  border-radius: 5px;
}
.mobile-side-fly__nav-list .dropdown-toggle::after {
  position: absolute;
  right: 1rem;
}
.mobile-side-fly__nav-list .dropdown-menu {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
}
.mobile-side-fly__nav-list .dropdown-menu .dropdown-item.active {
  color: var(--bs-link-hover-light-color) !important;
}
.mobile-side-fly .box-contacts {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #eee;
}

.mobile-side-fly__categories {
  margin: -1rem;
}
.mobile-side-fly__categories-list, .mobile-side-fly__categories-item, .mobile-side-fly__categories-drop-list, .mobile-side-fly__categories-drop-item, .mobile-side-fly__categories-level-list, .mobile-side-fly__categories-level-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-side-fly__categories-link {
  width: 100%;
  display: block;
  padding: 0.6rem 1rem;
  position: relative;
  border: 0;
  background: 0;
  margin: 0;
  border-top: 1px solid #eee;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: var(--nav-category-link-color);
  text-align: left;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.mobile-side-fly__categories-link .bi {
  margin-right: 4px;
}
.mobile-side-fly__categories-link-bg {
  display: none;
}
.mobile-side-fly__categories-link[data-bs-toggle=dropdown]::after {
  border: 0 !important;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f286" !important;
  margin-left: 0.4em;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 1rem;
}
.mobile-side-fly__categories-link[data-bs-toggle=dropdown][aria-expanded=true]::after {
  transform: rotate(0deg);
}
.mobile-side-fly__categories .dropdown-toggle::after {
  position: absolute;
  right: 1rem;
}
.mobile-side-fly__categories-drop {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
}
.mobile-side-fly__categories-drop-list {
  padding: 5px;
}
.mobile-side-fly__categories-drop-link {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-decoration: none;
}
.mobile-side-fly__categories-drop-link.active {
  color: var(--bs-link-hover-light-color);
}
.mobile-side-fly__categories-drop-link img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.mobile-side-fly__categories-level-link {
  display: block;
  padding: 0.5rem 1rem;
  border-top: 1px solid #eee;
  text-decoration: none;
}
.mobile-side-fly__categories-level-link::before {
  content: "\f132";
  display: inline-block;
  font-family: bootstrap-icons !important;
  line-height: 1;
  vertical-align: -0.125em;
  margin: 0 5px 0 0;
}
.mobile-side-fly__categories-level-link.active {
  color: var(--bs-link-hover-light-color);
}

.footer {
  position: relative;
  padding: 60px 0 20px 0;
  margin: 20px 0 0 0;
  color: var(--bs-panel-color);
  background: var(--bs-panel-bg);
}
@media all and (max-width: 572px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer__nav-list {
  flex-direction: column;
  font-size: 13px;
}
.footer__nav-list-item-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__nav-title {
  font-size: 14px;
  font-weight: 400;
  color: #cfcfcf;
}
.footer__line {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.footer__down {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media all and (max-width: 572px) {
  .footer__down {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer__down-left {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__down-right {
  flex: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__down-copyright {
  font-size: 0.8rem;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.footer__down-copyright p {
  margin: 0;
}
.footer__down-copyright:hover {
  opacity: 1;
}

a.structo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity ease 0.3s;
}
a.structo-link img {
  width: 32px;
  height: 32px;
  vertical-align: top;
}
a.structo-link:hover {
  opacity: 1;
}

.categories {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .categories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 18px 24px 18px 70px;
  background: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 1px 5px rgba(246, 241, 254, 0);
  transition: box-shadow 0.3s ease;
}
.categories__item:hover {
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 15px 5px #f6f1fe;
}
.categories__item-title {
  margin: 0 0 5px 0;
}
.categories__item-title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--bs-link-color);
  text-decoration: none;
  transition: color ease 0.3s;
}
.categories__item-title a:hover {
  color: var(--bs-link-hover-color);
}
.categories__item-subs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-wrap: wrap;
}
.categories__item-subs li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--bs-link-color);
  transition: color ease 0.3s;
}
.categories__item-subs li a:hover {
  color: var(--bs-link-hover-color);
}
.categories__item-counter {
  display: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #707E9A;
}
.categories__item-image {
  position: absolute;
  left: 20px;
  top: 16px;
}
.categories__item-image img {
  width: 38px;
  height: 38px;
  vertical-align: top;
}

.main-catalog {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media all and (max-width: 1200px) {
  .main-catalog {
    flex-direction: column;
  }
}
.main-catalog__content {
  flex: 1 0;
}
@media all and (max-width: 1200px) {
  .main-catalog__content {
    flex: none;
    width: 100%;
  }
}

.sort-panel {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  background: #f1f2f3;
  border-bottom: 1px solid #ECECEC;
  border-radius: 16px !important;
}
@media all and (max-width: 772px) {
  .sort-panel {
    justify-content: flex-start;
  }
}
.sort-panel__left {
  flex: 1 0;
}
@media all and (max-width: 1200px) {
  .sort-panel__left {
    display: block;
  }
}
@media all and (max-width: 772px) {
  .sort-panel__left {
    flex: none;
  }
}
@media all and (max-width: 772px) {
  .sort-panel {
    position: fixed;
    z-index: 123;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0 !important;
  }
}
@media all and (max-width: 772px) {
  .sort-panel__btn-inner--default {
    display: none;
  }
}
.sort-panel__btn-inner--mobile {
  display: none;
}
@media all and (max-width: 772px) {
  .sort-panel__btn-inner--mobile {
    display: block;
  }
}
@media all and (max-width: 772px) {
  .sort-panel__btn-label {
    display: none;
  }
}

.product-list {
  display: flex;
  flex-direction: column;
}

.product-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-header .product-item__prop {
  height: 28px;
}

.product-item {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 840px) {
  .product-item {
    flex-direction: column;
  }
}
.product-item::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  left: -1.5rem;
  right: -1.5rem;
  top: 0;
  bottom: 0;
  margin: -1px 0 0 0;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8b42ef+0,8b42ef+100&1+0,0+11,0+90,1+100 */
  background: -moz-linear-gradient(left, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(139, 66, 239)), color-stop(11%, rgba(139, 66, 239, 0)), color-stop(90%, rgba(139, 66, 239, 0)), color-stop(100%, rgb(139, 66, 239))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(left, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(left, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* IE10 preview */
  background: linear-gradient(to right, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-item:hover::before {
  opacity: 0.08;
}
.product-item:last-child::before {
  border-radius: 0 0 16px 16px;
}
.product-item::after {
  width: auto;
  height: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  background-image: linear-gradient(to right, #d1d1d5 5px, transparent 5px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
.product-item:first-child::after {
  display: none;
}
.product-item__left {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.product-item__icon {
  flex: none;
  width: 32px;
  height: 32px;
  vertical-align: top;
  object-fit: contain;
}
.product-item__title {
  flex: 1 0;
  line-height: 1.286;
}
.product-item__link {
  position: relative;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.3s ease;
}
.product-item__link::before {
  width: 40px;
  height: 44px;
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -20px 0 0 0;
}
.product-item__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
}
.product-item__status {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-item__reaction {
  flex: none;
  width: 80px;
}
.product-item__details {
  flex: none;
  width: 300px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-item__details--confirm {
  width: 420px;
}
@media all and (max-width: 840px) {
  .product-item__details {
    width: 100%;
    margin-top: 5px;
  }
}
.product-item__controls {
  flex: none;
  width: 226px;
  display: flex;
  align-items: center;
  gap: 0;
  padding-left: 5px;
}
@media all and (max-width: 480px) {
  .product-item__split {
    display: none;
  }
}
.product-item__prop {
  flex: 1 0;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--prop-bg);
  box-shadow: 0 0 0 2px #fff;
  border-radius: 10px;
}
.product-item__prop-name {
  height: 16px;
  line-height: 16px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: -8px;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.product-item__prop-name > span {
  padding: 2px 8px;
  white-space: nowrap;
  background: #fff;
  border-radius: 35px;
}
.product-item__prop--status {
  flex: none;
  background: 0;
  font-size: 20px;
}
.product-item__prop .text-bold {
  font-weight: 500;
}
.product-item__basket {
  display: flex;
  align-items: center;
}
.product-item__buy {
  flex: 1 0;
  padding: 0;
}
.product-item__buy--not-stock {
  cursor: default !important;
}
.product-item__info {
  flex: none;
  width: 38px;
  padding: 0;
  border: 0;
  background: 0;
  color: var(--bs-link-hover-color);
}
.product-item__info:hover {
  color: var(--bs-link-hover-light-color);
}
.product-item__info .btn__icon {
  transform: scale(1.8);
  margin-top: -2px;
}
.product-item__cart {
  flex: none;
  width: 38px;
  padding: 0;
  position: relative;
  border: 0;
  background: 0;
  color: var(--bs-link-hover-color);
}
.product-item__cart:hover {
  color: var(--bs-link-hover-light-color);
}
.product-item__cart .btn__icon {
  transform: scale(1.8);
  margin-top: -2px;
}
.product-item__cart .btn__loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 840px) {
  .product-item__reaction {
    position: absolute;
    left: 0;
    bottom: 15px;
  }
  .product-item__reaction + .product-item__details {
    padding-left: 90px;
  }
}

.swiper-autoheight .swiper-wrapper {
  align-items: stretch;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: 100%;
}

.product-leader {
  min-height: 100%;
  margin: 0 10px;
  transition: box-shadow 0.3s ease;
}
.product-leader:hover {
  box-shadow: 0 0 2px 2px rgba(137, 70, 240, 0.16);
}
.product-leader .product-leader__icon {
  height: 150px;
  width: 150px;
  border-radius: 10px;
  margin-top: 25px;
  object-fit: contain;
}
.product-leader .product-leader__title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.product-leader .product-leader__title a {
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  margin-top: 10px;
  font-weight: normal;
  transition: 0.5s all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-leader .product-leader__title a::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 700px) {
  .product-leader .product-leader__title a {
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .product-leader .product-leader__title a {
    font-size: 13px;
  }
}
.product-leader .product-leader__price {
  margin-top: 5px;
  font-weight: bold;
  font-size: 17px;
}
.product-leader .product-leader__image {
  display: flex;
  align-self: start;
  justify-content: center;
}
.product-leader .product-leader__image:hover img {
  opacity: 0.8;
}
@media (max-width: 500px) {
  .product-leader .product-description {
    margin-top: 0;
    margin-bottom: 20px !important;
  }
}

.top-products-swiper .badge--top {
  display: none;
}
.top-products-swiper__inner {
  margin: 0 -10px;
  position: relative;
}
.top-products-swiper__inner::before, .top-products-swiper__inner::after {
  width: 10px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  background: #fff;
  pointer-events: none;
}
.top-products-swiper__inner::before {
  left: 0;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* IE10 preview */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-products-swiper__inner::after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10 preview */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-products-swiper .swiper-slide {
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-products-swiper .swiper-button-next,
.top-products-swiper .swiper-button-prev {
  height: 40px;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.top-products-swiper .swiper-button-next i::before,
.top-products-swiper .swiper-button-prev i::before {
  font-weight: bold !important;
  font-size: 16px;
}
.top-products-swiper .swiper-button-next:after,
.top-products-swiper .swiper-button-prev:after {
  content: none;
}
.top-products-swiper .swiper-button-next:not(:hover):not(:focus):not(:active),
.top-products-swiper .swiper-button-prev:not(:hover):not(:focus):not(:active) {
  background-color: #fff;
}
.top-products-swiper .swiper-button-next {
  right: -22px;
  border-radius: 4px 10px 10px 4px;
}
.top-products-swiper .swiper-button-prev {
  left: -22px;
  border-radius: 10px 4px 4px 10px;
}
@media (max-width: 1050px) {
  .top-products-swiper .swiper-button-next {
    right: -2px;
  }
  .top-products-swiper .swiper-button-prev {
    left: -2px;
  }
}
.top-products-swiper .swiper-pagination {
  display: none;
}

.card--product-homepage .product-item__prop-name {
  display: none;
}
@media all and (max-width: 840px) {
  .card--product-homepage .product-item__prop-name {
    display: block;
  }
}

.product-item__rating .product-rating {
  height: 26px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  color: #8446f0;
  background: #f1f2f3;
  border-radius: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #c6b2f0;
  border: 1px solid #c6b2f0;
}

.product-view {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media all and (max-width: 800px) {
  .product-view {
    flex-direction: column;
    gap: 20px;
    align-items: normal;
  }
}
.product-view__sidebar {
  flex: none;
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media all and (max-width: 800px) {
  .product-view__sidebar {
    width: 100%;
    flex-direction: row;
    align-items: center;
    flex-direction: column;
  }
}
.product-view__content {
  flex: 1 0;
}
.product-view__icon {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 800px) {
  .product-view__icon {
    width: 100px;
  }
}
.product-view__icon-src {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.product-view__rating .product-rating {
  height: 26px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  color: #8446f0;
}
.product-view__details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media all and (max-width: 800px) {
  .product-view__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 5px;
  }
}
.product-view__prop {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media all and (max-width: 800px) {
  .product-view__prop {
    flex-direction: column;
  }
}
.product-view__prop-name {
  flex: 1 0;
}
@media all and (max-width: 800px) {
  .product-view__prop-name {
    height: 16px;
    line-height: 16px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: -8px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
  }
  .product-view__prop-name span {
    padding: 2px 8px;
    background: #fff;
    border-radius: 35px;
  }
}
.product-view__prop-value {
  flex: none;
  width: 100px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  position: relative;
  background: var(--prop-bg);
  border-radius: 10px;
}
.product-view__controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .product-view__controls {
    flex: none;
    margin: 0;
  }
}
.product-view__title {
  margin: 0 0 20px 0;
  font-size: 18px;
  word-break: break-word;
  line-height: 1.34;
}
@media all and (max-width: 800px) {
  .product-view__title--desktop {
    display: none;
  }
}
.product-view__title--mobile {
  display: none;
  margin: 0;
}
@media all and (max-width: 800px) {
  .product-view__title--mobile {
    display: block;
  }
}
.product-view__text {
  position: relative;
  overflow: hidden;
  word-break: break-word;
}
.product-view__badges {
  margin: 0 0 14px 0;
}
.product-view__subtitle {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 14px;
}
.product-view__tabs-header {
  overflow: hidden;
  position: relative;
  padding-left: 10px;
}
.product-view__tabs-header .nav-tabs {
  border-bottom: 0;
}
.product-view__tabs-header .nav-link.active {
  cursor: default;
}
@media all and (max-width: 772px) {
  .product-view__tabs-header {
    padding: 0;
    margin: 0 -10px;
  }
  .product-view__tabs-header::before, .product-view__tabs-header::after {
    width: 22px;
    content: "";
    position: absolute;
    z-index: 7;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(245, 247, 252)), color-stop(100%, rgba(245, 247, 252, 0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .product-view__tabs-header::before {
    left: -2px;
  }
  .product-view__tabs-header::after {
    right: -2px;
    transform: scale(-1, 1);
  }
}
@media all and (max-width: 772px) {
  .product-view__tabs-header-scroll {
    scroll-snap-type: x mandatory;
    scroll-padding-inline-start: 20px;
    padding: 0 40px 10px 20px;
    margin-bottom: -10px;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
  }
}
.product-view__tabs-header .nav-link {
  min-height: 38px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #828187;
  border-radius: 10px 10px 0 0;
  transition: font-size 0.13s ease;
}
.product-view__tabs-header .nav-link.active {
  font-size: 14px;
  color: #070510;
}
@media all and (max-width: 772px) {
  .product-view__tabs-header .nav-tabs {
    flex: none;
    flex-wrap: nowrap;
  }
  .product-view__tabs-header .nav-item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex: none;
  }
  .product-view__tabs-header .nav-link {
    white-space: nowrap;
  }
}
.product-view__tabs .tab-content {
  padding: 20px;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 10px;
}
.product-view__attributes .tags-list {
  padding-left: 0;
}
.product-view__attributes .tags-list-item-link_quality {
  background-color: #e6e2f1;
  border: 1px solid #f5f7fc;
  color: #8049f1 !important;
  padding: 4px 8px;
  text-decoration: none;
}

/*
 * Покупки
 */
.purchase-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.purchase-list__item-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 991.98px) {
  .purchase-list__item-header {
    flex-direction: column;
    margin-bottom: 2px;
  }
}
.purchase-list__item-left {
  flex: 1 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 20px;
}
@media (max-width: 991.98px) {
  .purchase-list__item-left {
    justify-content: center;
  }
}
.purchase-list__item-prop {
  font-size: 14px;
  opacity: 0.8;
}
.purchase-list__item-prop--number {
  font-weight: bold;
  font-size: 16px;
  opacity: 1;
}
.purchase-list__item-prop--number a {
  color: var(--bs-link-hover-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.purchase-list__item-prop--number a:hover {
  color: var(--bs-link-hover-light-color);
}

/*
 * Просмотр покупок
 */
.purchase-view-item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.purchase-view-item::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  left: -1.5rem;
  right: -1.5rem;
  top: 0;
  bottom: 0;
  margin: -1px 0 0 0;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8b42ef+0,8b42ef+100&1+0,0+11,0+90,1+100 */
  background: -moz-linear-gradient(left, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(139, 66, 239)), color-stop(11%, rgba(139, 66, 239, 0)), color-stop(90%, rgba(139, 66, 239, 0)), color-stop(100%, rgb(139, 66, 239))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(left, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(left, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* IE10 preview */
  background: linear-gradient(to right, rgb(139, 66, 239) 0%, rgba(139, 66, 239, 0) 11%, rgba(139, 66, 239, 0) 90%, rgb(139, 66, 239) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.purchase-view-item:hover::before {
  opacity: 0.08;
}
.purchase-view-item:last-child::before {
  border-radius: 0 0 16px 16px;
}
.purchase-view-item::after {
  width: auto;
  height: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  background-image: linear-gradient(to right, rgba(129, 74, 241, 0.57) 5px, transparent 5px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
.purchase-view-item:first-child::after {
  display: none;
}
.purchase-view-item__header {
  padding: 10px 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(163, 123, 245, 0.18);
  position: relative;
  margin: 0 -1.5rem;
  background: rgba(7, 5, 16, 0.025);
}
.purchase-view-item__left {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 591.98px) {
  .purchase-view-item__left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.purchase-view-item__number {
  flex: none;
  width: 70px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  background: var(--prop-bg);
  box-shadow: 0 0 0 2px #fff;
  border-radius: 10px;
}
.purchase-view-item__content {
  flex: 1 0;
}
.purchase-view-item__rating {
  flex: none;
  display: flex;
}
.purchase-view-item__control {
  flex: none;
}
@media (max-width: 591.98px) {
  .purchase-view-item__control {
    position: absolute;
    right: 1.5rem;
    top: 14px;
  }
}
.purchase-view-item__refund {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin: -5px 0 10px 85px;
  border: 1px solid #eee;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc107+0,ffc107+100&1+0,0+15,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 193, 7, 0.2) 0%, rgba(255, 193, 7, 0) 15%, rgba(255, 193, 7, 0) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 193, 7, 0.2)), color-stop(15%, rgba(255, 193, 7, 0)), color-stop(100%, rgba(255, 193, 7, 0))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(left, rgba(255, 193, 7, 0.2) 0%, rgba(255, 193, 7, 0) 15%, rgba(255, 193, 7, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgba(255, 193, 7, 0.2) 0%, rgba(255, 193, 7, 0) 15%, rgba(255, 193, 7, 0) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(left, rgba(255, 193, 7, 0.2) 0%, rgba(255, 193, 7, 0) 15%, rgba(255, 193, 7, 0) 100%); /* IE10 preview */
  background: linear-gradient(to right, rgba(255, 193, 7, 0.2) 0%, rgba(255, 193, 7, 0) 15%, rgba(255, 193, 7, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 16px;
}
@media (max-width: 591.98px) {
  .purchase-view-item__refund {
    margin-left: 40px;
  }
}
.purchase-view-item__footer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.purchase-view-item__arrow {
  width: 70px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #814af1;
  opacity: 0.25;
  transition: opacity 0.3s ease;
}
@media (max-width: 840px) {
  .purchase-view-item__arrow {
    display: none;
  }
}
.purchase-view-item:hover .purchase-view-item__arrow {
  opacity: 0.75;
}
.purchase-view-item .product-item::before {
  display: none;
}
.purchase-view-item .product-item::after {
  display: none;
}
.purchase-view-item .product-item__link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-dialog--buy {
  --bs-modal-width: 750px;
}

.modal-buy {
  padding: 2rem;
  display: flex;
  gap: 16px;
}
@media all and (max-width: 772px) {
  .modal-buy {
    flex-direction: column;
  }
}
.modal-buy__close {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  right: -14px;
  top: -14px;
  font-size: 18px;
  text-shadow: 0 0 0 #000;
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 50%;
  opacity: 1;
  transition: color 0.3s ease;
}
.modal-buy__close::after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f659";
}
.modal-buy__close:hover {
  color: red;
  opacity: 1;
}
.modal-buy__content {
  flex: 1 0;
}
.modal-buy__header {
  margin: 0 0 10px 0;
}
.modal-buy__desc {
  margin: 0 0 10px 0;
  font-weight: 500;
  font-size: 12px;
  color: #222;
}
@media all and (max-width: 772px) {
  .modal-buy__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.modal-buy__sidebar {
  flex: none;
  width: 254px;
  padding: 0 0 0 29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 772px) {
  .modal-buy__sidebar {
    width: 100%;
    padding: 16px 0 0 0;
  }
}
.modal-buy__sidebar::after {
  width: 1px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #878693 5px, transparent 5px);
  background-size: 1px 15px;
  background-repeat: repeat-y;
}
@media all and (max-width: 772px) {
  .modal-buy__sidebar::after {
    width: auto;
    height: 1px;
    right: 0;
    bottom: auto;
    background-image: linear-gradient(to right, #878693 5px, transparent 5px);
    background-size: 15px 1px;
    background-repeat: repeat-x;
  }
}
.modal-buy__checkout {
  padding: 16px 0 0 0;
  position: relative;
}
.modal-buy__checkout-bottom {
  width: 100%;
  padding: 16px 0 0 0;
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
  position: relative;
}
.modal-buy__checkout-bottom::after {
  width: auto;
  height: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  background-image: linear-gradient(to right, #878693 5px, transparent 5px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
@media all and (max-width: 772px) {
  .modal-buy__checkout-bottom::after {
    left: 0;
    right: 0;
  }
}
.deposit-account {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
@media all and (max-width: 980px) {
  .deposit-account {
    flex-direction: column;
  }
}
.deposit-account__left {
  flex: 1 0;
}
@media all and (min-width: 980.5px) {
  .deposit-account__right {
    flex: none;
    width: 380px;
    padding: 0 0 0 29px;
    position: relative;
  }
  .deposit-account__right::after {
    width: 1px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #878693 5px, transparent 5px);
    background-size: 1px 15px;
    background-repeat: repeat-y;
  }
}
@media all and (max-width: 980px) {
  .deposit-account__right {
    flex: none;
    width: 100%;
    padding: 29px 0 0 0;
    position: relative;
  }
  .deposit-account__right::after {
    width: 100%;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, #878693 5px, transparent 5px);
    background-size: 15px 1px;
    background-repeat: repeat-x;
  }
}
@media (max-width: 604.5px) {
  .deposit-account__right {
    width: auto;
    padding: 10px 0 10px;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
  }
}
.deposit-account__cash {
  padding: 16px 20px 16px 90px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  position: relative;
  margin-bottom: 10px;
  background: rgba(128, 73, 241, 0.03);
  border: 2px dashed rgba(128, 73, 241, 0.09);
  border-radius: 10px;
}
@media (max-width: 604.5px) {
  .deposit-account__cash {
    display: none;
  }
}
.deposit-account__cash-icon {
  flex: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.deposit-account__cash-label {
  flex: none;
}
.deposit-account__cash-value {
  flex: 1 0;
  font-weight: bold;
  font-size: 20px;
  color: #8049f1;
}
.deposit-account__sum {
  position: relative;
}
.deposit-account__sum-cash {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
}
@media (max-width: 604.5px) {
  .deposit-account__sum-cash {
    display: block;
  }
}
.deposit-account__sum-cash-value {
  font-weight: bold;
  color: #8049f1;
}
.deposit-account__checkout-btn {
  width: 100%;
}

.error-page {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media all and (max-width: 772px) {
  .error-page {
    flex-direction: column;
  }
}
.error-page__image {
  order: -2;
  flex: none;
  width: 300px;
  max-width: 100%;
  height: auto;
}
.error-page__content {
  flex: 1 0;
}

.basket-view__checkout {
  margin: 0 -1.5rem -1rem;
  padding: 0.5rem 1.5rem;
  position: relative;
  z-index: 0;
  font-size: 16px;
  background: #f1eaff;
}
@media all and (max-width: 680px) {
  .basket-view__checkout {
    justify-content: center;
  }
}
.basket-view__checkout-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.basket-view__checkout-info {
  padding: 10px;
  margin: 1rem -1.5rem -1rem -1.5rem;
  font-size: 1rem;
}
.basket-view__checkout-info .alert {
  text-align: center;
}
.basket-view__checkout::before {
  width: 100%;
  height: 30px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 100%;
  background: #f1eaff;
  border-radius: 0 16px 0 0;
  pointer-events: none;
}
.basket-view__checkout::after {
  width: 100%;
  height: 50px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 100%;
  background: #fff;
  border-radius: 16px;
  pointer-events: none;
}
.basket-view__checkout-value {
  font-weight: bold;
  font-size: 20px;
  color: #814af1;
}

.tag-links {
  max-width: 100%;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: rgba(238, 238, 238, 0.43);
  border-radius: 24px;
}
.tag-links-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tag-links-list__item {
  display: none;
}
.tag-links-list__item:nth-child(1), .tag-links-list__item:nth-child(2), .tag-links-list__item:nth-child(3), .tag-links-list__item:nth-child(4), .tag-links-list__item:nth-child(5), .tag-links-list__item:nth-child(6), .tag-links-list__item:nth-child(7), .tag-links-list__item:nth-child(8), .tag-links-list__item:nth-child(9), .tag-links-list__item:nth-child(10), .tag-links-list__item:nth-child(11), .tag-links-list__item:nth-child(12), .tag-links-list__item:nth-child(13), .tag-links-list__item:nth-child(14), .tag-links-list__item:nth-child(15), .tag-links-list__item:nth-child(16) {
  display: block;
}
.tag-links-list .btn {
  min-height: 26px;
  padding: 2px 8px;
  font-size: 13px;
  transform: scale(1, 1) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tag-links-list .btn:hover {
  transform: scale(1.14, 1.14) matrix(1, 0, 0, 1, 0, 0);
  box-shadow: 0 0 2px 1px #814af1;
}
.tag-links.is-open .tag-links-list__item {
  display: block;
}
.tag-links.is-open .tag-links__btn {
  display: none;
}

.all-categories {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  position: relative;
}
.all-categories::before {
  width: 0;
  height: 40px;
  content: " ";
  display: block;
  position: absolute;
  border: 2px dashed #fff;
  z-index: -1;
  left: 50%;
  bottom: 100%;
  margin: 0 0 0 -2px;
}
.all-categories__inner {
  max-width: 600px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
.all-categories__title {
  margin: 0 0 12px 0;
  font-weight: bold;
  font-size: 15px;
  color: var(--bs-heading-color);
  text-align: center;
}
.all-categories__list, .all-categories__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-categories__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.all-categories__link {
  padding: 2px;
  display: block;
  border: 2px solid #eee;
  text-decoration: none;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}
.all-categories__link:hover {
  border-color: var(--bs-indigo);
}
.all-categories__icon {
  width: 36px;
  height: 36px;
  vertical-align: top;
  border-radius: 50%;
}
.all-categories__more {
  margin: 12px 0 0 0;
  display: flex;
  justify-content: center;
}

.group-links {
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 772px) {
  .group-links {
    padding: 0;
    margin: 0 -12px;
  }
  .group-links::before, .group-links::after {
    width: 22px;
    content: "";
    position: absolute;
    z-index: 7;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(245, 247, 252)), color-stop(100%, rgba(245, 247, 252, 0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgb(245, 247, 252) 0%, rgba(245, 247, 252, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .group-links::before {
    left: -2px;
  }
  .group-links::after {
    right: -2px;
    transform: scale(-1, 1);
  }
}
.group-links__list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media all and (max-width: 772px) {
  .group-links__list {
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding-inline-start: 12px;
    padding: 0 30px 10px 12px;
    margin-bottom: -10px;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
  }
}
.group-links__item.active {
  cursor: default;
}
@media all and (max-width: 772px) {
  .group-links__item.active {
    order: -1;
    position: relative;
  }
}
@media all and (max-width: 772px) {
  .group-links__item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex: none;
    white-space: nowrap;
  }
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.partners-list > nav {
  grid-column: 1/-1;
}
@media all and (max-width: 772px) {
  .partners-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 472px) {
  .partners-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.partners-list__item {
  display: flex;
  flex-direction: column;
}
.partners-list__header {
  flex: none;
}
.partners-list__image {
  flex: none;
  display: block;
  text-decoration: none;
}
.partners-list__title {
  flex: 1 0;
}
.partners-list__title-link {
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.partners-list__title-category {
  font-weight: bold;
  font-size: 11px;
}
.partners-list__title-category_link {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
.partners-list__title-category_link:hover {
  color: #000;
}
.partners-list__content {
  flex: 1 0;
}
.partners-list_control {
  flex: none;
}
.partners-list__link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.partners-list__link-label {
  flex: 1 0;
}

.partner-view__header {
  display: block;
  font-size: 16px;
}
.partner-view__header img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.partners-nav-list__item {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 14px;
}
.partners-nav-list__item-icon {
  flex: none;
  overflow: hidden;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-nav-list__item-icon .bi {
  transform: scale(1.5);
}

@media all and (max-width: 768px) {
  .partners-section {
    gap: 20px;
    flex-direction: column;
  }
}

#body .select-box {
  position: relative;
  background: #f4f5fa;
  border-radius: 4px;
}
#body .select-box .kv-plugin-loading {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
#body .select2-container--krajee-bs3 .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f4f5fa;
  border: 1px solid #f4f5fa;
}
#body .select2-container--krajee-bs3 .select2-selection--single,
#body .select2-container--krajee-bs3 .select2-selection--multiple {
  min-height: 38px;
  height: auto;
  line-height: 24px;
}
#body .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow,
#body .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__arrow {
  width: 30px;
  height: auto;
  top: 1px;
  bottom: 1px;
  border-left-color: transparent;
}
#body .select2-container--krajee-bs3.select2-container--open .select2-selection, #body .select2-container--krajee-bs3 .select2-selection:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(128, 73, 241, 0.2);
  box-shadow: 0 0 0 3px rgba(128, 73, 241, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: rgba(128, 73, 241, 0.2);
}
#body .select2-container--krajee-bs3 .select2-dropdown {
  -webkit-box-shadow: 0 3px 0 3px #e6dbfc;
  box-shadow: 0 3px 0 3px #e6dbfc;
  border-color: rgba(128, 73, 241, 0.2);
}
#body .select2-container--krajee-bs3 .select2-results__option.select2-results__option--selected,
#body .select2-container--krajee-bs3 .select2-results__option[aria-selected=true] {
  background-color: rgba(129, 74, 241, 0.08);
  color: #814af1;
}
#body .select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
  background-color: #814af1;
  color: #fff;
}
#body .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear,
#body .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
  height: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#body .select2-selection.select2-selection--multiple .select2-selection__choice {
  min-height: 21px;
  line-height: 21px;
  font-weight: bold;
  font-size: 11px;
  color: #5218c9;
  border-color: #d0baff;
  background: #e5d9ff;
}
#body .select2-selection.select2-selection--multiple .select2-search__field[style*="width: 0px"] {
  width: auto !important;
}
#body .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #b10202;
  cursor: pointer;
}
#body .select2-container .select2-selection--multiple .select2-selection__rendered {
  vertical-align: top;
}
#body .select2-container .s2-togall-button {
  color: #814af1;
}
