@charset "UTF-8";
/*
Custom root
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --bg-primary: #F6F9FF;
  --bg-secondary: #DEE6FF;
}

/*
Bootstrap root
 */
:root {
  --bs-blue: #fc7171;
  --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: #fc7171;
  --bs-secondary: #f3969a;
  --bs-success: #1bd08f;
  --bs-info: #9dd5e3;
  --bs-warning: #dac489;
  --bs-danger: #ff867c;
  --bs-light: #fefefe;
  --bs-dark: #343a40;
  --bs-primary-rgb: 62,99,135;
  --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: 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-body-color: #888;
  --bs-body-bg: #fff;
  --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: #007bff;
  --bs-code-color: #096eda;
  --bs-highlight-bg: #fff5e1;
}

/*
Кнопки
 */
.btn svg.mr-2 {
  margin-right: 0 !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0081ff;
  --bs-btn-border-color: #0081ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0067cc;
  --bs-btn-hover-border-color: #0067cc;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0067cc;
  --bs-btn-active-border-color: #0067cc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #77a0cc;
  --bs-btn-disabled-border-color: #e6efff;
}

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

.btn-success-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: #19d053;
  --bs-btn-border-color: #19d053;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1ada56;
  --bs-btn-hover-border-color: #1ada56;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1ada56;
  --bs-btn-active-border-color: #1ada56;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0f8a36;
  --bs-btn-disabled-border-color: #0f8a36;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(25, 208, 83, 0.5);
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}

/*
Переключатель страниц
 */
.pagination {
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0px;
  --bs-pagination-border-color: #b5c7e3; /* Обновлено */
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #d6e0f0; /* Обновлено - более светлый оттенок */
  --bs-pagination-hover-border-color: #c1d3e8; /* Обновлено - средний оттенок */
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #d6e0f0; /* Обновлено - более светлый оттенок */
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(181, 199, 227, 0.25); /* Обновлено */
  --bs-pagination-active-color: #9baec8; /* Обновлено - темный оттенок */
  --bs-pagination-active-bg: #e6ebf5; /* Обновлено - очень светлый оттенок */
  --bs-pagination-active-border-color: #c1d3e8; /* Обновлено - средний оттенок */
  --bs-pagination-disabled-color: #a1acb5;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
}
.pagination:last-child {
  margin-bottom: 0;
}

/*
Бейджики
 */
.badge {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  vertical-align: middle;
  line-height: normal;
}

.badge.bg-warning {
  color: #714c00;
}

/*
Формы
 */
/*
Леблы для инпутов формы
FIX add: frontend/web/scss/components/_fix-plugin.scss
 */
@media all and (max-width: 872.5px) {
  .form-label {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
  }
}

/*
Враппер для лейблов и инпутов
 */
.form-group {
  margin-bottom: 1rem;
}
@media all and (max-width: 872.5px) {
  .form-group {
    margin-bottom: 0.45rem;
  }
}

/*
Меню дропа
 */
@keyframes dropdownAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dropdownAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-toggle::after {
  width: 11px;
  height: 6px;
  vertical-align: 0.055em;
  margin-left: 0.555em;
  border: 0;
  background: no-repeat 0 0 url(../images/icons/dropdown-carret.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.dropdown-toggle.show::after {
  transform: rotate(0deg);
}
.dropdown-toggle.btn-primary::after {
  filter: brightness(20);
}
.dropdown-menu {
  --bs-dropdown-font-size: 1rem;
  --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: #000;
  --bs-dropdown-link-hover-color: #0081ff;
  --bs-dropdown-item-padding-x: 1em;
  --bs-dropdown-item-padding-y: 0.9em;
  --bs-dropdown-header-padding-x: 1em;
  --bs-dropdown-header-padding-y: 0.9em;
  --bs-border-color: #ECECEC;
  background: #fff;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 0;
  border: 0;
}
.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 > .dropdown-item:first-child {
  border-radius: 8px 8px 0 0;
}
.dropdown-menu > .dropdown-item:last-child {
  border-radius: 0 0 8px 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;
}

/*
Алерты
 */
.alert {
  --bs-alert-border: 0;
  font-weight: 500;
}

.alert-primary {
  --bs-alert-color: #000;
  --bs-alert-bg: #a0adb9;
}
.alert-primary .btn-close {
  filter: invert(1);
}

.alert-secondary {
  --bs-alert-color: #717171;
  --bs-alert-bg: #ebebeb;
}

.alert-success {
  --bs-alert-color: #055705;
  --bs-alert-bg: #7fdb7f;
}

.alert-danger {
  --bs-alert-color: #510600;
  --bs-alert-bg: #ff867c;
}

.alert-warning {
  --bs-alert-color: #6f5000;
  --bs-alert-bg: #ffc985;
}
.alert-warning hr {
  border: 0;
  height: 1px;
  background: #ab630b;
  margin: 20px 0;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
}

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

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

/*
Таблица
 */
.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: #fc7171;
}
.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 #fc7171;
}
.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: 0.8rem;
  --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: #fc7171;
}
.breadcrumb a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.container {
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
}
@media all and (max-width: 800px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media all and (max-width: 472px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.form-control:focus {
  border-color: #f9a8a8;
  box-shadow: 0 0 0 0.25rem rgba(252, 113, 113, 0.25);
}

/*
Исправление для iPhone: предотвращение увеличения экрана при нажатии на input в мобильной версии.
 */
@media all and (max-width: 772px) {
  .form-control,
  .form-select {
    font-size: 16px;
  }
}
.checkbox-lg {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.checkbox-lg .form-check-input {
  top: 0.8rem;
  scale: 1.4;
  margin-left: -1.25em;
  margin-right: 0.7rem;
}

.checkbox-xl .form-check-input {
  top: 1.2rem;
  scale: 1.7;
  margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
  padding-top: 19px;
}

.block-nav .list-group-item {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
}
.block-nav .list-group-item:first-child {
  border-radius: 0;
  border-top: 0;
}
.block-nav .list-group-item:last-child {
  border-radius: 0 0 16px 16px;
  border-bottom: 0;
}
@media all and (max-width: 472px) {
  .block-nav .list-group-item:last-child {
    border-radius: 0 0 10px 10px;
  }
}

/* Mini margin */
.mt-05 {
  margin-top: 1px !important;
}

html,
body {
  min-width: 340px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #505050;
  background: #f8fafb;
}

body {
  position: relative;
}

html {
  font-size: 14px;
}

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

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

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

.container {
  max-width: 1260px;
}

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

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

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

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

/* Breadcrumb */
.breadcrumbs {
  display: block;
  font-size: 0;
}
.breadcrumbs-item {
  display: inline;
  font-size: 12px;
}
.breadcrumbs-item::before {
  float: none !important;
  display: inline;
}

/* Icons */
svg.feather {
  width: 20px;
  height: 20px;
}

/*
Cursor
 */
.cursor-help {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  cursor: help;
}

/* Фикс ширины для select2  */
.select2-selection__rendered {
  padding-right: 30px !important;
}

/* Стрелочка для мультиселектов select2 */
.select2-selection--multiple {
  position: relative;
  padding-right: 20px !important;
}
.select2-selection--multiple::after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888;
  font-size: 16px;
  transition: transform 0.2s ease;
}

.select2-container--open .select2-selection--multiple::after {
  transform: translateY(-50%) rotate(180deg);
}

.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 {
  text-decoration: none;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.btn-lg {
  padding: 16px 32px;
  font-size: 16px;
}
.btn-sm {
  min-height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 6px;
}
@media all and (max-width: 472px) {
  .btn-sm {
    padding-left: 8px;
    padding-right: 8px;
    gap: 5px;
  }
}
.btn-micro {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 6px;
}
.btn-nowrap {
  white-space: nowrap;
}
.btn-success {
  background: #19D08E;
}
.btn-success:hover {
  background: #1bde97;
}
.btn-success:active {
  background-color: #17c285;
}
.btn-link {
  color: #787E9E;
}
.btn-link:hover {
  color: #19D08E;
}
.btn-icon__src {
  flex: none;
  width: 16px;
  height: 16px;
  color: inherit;
}

.btn-success, .btn-danger, .btn-warning, .btn-dark, .btn-light, .btn-info {
  border-color: transparent;
}
.btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-dark:hover, .btn-light:hover, .btn-info:hover {
  border-color: transparent;
}

.btn-action {
  width: 40px;
  height: 40px;
  padding: 5px;
  font-size: 16px;
}

.btn-pseudo-link {
  text-align: center;
  min-width: auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-height: 28px;
  border: 0;
  color: #70727B;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  background: 0;
  border-radius: 0;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
.btn-pseudo-link__label {
  border-bottom: 1px dashed #1d1d25;
}
.btn-pseudo-link .btn-pseudo-link__icon {
  flex: none;
  width: 14px;
  height: 10px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.btn-pseudo-link[aria-expanded=true] .btn-pseudo-link__icon {
  transform: rotate(180deg);
}

/* Button - ScrollUP */
.btn-scrollup {
  width: 46px;
  height: 46px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 779;
  right: 20px;
  bottom: 100px;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 772px) {
  .btn-scrollup {
    width: 38px;
    height: 38px;
    right: 12px;
    bottom: 88px;
  }
}

.dropshow--scrollup .btn-scrollup {
  opacity: 1;
  visibility: visible;
}

.avatar {
  display: inline-block;
  margin-bottom: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.avatar img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.avatar-sm {
  height: 2rem;
  width: 2rem;
}
.avatar-title {
  background: #d7d7d7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 19px;
}

.ics {
  flex: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  vertical-align: top;
  background: no-repeat center center;
  background-size: contain;
}
.ics_light {
  filter: contrast(0) brightness(20);
}

.icon-size-16 {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.icon-size-18 {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.icon-size-20 {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.icon-size-24 {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
}

.card {
  padding: 16px;
  position: relative;
  border: 0;
  background: #fff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media all and (max-width: 472px) {
  .card {
    padding: 10px;
  }
}
@media all and (max-width: 472px) {
  .card {
    border-radius: 10px;
  }
}
.card-header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 10px;
  margin: -16px -16px 0;
  background: #fff;
  border-bottom: 1px solid #ECECEC;
}
@media all and (max-width: 472px) {
  .card-header {
    padding: 12px 10px;
  }
}
@media all and (max-width: 472px) {
  .card-header {
    margin: -10px -10px 0;
  }
}
.card-header:first-child {
  border-radius: 16px 16px 0 0;
}
@media all and (max-width: 472px) {
  .card-header:first-child {
    border-radius: 10px 10px 0 0;
  }
}
.card-header + .card-body {
  margin-top: 0;
}
.card-header.bg-black {
  background: #383844 !important;
}
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4 {
  margin: 0;
}
.card-header-left {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media all and (max-width: 424px) {
  .card-header-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;
  margin-top: -5px;
  margin-bottom: -5px;
}
.card-title_button {
  min-height: 30px;
  padding: 0 10px;
  border-color: #777;
}
.card-controls {
  flex: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: -5px;
}
.card-only-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 1rem 0;
}
@media all and (max-width: 472px) {
  .card-only-controls {
    margin: 0 0 0.6rem 0;
  }
}
.card-only-controls-label-mobile {
  display: none;
}
@media all and (max-width: 672px) {
  .card-only-controls-label-pc {
    display: none;
  }
  .card-only-controls-label-mobile {
    display: block;
  }
}
@media all and (max-width: 410px) {
  .card-only-controls-btn_search {
    min-width: 34px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 380px) {
  .card-only-controls-btn_search-label_hide {
    display: none;
  }
  .card-only-controls-label_hide {
    display: none;
  }
}
.card-only-controls-left, .card-only-controls-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 472px) {
  .card-only-controls-left, .card-only-controls-right {
    gap: 5px;
  }
}
.card-only-controls-btn_search[aria-expanded=true] {
  background: #eee !important;
  color: #000 !important;
  border-color: #ccc !important;
  box-shadow: 0 0 0 0.2rem #eee !important;
}
.card-only-controls-btn_search[aria-expanded=true]:hover {
  background: #f5f5f5 !important;
}
.card-body {
  padding: 16px;
  margin: -16px;
}
@media all and (max-width: 472px) {
  .card-body {
    padding: 10px;
    margin: -10px;
  }
}
.card-middle {
  padding: 0 0 16px 0;
  margin: 0 -16px;
}
@media all and (max-width: 472px) {
  .card-middle {
    padding: 0 0 10px 0;
    margin: 0 -10px;
  }
}
.card-footer {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 10px;
  margin: 16px -16px -16px;
  background: #f8f8f8;
  border-top: 1px solid #ECECEC;
  border-radius: 0 0 16px 16px !important;
}
@media all and (max-width: 472px) {
  .card-footer {
    padding: 10px;
    margin: 10px -10px -10px;
  }
}
.card-grid-view-header {
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  color: #ccc;
  background: 0;
}
@media all and (max-width: 472px) {
  .card-grid-view-header {
    padding: 5px 10px;
  }
}
.card-grid-view-header-border-top {
  border-top: 1px solid #e1e1e1;
}
@media all and (max-width: 672.5px) {
  .card-grid-view-header-border-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.card-grid-view-items-per-page {
  display: flex;
  align-items: center;
  gap: 5px;
}
.card-grid-view-items-per-page-label {
  white-space: nowrap;
}
.card-grid-view-items-per-page .form-select {
  width: 70px;
}
.card-grid-view-sort-mobile {
  display: none;
}
@media all and (max-width: 872.5px) {
  .card-grid-view-sort-mobile {
    display: block;
    width: 200px;
  }
}
@media all and (max-width: 672.5px) {
  .card-grid-view-sort-mobile {
    display: block;
    width: 100%;
    margin-bottom: 3px;
  }
}
.card-grid-view-sort-mobile-select {
  width: 100%;
}
.card-grid-view-sort-mobile .select2-container {
  width: 100% !important;
}
.card-overflow-clear-top .card-overflow {
  margin-top: 0;
}
.card-overflow {
  margin: -16px;
}
@media all and (max-width: 472px) {
  .card-overflow {
    margin: -10px;
  }
}
.card-overflow .empty {
  padding: 16px;
}
@media all and (max-width: 472px) {
  .card-overflow .empty {
    padding: 10px;
  }
}
@media all and (max-width: 1172px) {
  .card-scroller {
    overflow: hidden;
    overflow-x: auto;
  }
}
.card-table {
  width: 100%;
  margin: 0;
}
.card-table tr {
  transition: background-color 0.3s ease;
}
.card-table tr:hover {
  background-color: rgba(231, 246, 249, 0.4);
}
.card-table tr > th,
.card-table tr > td {
  border-left: 1px solid #eee;
  padding: 6px 8px;
  border-bottom: 1px solid #e1e1e1;
  vertical-align: middle;
}
.card-table tr > th:first-child,
.card-table tr > td:first-child {
  border-left: 0;
}
.card-table tr > th:first-child,
.card-table tr > td:first-child {
  padding-left: 16px;
}
@media all and (max-width: 472px) {
  .card-table tr > th:first-child,
  .card-table tr > td:first-child {
    padding-left: 10px;
  }
}
.card-table tr > th:last-child,
.card-table tr > td:last-child {
  padding-right: 16px;
}
@media all and (max-width: 472px) {
  .card-table tr > th:last-child,
  .card-table tr > td:last-child {
    padding-right: 10px;
  }
}
.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: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
}
.card-table tr > th a {
  color: #777;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.card-table tr > th a:hover {
  color: var(--bs-link-hover-color);
}
.card-table tr > th a.asc,
.card-table tr > th a.desc {
  position: relative;
  white-space: nowrap;
  margin-right: 20px;
}
.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;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -8px 0 0 4px;
  background: no-repeat center center url(../images/icons/filter-asc.svg);
  background-size: contain;
  transform: scale(1, -1);
}
.card-table tr > th a.desc::after {
  transform: scale(1, 1);
}
.card-table tr > td {
  font-size: 14px;
  line-height: 16px;
  word-break: break-word;
}
.card-table tr > td.td-nowrap-normal {
  word-break: normal;
}
.card-table tr.filters td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.card-table tr.filters td .kv-field-range-container {
  margin: 0 !important;
}
.card-table tr.filters td .kv-field-label {
  display: none !important;
}
@media all and (max-width: 767.5px) {
  .card-table_mobile thead {
    display: none;
  }
  .card-table_mobile {
    width: 100%;
    display: block;
  }
  .card-table_mobile tbody,
  .card-table_mobile tr,
  .card-table_mobile td {
    width: 100%;
    display: block;
  }
  .card-table_mobile tr > td {
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .card-table_mobile tr > td[data-label]::before {
    content: attr(data-label) ": ";
    opacity: 0.8;
  }
  .card-table_mobile tr {
    border: 1px solid #eee;
    border-bottom: 1px solid #ccc;
  }
}
.card-pagination {
  padding: 1rem;
  position: relative;
}
.card-pagination:after {
  content: "";
  border-top: 1px solid #ECECEC;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.card .pagination {
  margin: 0;
  gap: 5px;
}
@media all and (max-width: 572px) {
  .card .pagination {
    display: flex;
    flex-wrap: wrap;
  }
  .card .pagination .page-item {
    flex: none;
  }
}
.card .pagination .prev,
.card .pagination .next {
  display: none;
}
.card .pagination .page-link {
  border-radius: 5px;
}

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

.td-col--controls {
  text-align: right;
}

@media all and (max-width: 872.5px) {
  .mobile-find-table .card-table {
    display: block;
    padding-top: 0;
  }
  .mobile-find-table .card-table thead {
    display: none;
  }
  .mobile-find-table .card-table tbody,
  .mobile-find-table .card-table tr,
  .mobile-find-table .card-table td,
  .mobile-find-table .card-table td:first-child,
  .mobile-find-table .card-table td:last-child {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
  }
  .mobile-find-table .card-table td {
    line-height: 1.34;
  }
  .mobile-find-table .card-table td,
  .mobile-find-table .card-table td:first-child,
  .mobile-find-table .card-table td:last-child {
    padding: 3px 0;
  }
  .mobile-find-table .card-table td:first-child {
    padding-top: 0;
  }
  .mobile-find-table .card-table tr {
    padding: 15px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  /*
  Таблица с историей заказов найденных по email
   */
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table .card-table tr {
    padding: 10px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table .card-table td[data-label]::before {
    content: attr(data-label) ": ";
    opacity: 0.8;
  }
  .mobile-find-table-service .card-table tr {
    padding: 15px 15px 69px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table-service .card-table tr {
    padding: 10px 10px 59px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table-service .card-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);
  }
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table-service .card-table tr::after {
    height: 50px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table-service .card-table tr td.td-col--price {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 16px;
  }
  .mobile-find-table-service .card-table tr td.td-col--price::before {
    display: block;
    font-size: 12px;
  }
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table-service .card-table tr td.td-col--price {
    bottom: 3px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table-service .card-table tr td.td-col--controls {
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table-service .card-table tr td.td-col--controls {
    bottom: 5px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table-order .card-table tr {
    padding: 15px 15px 69px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table-order .card-table tr {
    padding: 10px 10px 59px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table-order .card-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);
  }
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table-order .card-table tr::after {
    height: 50px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table-order .card-table tr td.td-col--price {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 16px;
  }
  .mobile-find-table-order .card-table tr td.td-col--price::before {
    display: block;
    font-size: 12px;
  }
  .mobile-find-table-order .card-table tr td.td-col--controls {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table-order .card-table tr td.td-col--controls {
    bottom: 5px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table-order .card-table tr td.td-col--controls .btn {
    margin: 0 !important;
  }
  .mobile-find-table-history-order .card-table tr {
    padding: 15px 15px 69px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
}
@media all and (max-width: 872.5px) and (max-width: 472px) {
  .mobile-find-table-history-order .card-table tr {
    padding: 10px 10px 59px;
  }
}
@media all and (max-width: 872.5px) {
  .mobile-find-table-history-order .card-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-history-order .card-table tr td.td-col--qty {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 30px;
    font-size: 16px;
  }
  .mobile-find-table-history-order .card-table tr td.td-col--qty::before {
    display: inline;
    font-size: 12px;
  }
  .mobile-find-table-history-order .card-table tr td.td-col--price {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 6px;
    font-size: 16px;
  }
  .mobile-find-table-history-order .card-table tr td.td-col--price::before {
    display: inline;
    font-size: 12px;
  }
  .mobile-find-table-history-order .card-table tr td.td-col--controls {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .mobile-find-table-history-order .card-table tr td.td-col--controls .btn {
    margin: 0 !important;
  }
}
.wraps .mobile-find-table-order .btn-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wraps .mobile-find-table-order .btn-controls .btn-sm {
  min-width: 34px;
  padding: 6px;
}
@media all and (min-width: 872.5px) {
  .wraps .mobile-find-table-order .btn-controls .btn-label {
    display: none;
  }
}
@media all and (max-width: 572.5px) {
  .wraps .mobile-find-table-order .btn-controls {
    width: 100%;
  }
  .wraps .mobile-find-table-order .btn-controls .btn {
    gap: 6px;
  }
  .wraps .mobile-find-table-order .btn-controls .btn:last-child {
    margin-left: auto !important;
  }
  .wraps .mobile-find-table-order .btn-controls .btn-label {
    white-space: nowrap;
  }
}

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

.btn-clipboard {
  position: relative;
}
.btn-clipboard .clipboard-el-hide {
  display: none;
}
.btn-clipboard.stats--copied .clipboard-el-show {
  display: none;
}
.btn-clipboard.stats--copied .clipboard-el-hide {
  display: block !important;
}

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

/* Next */
.text-desc {
  line-height: 1.34;
  font-weight: 400;
  color: #000;
  word-break: break-word;
}
.text-desc pre {
  display: block;
  padding: 9.5px;
  margin: 2px 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 p:first-child {
  margin-top: 0 !important;
}
.text-desc p:last-child {
  margin-bottom: 0 !important;
}
.text-desc b {
  font-weight: 600;
  color: #000;
}
.text-desc h1, .text-desc h2, .text-desc h3, .text-desc h4, .text-desc h5, .text-desc h6, .text-desc .h1, .text-desc .h2, .text-desc .h3, .text-desc .h4, .text-desc .h5, .text-desc .h6 {
  margin: 20px 0 14px 0;
}
.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 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 ol:first-child, .text-desc ul:first-child {
  margin-top: 0;
}
.text-desc ol:last-child, .text-desc ul:last-child {
  margin-bottom: 0;
}
.text-desc li + li {
  margin-top: 5px;
}
.text-desc li > p {
  margin: 5px 0;
}
.text-desc li > p:first-child:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.text-desc img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 772px) {
  .text-desc {
    font-size: 14px;
  }
}
.wordbreak {
  word-break: break-all;
}

blockquote {
  margin: 0.5em 0 1em 0;
  padding: 0.5em 1.5em;
  border-left: 3px solid #000;
}

.products-overflow .crud-card__scroller {
  overflow: visible;
}
.products-table .row-quantity_out_stock {
  opacity: 0.7;
}
.products-table-col_code {
  width: 80px;
}
@media all and (max-width: 872.5px) {
  .products-table thead {
    display: none;
  }
}
.products-table thead tr:first-child {
  position: sticky;
  top: 116px;
  background: #fff;
  z-index: 11;
  box-shadow: inset 0 -2px 0 #eee;
}
.products-table thead th {
  white-space: nowrap;
}
.products-table-item-prop_price {
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}

.wraps .products-table_in-cart {
  background-color: #d0fdd0 !important;
}

@media all and (max-width: 872.5px) {
  .wraps .products-table {
    display: block;
    padding-top: 0;
  }
  .wraps .products-table thead {
    display: none;
  }
  .wraps .products-table tbody,
  .wraps .products-table tr, .wraps .products-table-col {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
  }
  .wraps .products-table tr {
    padding: 15px 15px 69px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  .wraps .products-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);
  }
  .wraps .products-table td[data-label]::before {
    content: attr(data-label) ": ";
    opacity: 0.8;
  }
  .wraps .products-table-col_code, .wraps .products-table-col_name, .wraps .products-table-col_group, .wraps .products-table-col_quantity, .wraps .products-table-col_price {
    padding: 4px 0 !important;
  }
  .wraps .products-table-col_code {
    padding-top: 0;
  }
  .wraps .products-table-col_price {
    padding-bottom: 0;
  }
  .wraps .products-table-col_buttons {
    width: auto !important;
    padding: 0 !important;
    position: absolute;
    left: 15px;
    bottom: 14px;
  }
  .wraps .products-table-col_total {
    width: auto !important;
    padding: 0 !important;
    position: absolute;
    left: 146px;
    bottom: 24px;
  }
  .wraps .products-table-col_total .product-total {
    font-size: 18px;
  }
}
.products-sort-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  overflow: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 10px;
  padding: 0 0 20px 0;
  margin: 0 0 -20px 0;
}
.products-sort .btn {
  scroll-snap-align: start;
  flex: none;
  white-space: nowrap;
}
.products-filter {
  padding: 12px 16px 16px;
  margin: 0;
  border-bottom: 2px solid #ccc;
  background: #f8f8f8;
}
@media all and (min-width: 872px) {
  .products-filter-toogle {
    display: block !important;
  }
}
.products-filter-items {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
@media all and (max-width: 872.5px) {
  .products-filter-items {
    align-items: normal;
    flex-direction: column;
    gap: 0;
  }
}
@media all and (min-width: 872px) {
  .products-filter-items_code {
    flex: none;
    width: 80px;
  }
  .products-filter-items_name {
    flex: 1 0;
  }
  .products-filter-items_group {
    flex: none;
    width: 180px;
  }
  .products-filter-items_price {
    flex: none;
    width: 240px;
  }
}
.products-filter-sort {
  display: none;
  padding: 16px 16px 16px;
  gap: 16px;
  margin: 0;
  border-bottom: 2px solid #ccc;
  background: #f8f8f8;
}
@media all and (max-width: 872.5px) {
  .products-filter-sort {
    display: flex;
  }
  .products-filter-sort-item {
    flex: 1 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .products-filter-sort-item .select2 {
    width: 100% !important;
  }
  .products-filter-sort-item_on_show {
    flex: none;
    width: 200px;
  }
  .products-filter-sort-item_on_show .form-label {
    margin: 0;
    white-space: nowrap;
  }
  .products-filter-sort-item_on_show .select2 {
    flex: 1 0;
    width: auto !important;
  }
}
@media all and (max-width: 467.5px) {
  .products-filter-sort {
    flex-direction: column;
  }
  .products-filter-sort-item_on_show {
    width: 100%;
  }
  .products-filter-sort-item_on_show .select2 {
    width: 100% !important;
  }
}
@media all and (min-width: 872px) {
  .products-filter-button_toggle {
    display: none;
  }
}
.products-filter-button_toggle .button-close {
  display: none;
}
.products-filter-button_toggle[aria-expanded=true] .button-open, .products-filter-button_toggle[aria-expanded=false] .button-close {
  display: none;
}
.products-filter-button_toggle[aria-expanded=true] .button-close {
  display: inline;
}
.products-filter-form {
  margin-bottom: 20px;
}
.products-filter-bottom {
  display: flex;
  align-items: center;
}
@media all and (max-width: 567.5px) {
  .products-filter-bottom {
    flex-direction: column;
    gap: 16px;
  }
}
.products-filter-bottom_left {
  flex: none;
  display: none;
  align-items: center;
  gap: 10px;
}
@media all and (min-width: 872.5px) {
  .products-filter-bottom_left {
    display: flex;
    align-self: flex-end;
    padding: 8px 15px 8px 10px;
    margin: 0 0 -16px -16px;
    background: #f1f1f1;
    border-radius: 0 5px 0 0;
    border: 1px dashed #ccc;
    border-left: 0;
    border-bottom: 0;
  }
}
@media all and (max-width: 567.5px) {
  .products-filter-bottom_left {
    display: none;
  }
}
.products-filter-controls {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.products-filter-select {
  display: flex;
  align-items: center;
  gap: 10px;
}
.products-filter-select .form-label {
  flex: none;
  margin: 0;
}
.products-filter-select_on-show .form-control {
  width: 70px;
}

.product-checkout {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-checkout .product-quantity {
  margin: 0;
}

.product-total {
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}
.product-total::before {
  content: "=";
}

.product-quantity {
  flex: none;
  width: 120px;
  max-width: 100%;
  height: 34px;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.product-quantity-input {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  outline: none;
}

.product-quantity-input::-webkit-outer-spin-button,
.product-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.product-quantity-button {
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 9;
  top: 50%;
  color: transparent !important;
  transform: translateY(-50%);
  background: #fc7171;
  transition: background-color 0.3s ease;
}
.product-quantity-button:first-child {
  border-radius: 5px 0 0 5px;
}
.product-quantity-button:last-child {
  border-radius: 0 5px 5px 0;
}
.product-quantity-button:hover {
  background: #ffc621;
}
.product-quantity-button:active {
  background: #e8b313;
}

.product-quantity-button.button--minus {
  left: 3px;
}

.product-quantity-button.button--minus::after {
  width: auto !important;
  height: auto !important;
  content: " " !important;
  display: block !important;
  position: absolute !important;
  left: 7px !important;
  right: 7px !important;
  top: 11px !important;
  bottom: 11px !important;
  background: #fff !important;
  transition: background-color 0.3s ease;
}

.product-quantity-button.button--plus {
  right: 3px;
}

.product-quantity-button.button--plus::after,
.product-quantity-button.button--plus::before {
  width: auto !important;
  height: auto !important;
  content: " " !important;
  display: block !important;
  position: absolute !important;
  left: 6px !important;
  right: 6px !important;
  top: 11px !important;
  bottom: 11px !important;
  background: #fff !important;
  transition: background-color 0.3s ease;
}

.product-quantity-button.button--plus::before {
  left: 11px !important;
  right: 11px !important;
  top: 6px !important;
  bottom: 6px !important;
}

.product-quantity-button:hover::after,
.product-quantity-button:hover::before {
  background-color: #fff !important;
}

.product-quantity-button:active::after,
.product-quantity-button:active::before {
  background-color: #fff !important;
}

.product-quantity-input {
  width: 100%;
  height: 34px;
  position: relative;
  z-index: 7;
  font-weight: 600;
  font-size: 16px;
  color: #202838;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  background: #fff;
  border: 1px solid #fc7171;
  border-radius: 5px;
}

.product-quantity-input::-webkit-outer-spin-button,
.product-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.product-quantity-input:focus {
  opacity: 1;
}

input.product-quantity-input:focus + div.product-quantity-input {
  opacity: 0;
}

/*
 Услуга: блок категории с названием и иконкой
 */
.service-category-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-category-box img {
  flex: none;
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: top;
}
.service-category-box span {
  flex: 1 0;
  white-space: normal;
  word-break: normal;
}

.nav-services-container {
  padding: 0 16px;
  margin: 0 -16px;
  position: relative;
  border-top: 1px solid #e1e1e1;
}
@media all and (max-width: 472px) {
  .nav-services-container {
    padding: 0 10px;
    margin: 0 -10px;
  }
}

.nav-services-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px 24px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-services-list-item {
  flex: none;
  margin: 0;
  padding: 0;
}
.nav-services-list-link {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-services-list-link img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.nav-services-list-link::after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--bs-link-hover-color);
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.nav-services-list-link::before {
  width: auto;
  height: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-link-hover-color);
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.nav-services-list-link:hover::before {
  height: 2px;
  opacity: 0.2;
}
.nav-services-list-link.active {
  font-weight: bold;
}
.nav-services-list-link.active::after {
  opacity: 1;
}
.nav-services-list-link.active::before {
  height: 1px;
  opacity: 1;
}
.nav-services-list-link.active .nav-services-list-link-content {
  display: block;
}
@media all and (max-width: 472px) {
  .nav-services-list-link-content__more {
    display: none;
  }
}

.service-per-price-icon {
  cursor: help;
  margin-left: 2px;
  transition: color 0.3s ease;
}
.service-per-price-icon:hover {
  color: #777;
}

.category-groups-bar {
  gap: 5px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category-group-link {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.category-group-link.active {
  background-color: #f0f0f0;
  font-weight: 600;
  color: #000;
}
.category-group-link:hover {
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
}

.group-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

/* Tippy */
.tippy-box[data-theme=gray],
.tippy-box[data-theme=gray-center] {
  min-width: 150px;
  max-width: 400px;
  font-size: 12px;
  background-color: rgba(49, 50, 55, 0.8);
  border-radius: 5px;
}

.tippy-box[data-theme=gray-center] {
  text-align: center;
}

.tippy-box[data-theme=gray] .tippy-arrow,
.tippy-box[data-theme=gray-center] .tippy-arrow {
  color: rgba(49, 50, 55, 0.8);
}

.highlight {
  color: yellow;
}

.highlight::marker {
  color: yellow;
}

/* Component - Faq */
.faq-header {
  margin: 0 0 24px 0;
  font-weight: bold;
  font-size: 24px;
  color: #02141f;
}

.faq-list {
  margin-bottom: 20px;
  color: #21304F;
}

.faq-list-item {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  box-shadow: 0 0 5px 2px rgba(255, 242, 79, 0);
  transition: box-shadow 0.6s ease;
}
.faq-list-item.active-light {
  box-shadow: 0 0 8px 3px rgb(165, 211, 255);
}
.faq-list-item code {
  background: #e5e5e5;
  padding: 4px;
}
.faq-list-item hr {
  color: #ccc;
}

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

.faq-list-item {
  margin: 8px 0;
  border: 2px solid #F6F9FF;
  border-radius: 12px;
}

.faq-list-item-question {
  width: 100%;
  padding: 16px;
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  background: #a5d3ff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: opacity 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}
.faq-list-item-question.current .faq-list-item-question-link-get-btn {
  opacity: 1;
  visibility: visible;
}

.faq-list-item-question:hover {
  background: #98ccff;
}

.faq-list-item-question-label {
  flex: 1 0;
  line-height: 1.34;
}

.faq-list-item-question-link {
  margin: -5px 0;
}
.faq-list-item-question-link-get-btn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.faq-list-item-question-link i {
  pointer-events: none;
}

.faq-list-item-question-label-step {
  flex: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: -1px 10px -1px 0;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.faq-list-item-question-icon {
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.faq-list-item-question.current {
  border-radius: 10px 10px 0 0;
}

.faq-list-item-question.current .faq-list-item-question-icon {
  transform: rotate(180deg);
}

@media all and (max-width: 772px) {
  .faq-list-item-question {
    padding: 18px;
  }
}
.faq-list-item > dd {
  max-height: 35px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: -35px;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.faq-list-item .fn_height::before {
  width: 100%;
  height: 12px;
  content: " ";
  display: block;
}

.faq-list-item .fn_height::after {
  width: 100%;
  height: 3px;
  content: " ";
  display: block;
}

.faq-list__desc {
  width: 100%;
  padding: 42px 24px 24px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border-radius: 15px;
}

@media all and (max-width: 772px) {
  .faq-list__desc {
    padding: 32px 18px 18px;
  }
}
.faq-list p {
  margin: 10px 0;
}

.faq-list img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.faq-bottom {
  text-align: center;
}

/*
FAQ внутри блока ALERT
 */
.faq-in-alert-warning {
  padding: 0.7rem 1rem 0.8rem 1rem;
  margin: 1rem -1rem -1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0 0 var(--bs-alert-border-radius, 0) var(--bs-alert-border-radius, 0);
}

.alert-warning .faq-list {
  margin-bottom: 6px;
  color: inherit;
}
.alert-warning .faq-list-header {
  color: #8f5206;
}
.alert-warning .faq-list-item {
  border-color: #e39a40;
}
.alert-warning .faq-list-item-question {
  padding: 10px;
  background: #ffb456;
}
.alert-warning .faq-list-item-question.faq-list-item-question:hover {
  background: #ffa93e;
}
.alert-warning .faq-list__desc {
  padding: 32px 10px 14px;
}

.faq-nav {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  gap: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.faq-nav-link {
  background-color: #add8ff;
  color: #102c57;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, transform 0.1s;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}
.faq-nav-link:hover {
  background-color: #90caff;
  text-decoration: none;
  color: #000;
}

.card-order-checkout {
  display: flex;
  align-items: center;
}

.card-order-checkout-total {
  font-size: 16px;
}

.card-order-checkout-total-value {
  font-size: 20px;
  color: #1f9d57;
}

.card-order-checkout-control {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media all and (max-width: 422px) {
  .card-order-checkout {
    flex-direction: column;
    gap: 10px;
  }
  .card-order-checkout-control {
    justify-content: center;
  }
}
.order-prop-value {
  font-weight: bold;
}

.block-order-nav {
  position: relative;
  overflow: hidden;
}

.block-order-nav .list-group {
  margin: -1px;
}

.block-account-balance {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.block-account-balance-value {
  font-size: 14px;
}

.order-view-service-info_cancel .list-group-item {
  background: rgba(255, 123, 0, 0.14);
}

.order-view-service-info .list-group-item {
  word-break: break-word;
}

.order-view-service-info-col-right .list-group-item {
  background: #f8fafb;
}

.order-view-service-info .badge {
  display: inline-flex;
  vertical-align: middle;
}

@media all and (min-width: 900.5px) {
  .order-view-service-info .list-group-item {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media all and (max-width: 900px) {
  .order-view-service-info {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .order-view-service-info-col {
    flex: 1 0;
    width: 100%;
    max-width: 100%;
  }
  .order-view-service-info-col + .order-view-service-info-col {
    margin: -1px 0 0 0;
  }
  .order-view-service-info-col + .order-view-service-info-col .list-group-item:first-child {
    border-radius: 0;
  }
}
/*
Предупреждение об услуге на странице заказа
 */
.order-service-warning > div {
  padding: 8px;
  margin: -8px 0 8px !important;
  background-color: #fff3cd; /* Светло-желтый цвет */
  color: #856404; /* Тёмно-желтый/коричневый для текста */
  border-color: #ffeeba; /* Более яркий желтый для границы */
  border-radius: 8px;
}
.order-service-warning > div .alert-service-info-title_mobile {
  font-weight: bold;
}

/*
Описание и информация об услуге на странице заказа
 */
.order-service-description > div {
  max-height: 120px;
  padding: 8px;
  margin: -8px -8px 8px -8px !important;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 12px;
}
.order-service-description > div .alert-service-info-title_mobile {
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .pc-order-service-props {
    display: none;
  }
}

.mobile-order-service-props {
  display: none;
}
@media all and (max-width: 768px) {
  .mobile-order-service-props {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-order-service-props li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.24;
  }
  .mobile-order-service-props-title {
    font-size: 12px;
    opacity: 0.8;
  }
}
@media all and (max-width: 422px) {
  .mobile-order-service-props {
    justify-content: space-between;
    gap: 5px;
  }
}

/* Info block for guest */
.card-need-register {
  width: 800px;
  max-width: 100%;
  margin: 3rem auto 0 auto;
  color: #fff;
  background: #3e6387;
}

.need-register {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 772px) {
  .need-register {
    flex-direction: column;
  }
}
.need-register-left {
  flex: 1 0;
}

.need-register-right {
  flex: none;
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

@media screen and (max-width: 772px) {
  .need-register-right {
    width: 100%;
    align-items: center;
  }
}
.need-register-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.need-register-list-item svg.feather {
  vertical-align: top;
}

.need-register-icon svg.feather {
  width: 50px;
  height: 50px;
}

.need-register-control {
  text-align: center;
}

/*
Payment info select
 */
.select-payment-info-echo {
  margin: 0 0 15px 0;
}

.select-payment-info-echo .alert {
  margin: 0;
}

.select-payment-info-echo .alert + .alert {
  margin: -5px 0 0 0;
  border-radius: 0 0 5px 5px;
}

.alert-payment-info {
  background: rgba(51, 181, 229, 0.05) !important;
}

.select-payment-info-mobile {
  display: none;
}

@media all and (max-width: 900px) {
  .select-payment-info-mobile {
    display: block;
  }
  .select-payment-info-desktop {
    display: none;
  }
}
/*
Category Select
 */
.order-category-select .select2-results__option-inner .option--icon {
  width: 24px;
  object-fit: contain;
}
.order-category-select .select2-results__option-inner .option--icon img {
  max-height: 24px;
}

/*
Block promocode
 */
.order-buy-promocode-toggle .form-group {
  margin-bottom: 0.5rem !important;
}
@media all and (min-width: 768px) {
  .order-buy-promocode-for-guest-toggle {
    display: block !important;
  }
  .order-buy-promocode-for-guest-btn {
    display: none !important;
  }
}
.order-buy-promocode-btn .btn-pseudo-link__label_open {
  display: block;
}
.order-buy-promocode-btn .btn-pseudo-link__label_close {
  display: none;
}
.order-buy-promocode-btn[aria-expanded=true] .btn-pseudo-link__label_open {
  display: none;
}
.order-buy-promocode-btn[aria-expanded=true] .btn-pseudo-link__label_close {
  display: block;
}

.warning-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff8a00;
}
.warning-feedback:empty {
  display: none;
}

/* Alert for desc */
.alert-service-info {
  background: #eee;
}
.alert-service-info h6:last-child {
  margin-bottom: 0;
}

.alert-payment-info {
  background: #f7f9ff;
}
.alert-payment-info .text-danger {
  color: #cf7400 !important;
}
.alert-payment-info .text-danger a {
  color: #b96a01;
}
.alert-payment-info .text-danger a:hover {
  color: #cf7400;
}

/* Order guest */
@media all and (max-width: 768px) {
  .order-service-guest-data {
    margin-bottom: 0 !important;
    background: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px 16px 0 0 !important;
  }
  .order-service-guest-checkout {
    border-radius: 0 0 16px 16px !important;
    border-top: 2px solid #eee;
  }
}
.progress-circle-widget {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media all and (max-width: 872.5px) {
  .progress-circle-widget {
    gap: 2px;
    display: inline-flex;
    vertical-align: middle;
  }
}
.progress-circle-widget-svg {
  height: 25px;
  width: 25px;
}
@media all and (max-width: 872.5px) {
  .progress-circle-widget-svg {
    height: 20px;
    width: 20px;
  }
}
.progress-circle-widget-icon {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 872.5px) {
  .progress-circle-widget-icon {
    height: 20px;
    width: 20px;
  }
}
.progress-circle-widget-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.progress-circle-widget-info span {
  white-space: nowrap;
}

.inline-progress .progress-circle-widget-info {
  flex-direction: row;
}

@media all and (max-width: 900px) {
  .progress-circle-widget-info {
    flex-direction: row;
  }
}
.kv-field-range-container .col-form-label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 872.5px) {
  .kv-field-range-container .col-form-label {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
  }
}

.card-body-news .block-news-item:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.article-details {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  flex-wrap: wrap;
}
.article-details-item {
  flex: none;
}
.article-details-item .fa {
  margin-right: 3px;
}

/*
Badge service
 */
.service-badge-item {
  height: 18px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-right: 6px;
  font-size: 10px;
}
.service-badge-item i {
  transform: scale(1.4);
}

.card-table .service-badge-item {
  margin-right: 0;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  cursor: default;
  overflow: auto;
  border: 1px solid #eee;
  display: block;
  box-shadow: 0 0 10px 2px #ccc;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

@media all and (min-width: 990px) {
  .fly-snow {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: 0.5;
    pointer-events: none;
  }
  .fly-snow::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bgs-snow.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: 0 0;
    animation: animatedSnowBgs 7s linear infinite;
  }
}
@keyframes animatedSnowBgs {
  0% {
    background-position: 0 0;
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    background-position: 0 200px;
    transform: translateX(0);
  }
}
.active-theme-snow .section_start {
  overflow: hidden;
}
.active-theme-snow .section_start::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: url(../images/bgs-snow.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: 0 0;
  animation: animatedSnowBgs 5s linear infinite;
  opacity: 0.5;
  pointer-events: none;
}

/*
 * Просмотр тикета
*/
.ticket-view-message__text p:first-child {
  margin-top: 0;
}
.ticket-view-message__text p:last-child {
  margin-bottom: 0;
}

.ticket-view-attachments {
  padding: 0.45rem 0 0 0;
  border-top: 1px solid #eee;
  background: rgba(238, 238, 238, 0.3);
}
.ticket-view-attachments__box {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.ticket-view-attachments__title {
  padding: 0 0 0 0.75rem;
  margin: 0 0 0.25rem 0;
}
.ticket-view-attachments__link {
  text-decoration: none;
}
.ticket-view-attachments__id {
  width: 20px;
  padding-left: 0.75rem !important;
}

/* Footer */
.footer {
  flex: none;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  background-color: white;
  box-shadow: 0 0 10px -8px black;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.footer a {
  color: inherit;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: var(--bs-link-hover-color);
}
.footer .nav {
  justify-content: center;
}
.footer .nav-link {
  padding: 2px 10px;
  text-transform: uppercase;
}
.footer-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 772px) {
  .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.footer-center {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-right {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.footer-copyrights {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-copyrights a {
  opacity: 0.7;
  transition: opacity ease 0.3s;
}
.footer-copyrights a img {
  max-width: 106px;
}
.footer-copyrights a:hover {
  opacity: 1;
}

.header {
  flex: none;
  height: 119px;
  position: relative;
  z-index: 800;
}
@media all and (max-width: 872.5px) {
  .header {
    height: 44px;
  }
}
.header-fly {
  width: auto;
  position: fixed;
  z-index: 915;
  left: 0;
  right: 0;
  top: 0;
}
.header-top {
  position: relative;
  z-index: 915;
  background: #fff;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.4);
}
.header-top-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 872.5px) {
  .header-top-wrapper {
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-bottom {
  background: #fff;
  border-top: 1px solid #e6e6e6;
}
@media all and (min-width: 872px) {
  .header-bottom {
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.4);
  }
}
@media all and (max-width: 872.5px) {
  .header-bottom-wrapper {
    padding: 0;
  }
}
.header-logo {
  flex: none;
}
.header-logo-link {
  font-size: 21px;
  opacity: 0.9;
  text-decoration: none;
  color: black;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  transition: color 0.3s ease;
}
@media all and (max-width: 872.5px) {
  .header-logo-link {
    font-size: 15px;
  }
}
.header-controls {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-controls-links .nav-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media all and (max-width: 872.5px) {
  .header-controls-links .nav-link {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.header-controls-links .nav-link-balance {
  font-weight: bold;
}
@media all and (max-width: 872.5px) {
  .header-controls-links .nav-link-balance {
    font-size: 13px;
  }
}
.header-controls-links .dropdown-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-controls-mobile-btn {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0;
  position: relative;
  margin-left: 5px;
  color: #fff;
  background: #0d6efd;
}
@media all and (max-width: 872.5px) {
  .header-controls-mobile-btn {
    display: block;
  }
}
.header-controls-mobile-btn .mobile-btn-icon-close,
.header-controls-mobile-btn .mobile-btn-icon-open {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header-controls-mobile-btn .mobile-btn-icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.header-controls-mobile-btn.btn--current {
  color: red;
  border-color: #c59d9d;
  background: #fff;
}
.header-controls-mobile-btn.btn--current .mobile-btn-icon-close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.header-controls-mobile-btn.btn--current .mobile-btn-icon-open {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.header-nav-list {
  display: flex;
  flex-wrap: nowrap;
}
@media all and (min-width: 872px) {
  .header-nav-list {
    margin-left: -15px;
  }
}
@media all and (max-width: 872.5px) {
  .header-nav-list {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.header-nav-list-item {
  position: relative;
}
.header-nav-list-link {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s;
  vertical-align: top;
  padding: 5px 15px;
  margin: 0;
  border: 0;
  background: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (max-width: 872.5px) {
  .header-nav-list-link {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}
.header-nav-list-link svg {
  position: relative;
  top: -1px;
}
.header-nav-list-link.dropdown-toggle::after {
  margin: 0;
  filter: grayscale(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}
@media all and (max-width: 872.5px) {
  .header-nav-list-link.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -3px 0 0 0;
  }
}
.header-nav-list-link:hover {
  color: var(--bs-link-hover-color);
}
.header-nav-list-link:hover.dropdown-toggle::after {
  filter: none;
}
.header-nav-list .dropdown-menu {
  width: 220px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  margin: 0 !important;
  inset: initial !important;
  top: 100% !important;
  bottom: auto !important;
  transform: none !important;
  border-top: 1px solid #eee;
  font-size: 14px;
}
@media all and (max-width: 872.5px) {
  .header-nav-list .dropdown-menu {
    width: 100%;
    position: relative !important;
  }
}

/*
Notification
 */
.header-notification-dropdown {
  width: 230px;
}
.header-notification-dropdown-header {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eee;
  border-radius: 8px 8px 0 0;
}

.notification-list-item-link {
  gap: 10px;
  transition: background-color 0.3s ease;
}
.notification-list-item-link:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.03);
}

.notification-list-item-icon {
  flex: none;
  width: 34px;
  height: 34px;
}

.notification-list-item-icon .avatar {
  width: 100%;
  height: 100%;
}

a.nav-link.nav-link-notify:before,
button.nav-link.nav-link-notify.btn:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 11px;
  top: 8px;
  border-radius: 50%;
  background: #ea5455;
  -webkit-animation: notify-pulse 1s infinite;
  animation: notify-pulse 1s infinite;
}
@media all and (max-width: 872.5px) {
  a.nav-link.nav-link-notify:before,
  button.nav-link.nav-link-notify.btn:before {
    right: 4px;
    top: 9px;
  }
}

@-webkit-keyframes notify-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 84, 85, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes notify-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 84, 85, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@media all and (max-width: 872.5px) {
  .mobile-layout {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 770;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  body[data-fly-toggle] .mobile-layout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-bottom {
    width: 260px;
    height: auto;
    padding: 15px 0;
    display: flex;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 42px;
    bottom: 0;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 65px 0 rgba(26, 36, 56, 0.1);
    z-index: 912;
    opacity: 0;
    transform: translateX(350px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  body[data-fly-toggle=menu] .header-bottom {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
Account
 */
.header-account-dropdown .dropdown-item-new-order {
  background-color: #e5eaf7;
}

.content {
  flex: 1 0;
  padding: 30px 0;
}
@media screen and (max-width: 772px) {
  .content {
    padding: 16px 0;
  }
}
.content .container {
  position: relative;
  z-index: 1;
}

.content-header {
  display: flex;
  align-items: center;
  margin: 0 0 1.2rem 0;
}
.content-header > span {
  padding: 0 0 8px 0;
  display: inline-flex;
  position: relative;
}
.content-header > span::after {
  width: 50%;
  height: 2px;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.2);
}

.page-auth-wrap {
  width: auto;
  height: auto;
  padding: 20px 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  background: no-repeat center center url(../images/auth/bgs.jpg);
  background-size: cover;
}
.page-auth-wrap::after {
  content: " ";
  width: auto;
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.page-auth-sitename {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
.page-auth-sitename a {
  text-decoration: none;
  text-transform: uppercase;
}
.page-auth-form {
  max-width: 346px;
  position: relative;
  z-index: 10;
}
.page-auth-form .form-floating.required .form-label::after {
  content: "*";
  color: red;
  margin: 0 0 0 5px;
}
.page-auth-form .form-floating:focus-within {
  z-index: 2;
}
.page-auth-form .auth-group-middle .form-control {
  border-radius: 0 !important;
  margin-bottom: -1px;
}
.page-auth-form .auth-groups {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.page-auth-form .auth-groups .auth-group:first-child .form-control {
  border-radius: 5px 5px 0 0 !important;
  margin-bottom: -1px;
}
.page-auth-form .auth-groups .auth-group:last-child .form-control {
  border-radius: 0 0 5px 5px !important;
}
.page-auth-form .auth-groups .auth-group:last-child .invalid-feedback {
  border-radius: 0 0 5px 5px !important;
}
.page-auth-form .auth-groups .auth-group:first-child:last-child .form-control {
  border-radius: 5px !important;
}
.page-auth-form .invalid-feedback {
  padding: 4px 8px;
  margin: -4px 0 -1px 0 !important;
  position: relative;
  z-index: 2;
  border: 1px solid #dc3545;
  border-top-color: #ffd3d7;
  background: #fbf5f5;
  color: #dc3545;
  font-weight: bold;
  line-height: 1.2;
}

.form-floating-control-btn {
  width: 22px;
  height: 22px;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 3;
  right: 0.75rem;
  top: 14px;
  margin: 0;
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-floating-control-btn::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: #0282ff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.form-floating-control-btn:hover::after {
  opacity: 0.2;
}

.form-control.is-invalid + .form-label + .invalid-feedback + .form-floating-control-btn,
.form-control.is-valid + .form-label + .invalid-feedback + .form-floating-control-btn {
  right: 2.3rem;
}

/* Page - Order history user */
.order-histories.display-none {
  display: none;
}

.order-histories-info-register {
  margin: 14px 5px 0 5px;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}

.order-histories-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.order-histories-title {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.order-histories-title-info {
  cursor: help;
}

.order-histories-controls {
  flex: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.order-histories-controls .btn {
  gap: 8px;
}

.order-histories-button-no-pay__hide {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.order-histories-button-no-pay__show {
  display: none;
  align-items: center;
  gap: 8px;
}

.order-histories_no_pay_hide .order-histories-button-no-pay__hide {
  display: none;
}

.order-histories_no_pay_hide .order-histories-button-no-pay__show {
  display: inline-block;
}

.order-histories_no_pay_hide .item_no_pay {
  display: none !important;
}

.order-histories-table {
  width: 100%;
}

.order-histories-table td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.order-histories-table_button {
  display: inline-flex;
  align-items: center;
  padding: 5px 7px !important;
  gap: 8px;
}

@media all and (max-width: 992px) {
  .order-histories-header {
    flex-direction: column;
    align-items: normal;
  }
  .order-histories-table_manual_pay {
    display: inline-block;
  }
}
@media all and (max-width: 592px) {
  .order-histories-controls {
    flex-wrap: wrap;
  }
}
.order-histories_no_found .order-histories_form {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-histories_no_found .order-histories_guest_list {
  display: none;
}

.order-histories-table_status .badge {
  border-radius: 30px;
}

/* Order download last and pulse */
.header-nav-list-btn-hide {
  width: 100%;
}

.header-nav-list-item_history_fly {
  padding: 10px 25px;
}

@media all and (max-width: 1200px) {
  .header-nav-list-item_history_fly {
    padding-left: 60px;
  }
}
.header-nav-list-btn-animate .header-nav-list-link {
  position: relative;
  border-radius: 0.5rem !important;
}

.header-nav-list-btn-animate .header-nav-list-link::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 10px;
  animation: anim__last-order-pulse 1s infinite;
}

@keyframes anim__last-order-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: inset 0 0 0 0 #33b5e5, 0 0 0 0 #33b5e5;
  }
  70% {
    transform: scale(1.1, 1.4);
    box-shadow: inset 0 0 10px 3px rgba(0, 123, 255, 0.09), 0 0 10px 3px rgba(0, 123, 255, 0.09);
  }
  85% {
    transform: scale(0.95);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    opacity: 0;
  }
}
.page-notification-list {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}
@media all and (max-width: 472px) {
  .page-notification-list {
    border-radius: 0 0 10px 10px;
  }
}

.block-notification-item {
  flex: 1 0;
  padding-left: 50px !important;
  position: relative;
}
.block-notification-item-title {
  flex: 1 0;
}
.block-notification-item-icon {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  border-radius: 0;
  font-size: 22px;
  color: #fff;
}

.card-notification-header {
  flex: 1 0;
  min-height: 50px;
  padding-left: 54px !important;
  margin: -12px 0 -12px -16px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 16px 0 0 0;
}
@media all and (max-width: 472px) {
  .card-notification-header {
    margin: -12px 0 -12px -10px;
    border-radius: 10px 0 0 0;
  }
}
.card-notification-header-left {
  flex: 1 0;
}
.card-notification-header-icon {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  border-radius: 0;
  font-size: 22px;
  color: #fff;
}

.page-error {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}
.page-error-template {
  width: 100%;
  max-width: 800px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.page-error-template::before {
  width: 100%;
  height: 200px;
  content: "";
  display: block;
  margin: 0 auto;
  background: no-repeat 0 center url(/images/page-error.jpg);
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
  border-radius: 16px 16px 0 0;
}
.page-error-content {
  padding: 16px;
}
.page-error-details {
  max-width: 700px;
  margin: 0 auto;
}
.page-error-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hamster-tickets {
  background: #f8fafb;
  border-radius: 12px;
  padding: 8px;
  flex: 1 1 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  flex-wrap: wrap;
}
.hamster-tickets__top {
  flex: 1 1 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  flex-wrap: wrap;
}
.hamster-tickets span:first-child {
  background: #0081ff;
  color: #ffffff;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  width: max-content;
  white-space: nowrap;
}
.hamster-tickets span:last-child {
  flex: 1 1 0;
  text-align: start;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.hamster-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
}
.hamster-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  width: 100%;
  text-align: center;
}
.hamster-block h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.hamster-top h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .hamster-top h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.hamster-top p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}
.hamster-countdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hamster-countdown h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.hamster-countdown .date {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 6px 8px;
  background: #f8fafb;
  border-radius: 12px;
}
.hamster-countdown__timer {
  display: flex;
  align-items: center;
  gap: 1px;
  overflow: hidden;
  border-radius: 12px;
}
.hamster-countdown__timer div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  background: #f8fafb;
  padding: 8px;
  width: 40px;
}
.hamster-countdown__timer div span {
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}
.hamster-conditions ol {
  display: flex;
  align-items: stretch;
  gap: 16px;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
}
.hamster-conditions ol li {
  background: #f8fafb;
  border-radius: 12px;
  padding: 16px;
  flex: 1 1 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  max-width: 376px;
}
.hamster-conditions ol li a, .hamster-conditions ol li button {
  background-color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.hamster-conditions ol li a[disabled], .hamster-conditions ol li button[disabled] {
  cursor: not-allowed;
  color: #868686;
}
.hamster-faq .faq-list {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hamster-faq .faq-list dl {
  margin: 0;
}
.hamster-prizes .alert {
  margin: 0;
}
.hamster-prizes ul {
  display: flex;
  align-items: stretch;
  gap: 16px;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
}
.hamster-prizes ul li {
  background: #f8fafb;
  border-radius: 12px;
  padding: 8px;
  flex: 1 1 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  max-width: 278px;
}
.hamster-prizes ul li span:first-child {
  background: #0081ff;
  color: #ffffff;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  width: max-content;
  white-space: nowrap;
}
.hamster-prizes ul li span:last-child {
  flex: 1 1 0;
  text-align: start;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.subscription-checkbox-list .list-group-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.subscription-checkbox-list .list-group-item .form-check-input {
  flex: none;
}
.subscription-checkbox-item label {
  flex: 1 0;
}
.subscription-checkbox-item label::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(0, 129, 255, 0.08);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.subscription-checkbox-item label:hover::before {
  opacity: 1;
}

.dashboard-wrapper {
  width: 100%;
  padding-top: 10px;
  display: flex;
  gap: 10px;
}
.dashboard-wrapper-section {
  gap: 10px;
}

.stats-widgets {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.stats-widgets .stats-widget {
  width: 100%;
}
.stats-widgets .stats-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 20px;
}
.stats-widgets .stats-widget-header-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.stats-widgets .stats-widget-body {
  display: flex;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.stats-widgets .stats-widget-body-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stats-widgets .stats-widget-body-item-width-limit {
  max-width: 70px;
}
.stats-widgets .stats-widget-body-item b {
  font-size: 32px;
}
.stats-widgets .stats-widget-body-item-title span {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1250px) {
  .dashboard-wrapper {
    max-width: 800px;
    flex-wrap: wrap;
  }
  .dashboard-wrapper-news {
    width: 100%;
  }
}
@media (max-width: 872.5px) {
  .dashboard-wrapper-section {
    width: 100%;
  }
  .stats-widgets {
    flex-wrap: wrap;
  }
  .stats-widgets .stats-widget {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .stats-widgets .stats-widget-body {
    gap: 15px;
  }
  .stats-widgets .stats-widget-body-item b {
    font-size: 25px;
  }
  .stats-widgets .stats-widget-body-item-title span {
    font-size: 13px;
  }
}
.col-mw-800 {
  max-width: 800px;
}

/* SCSS v11 */

/*# sourceMappingURL=site.css.map */
