@charset "UTF-8";
/*
Custom root
 */
:root {
  --bg-primary: #F6F9FF;
  --bg-secondary: #DEE6FF;
}

/*
Custom global
 */
.display-none {
  display: none !important;
}

/*
Bootstrap root
 */
:root {
  --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: 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: #388CD7;
  --bs-link-hover-color: #5babf5;
  --bs-code-color: #e83e8c;
  --bs-highlight-bg: #fff5e1;
  --bs-heading-color: #091D27;
}

/*
Модалки
 */
.modal {
  --bs-modal-border-color: transprent;
  --bs-modal-header-padding-x: 24px;
  --bs-modal-header-padding-y: 16px;
  --bs-modal-header-padding: 16px 24px;
  --bs-modal-padding: 24px;
}
@media all and (max-width: 400px) {
  .modal {
    --bs-modal-header-padding-x: 12px;
    --bs-modal-header-padding-y: 8px;
    --bs-modal-header-padding: 8px 12px;
    --bs-modal-padding: 12px;
  }
}
.modal-footer {
  --bs-modal-footer-border-color: #DBE1EB;
}
.modal-header-no-line {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 0;
}
@media all and (max-width: 400px) {
  .modal-header-no-line {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DBE1EB;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.34;
  color: #091D27;
}
@media all and (max-width: 400px) {
  .modal-header {
    font-size: 16px;
  }
}
.modal-content {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.modal-backdrop {
  opacity: 1;
  background: rgba(196, 199, 205, 0.7);
  backdrop-filter: blur(4px);
}

/*
Заголовки
 */
h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-weight: bold;
  font-size: 1.75rem;
}

h3, .h3 {
  font-weight: bold;
  font-size: 1.5rem;
}

h4, .h4 {
  font-weight: bold;
  font-size: 1.25rem;
}

h5, .h5 {
  font-weight: bold;
  font-size: 1.125rem;
}

h6, .h6 {
  font-weight: bold;
  font-size: 1rem;
}

/*
Кнопки
 */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #388cd7;
  --bs-btn-border-color: #388cd7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3694e7;
  --bs-btn-hover-border-color: #3694e7;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3693ce;
  --bs-btn-active-border-color: #3693ce;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #70899f;
  --bs-btn-disabled-border-color: #70899f;
}

.btn-outline-primary {
  --bs-btn-color: #388cd7;
  --bs-btn-border-color: #388cd7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #388cd7;
  --bs-btn-hover-border-color: #388cd7;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #388cd7;
  --bs-btn-active-border-color: #388cd7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #388cd7;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #77787f;
  --bs-btn-border-color: #77787f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7e8087;
  --bs-btn-hover-border-color: #7e8087;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #72747a;
  --bs-btn-active-border-color: #72747a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9d9d9d;
  --bs-btn-disabled-border-color: #9d9d9d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1EB66F;
  --bs-btn-border-color: #1EB66F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1fc778;
  --bs-btn-hover-border-color: #1fc778;
  --bs-btn-focus-shadow-rgb: 12, 110, 55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1daf5e;
  --bs-btn-active-border-color: #1daf5e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #54806b;
  --bs-btn-disabled-border-color: #54806b;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #cb4f60;
  --bs-btn-border-color: #cb4f60;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d94f62;
  --bs-btn-hover-border-color: #d94f62;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c34c66;
  --bs-btn-active-border-color: #c34c66;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9f7b80;
  --bs-btn-disabled-border-color: #9f7b80;
}

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

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0eb4d4;
  --bs-btn-border-color: #0eb4d4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0cc4e7;
  --bs-btn-hover-border-color: #0cc4e7;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0dbdcc;
  --bs-btn-active-border-color: #0dbdcc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #54848e;
  --bs-btn-disabled-border-color: #54848e;
}

.btn-light {
  --bs-btn-color: #77787F;
  --bs-btn-bg: #F2F5FA;
  --bs-btn-border-color: #F2F5FA;
  --bs-btn-hover-color: #656567;
  --bs-btn-hover-bg: #eef3ff;
  --bs-btn-hover-border-color: #eef3ff;
  --bs-btn-focus-shadow-rgb: 221, 226, 233;
  --bs-btn-active-color: #68686e;
  --bs-btn-active-bg: #c9cfda;
  --bs-btn-active-border-color: #c9cfda;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #a7acc0;
  --bs-btn-disabled-bg: #e4e8ef;
  --bs-btn-disabled-border-color: #e4e8ef;
}

.btn-gray {
  --bs-btn-color: #77787F;
  --bs-btn-bg: #F2F5FA;
  --bs-btn-border-color: #F2F5FA;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dee5ef;
  --bs-btn-hover-border-color: #dee5ef;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bdc9e1;
  --bs-btn-active-border-color: #bdc9e1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #54848e;
  --bs-btn-disabled-border-color: #54848e;
}

/*
Переключатель страниц
 */
.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;
}
.pagination:last-child {
  margin-bottom: 0;
}

/*
Иконки
 */
.bi {
  flex: none;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.16em;
  line-height: 1;
}
.bi::before {
  height: 16px;
  vertical-align: top !important;
  line-height: 1;
}

/*
Меню дропа
 */
@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(../img/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[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.dropdown-toggle.btn-primary::after {
  filter: brightness(20);
}
.dropdown-toggle.btn-info::after {
  filter: brightness(20);
}
.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: #375998;
  --bs-dropdown-item-padding-x: 1em;
  --bs-dropdown-item-padding-y: 0.5em;
  --bs-dropdown-header-padding-x: 1em;
  --bs-dropdown-header-padding-y: 1em;
  --bs-border-color: transparent;
  --bs-dropdown-border-color: transparent;
  background: #fff;
  border: 1px solid #F2F5FA;
  border-top: 0;
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0;
  margin-top: 8px !important;
}
.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-padding-y: 0.5rem;
  --bs-alert-border: 2px dashed var(--bs-alert-border-color);
  font-weight: 400;
  position: relative;
}

.alert-primary {
  --bs-alert-color: #1b334e;
  --bs-alert-bg: #8ab9ec;
  --bs-alert-border-color: #8ab9ec;
}

.alert-secondary {
  --bs-alert-color: #091D27;
  --bs-alert-bg: #EFF0F0;
  --bs-alert-border-color: #EFF0F0;
}

.alert-success {
  --bs-alert-color: #365E3D;
  --bs-alert-bg: #D6F5DB;
  --bs-alert-border-color: #D6F5DB;
}

.alert-warning {
  --bs-alert-color: #663300;
  --bs-alert-bg: #F5D9BC;
  --bs-alert-border-color: #F5D9BC;
}

.alert-danger {
  --bs-alert-color: #660000;
  --bs-alert-bg: #F5BCBC;
  --bs-alert-border-color: #F5BCBC;
}

.alert-info {
  --bs-alert-color: #303091;
  --bs-alert-bg: #B8CEF9;
  --bs-alert-border-color: #B8CEF9;
}

.alert-light {
  --bs-alert-color: #767e8d;
  --bs-alert-bg: #f2f5fa;
  --bs-alert-border-color: #f2f5fa;
}

.alert-dark {
  --bs-alert-color: #fff;
  --bs-alert-bg: #19233b;
  --bs-alert-border-color: #19233b;
}

.alert-dismissible .btn-close {
  padding: 12px;
}

.alert-title {
  font-weight: bold;
}
.alert-success, .alert-warning, .alert-danger, .alert-info {
  padding-left: 3rem;
}
.alert-success::before, .alert-warning::before, .alert-danger::before, .alert-info::before {
  width: 16px;
  height: 16px;
  content: " ";
  display: block;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat 0 0;
}
.alert-success::before {
  background-image: url(../img/icons/alert/success.svg);
}
.alert-warning::before {
  background-image: url(../img/icons/alert/warning.svg);
}
.alert-danger::before {
  background-image: url(../img/icons/alert/danger.svg);
}
.alert-info::before {
  background-image: url(../img/icons/alert/info.svg);
}

.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;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
}
.badge-lg {
  min-height: 40px;
}
.badge-lg.rounded-pill {
  padding-left: 15px;
  padding-right: 15px;
}
.badge.bg-primary {
  background-color: #a4d4ff !important;
  color: #2671b5 !important;
}
.badge.bg-secondary {
  background-color: #a0aebb !important;
  color: #ffffff !important;
}
.badge.bg-success {
  background-color: #D6F5DB !important;
  color: #365E3D !important;
}
.badge.bg-danger {
  background-color: #F5BCBC !important;
  color: #660000 !important;
}
.badge.bg-warning {
  background-color: #F5D9BC !important;
  color: #663300 !important;
}
.badge.bg-info {
  background-color: #adf4ff !important;
  color: #256c77 !important;
}
.badge.bg-light {
  background-color: #e7ebf1 !important;
  color: #212529 !important;
}
.badge.bg-dark {
  background-color: #4b4b4b !important;
  color: #ffffff !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: 1.68rem;
  --bs-breadcrumb-divider-color: #77787F;
  --bs-breadcrumb-item-padding-x: 6px;
  --bs-breadcrumb-item-active-color: #77787F;
  --bs-breadcrumb-font-size: 14px;
  color: #77787F;
  --bs-link-color: #77787F;
  --bs-link-hover-color: #388cd7;
}
.breadcrumb a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.container {
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
}
@media all and (max-width: 800px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.text-blue {
  color: #388CD7;
}

/*
Form
 */
.form-label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #77787F;
}

.form-control {
  min-height: 48px;
  padding: 6px 24px;
  background-color: #F2F5FA;
  border-color: #F2F5FA;
  border-radius: 6px;
}

.form-check-outer-hover {
  min-height: 40px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.form-check-outer-hover label::before,
.form-check-outer-hover label::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f2f5fa;
  border-radius: 5px;
}
.form-check-outer-hover label::after {
  z-index: 2;
  background: 0;
  cursor: pointer;
}

.form-check-input {
  width: 1.143em;
  height: 1.143em;
  border-radius: 3px;
}

.form-check-input:checked {
  background-color: #388CD7;
  border-color: #388CD7;
}

.card {
  --bs-card-spacer-y: 16px;
  --bs-card-spacer-x: 32px;
  --bs-card-cap-padding-y: 16px;
  --bs-card-cap-padding-x: 32px;
  --bs-card-border-color: #F2F5FA;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: #091D27;
  --bs-card-color: #091D27;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
}
@media all and (max-width: 772px) {
  .card {
    --bs-card-spacer-y: 8px;
    --bs-card-spacer-x: 16px;
  }
}
.card-padding-normal {
  --bs-card-spacer-y: 32px;
}
@media all and (max-width: 772px) {
  .card-padding-normal {
    --bs-card-spacer-y: 16px;
  }
}
.card-padding-box {
  --bs-card-spacer-y: 24px;
  --bs-card-spacer-x: 24px;
}
@media all and (max-width: 772px) {
  .card-padding-box {
    --bs-card-spacer-y: 16px;
    --bs-card-spacer-x: 16px;
  }
}
@media all and (max-width: 772px) {
  .card {
    --bs-card-cap-padding-y: 8px;
    --bs-card-cap-padding-x: 16px;
  }
}
.card-header {
  border-bottom: 0;
}
.card-title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: #656b6e;
}
.card-body .card-title {
  margin-bottom: 32px;
}
.card-body .card-title:first-child {
  margin-top: -4px;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  min-width: 340px;
  font-family: "Roboto", sans-serif;
  background: #fff;
}

html {
  font-size: 16px;
}

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

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

.nav-list,
.nav-list li {
  padding: 0;
  margin: 0;
  list-style: 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;
  overflow: hidden;
}

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

.content {
  flex: 1 0;
}

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

@-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);
  }
}
.pagination {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination > li {
  position: relative;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  display: block;
  font-size: 12px;
  color: #091D27;
  background-color: white;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 3px !important;
  margin: 0;
  border: 1px solid #f9fafd;
  width: 28px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 26px;
  text-decoration: none;
}

.pagination > li.prev > a,
.pagination > li.next > a,
.pagination > li.prev > span,
.pagination > li.next > span {
  overflow: hidden;
  text-indent: -9999px !important;
}

.pagination > li.prev > a::after,
.pagination > li.next > a::after,
.pagination > li.prev > span::after,
.pagination > li.next > span::after {
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  content: "<";
  text-indent: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.pagination > li.next > a::after,
.pagination > li.next > span::after {
  content: ">";
}

.pagination > li > a:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: #388cd7;
}

.pagination > li.active > a,
.pagination > li.active > span {
  z-index: 3;
  color: white;
  background-color: #388cd7;
  border: none;
}

.pagination > li.disabled > a,
.pagination > li.disabled > span {
  color: #091D27;
  pointer-events: none;
  background-color: #f9fafd;
  border-color: #E9EDF8;
}

/* Breadcrumb */
.breadcrumb {
  display: block;
  margin-bottom: 24px;
  font-size: 0;
  word-break: break-word;
}
.breadcrumb-item {
  display: inline;
  font-size: 14px;
}
.breadcrumb-item::before {
  float: none !important;
  display: inline;
}

/* Content */
.content-title {
  margin: 0 0 24px 0;
}

/* swal2 */
#body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background: #388cd7;
  box-shadow: 0 0 0 0 #98c1fe;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

#body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
  background: #3694e7;
}

#body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:active {
  background: #3693ce;
  box-shadow: 0 0 0 4px #98c1fe;
}

#body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  background: #3693ce;
  box-shadow: 0 0 0 4px #98c1fe;
}

.btn-primary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger {
  border: none;
}
.btn-primary:focus,
.btn-info:focus,
.btn-success:focus,
.btn-warning:focus,
.btn-danger:focus {
  border: none;
  box-shadow: none;
}

.btn {
  min-height: 40px;
  border-radius: 3px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  line-height: 1.14;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-sm {
  min-height: 28px;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
}
.btn-sm.btn-icon {
  gap: 8px;
}
.btn-md {
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 5px;
}
@media screen and (max-width: 772px) {
  .btn-md {
    min-height: 34px;
  }
}
.btn-lg {
  min-height: 48px;
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 24px;
  border-radius: 5px;
}
@media screen and (max-width: 772px) {
  .btn-lg {
    min-height: 40px;
  }
}
.btn__label {
  flex: 1 0;
  text-align: left;
}
.btn-arrow-svg svg {
  width: 11px;
  height: 6px;
  vertical-align: 0.055em;
  margin-left: 0.555em;
  border: 0;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.btn-arrow-svg[aria-expanded=true] svg {
  transform: rotate(0deg);
}

.btn-pseudo-link {
  line-height: 1.12;
  display: inline-flex;
  vertical-align: baseline;
  color: #3761EE;
  border-bottom: 1px dashed #3761EE;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.btn-pseudo-link-sm {
  font-size: 13px;
}
.btn-pseudo-link:hover {
  border-bottom-color: #5b83ff;
  color: #5b83ff;
}
.btn-pseudo-link-arrow-down {
  position: relative;
}
.btn-pseudo-link-arrow-down::after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -8px 0 0 0;
  border: 0;
  background: no-repeat center center url(../img/icons/dropdown-carret.svg);
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}
.btn-pseudo-link-arrow-down[aria-expanded=true]::after {
  transform: rotate(0deg);
}

.nav-link_icon {
  display: flex;
  align-items: center;
}

.badge {
  text-decoration: none;
}

/* Loaders */
.loader-overflow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 77;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.modal-static__container .loader-overflow {
  border-radius: 10px;
}

.loader-order {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 6.4px solid #3761ee;
  animation: spinner-bulqg1 0.64s infinite linear alternate, spinner-oaa3wk 1.28s infinite linear;
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.idesc {
  line-height: 1.14;
  font-weight: 500;
  font-size: 14px;
  color: #091D27;
  word-break: break-word;
}

.idesc p {
  margin: 16px 0;
}

.idesc h1, .idesc .h1, .idesc h2, .idesc .h2, .idesc h3, .idesc .h3, .idesc h4, .idesc .h4, .idesc h5, .idesc .h5, .idesc h6, .idesc .h6 {
  margin: 30px 0 12px 0;
}

.idesc ul {
  padding: revert;
  display: revert;
  margin: revert;
  list-style: revert;
  line-height: 1.64;
}

.idesc p + ul {
  margin-top: 10px;
}

.idesc ul > li {
  display: revert;
  margin: revert;
  list-style: revert;
}

.idesc ol {
  padding: revert;
  display: revert;
  margin: revert;
  list-style: revert;
  line-height: 1.64;
}

.idesc p + ul {
  margin-top: 10px;
}

.idesc ol > li {
  display: revert;
  margin: revert;
  list-style: revert;
}

.idesc ul ul, .idesc ul ol, .idesc ol ol, .idesc ol ul {
  margin-left: 20px;
}

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

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

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

.idesc table {
  width: 100%;
  margin: 12px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-collapse: collapse;
}

.idesc table td, .idesc table th {
  padding: 6px 9px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.idesc table tr:first-child td, .idesc table th {
  font-weight: bold;
}

.idesc table tr:hover > td {
  background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

@media all and (max-width: 520px) {
  .idesc img {
    max-width: 100%;
  }
}
.list-icon {
  list-style: none;
}
.list-icon > li {
  padding-left: 24px;
  position: relative;
}
.list-icon-dot > li::before {
  content: "";
  width: 14px;
  height: 14px;
  float: left;
  margin: 4px 0 0 -24px;
  background: no-repeat 0 0 url(../img/icons/list-dot.svg);
  background-size: 100% 100%;
}
.list-icon-checked > li::before {
  content: "";
  width: 14px;
  height: 14px;
  float: left;
  margin: 4px 0 0 -24px;
  background: no-repeat 0 0 url(../img/icons/list-check.svg);
  background-size: 100% 100%;
}
.list-icon-unchecked > li::before {
  content: "";
  width: 14px;
  height: 14px;
  float: left;
  margin: 4px 0 0 -24px;
  background: no-repeat 0 0 url(../img/icons/list-uncheck.svg);
  background-size: 100% 100%;
}

/*
* Используется для разворачивания/сворачивания блока с описанием
 */
.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 .btn-text-show {
  display: inline;
}
.text-toggle .btn-text-hide {
  display: none;
}
.text-toggle-btn {
  display: none; /* Кнопка скрыта по умолчанию */
  position: relative;
  z-index: 4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #303091;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.text-toggle-btn:hover {
  color: #388CD7;
}
.text-toggle-content {
  position: relative;
  overflow: hidden;
}
.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: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10 preview */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.text-toggle.show-btn .text-toggle-btn {
  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-btn {
  margin-top: 20px;
}
.text-toggle.expanded .text-toggle-btn .btn-text-show {
  display: none;
}
.text-toggle.expanded .text-toggle-btn .btn-text-hide {
  display: inline;
}

.box-search {
  flex: 1 0;
  display: flex;
  position: relative;
}
.box-search__input {
  height: 48px;
  min-height: 48px;
  padding: 0 70px 0 24px;
  border: 0;
  background: #fff;
}
.box-search__button {
  width: 38px;
  height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: 0;
  border-radius: 50%;
}
.box-search__button_reset {
  right: 54px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.box-search__button_reset.btn_reset_display_show {
  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;
}

.ics {
  align-items: center;
  justify-content: center;
  flex: none;
  width: 16px;
  height: 16px;
  display: inline-flex;
  vertical-align: top;
  background: no-repeat center center;
  background-size: contain;
}
.ics_tiny {
  width: 8px;
  height: 8px;
}
.ics_sm {
  width: 12px;
  height: 12px;
}
.ics_position_show {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ics_success {
  filter: brightness(0) saturate(100%) invert(67%) sepia(38%) saturate(856%) hue-rotate(102deg) brightness(87%) contrast(85%);
}
.ics_primary {
  filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(1306%) hue-rotate(205deg) brightness(101%) contrast(91%);
}
.ics_light {
  filter: contrast(0) brightness(20);
}
.ics_btn_menu {
  background-image: url(../img/icons/btn-menu.svg);
}
.ics_btn_cart {
  background-image: url(../img/icons/btn-cart.svg);
}
.ics_btn_catalog {
  background-image: url(../img/icons/btn-catalog.svg);
}
.ics_btn_login {
  background-image: url(../img/icons/btn-login.svg);
}
.ics_btn_search {
  background-image: url(../img/icons/btn-search.svg);
}
.ics_btn_search_more {
  background-image: url(../img/icons/btn-search-more.svg);
}
.ics_btn_clear {
  background-image: url(../img/icons/btn-clear.svg);
}
.ics_btn_user {
  background-image: url(../img/icons/btn-user.svg);
}
.ics_btn_flame {
  background-image: url(../img/icons/btn-flame.svg);
}
.ics_btn_list {
  background-image: url(../img/icons/btn-list.svg);
}
.ics_btn_arrow {
  background-image: url(../img/icons/btn-arrow.svg);
}
.ics_btn_market {
  background-image: url(../img/icons/btn-market.svg);
}
.ics_btn_case {
  background-image: url(../img/icons/btn-case.svg);
}
.ics_btn_basket {
  background-image: url(../img/icons/btn-basket.svg);
}
.ics_btn_copy {
  background-image: url(../img/icons/btn-copy.svg);
}
.ics_btn_download {
  background-image: url(../img/icons/btn-download.svg);
}
.ics_btn_refresh {
  background-image: url(../img/icons/btn-refresh.svg);
}
.ics_btn_trophy {
  background-image: url(../img/icons/btn-trophy.svg);
}
.ics_link_telegram {
  background-image: url(../img/icons/link-telegram.svg);
}
.ics_btn_home {
  background-image: url(../img/icons/btn-home.svg);
}
.ics_btn_catalog_root {
  background-image: url(../img/icons/btn-catalog-root.svg);
}
.ics_btn_nav_close {
  background-image: url(../img/icons/btn-nav-close.svg);
}
.ics_btn_faq {
  background-image: url(../img/icons/btn-faq.svg);
}
.ics_prop_cash {
  background-image: url(../img/icons/prop-cash.svg);
}
.ics_btn_close {
  background-image: url(../img/icons/btn-close.svg);
}
.ics_btn_star {
  background-image: url(../img/icons/btn-star.svg);
}
.ics_btn_view {
  background-image: url(../img/icons/btn-view.svg);
}
.ics_return_money {
  background-image: url(../img/icons/return-money.svg);
}
.ics_prop_time {
  background-image: url(../img/icons/prop-time.svg);
}
.ics_prop_time_blue {
  background-image: url(../img/icons/prop-time-blue.svg);
}
.ics_prop_note {
  background-image: url(../img/icons/prop-note.svg);
}
.ics_email {
  background-image: url(../img/icons/email.svg);
}

.form__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input__group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.input__group-radio div {
  display: flex;
  align-items: center;
}
.input__group-radio div label:first-child span {
  border-width: 2px 1px 2px 2px;
  border-style: solid;
  border-color: #F6F9FF;
  border-radius: 8px 0 0 8px;
}
.input__group-radio div label:last-child span {
  border-width: 2px 2px 2px 1px;
  border-style: solid;
  border-color: #F6F9FF;
  border-radius: 0 8px 8px 0;
}
.input__group-radio div label span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 16px;
  gap: 16px;
  border: 2px solid #F6F9FF;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #091D27;
  transition: border ease 0.3s, color ease 0.3s, background-color ease 0.3s;
}
.input__group-radio div label span:hover {
  background: #fafdff;
}
.input__group-radio div label span:after {
  opacity: 0;
  transition: opacity ease 0.3s;
  position: absolute;
  content: "";
  height: 2px;
  width: calc(100% - 32px);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #388cd7;
}
.input__group-radio div label span:focus, .input__group-radio div label span:focus-visible {
  border: 2px solid #dfeafa;
  outline: none;
}
.input__group-radio div label input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  visibility: hidden;
}
.input__group-radio div label input:checked + span {
  color: #388cd7;
}
.input__group-radio div label input:checked + span:after {
  opacity: 1;
}
.input__group .alert {
  margin-top: 16px;
  margin-bottom: 0;
}
.input__group-flex {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.input__group-flex .input__group {
  flex: 1 0;
  position: relative;
}
.input__group-flex .input__group_filter_labels {
  flex: none;
  width: 140px;
}
.input__group-flex .input__group-inner-border {
  flex: 1 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 16px;
  border: 2px solid #F6F9FF;
  border-radius: 8px;
}
.input__group-flex .input__group-suffix {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #21304F;
  text-align: center;
}
.input__group-flex .input__group_double {
  display: flex;
}
.input__group-flex .input__group_double .input__group input {
  border-radius: 0;
}
.input__group-flex .input__group_double .input__group_first input {
  border-radius: 8px 0 0 8px;
  border-right-width: 1px;
}
.input__group-flex .input__group_double .input__group_last input {
  border-radius: 0 8px 8px 0;
  border-left-width: 1px;
}
.input__group-chosen {
  position: relative;
}
.input__group-chosen-select {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid #F6F9FF;
}
.input__group-chosen-select .select2-container--default .select2-selection--single {
  border-color: transparent !important;
  background-color: transparent !important;
}
.input__group-chosen_contact .input__group-chosen-select {
  width: 70px;
}
.input__group-chosen_contact .select2-option-pay__label {
  display: none;
}
.input__group-chosen_contact .input__place[type] {
  padding-left: 80px;
}
.input__group .invalid-feedback {
  font-size: 10px;
  color: #C22020;
  margin: 0;
  position: absolute;
  padding: 0 4px;
  font-weight: 400;
  line-height: 16px;
  background: white;
  left: 12px;
  bottom: -5px;
  width: unset;
}
.input__group .form-text {
  margin: 5px 0 0 16px;
}
.input__group input[type=text],
.input__group input[type=number],
.input__group input[type=password],
.input__group input[type=email],
.input__group input[type=tel],
.input__group textarea,
.input__group .pseudo-input-border {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 16px;
  gap: 16px;
  border: 2px solid #F6F9FF;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #091D27;
  transition: border ease 0.3s;
}
.input__group input[type=text]:focus, .input__group input[type=text]:focus-visible,
.input__group input[type=number]:focus,
.input__group input[type=number]:focus-visible,
.input__group input[type=password]:focus,
.input__group input[type=password]:focus-visible,
.input__group input[type=email]:focus,
.input__group input[type=email]:focus-visible,
.input__group input[type=tel]:focus,
.input__group input[type=tel]:focus-visible,
.input__group textarea:focus,
.input__group textarea:focus-visible,
.input__group .pseudo-input-border:focus,
.input__group .pseudo-input-border:focus-visible {
  border: 2px solid #dfeafa;
  outline: none;
}
.input__group .form-label, .input__group .control-label {
  z-index: 1;
  margin: 0;
  position: absolute;
  padding: 0 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #506183;
  background: white;
  border-radius: 5px;
  left: 12px;
  top: -8px;
}
.input__group .form-label_req::after, .input__group .control-label_req::after {
  content: "*";
  margin-left: 4px;
  font-weight: bold;
  color: red;
}

select {
  -webkit-appearance: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 40px 14px 16px;
  gap: 16px;
  border: 2px solid #F6F9FF;
  border-radius: 8px;
  position: relative;
  background-image: url(../img/icons/dropdown-carret.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #091D27;
  transition: border ease 0.3s;
}
select:focus, select:focus-visible {
  border: 2px solid #dfeafa;
  outline: none;
}

div.input__checkbox {
  cursor: default !important;
}

.input__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #506183;
}
.input__checkbox input[type=checkbox],
.input__checkbox input[type=radio] {
  flex: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #dfeafa;
  border-radius: 4px;
  position: relative;
  transition: background-color ease 0.3s, border ease 0.3s;
}
.input__checkbox input[type=checkbox].is-invalid,
.input__checkbox input[type=radio].is-invalid {
  border-color: darkred;
}
.input__checkbox input[type=checkbox].is-invalid + label,
.input__checkbox input[type=radio].is-invalid + label {
  color: darkred;
}
.input__checkbox input[type=checkbox]:hover:not(:checked),
.input__checkbox input[type=radio]:hover:not(:checked) {
  border: 2px solid #dfeafa;
}
.input__checkbox input[type=checkbox]:before,
.input__checkbox input[type=radio]:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 10px;
  background-image: url(../img/icons/icn_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity ease 0.3s;
  opacity: 0;
}
.input__checkbox input[type=checkbox]:checked,
.input__checkbox input[type=radio]:checked {
  background-color: #388cd7;
  border: none;
}
.input__checkbox input[type=checkbox]:checked:hover,
.input__checkbox input[type=radio]:checked:hover {
  background: #4B70F0;
}
.input__checkbox input[type=checkbox]:checked:before,
.input__checkbox input[type=radio]:checked:before {
  opacity: 1;
}
.input__checkbox input[type=radio] {
  border-radius: 50%;
}
.input__checkbox input[type=radio]:before {
  border-radius: 50%;
}

.recaptcha-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.recaptcha-box .mb-3,
.recaptcha-box .field-orderownform-recaptcha {
  margin: 0 !important;
}
.recaptcha-box .field-orderownform-recaptcha {
  filter: contrast(1.2);
}
.recaptcha-box-control {
  padding-bottom: 3px;
}

.field-password-place {
  position: relative;
}
.field-password-control-btn {
  width: 22px;
  height: 22px;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 3;
  right: 0.75rem;
  top: 50%;
  margin: -12px 0 0 0;
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field-password-control-btn .bi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #77787F;
}
.field-password-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;
}
.field-password-control-btn:hover::after {
  opacity: 0.2;
}

.form-control-password.is-invalid,
.form-control-password.is-valid {
  padding-right: 62px;
}

.form-control-password.is-invalid + .field-password-control-btn,
.form-control-password.is-valid + .field-password-control-btn {
  right: 2.1rem;
}

.filter-form {
  margin: 0 0 12px 0;
}
.filter-form-btn-reset {
  display: none;
}
.filter-form.form-changed .filter-form-fieldset {
  border-color: #dee6ff;
}
.filter-form.form-changed .filter-form-btn-reset {
  display: flex;
}

.filter-form-toggle {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-form-toggle-header {
  display: none;
}
@media all and (max-width: 872px) {
  .filter-form-toggle-header {
    display: block;
  }
}
@media all and (max-width: 872px) {
  .filter-form-toggle-slide {
    max-height: 0;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .filter-form-toggle-btn-arrow {
    position: relative;
    transform: rotate(0);
    transition: transform 0.3s ease;
  }
}

@media all and (max-width: 872px) {
  .filter-opened .filter-form-toggle-slide {
    max-height: 1000px;
    opacity: 1;
  }
  .filter-opened .filter-form-toggle-btn-arrow {
    transform: rotate(180deg);
  }
}
.filter-form-fieldset {
  padding: 12px;
  border: 1px solid #f2f5fa;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.filter-form-field-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media all and (max-width: 772px) {
  .filter-form-field-list {
    flex-direction: column;
  }
}
.filter-form-field-list-left {
  flex: 1 0;
  display: flex;
  gap: 12px;
}
@media all and (max-width: 772px) {
  .filter-form-field-list-left {
    flex-direction: column;
  }
}
.filter-form-field-list-sort {
  justify-content: space-between;
  padding: 12px 12px 0;
  border-top: 1px solid #f2f5fa;
  margin: 0 -12px 0;
}
.filter-form-field-block {
  background: rgba(238, 238, 238, 0.5);
  padding: 0 0 0 8px;
}
@media all and (max-width: 772px) {
  .filter-form-field-block {
    background: 0;
    padding: 0;
  }
}
.filter-form-field-item {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
}
@media all and (max-width: 772px) {
  .filter-form-field-item {
    align-items: normal;
    flex-direction: column;
  }
}
.filter-form-field-item-controls {
  flex: none;
  padding: 0;
  background: 0;
}
.filter-form-field-item-sort {
  display: flex;
  align-items: center;
}
.filter-form-field-item-label {
  margin: 0;
  line-height: 1.12;
}
.filter-form-field-item-label::after {
  display: inline;
  content: ":";
}
@media all and (min-width: 972px) {
  .filter-form-field-item-label br {
    display: none;
  }
}
@media all and (max-width: 772px) {
  .filter-form-field-item-label {
    padding: 5px 0 0 5px;
  }
  .filter-form-field-item-label br {
    display: none;
  }
}
.filter-form-field-item-place {
  flex: 1 0;
}

.filter-price {
  width: 270px;
  position: relative;
}
@media all and (max-width: 972px) {
  .filter-price {
    width: 220px;
  }
}
@media all and (max-width: 772px) {
  .filter-price {
    width: auto;
  }
}
.filter-price-range {
  position: absolute;
  z-index: 7;
  left: 5px;
  right: 5px;
  bottom: 0;
}
.filter-price .irs--flat {
  height: 2px;
}
.filter-price .irs--flat .irs-line {
  height: 2px;
  top: 0;
}
.filter-price .irs--flat .irs-bar {
  height: 2px;
  top: 0;
  background: #388cd7;
}
.filter-price .irs--flat .irs-handle {
  width: 20px;
  height: 12px;
  top: -5px;
  background: #388CD7;
  border: 4px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: e-resize;
}
.filter-price .irs--flat .irs-handle:hover {
  background-color: #222;
  box-shadow: 0 0 4px rgb(58, 141, 215);
}
.filter-price .irs--flat .irs-handle > i {
  display: none !important;
}
.filter-price-box {
  display: flex;
  align-items: center;
}
@media all and (max-width: 772px) {
  .filter-price-box {
    width: 100%;
  }
}
.filter-price-box-item {
  flex: 1 0;
  display: flex;
  align-items: center;
  position: relative;
}
.filter-price-box-item-label {
  flex: none;
  padding: 0 0 0 8px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.filter-price-box-item .form-control {
  min-height: 40px;
  padding: 0 5px 0 40px;
  border-radius: 0;
}
.filter-price-box-item .form-control:focus {
  z-index: 3;
}
.filter-price-box-item:first-child .form-control {
  border-radius: 5px 0 0 5px;
}
.filter-price-box-item:last-child .form-control {
  border-radius: 0 5px 5px 0;
}

/* Filter - Panel */
.filter-method-scroll {
  flex: 1 0;
  position: relative;
}
.filter-method-scroll-move {
  display: flex;
  align-items: center;
}
.filter-method-button {
  flex: none;
  display: inline-flex;
  vertical-align: top;
  margin: 0 10px 0 0;
  border-bottom: 1px solid #388cd7;
  line-height: 1.1;
  font-size: 13px;
  color: #388cd7;
  transition: border-bottom-color 0.3s ease, color 0.3s ease;
}
.filter-method-button:hover {
  color: #55a7f3;
  border-bottom-color: #55a7f3;
}
.filter-method-button.active {
  color: #000;
  border-bottom-color: #000;
  cursor: default;
}

@media all and (max-width: 772px) {
  .filter-method-scroll {
    margin: 0 -12px;
  }
  .filter-method-scroll::before, .filter-method-scroll::after {
    width: 12px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .filter-method-scroll::before {
    left: 0;
    transform: scale(-1, 1);
  }
  .filter-method-scroll::after {
    width: 22px;
    right: 0;
  }
  .filter-method-scroll-move {
    padding: 0 10px 10px 12px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    margin-bottom: -10px;
    scroll-padding-left: 12px;
  }
  .filter-method-button {
    margin-right: 12px;
    scroll-snap-align: start;
    scroll-margin: 0;
    border: 1px solid #f9fafd;
    padding: 5px 8px;
    background: #fbfbfb;
    border-radius: 4px;
  }
  .filter-method-button.active {
    color: #fff;
    border-color: #388cd7;
    background: #388cd7;
  }
}
.grid-view {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 990px) {
  .grid-view {
    overflow-x: scroll;
  }
}

.table-primary {
  --bs-table-bg: transparent;
  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: #f2f5fa;
}
.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.desc, .table-primary tfoot tr td a.asc,
.table-primary tfoot tr td .td-col.desc,
.table-primary tfoot tr td .td-col.asc {
  color: #388cd7;
}
.table-primary tfoot tr td a.desc:after, .table-primary tfoot tr td a.asc:after,
.table-primary tfoot tr td .td-col.desc:after,
.table-primary tfoot tr td .td-col.asc:after {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.table-primary tfoot tr td a.desc:after,
.table-primary tfoot tr td .td-col.desc:after {
  background-image: url(../img/icons/table-arrow-desc.svg);
}
.table-primary tfoot tr td a.asc:after,
.table-primary tfoot tr td .td-col.asc:after {
  background-image: url(../img/icons/table-arrow-asc.svg);
}
.table-primary tfoot tr td a:hover {
  color: #388cd7;
  background-color: #fbfbff;
}
.table-primary thead tr th {
  padding: 0;
  border-width: 2px 1px 2px 1px;
  border-style: solid;
  border-color: #f2f5fa;
}
.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: flex;
  width: 100%;
  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.desc, .table-primary thead tr th a.asc,
.table-primary thead tr th .td-col.desc,
.table-primary thead tr th .td-col.asc {
  color: #388cd7;
}
.table-primary thead tr th a.desc:after, .table-primary thead tr th a.asc:after,
.table-primary thead tr th .td-col.desc:after,
.table-primary thead tr th .td-col.asc:after {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.table-primary thead tr th a.desc:after,
.table-primary thead tr th .td-col.desc:after {
  background-image: url(../img/icons/table-arrow-desc.svg);
}
.table-primary thead tr th a.asc:after,
.table-primary thead tr th .td-col.asc:after {
  background-image: url(../img/icons/table-arrow-asc.svg);
}
.table-primary thead tr th a:hover {
  color: #388cd7;
  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: #f2f5fa;
}
.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: #f2f5fa;
  border-radius: 5px 0 0 5px;
}
.table-properties td {
  font-weight: 500;
  font-size: 16px;
  color: #091D27;
  text-align: right;
  background-color: #f2f5fa;
  border-radius: 0 5px 5px 0;
}

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

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

.sum-expense {
  color: #660000;
}

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

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

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

.tippy-product__loader {
  text-align: center;
}

/*
Модальные окна
 */
body.body--modal-open {
  overflow: hidden;
}

.modal-static {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1033;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(181, 186, 194, 0.88);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

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

.modal-static-layer {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.modal-layer-close {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-static-container {
  flex: none;
  width: 634px;
  max-width: 100%;
  position: relative;
  z-index: 4;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.modal-static-header {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F6F9FF;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.34;
  color: #091D27;
}
.modal-static-header-no-line {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 0;
}

.modal-static-button-close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
  filter: grayscale(5);
  opacity: 0.5;
}
.modal-static-button-close .bi {
  font-size: 16px;
}

.modal-static-button-close:hover {
  filter: grayscale(0);
  opacity: 1;
}

.modal-static-content {
  padding: 24px;
}
.modal-static-content-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .modal-static-content-form .input__group-flex {
    flex-direction: column;
  }
}

.modal-title {
  word-break: break-word;
}

@media all and (max-width: 772px) {
  .modal-static-header {
    padding: 15px;
    font-size: 18px;
  }
  .modal-static-content {
    padding: 15px;
  }
}
.payments {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.payments-item {
  flex: none;
  width: 25%;
  padding: 5px;
  display: flex;
}
@media all and (max-width: 772px) {
  .payments-item {
    width: 33.33%;
  }
}

.payments-item--auto {
  flex: none;
  width: 25%;
}
@media all and (max-width: 772px) {
  .payments-item--auto {
    width: 33.33%;
  }
}

.payments-btn {
  width: 100%;
  display: flex;
  position: relative;
  cursor: pointer;
}
.payments-btn input {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.payments-btn input.limit_issue + .payments-btn-inner .payments-limit {
  opacity: 1;
  visibility: visible;
}
.payments-btn input[disabled] + .payments-btn-inner {
  cursor: default;
}
.payments-btn input[disabled] + .payments-btn-inner::before {
  box-shadow: inset 0 0 0 1px #F2F5FA;
  background: rgba(255, 255, 255, 0.3);
}
.payments-btn input:focus + .payments-btn-inner::after {
  opacity: 0.8;
}
.payments-btn input:checked + .payments-btn-inner::after {
  opacity: 1;
}
.payments-btn input:checked + .payments-btn-inner::before {
  box-shadow: inset 0 0 0 2px rgba(56, 140, 215, 0.5);
}
.payments-btn:hover .payments-btn-inner::before {
  box-shadow: inset 0 0 0 1px rgba(56, 140, 215, 0.5);
}

.payments-btn-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.payments-btn-inner::before {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 0 1px #F2F5FA;
  border-radius: 4px;
  transition: box-shadow 0.3s ease;
}
.payments-btn-inner::after {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 0 2px #388CD7;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.payments-icon-wrap {
  flex: none;
  height: 44px;
  display: flex;
  flex-direction: column;
}

.payments-icon {
  flex: 1 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 5px 12px;
}
.payments-icon img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}

.payments-label {
  flex: 1 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  word-break: break-word;
  background: rgba(242, 245, 250, 0.5);
  border-radius: 0 0 4px 4px;
  transition: background 0.3s ease;
}

.payments-limit {
  width: auto;
  position: absolute;
  z-index: 7;
  left: 2px;
  top: 2px;
  opacity: 0;
  visibility: hidden;
}

.payments-min,
.payments-max {
  display: none;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  text-align: center;
  background: rgb(236, 70, 24);
  border-radius: 3px 0 5px 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.limit_issue_min + .payments-btn-inner .payments-min {
  display: inline-block;
}

.limit_issue_max + .payments-btn-inner .payments-max {
  display: inline-block;
}

.catalog-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px 0;
}
.catalog-header-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.catalog-header-title {
  margin: 0;
  line-height: 1.34;
}

/* Products - Elements */
.prop-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #091D27;
}

.product-button-buy {
  flex: 1 0;
  height: 40px;
  font-size: 14px;
}

.product-button-help {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #77787F;
}

.product-badge-list {
  display: flex;
  align-items: flex-start;
  gap: 0 1px;
}
.product-badge-list-item {
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  border-radius: 0 6px;
  background: #eee;
}
.product-badge-list-item:first-child {
  border-radius: 6px 0 0 0;
}
.product-badge-list-item:last-child {
  border-radius: 0 0 6px 0;
}
.product-badge-list-item:first-child:last-child {
  border-radius: 6px 0 6px 0;
}
.product-badge-list-item-new {
  background: #1EB66F;
}

.product-props {
  flex: none;
  width: 308px;
  display: flex;
  align-items: flex-start;
  align-self: center;
  flex-wrap: wrap;
}

.product-props-stock,
.product-props-price {
  flex: 1 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #091D27;
  text-align: left;
  white-space: nowrap;
  background: #f2f5fa;
}
@media all and (max-width: 672px) {
  .product-props-stock,
  .product-props-price {
    flex-direction: column;
  }
}
.product-props-stock-label,
.product-props-price-label {
  display: none;
  color: #787980;
}
.product-props-stock-label-visible,
.product-props-price-label-visible {
  display: block;
}
.product-props-stock-label::after,
.product-props-price-label::after {
  content: ":";
}
@media all and (max-width: 872px) {
  .product-props-stock-label,
  .product-props-price-label {
    display: block;
  }
}
@media all and (max-width: 672px) {
  .product-props-stock-label,
  .product-props-price-label {
    margin-bottom: -1px;
    font-size: 11px;
  }
}

.product-props-stock {
  border-radius: 4px 0 0 4px;
}

.product-props-price {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #DBE1EB;
}

.product-header {
  min-height: 56px;
  padding: 0 24px;
  display: flex;
  align-items: flex-end;
  border: 1px solid #f2f5fa;
  margin: 0 0 12px 0;
  background: #fff;
  border-radius: 6px 6px 0 0;
}
@media all and (max-width: 772px) {
  .product-header {
    padding: 0 12px;
  }
}
.product-header-label {
  height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: top;
  padding: 4px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #091D27;
  text-decoration: none;
  background: #f2f5fa;
  border-radius: 4px;
  transition: color 0.3s ease;
}
.product-header-label-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.product-header-left {
  flex: 1 0;
  align-self: center;
}
.product-header-right {
  flex: none;
  width: 456px;
  display: flex;
  align-items: center;
}
.product-header-right .product-props {
  margin: 0;
}
.product-header-right .product-props-stock {
  border-radius: 5px 0 0 0;
}
.product-header-right .product-props-price {
  border-radius: 0 5px 0 0;
}
@media all and (max-width: 872px) {
  .product-header-right {
    display: none;
  }
}
.product-header-right-order {
  flex: none;
  padding: 0 290px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-header-right-order .product-props {
  margin: 0;
}
.product-header-right-order .order-props-list-item:first-child {
  border-radius: 5px 0 0 0;
}
.product-header-right-order .order-props-list-item:last-child {
  border-radius: 0 5px 0 0;
}
@media all and (max-width: 872px) {
  .product-header-right-order {
    display: none;
  }
}

/*
Сетка товаров
 */
.product-item {
  min-height: 60px;
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
  border: 1px solid #f2f5fa;
  background: #fff repeat 0 0 url(../img/bg-product-preview.png);
  border-radius: 6px;
}
.product-item .product-badge-list {
  position: absolute;
  left: 0;
  top: 0;
}

.product-item-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 3px 8px 0 0;
  object-fit: contain;
}
.product-item-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}

span.product-item-icon {
  background: #ccc;
  border-radius: 50%;
}

a.product-item-content {
  color: #000;
  text-decoration: none;
}

.product-item-content {
  min-height: 40px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 6px 0 0;
  position: relative;
  margin: -4px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #091D27;
  word-wrap: break-word;
  transition: color 0.3s ease;
}

.product-item-content img {
  width: auto;
  max-width: 20px;
  height: 12px;
  vertical-align: top;
}

.product-item-content:hover {
  color: #55a7f3;
}

.product-item-content::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  left: -70px;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-item-props {
  flex: none;
  margin: 0 0 0 10px;
}

.product-item-help {
  flex: none;
  width: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}

.product-item-control {
  flex: none;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  flex-wrap: nowrap;
  gap: 0 18px;
}

/*
Пустышка для отображения загрузки
 */
.product-header-loader {
  pointer-events: none;
  position: relative;
  opacity: 0.7;
}

.product-header-loader .product-header-group-label {
  position: relative;
  background: #eee;
}

.product-item-loader .product-item-content::after {
  content: "";
}

.product-item-loader .product-item-content::after,
.product-header-loader .product-header-group-label::after {
  width: 330px;
  max-width: 100%;
  height: 18px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  margin: -6px 0 0 0;
  background: #eee;
}

@media all and (max-width: 872px) {
  .product-item-loader .product-item-content::after {
    width: 210px;
  }
}
.product-item-loader {
  pointer-events: none;
  opacity: 0.8;
}

.product-item-loader .product-item-help {
  height: 22px;
}

.product-item-loader .product-item-help::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  bottom: 0;
  background: #eee;
}

@media all and (max-width: 872px) {
  .product-item-loader .product-item-help {
    width: 22px;
  }
  .product-item-loader .product-item-help::after {
    left: 0;
    right: 0;
  }
}
.product-item-loader .product-item-control {
  height: 40px;
  background: #eee;
}

.product-item-loader::after,
.product-header-loader::after,
.section-load-control-loader::after {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: repeat 0 0 linear-gradient(90deg, rgba(242, 245, 250, 0.57) 25%, #ccd8ec 50%, rgba(242, 245, 250, 0.58) 75%);
  background-size: 200% 100%;
  animation: loading-ajax-product 2s infinite;
  opacity: 0.34;
}

@keyframes loading-ajax-product {
  from {
    background-position: 200% 0; /* Начальная позиция справа */
  }
  to {
    background-position: 0 0; /* Конечная позиция слева */
  }
}
/*
Адаптивность превью-товара
 */
@media all and (max-width: 872px) {
  .product-item {
    padding: 12px 12px 50px 46px;
    display: block;
  }
  .product-item::after {
    left: 0;
    right: 0;
  }
  .product-item-icon {
    position: absolute;
    left: 10px;
    top: 12px;
  }
  .product-item-content {
    min-height: 30px;
    line-height: 1.4;
    padding: 0 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    text-align: left;
  }
  .product-item-content::before {
    left: -44px;
  }
  .product-item-props {
    padding: 0;
    margin: 0 20px 0 0;
    background: 0;
    position: absolute;
    left: 10px;
    bottom: 9px;
  }
  .product-item-props .product-props-stock,
  .product-item-props .product-props-price {
    width: auto;
    min-width: auto;
    height: 34px;
    padding: 0 8px;
  }
  .product-item-help {
    width: auto;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 5px;
  }
  .product-item-control {
    width: 100px;
    position: absolute;
    right: 10px;
    bottom: 9px;
    margin: 0;
    gap: 0 6px;
  }
  .product-button-buy {
    height: 34px;
    min-height: 34px;
    font-size: 14px;
  }
}
@media all and (max-width: 672px) {
  .product-item-props {
    width: 180px;
  }
}
/*
Анимация для загруженных товаров
 */
.product-item[data-product-ajax=true],
.section-products[data-product-ajax=true] {
  opacity: 0;
  transform: translateX(-200px);
  transition: opacity 0.44s ease, transform 0.44s ease;
}

.product-item[data-product-ajax=true].init-animate,
.section-products[data-product-ajax=true].init-animate {
  opacity: 1;
  transform: translateX(0);
}

/*
Дистанция между секциями
 */
.section-products + .section-products {
  margin: 24px 0 0 0;
}

/*
Если нет товаров в секции
 */
.section-products .no-products {
  text-align: center;
}

/*
Кнопка подзагрузки товаров
 */
.section-products-more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 12px 0 0 0;
}
.section-products-more-loader {
  pointer-events: none;
}
.section-products-more-loader .btn {
  width: 180px;
  opacity: 0.07;
}

.btn-loading {
  position: relative;
}
.btn-loading .loader-overflow {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-loading .loader-order {
  width: 22px;
  height: 22px;
  border-width: 3px;
}
.btn-loading.type-loading .loader-overflow {
  opacity: 1;
}

.section-load {
  display: flex;
  justify-content: center;
}
.section-load-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  position: relative;
  margin: 16px 0 0 0;
}
.section-load-control-loader {
  pointer-events: none;
}
.section-load-control-loader .btn {
  color: transparent;
  opacity: 0.07;
}

.modal-preview-product .modal-dialog {
  --bs-modal-width: 444px;
}

/*
Модальные окна покупки товара
 */
.modal-buy-product .modal-dialog {
  --bs-modal-width: 634px;
}
@media all and (max-width: 366px) {
  .modal-buy-product .order-product {
    margin: 0 0 8px 0;
  }
}

.modal-form-list-item {
  margin-bottom: 24px;
}
@media all and (max-width: 400px) {
  .modal-form-list-item {
    margin: 0 0 16px 0;
  }
}
@media all and (max-width: 366px) {
  .modal-form-list-item {
    margin: 0 0 8px 0;
  }
}

.modal-checkout-payment-info .alert {
  margin: 0.5rem 0 0 0;
}

.modal-checkout-middle {
  display: flex;
  align-items: center;
}
@media all and (max-width: 400px) {
  .modal-checkout-middle {
    margin-top: 16px;
  }
}
.modal-checkout-middle .form-check {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
@media all and (max-width: 400px) {
  .modal-checkout-middle .form-check {
    order: 10;
    margin-top: 8px;
  }
}
.modal-checkout-middle .form-check-input {
  flex: none;
}
@media all and (max-width: 566px) {
  .modal-checkout-middle {
    flex-direction: column;
    gap: 8px 0;
  }
}

.modal-checkout-promo-code {
  flex: none;
  width: 346px;
  max-width: 100%;
  position: relative;
  transition: max-height 0.25s linear;
}

.modal-checkout-bottom {
  padding: 24px;
  display: flex;
  align-items: center;
  border-top: 1px solid #DBE1EB;
}
@media all and (max-width: 772px) {
  .modal-checkout-bottom {
    padding: 15px;
  }
}
@media all and (max-width: 400px) {
  .modal-checkout-bottom {
    flex-direction: column;
    gap: 12px;
  }
}
.modal-checkout-bottom-left {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media all and (max-width: 400px) {
  .modal-checkout-bottom-left {
    gap: 12px;
  }
}

.modal-checkout-total {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 2px 12px;
  line-height: 1.14;
}
.modal-checkout-total-discount {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  display: none;
}
@media all and (max-width: 400px) {
  .modal-checkout-total-discount {
    align-items: center;
  }
}
.modal-checkout-total-label {
  font-weight: 600;
  font-size: 14px;
  color: #77787F;
}
.modal-checkout-total-value {
  line-height: 1;
  font-weight: 700;
  font-size: 22px;
  color: #091D27;
}

.order-form[data-promo-code-apply] .modal-checkout-total-discount {
  display: flex;
}
.order-form[data-promo-code-apply] .modal-checkout-total-default {
  display: none;
}

.checkout-promo-code {
  display: flex;
  gap: 0;
}
.checkout-promo-code::before {
  order: 2;
  width: 1px;
  content: " ";
  background: #dbe1eb;
}
.checkout-promo-code-input {
  order: 1;
  flex: 1 0;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.checkout-promo-code-apply, .checkout-promo-code-cancel {
  order: 3;
  flex: none;
  width: 133px;
  font-weight: 400;
  font-size: 16px;
  color: #303091;
  border-radius: 0 5px 5px 0;
}
.checkout-promo-code-cancel {
  display: none;
  color: #af0c0c !important;
}

.order-form[data-promo-code-apply] .checkout-promo-code-apply {
  display: none;
}
.order-form[data-promo-code-apply] .checkout-promo-code-cancel {
  display: flex;
}

.modal-checkout-discount-alert {
  display: none;
}
.modal-checkout-discount-alert .alert {
  border: 2px dashed #7ea987;
}

@media all and (max-width: 400px) {
  .order-form[data-promo-code-apply] .modal-checkout-discount-alert-mobile {
    display: block;
  }
}
@media all and (min-width: 400px) {
  .order-form[data-promo-code-apply] .modal-checkout-discount-alert-pc {
    display: block;
  }
}

.order-product {
  min-height: 56px;
  padding: 12px 46px 12px 16px;
  position: relative;
  border: 1px solid #f2f5fa;
  margin: 0 0 24px 0;
  background: #F5F9FD repeat 0 0 url(../img/bg-product-preview.png);
  border-radius: 6px;
}
@media all and (max-width: 400px) {
  .order-product {
    margin: 0 0 16px 0;
  }
}
.order-product .product-button-help {
  position: absolute;
  right: 16px;
  top: 16px;
}
.order-product-header {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.order-product-icon {
  flex: none;
  width: 24px;
  height: 24px;
}
.order-product-content {
  flex: 1 0;
}
.order-product-title {
  flex: 1 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #091D27;
}
.order-product-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.order-product-title a:hover {
  color: #388cd7;
}
.order-product-props-list {
  flex: none;
  display: flex;
  justify-content: flex-start;
  gap: 1px 10px;
  margin: 2px 0 0 0;
}
@media all and (max-width: 352px) {
  .order-product-props-list {
    flex-direction: column;
  }
}
.order-product-props-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #091D27;
}

.order-links {
  padding: 18px;
  margin: 24px 0;
}
.order-links-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 56px;
}
@media all and (max-width: 872px) {
  .order-links-list {
    gap: 16px 26px;
  }
}
.order-links-list .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #091D27;
  transition: color 0.3s ease;
}
.order-links-list .nav-link:hover {
  color: #303091;
}

@keyframes animationPulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.animation-pulse {
  animation: animationPulse 1s linear infinite;
}

/* Footer */
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 62px;
  background: #f2f5fa;
}
.footer-container {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .footer-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 772px) {
  .footer-container {
    flex-direction: column;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 472px) {
  .footer-container {
    text-align: center;
  }
}
.footer-scroll-up {
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 1s ease;
}
.footer-scroll-up::before {
  width: auto;
  height: 2px;
  content: " ";
  display: block;
  position: absolute;
  left: -2000px;
  right: 50%;
  top: 0;
  background: #DBE1EB;
}
.footer-scroll-up-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -14px 0 0 -14px;
  padding: 0;
  gap: 10px;
  background: #fff;
  border: 2px solid #DBE1EB;
  border-radius: 50%;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.footer-scroll-up-btn:hover {
  border-color: #388CD7;
  color: #388CD7;
}
.footer-left {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 772px) {
  .footer-left {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 472px) {
  .footer-left {
    align-items: center;
    flex-direction: column;
  }
}
.footer-logo {
  flex: none;
  width: 90px;
}
.footer-logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.footer-copyright {
  flex: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #77787F;
}
.footer-nav-box {
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 22px 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 472px) {
  .footer-nav-box {
    flex-direction: column;
  }
}
.footer-nav-box-item {
  flex: none;
}
.footer-nav-box-label {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #091D27;
}
.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
}
.footer-nav-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  /* Black Text */
  color: #091D27;
}
.footer-nav-list a .bi {
  line-height: 12px;
  height: 12px;
}
.footer-create-by-design {
  flex: none;
}
@media screen and (max-width: 980px) {
  .footer-create-by-design {
    width: 100%;
  }
}
@media screen and (max-width: 772px) {
  .footer-create-by-design {
    display: flex;
    justify-content: center;
  }
}
.footer-copy {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-align: left;
}
.footer-copy:hover .footer-copy-text {
  opacity: 1;
}
.footer-copy:hover img {
  opacity: 1;
  filter: grayscale(0%);
}
.footer-copy img {
  width: 32px;
  height: 32px;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: opacity ease 0.3s, filter ease 0.3s;
}
.footer-copy-text {
  display: flex;
  flex-direction: column;
  opacity: 0.75;
  transition: opacity ease 0.3s;
}
.footer-copy-text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #091D27;
  margin: 0;
}
.footer-copy-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #091D27;
  margin: 0;
}

.show-scrollup .footer-scroll-up {
  transform: translateX(0);
}

.header {
  flex: none;
  min-height: 34px;
  position: relative;
  z-index: 428;
  margin: 0 0 32px 0;
}
.header-container {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.header-top {
  display: none;
  background: #fff;
}
@media all and (max-width: 872px) {
  .header-top {
    width: 200px;
    display: block;
    position: fixed;
    z-index: 776;
    right: 0;
    top: 100px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #F2F5FA;
    border-top: 0;
    box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transform: translateX(105%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header-top .container {
    padding: 0;
    flex-direction: column;
    align-items: normal;
    gap: 0;
  }
}
.header-nav-list {
  display: flex;
  align-items: center;
  gap: 5px 34px;
}
@media all and (max-width: 872px) {
  .header-nav-list {
    padding-top: 5px;
    flex-direction: column;
    align-items: normal;
    gap: 0;
  }
}
.header-nav-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #091D27;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media all and (min-width: 872px) {
  .header-nav-list a {
    min-height: 34px;
    line-height: 34px;
  }
}
@media all and (max-width: 872px) {
  .header-nav-list a {
    width: 100%;
    min-height: 40px;
    padding: 9px 15px;
    justify-content: flex-start;
    text-align: left;
  }
}
.header-nav-list a:hover {
  color: #388cd7;
  text-decoration: none;
}
.header-nav-main {
  flex: 1 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 872px) {
  .header-nav-main {
    align-items: normal;
  }
}
.header-contact-list {
  flex: none;
  display: flex;
  align-items: center;
}
.header-logo {
  flex: none;
}
.header-logo img {
  vertical-align: top;
}
.header-center {
  flex: 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-controls {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.header-controls-btn {
  min-width: 48px;
  min-height: 48px;
  border-radius: 5px;
}
.header-controls-btn-notify {
  width: auto;
  height: 2px;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 4px;
  background: #fff;
  box-shadow: 0 0 8px 1px #fff;
}
.header-middle {
  padding: 16px 0;
  background: #f2f5fa;
}
.header-bottom {
  background: #f2f5fa;
}
.header-bottom-left {
  flex: 1 0;
}
.header-bottom-right {
  padding-right: 1px;
}
@media all and (max-width: 872px) {
  .header-bottom {
    width: 270px;
    position: fixed;
    z-index: 776;
    left: 0;
    top: 100px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #F2F5FA;
    border-top: 0;
    box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transform: translateX(-105%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header-bottom .container {
    padding: 0;
    flex-direction: column;
  }
}

/*
Мобильное меню
 */
body[data-fly-toggle] {
  overflow: hidden;
}

body[data-fly-toggle=catalog] .header-bottom {
  transform: translateX(0);
  opacity: 1;
}
body[data-fly-toggle=catalog] .btn[data-fly-toggle=catalog] .bi::before {
  content: "\f659";
}

body[data-fly-toggle=menu] .header-top {
  transform: translateX(0);
  opacity: 1;
}
body[data-fly-toggle=menu] .btn[data-fly-toggle=menu] .bi::before {
  content: "\f659";
}

/*
Мобальный лейаут (затемнение)
 */
.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-fly-toggle] .layout-bg {
  opacity: 1;
  visibility: visible;
}

/*
Аккаунт в шапке
 */
.box-account {
  position: relative;
  margin: 0 -8px;
}
.box-account-btn {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border: 0;
  font-size: 14px;
}
.box-account-btn-my {
  padding: 0 8px;
  background: 0;
}
.box-account-btn::after {
  display: none;
}
.box-account-btn-icon {
  flex: none;
  font-size: 18px;
  color: #091d27;
}
.box-account-btn-content {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
  line-height: 1.1;
}
.box-account-btn-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #091D27;
  opacity: 0.5;
}
.box-account-btn-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #091D27;
}
.box-account-btn-info-arrow {
  display: inline-block;
  font-size: 14px;
  color: #000;
  transition: transform 0.3s ease;
}
.box-account-btn.show .box-account-btn-info-arrow {
  transform: rotate(180deg);
}
.box-account-drop {
  width: 210px;
}

/*
Категории под шапкой
 */
.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 {
    background-color: #fff;
  }
  .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 12px;
    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: #091D27;
    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;
    background: -moz-linear-gradient(top, rgba(219, 225, 235, 0) 0%, rgb(219, 225, 235) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(219, 225, 235, 0)), color-stop(100%, rgb(219, 225, 235)));
    background: -webkit-linear-gradient(top, rgba(219, 225, 235, 0) 0%, rgb(219, 225, 235) 100%);
    background: -o-linear-gradient(top, rgba(219, 225, 235, 0) 0%, rgb(219, 225, 235) 100%);
    background: -ms-linear-gradient(top, rgba(219, 225, 235, 0) 0%, rgb(219, 225, 235) 100%);
    background: linear-gradient(to bottom, rgba(219, 225, 235, 0) 0%, rgb(219, 225, 235) 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: #091D27;
    text-decoration: none;
  }
  .nav-categories-link.show {
    background-color: #fff;
  }
  .nav-categories-drop {
    width: 100%;
    padding: 32px;
    position: absolute;
    z-index: 777;
    inset: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    bottom: auto !important;
    margin: 0 !important;
    background: #fff;
    border: 1px solid #dce2eb;
    border-top: 0;
    border-radius: 0 0 6px 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(6, 1fr);
    gap: 32px;
  }
  .nav-categories-drop-link {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #091D27;
    text-decoration: none;
  }
  .nav-categories-drop-link img {
    flex: none;
    width: 24px;
    height: 24px;
    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 0 0 22px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #091D27;
    text-decoration: none;
  }
  .nav-categories-level-link::before {
    width: 4px;
    height: 4px;
    content: " ";
    display: block;
    float: left;
    margin: 7px 0 0 -13px;
    background: #091D27;
    border-radius: 50%;
  }
}
@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: #091D27;
    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: #091D27;
    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: #091D27;
    text-decoration: none;
  }
  .nav-categories-drop-link img {
    flex: none;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .nav-categories-level-list {
    margin: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .nav-categories-level-link {
    padding: 0 0 0 22px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #091D27;
    text-decoration: none;
  }
  .nav-categories-level-link::before {
    width: 4px;
    height: 4px;
    content: " ";
    display: block;
    float: left;
    margin: 7px 0 0 -13px;
    background: #091D27;
    border-radius: 50%;
  }
}
.header-logo-mobile {
  display: none;
}

.header-middle-mobile {
  display: none;
}
.header-middle-mobile .bi {
  flex: none;
}

@media all and (max-width: 872px) {
  .mobile-header-nav-hide .header-middle {
    transform: translateY(-100%);
  }
  .mobile-header-nav-show .header-middle {
    transform: translateY(0%);
  }
  .header {
    min-height: 86px;
    z-index: 778;
  }
  .header-middle {
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 777;
    left: 0;
    right: 0;
    top: 0;
    transition: transform 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .header-middle .container {
    height: 46px;
  }
  .header-middle-mobile {
    padding: 5px 12px 5px;
    display: flex;
    justify-content: center;
    gap: 8px;
    background: #f2f5fa;
  }
  .header-middle-mobile .btn {
    flex: 1 auto;
    padding: 4px 12px;
    min-height: 34px;
    font-size: 14px;
  }
  .header-logo {
    display: none;
  }
  .header-logo-mobile {
    width: 32px;
    height: 32px;
    display: block;
  }
  .header-logo-mobile img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .header-container {
    gap: 8px;
  }
  .header-center .box-search__input {
    min-height: 34px;
    height: 34px;
    padding: 0 50px 0 10px;
  }
  .header-center .box-search__button {
    width: 28px;
    min-height: 28px;
    height: 28px;
    right: 4px;
  }
  .header-center .box-search__button_reset {
    right: 30px;
  }
  .header-controls {
    gap: 8px;
  }
  .box-account-btn,
  .header-controls-btn {
    min-width: 34px;
    min-height: 34px;
    padding: 5px;
  }
  .box-account {
    margin: 0;
  }
  .box-account-btn {
    background: #3882c3;
  }
  .box-account-btn-content {
    display: none;
  }
  .box-account-btn-icon {
    color: #fff;
  }
}
/* Page - Static */
.page-title {
  margin: 0 0 24px 0;
  font-weight: 700;
  font-size: 24px;
  color: #21304F;
}

/*
Страница ошибка
 */
.hard-error {
  flex: 1 0;
  position: relative;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 62px;
  margin-top: -32px;
  margin-bottom: -62px;
}
.hard-error::before {
  width: 300px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  left: 40px;
  top: 0;
  background: no-repeat 0 0 url(../img/404-line.svg);
  background-size: 100% 100%;
}
.hard-error-inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 772px) {
  .hard-error-inner {
    flex-direction: column;
  }
}
.hard-error-image {
  flex: none;
  width: 685px;
  max-width: 58%;
  position: relative;
}
@media screen and (max-width: 772px) {
  .hard-error-image {
    max-width: 300px;
  }
}
.hard-error-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.hard-error-content {
  flex: 1 0;
  text-align: center;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 772px) {
  .hard-error-content {
    width: 100%;
  }
}
.hard-error-content-block {
  width: 515px;
  max-width: 100%;
  margin: 0 auto;
}
.hard-error-title {
  line-height: 1;
  font-weight: 900;
  font-size: 8rem;
  color: #388cd7;
}
.hard-error-message {
  font-weight: bold;
  font-size: 3rem;
  color: #091D27;
}
@media screen and (max-width: 1172px) {
  .hard-error-message {
    font-size: 2.375rem;
  }
}
.hard-error-text {
  font-weight: bold;
  color: #091D27;
}
.authentication-block {
  width: 472px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px;
  background: #FFFFFF;
  border: 1px solid #F2F5FA;
  border-radius: 6px;
}
.authentication-block-setting {
  width: 390px;
}
.authentication-block-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 auto 24px;
  text-align: center;
}
.authentication-block-header-title {
  margin: 0;
}
.authentication-block-logo {
  width: 92px;
  height: 48px;
  display: block;
  margin: 0 auto 24px;
}
.authentication-form-middle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.authentication-form-rules {
  font-size: 0.875rem;
  color: #091D27;
  text-align: center;
}
.authentication-form-link {
  font-weight: 500;
  color: #091D27;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.2;
  cursor: pointer;
}
.authentication-form-link:hover {
  color: #388cd7;
}
.authentication-form-captcha {
  display: flex;
  align-items: center;
  justify-content: center;
}
.authentication-form-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.authentication-bottom {
  margin: 60px 0 0 0;
  font-weight: 600;
  font-size: 14px;
  color: #091D27;
  text-align: center;
}
.authentication-bottom a {
  color: #388cd7;
  text-decoration: none;
}
.authentication-bottom a:hover {
  text-decoration: underline;
}

.authentication-email-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.authentication-email-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.authentication-email-info-item-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #091D27;
}
.authentication-email-info-item-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #091D27;
}
.authentication-email-bottom {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px auto 0;
  font-size: 14px;
  color: #091D27;
  text-align: center;
}
.authentication-email-bottom p {
  margin: 0;
}

/*
Карточка товара
 */
.product-width {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 24px 0;
}
@media all and (max-width: 772px) {
  .product-width {
    flex-direction: column;
    align-items: normal;
  }
}
.product-width-side {
  flex: none;
  width: 173px;
  padding: 16px;
  position: relative;
  background: #F5F9FD no-repeat 0 0 url(../img/bg-product-width.png);
  border: 1px solid #F2F5FA;
  border-radius: 6px;
}
.product-width-side .product-badge-list {
  position: absolute;
  left: 1px;
  top: 1px;
}
@media all and (max-width: 772px) {
  .product-width-side {
    width: 280px;
    max-width: 100%;
    padding-bottom: 62px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
  }
}
@media all and (max-width: 772px) {
  .product-width-side-content {
    flex: 1 0;
  }
}
.product-width-image {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.product-width-image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}
@media all and (max-width: 772px) {
  .product-width-image {
    width: 64px;
    height: 64px;
    margin: 0;
  }
}
.product-width-props-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-width-props-list-item {
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1.34;
  background: #fff;
  border-radius: 3px;
}
.product-width-props-list-item-label {
  font-weight: 400;
  font-size: 14px;
  color: #091D27;
}
.product-width-props-list-item-value {
  font-weight: 600;
  font-size: 12px;
  color: #091D27;
}
.product-width-shop {
  margin: 12px 0 0 0;
}
@media all and (max-width: 772px) {
  .product-width-shop {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    margin: 0;
  }
}
.product-width-shop .btn {
  width: 100%;
}
.product-width-content {
  flex: 1 0;
  padding: 24px;
  border: 1px solid #F2F5FA;
  border-radius: 6px;
}
.product-width-title {
  margin: -4px 0 24px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #091D27;
  word-break: break-word;
}
.product-width-infos {
  padding: 5px;
  margin: 16px 0 0 0;
  background: rgba(242, 245, 250, 0.34);
  border-radius: 6px;
}

.your-order-card {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}

/*
Страница истории заказов
 */
.my-orders-header-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.order-item {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 8px;
  border: 1px solid #f2f5fa;
  background: #fff repeat 0 0 url(../img/bg-product-preview.png);
  border-radius: 6px;
}
.order-item .product-badge-list {
  position: absolute;
  left: 0;
  top: 0;
}
.order-item-left {
  flex: 1 auto;
  display: flex;
  align-items: center;
  gap: 8px 16px;
  flex-wrap: wrap;
}
@media all and (max-width: 534px) {
  .order-item-left {
    padding-top: 40px;
    position: relative;
  }
}
.order-item-header {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 872px) {
  .order-item-header {
    flex-direction: column;
    align-items: normal;
  }
}
.order-item-id {
  flex: none;
  width: 84px;
  font-size: 12px;
}
@media all and (min-width: 872px) and (max-width: 1100px) {
  .order-item-id {
    order: 1;
  }
}
@media all and (max-width: 534px) {
  .order-item-id {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.order-item-id .bi {
  height: 14px;
  font-size: 14px;
}
.order-item-id .bi::before {
  font-size: inherit;
}
.order-item-content {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #091D27;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.3s ease;
}
@media all and (min-width: 872px) and (max-width: 1100px) {
  .order-item-content {
    flex: none;
    order: 3;
    width: 100%;
  }
}
.order-item-props {
  flex: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media all and (max-width: 534px) {
  .order-item-props {
    justify-content: center;
  }
}
.order-item-icon {
  flex: none;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.order-item-title {
  flex: 1 0;
}
.order-item-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #77787F;
}
.order-item-date .bi {
  color: #DBE1EB;
}
@media all and (min-width: 872px) and (max-width: 1100px) {
  .order-item-date {
    order: 2;
  }
}
@media all and (max-width: 534px) {
  .order-item-date {
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.order-item-help {
  flex: none;
}
@media all and (max-width: 534px) {
  .order-item-help {
    position: absolute;
    left: 110px;
    top: 11px;
  }
}
.order-item-status {
  flex: none;
  width: 120px;
}
.order-item-status .badge {
  width: 100%;
  height: 40px;
}
.order-item-controls {
  flex: none;
  width: 120px;
}
.order-item-controls .btn {
  width: 100%;
}

.order-props-list {
  width: 248px;
  display: flex;
  gap: 0;
  line-height: 1.1;
}
@media all and (min-width: 534px) and (max-width: 872px) {
  .order-props-list {
    flex: 1 auto;
    width: auto;
  }
}
@media all and (max-width: 534px) {
  .order-props-list {
    flex: none;
    width: 100%;
  }
}
.order-props-list-item {
  flex: 1 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  background: #f2f5fa;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #091D27;
}
@media all and (max-width: 672px) {
  .order-props-list-item {
    flex-direction: column;
  }
}
.order-props-list-item-label {
  display: none;
  color: #787980;
}
.order-props-list-item-label::after {
  content: ": ";
}
@media all and (max-width: 872px) {
  .order-props-list-item-label {
    display: block;
  }
}
@media all and (max-width: 672px) {
  .order-props-list-item-label {
    margin-bottom: -1px;
    font-size: 11px;
  }
}
.order-props-list-item:first-child {
  border-radius: 5px 0 0 5px;
}
.order-props-list-item:last-child {
  border-radius: 0 5px 5px 0;
}
.order-props-list-item:first-child:last-child {
  border-radius: 0;
}
.order-props-list-item + .order-props-list-item {
  border-left: 1px solid #DBE1EB;
}

/*
Страница истории заказов для гостя (временная)
 */
.order-guest-header {
  min-height: 56px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  border: 1px solid #f2f5fa;
  margin: 0 0 12px 0;
  background: #fff;
  border-radius: 6px 6px 0 0;
}
@media all and (max-width: 372px) {
  .order-guest-header {
    flex-direction: column;
    align-items: normal;
    flex-wrap: wrap;
  }
}
.order-guest-header-label {
  height: 28px;
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #091D27;
  white-space: nowrap;
  background: #f2f5fa;
  border-radius: 4px;
}
.order-guest-header-left {
  flex: none;
  align-self: center;
}
@media all and (max-width: 372px) {
  .order-guest-header-left {
    align-self: start;
  }
}
.order-guest-header-right {
  flex: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media all and (max-width: 372px) {
  .order-guest-header-right {
    align-self: start;
    justify-content: flex-start;
  }
}

.guest-order-histories-header {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media all and (max-width: 562px) {
  .guest-order-histories-header {
    flex-direction: column;
  }
}
.guest-order-histories-title {
  flex: 1 0;
}
.guest-order-histories-controls {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -10px 0;
}
@media all and (max-width: 562px) {
  .guest-order-histories-controls {
    margin: 0;
  }
}
.guest-order-histories-button-no-pay__hide {
  display: flex;
  align-items: center;
  gap: 8px;
}
.guest-order-histories-button-no-pay__show {
  display: none;
}

.guest-order-histories_no_pay_hide .guest-order-histories-button-no-pay__hide {
  display: none;
}
.guest-order-histories_no_pay_hide .guest-order-histories-button-no-pay__show {
  display: flex;
  align-items: center;
  gap: 8px;
}
.guest-order-histories_no_pay_hide .item_no_pay {
  display: none;
}

.guest-order-histories-item {
  min-height: 72px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
  border: 1px solid #F2F5FA;
  background: #fff repeat 0 0 url(../img/bg-product-preview.png);
  border-radius: 6px;
  transition: border-color 0.3s ease;
}
@media all and (max-width: 662px) {
  .guest-order-histories-item {
    flex-direction: column;
    align-items: normal;
  }
}
.guest-order-histories-item:hover {
  border-color: #dfe6fc;
}
.guest-order-histories-item_id {
  flex: none;
  width: 60px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #21304F;
  background: #F2F5FA;
  border-radius: 3px;
}
@media all and (max-width: 662px) {
  .guest-order-histories-item_id {
    position: absolute;
    left: 16px;
    top: 10px;
    margin: 0;
  }
}
.guest-order-histories-item_name {
  flex: 1 0;
}
@media all and (max-width: 662px) {
  .guest-order-histories-item_name {
    min-height: 32px;
    display: flex;
    align-items: center;
    padding-left: 70px;
    margin-bottom: 10px;
  }
}
.guest-order-histories-item_name_link {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #21304F;
  text-decoration: none;
  transition: color 0.3s ease;
}
.guest-order-histories-item_name_link:hover {
  color: #3761EE;
}
.guest-order-histories-item_right {
  display: flex;
  align-items: center;
}
@media all and (max-width: 772px) {
  .guest-order-histories-item_right {
    gap: 12px;
  }
}
@media all and (max-width: 662px) {
  .guest-order-histories-item_right {
    justify-content: flex-end;
  }
}
.guest-order-histories-item_status {
  flex: none;
  width: 114px;
  display: flex;
  justify-content: center;
  margin: 0 12px;
}
@media all and (max-width: 772px) {
  .guest-order-histories-item_status {
    margin: 0;
  }
}
@media all and (max-width: 662px) {
  .guest-order-histories-item_status {
    flex: 1 0;
    width: auto;
  }
}
.guest-order-histories-item_status .badge {
  width: 100%;
}
.guest-order-histories-item_control {
  flex: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.guest-order-histories-item_button {
  width: 40px;
  height: 40px;
  padding: 0;
  justify-content: center;
}

.deposit-info-list {
  display: flex;
  justify-content: flex-start;
  gap: 1px 10px;
  margin: 2px 0 0 0;
}
.deposit-info-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #091D27;
}
.deposit-info-list-item-value {
  font-weight: bold;
}

.field-depositform-sum .form-label {
  width: 100%;
}

.order-header {
  min-height: 56px;
  padding: 0 24px;
  display: flex;
  align-items: flex-end;
  border: 1px solid #f2f5fa;
  margin: 0 0 12px 0;
  background: #fff;
  border-radius: 6px 6px 0 0;
}
@media all and (max-width: 600px) {
  .order-header {
    padding: 16px;
    flex-direction: column;
    gap: 8px;
  }
}
.order-header-label {
  height: 28px;
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #091D27;
  background: #f2f5fa;
  border-radius: 4px;
}
.order-header-left {
  flex: 1 0;
  align-self: center;
}
.order-header-controls {
  align-self: center;
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.order-result-middle, .order-result-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 0 24px 0;
}
.order-result-middle .alert, .order-result-status .alert {
  margin: 0;
}
.order-result-status {
  margin-bottom: 0;
}
.order-result-replaced-title {
  margin-bottom: 24px;
}

a.order-result-product:hover {
  color: #55a7f3;
}
a.order-result-product:hover .order-result-product-details-download {
  color: #55a7f3;
}

.order-result-product {
  min-height: 60px;
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
  border: 1px solid #f2f5fa;
  color: inherit;
  text-decoration: none;
  background: #fff repeat 0 0 url(../img/bg-product-preview.png);
  border-radius: 6px;
}
@media all and (max-width: 872px) {
  .order-result-product {
    padding: 0;
    display: block;
  }
}
.order-result-product-box {
  flex: 1 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 872px) {
  .order-result-product-box {
    padding: 12px 12px 12px 46px;
    display: block;
  }
}
.order-result-product-details {
  display: flex;
  align-items: center;
  gap: 12px;
}
.order-result-product-details-download {
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  color: #1EB66F;
  transition: color 0.3s ease;
}
@media all and (max-width: 872px) {
  .order-result-product-details {
    padding: 0 16px 16px;
    justify-content: space-between;
  }
}
.order-result-product-props {
  flex: none;
  margin-left: 10px;
}
@media all and (max-width: 672px) {
  .order-result-product-props {
    width: 180px;
  }
}
.order-result-product-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #77787F;
}
.order-result-product-date .bi {
  color: #DBE1EB;
}

.order-change-method-play {
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px auto 0 auto;
}

/* Page - 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;
}
.faq-list-item-question, .faq-list-item-response {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.faq-list-item {
  margin: 8px 0;
  border-radius: 5px;
}
.faq-list-item-question {
  width: 100%;
  padding: 12px 0;
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: color 0.3s ease;
}
.faq-list-item-question-label {
  flex: 1 0;
}
.faq-list-item-question-icon {
  flex: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-items: center;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.faq-list-item-question-icon i {
  width: 20px;
  height: 20px;
}
.faq-list-item-question-icon i::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.faq-list-item-question.current {
  border-radius: 10px 10px 0 0;
}
.faq-list-item-question.current .faq-list-item-question-icon {
  transform: rotate(180deg);
}
.faq-list-item-question:hover {
  color: #55a7f3;
}
.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: 32px 0 24px 24px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border-radius: 15px;
}
.faq-list__desc::before {
  width: 2px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 12px;
  top: 32px;
  bottom: 24px;
  background: #eee;
}

.faq-list p {
  margin: 10px 0;
}

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

.faq-list p:first-child {
  margin-top: 0;
}

.faq-list p:last-child {
  margin-bottom: 0;
}

.faq-list ol > li + li {
  margin-top: 20px;
}

.categories-section {
  margin-bottom: 24px;
}
.categories-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.categories-section-title {
  font-weight: bold;
  font-size: 18px;
}
.categories-section-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.categories-section-icon .bi {
  height: 18px;
  font-size: 18px;
}
.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 992px) {
  .categories-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 680px) {
  .categories-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .categories-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories-list-item {
  padding: 24px;
  position: relative;
  text-decoration: none;
  border: 1px solid #f2f5fa;
  background: repeat-x center 0 url(../img/bg-blog-category.png);
  border-radius: 8px;
  transition: background-color ease 0.3s;
}
@media screen and (max-width: 772px) {
  .categories-list-item {
    padding: 12px;
  }
}
.categories-list-item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.categories-list-item-image {
  width: 48px;
  height: 48px;
}
.categories-list-item-image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}
.categories-list-item-title {
  margin: -4px 0 0 0;
}
.categories-list-item-title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #091D27;
  text-decoration: none;
  transition: color ease 0.3s;
}
.categories-list-item-title a:hover {
  color: #388cd7;
}
.categories-list-item-subs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-wrap: wrap;
  line-height: 1.24;
}
.categories-list-item-subs li a {
  padding: 0 0 0 22px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #091D27;
  transition: color ease 0.3s;
}
.categories-list-item-subs li a:hover {
  color: #388cd7;
}
.categories-list-item-subs li a::before {
  width: 4px;
  height: 4px;
  content: " ";
  display: block;
  float: left;
  margin: 8px 0 0 -13px;
  background: #091D27;
  border-radius: 50%;
}
.categories-list-item-counter {
  margin: 0;
}

.blog-category-list .col {
  display: flex;
}
.blog-category-item {
  width: 100%;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
  border: 1px solid #f2f5fa;
  background: repeat-x center 0 url(../img/bg-blog-category.png);
  border-radius: 8px;
  transition: background-color ease 0.3s;
}
.blog-category-item__image {
  width: 172px;
  height: 152px;
  object-fit: contain;
}
.blog-category-item__body {
  flex: 1 0;
  display: flex;
  flex-direction: column;
}
.blog-category-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.24;
  color: #21304F;
  text-align: center;
}
.blog-category-item__title_link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-category-item__title_link:hover {
  color: var(--bs-link-hover-color);
}
.blog-category-item__text {
  flex: 1 0;
  margin: 0;
  word-break: break-word;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: #77787F;
}

/*
List
 */
.preview-blog-item {
  padding: 24px;
  display: block;
  position: relative;
  margin-bottom: 24px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #F2F5FA;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.preview-blog-item:last-child {
  margin-bottom: 0;
}
.preview-blog-item:hover {
  background: #F2F5FA;
}
.preview-blog-header {
  display: flex;
  align-self: center;
  gap: 6px;
  margin: 0 0 8px 0;
}
@media all and (max-width: 490px) {
  .preview-blog-header {
    flex-direction: column;
  }
}
.preview-blog-header__left {
  flex: 1 0;
}
.preview-blog-title {
  display: inline;
  margin: 0 5px 0 0;
  word-break: break-word;
}
.preview-blog-title a {
  color: #21304F;
  text-decoration: none;
  transition: color 0.3s ease;
}
.preview-blog-title a:hover {
  color: #3761EE;
}
.preview-blog-desc {
  position: relative;
  overflow: hidden;
  word-break: break-word;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #091D27;
}
.preview-blog-more_fly_link {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  text-indent: -999px;
}

.category-blog-header {
  margin-bottom: 24px;
}
.category-blog-title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px 0;
}
.category-blog-title-icon {
  flex: none;
  width: 78px;
  height: 78px;
}
.category-blog-title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.category-blog-title-content {
  flex: 1 0;
}
.category-blog-title-content .idesc {
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #77787F;
}
.category-blog-title-label {
  flex: 1 0;
  margin: 0;
  word-break: break-word;
}

/*
View
 */
.page-blog-body {
  padding: 24px;
}
@media all and (max-width: 490px) {
  .page-blog-header {
    flex-direction: column;
  }
}
.page-blog-title {
  margin-bottom: 24px;
  word-break: break-word;
}

/* SCSS v3 */

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