/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./src/BinaryFlow/assets/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************/
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?52256836");
  src: url("../fonts/fontello.eot?52256836#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?52256836") format("woff2"), url("../fonts/fontello.woff?52256836") format("woff"), url("../fonts/fontello.ttf?52256836") format("truetype"), url("../fonts/fontello.svg?52256836#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?52256836#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-home:before {
  content: "\e800";
} /* '' */
.icon-finger:before {
  content: "\e801";
} /* '' */
.icon-star:before {
  content: "\e802";
} /* '' */
.icon-gift:before {
  content: "\e803";
} /* '' */
.icon-check:before {
  content: "\e804";
} /* '' */
.icon-pause:before {
  content: "\e805";
} /* '' */
.icon-menu:before {
  content: "\e806";
} /* '' */
.icon-profile:before {
  content: "\e807";
} /* '' */
.icon-search:before {
  content: "\e808";
} /* '' */
.icon-close:before {
  content: "\e809";
} /* '' */
.icon-trash:before {
  content: "\e80a";
} /* '' */
.icon-basket:before {
  content: "\e80b";
} /* '' */
.icon-facebook:before {
  content: "\e80c";
} /* '' */
.icon-in:before {
  content: "\e80d";
} /* '' */
.icon-inst:before {
  content: "\e80e";
} /* '' */
.icon-x:before {
  content: "\e80f";
} /* '' */
.icon-play:before {
  content: "\e810";
} /* '' */
.icon-arrow_down:before {
  content: "\e811";
} /* '' */
.icon-arrow_left:before {
  content: "\e812";
} /* '' */
.icon-arrow_right:before {
  content: "\e813";
} /* '' */
.icon-arrow_up:before {
  content: "\e814";
} /* '' */
.icon-expand:before {
  content: "\e815";
} /* '' */
.icon-finger_down:before {
  content: "\e816";
} /* '' */
.icon-information:before {
  content: "\e817";
} /* '' */
.icon-lock:before {
  content: "\e818";
} /* '' */
.icon-sort-by:before {
  content: "\e819";
} /* '' */
.icon-user-circle-o:before {
  content: "\f2be";
} /* '' */
/* Анимация загрузчика */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-line {
  0% {
    width: 0;
    left: 50%;
  }
  50% {
    width: 40px;
    left: 50%;
  }
  100% {
    width: 0;
    left: 50%;
  }
}
/***
.header {
    height: 80px;

    @include xl {
        height: 70px; // Чуть меньше на обычных мониторах
    }

    @include lg {
        padding: 0 15px; // Убираем лишние отступы на ноутбуках
    }

    @include md {
        height: 60px; // Компактный вид для мобильных
    }

    @include sm {
        // Здесь можно скрыть часть текста в кнопках или уменьшить логотип
    }
}
 */
.gap-xs {
  gap: 5px;
}

.gap-sm {
  gap: 10px;
}

.gap-md {
  gap: 20px;
}

.gap-lg {
  gap: 50px;
}

.gap-xl {
  gap: 40px;
}

.gap-xxl {
  gap: 60px;
}

*, :after, :before {
  border: 0 solid;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-rendering: optimizeSpeed;
}

html {
  color: #1A1E25;
  font-family: "Red Hat Display", sans-serif;
}

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

h1, h2, h3, h4, h5, .text-large {
  font-family: "Red Hat Display", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, input, textarea {
  font-family: "Red Hat Display", sans-serif !important;
}

h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
}

h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
}

a {
  color: #1A1E25;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

sup {
  color: #D4473A;
}

.cursor-pointer {
  cursor: pointer;
}

.text-extra-large {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
}

.text-extra, .accordion .accordion-header, .simple__content h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.text-large {
  font-size: 18px;
  line-height: 24px;
}

.text-regular, .simple__content, p {
  font-size: 16px;
  line-height: 21px;
}

.text-small, .footer-description, footer .footer__action, .form-field .alert--input {
  font-size: 13px;
  line-height: 18px;
}

.caption, header .header-action .profile-balance .balance-title {
  font-size: 11px;
  line-height: 16px;
}

.text-uppercase {
  text-transform: uppercase;
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

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

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-baseline {
  align-items: baseline;
}

.self-center {
  align-self: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.d-flex-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.d-flex-3 > * {
  flex: 0 0 calc(33.33% - 20px);
}

@media (max-width: 768px) {
  .d-flex-3 > * {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .d-flex-3 > * {
    flex: 0 0 100%;
  }
}
.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.flex-0 {
  flex: 0;
}

.flex-1 {
  flex: 1;
}

/* Классы для равных элементов */
.flex-equal {
  display: flex;
}

.flex-equal > * {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-none {
  flex: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.minh-260 {
  min-height: 260px;
}

.minh-500 {
  min-height: 500px;
}

.mw-360 {
  max-width: 360px;
}

.minw-360 {
  min-width: 360px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.mw-600 {
  max-width: 600px;
}

.mw-700 {
  max-width: 700px;
}

.mw-800 {
  max-width: 800px;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.divider {
  width: 1px;
  background-color: #DBDCE0;
  align-self: stretch;
}

.radius-md {
  border-radius: 8px;
}

.radius-lg {
  border-radius: 20px;
}

.rate-full {
  color: #FFB200;
}

.rate-none {
  color: #DBDCE0;
}

.icon-star:before {
  margin: 0;
}

.menus.menu__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.menus > * {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 37px;
  padding: 10px 30px;
  border-radius: 500px;
  color: #1A1E25;
  text-align: center;
  text-decoration: none;
}
.menus > *.active {
  background: #1A1E25;
  color: #FFFFFF;
}

.btn, header .header-action .profile-balance {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
}
.btn:active, header .header-action .profile-balance:active {
  transform: scale(0.97);
}
.btn:hover, header .header-action .profile-balance:hover, .btn:focus, header .header-action .profile-balance:focus {
  opacity: 1;
}
.btn--primary {
  color: #FFFFFF;
  background: #FFB200;
  border-color: #FFB200;
}
.btn--primary:hover {
  background: #FF9500;
  border-color: #FF9500;
}
.btn--dark {
  background: #1A1E25;
  color: #FFFFFF;
  border-color: #1A1E25;
}
.btn--dark:hover {
  background: #4B5159;
  color: #FFFFFF;
  border-color: #4B5159;
}
.btn--dark-outline {
  background: transparent;
  color: #1A1E25;
  border-color: #1A1E25;
}
.btn--dark-outline:hover {
  background: #DBDCE0;
  color: #1A1E25;
  border-color: #1A1E25;
}
.btn--blue, header.scrolled .header-action .btn--top.btn--grant, header.fixed-style .header-action .btn--top.btn--grant, header .header-action .btn--grant {
  background: linear-gradient(90deg, #546DDC 0%, #4940CE 100%);
  color: #FFFFFF;
  border-color: linear-gradient(90deg, #546DDC 0%, #4940CE 100%);
}
.btn--blue:hover, header.scrolled .header-action .btn--top.btn--grant:hover, header.fixed-style .header-action .btn--top.btn--grant:hover, header .header-action .btn--grant:hover {
  background: linear-gradient(90deg, #546DDC 0%, #4940CE 100%);
  color: #FFFFFF;
  border-color: linear-gradient(90deg, #546DDC 0%, #4940CE 100%);
}
.btn--green {
  background: #4BC54F;
  color: #FFFFFF;
  border-color: #4BC54F;
}
.btn--green:hover {
  background: #4BC54F;
  color: #FFFFFF;
  border-color: #4BC54F;
}
.btn--gray {
  background: #4B5159;
  color: #FFFFFF;
  border-color: #4B5159;
}
.btn--gray:hover {
  background: #4B5159;
  color: #FFFFFF;
  border-color: #4B5159;
  opacity: 0.8;
}
.btn--white {
  background: #FFFFFF;
  color: #1A1E25;
  border-color: #FFFFFF;
}
.btn--white:hover {
  background: #FFFFFF;
  color: #1A1E25;
  border-color: #FFFFFF;
  opacity: 0.8;
}
.btn--light-gray {
  background: #F6F7FA;
  color: #1A1E25;
  border-color: #F6F7FA;
}
.btn--light-gray:hover {
  background: #F6F7FA;
  color: #1A1E25;
  border-color: #F6F7FA;
  opacity: 0.8;
}
.btn--large, .btn--large-none {
  height: 60px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
.btn--large-none {
  text-transform: none;
}
.btn--small, header .header-action .profile-balance {
  height: 40px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 18px;
}
.btn--small.btn--icon, header .header-action .btn--icon.profile-balance {
  padding: 0 10px;
}
.btn--full {
  width: 100%;
}
.btn--loader:disabled {
  opacity: 0.5;
  cursor: wait;
}
.btn--loader:disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 120px;
  height: 6px;
  background: #1A1E25;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 0.3s;
  animation: spin-line 2s infinite linear;
}

.form-group-fields {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Базовые стили для контейнера полей для ввода */
.form-field {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.form-field input, .form-field textarea {
  width: 100%;
  height: 50px;
  padding: 20px 15px 0 15px;
  background-color: #FFFFFF;
  border: 1px solid #DBDCE0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-field textarea {
  height: auto;
}
.form-field label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #4B5159;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.form-field .alert--input {
  position: absolute;
  left: 15px;
  bottom: -15px;
  color: #D4473A;
}
.form-field {
  /* Когда поле в фокусе или не пустой, label съезжает вверх и уменьшается */
}
.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field textarea:focus + label,
.form-field textarea:not(:placeholder-shown) + label,
.form-field input.on_top + label, .form-field textarea.on_top + label {
  top: 13px;
  font-size: 12px;
  transform: translateY(-50%);
}
.form-field input:focus::placeholder, .form-field textarea:focus::placeholder {
  color: transparent;
}
.form-field {
  /* Состояние фокуса (синяя обводка) */
}
.form-field input:focus, .form-field textarea:focus {
  border-color: #1971C2;
  outline: none;
}
.form-field.error input, .form-field.error textarea {
  border-color: #D4473A;
}
.form-field .error-message {
  position: absolute;
  bottom: 9px;
  left: 15px;
  font-size: 11px;
  color: #D4473A;
}

.custom-select {
  position: relative;
  width: 100%;
  /* Основное поле */
}
.custom-select .select-trigger {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 20px 15px 0 15px;
  background-color: #FFFFFF;
  border: 1px solid #DBDCE0;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select .select-trigger .select-label {
  position: absolute;
  top: 6px;
  transform: translateY(0);
  font-size: 12px;
  left: 12px;
  pointer-events: none;
  line-height: 1;
}
.custom-select {
  /* Стрелка */
}
.custom-select .icon-arrow_down {
  position: absolute;
  right: 12px;
  top: 16px;
}
.custom-select.is-open .select-trigger {
  border-color: #1971C2;
}
.custom-select.is-open .icon-arrow_down {
  transform: rotate(180deg);
}
.custom-select {
  /* Выпадающий список */
}
.custom-select .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: white;
  border: 1px solid #DBDCE0;
  border-radius: 8px;
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
  list-style: none;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.custom-select {
  /* Пункты списка */
}
.custom-select .option {
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.custom-select .option:hover,
.custom-select .option.is-selected {
  color: #1971C2;
  background: #F6F7FA;
}
.custom-select {
  /* Анимация появления */
}
.custom-select .fade-enter-active,
.custom-select .fade-leave-active {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform-origin: top;
}
.custom-select .fade-enter-from,
.custom-select .fade-leave-to {
  opacity: 0;
  transform: scaleY(0.85);
}
.custom-select .search-wrapper {
  padding: 8px;
  position: sticky;
  top: 0;
  background: #FFFFFF;
  z-index: 1;
}
.custom-select .search-input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #DBDCE0;
  border-radius: 4px;
  outline: none;
}
.custom-select .option-empty {
  padding: 10px;
  text-align: center;
}

.filter-sorts {
  display: inline-block;
  position: relative;
}
.filter-sorts .filter-btn {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: #1A1E25;
  background: #FFFFFF;
  border: 1px solid #DBDCE0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.filter-sorts .filter-container {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 50px;
  width: 200px;
  border: 1px solid #DBDCE0;
  border-radius: 8px;
  background: #FFFFFF;
}
.filter-sorts .filter-item-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
}
.filter-sorts .filter-item-btn:hover, .filter-sorts .filter-item-btn.active {
  background: #F6F7FA;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 10000;
  background-color: transparent;
  transition: background-color 0.3s, box-shadow 0.3s;
}
header .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
}
header .logo img {
  height: 28px;
  max-width: none;
}
header .logo-black {
  display: none;
}
header .logo-white {
  display: block;
}
header a {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
header .header-menu {
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
header .header-menu a {
  display: block;
  position: relative;
}
header .header-menu a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #D4473A;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
header .header-menu a:hover::after {
  width: 100%;
  opacity: 1;
}
header .header-action {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 15px;
}
header .header-action .link {
  color: #FFFFFF;
}
@media (max-width: 900px) {
  header .header-action .user {
    padding: 0;
    width: 38px;
  }
  header .header-action .user span {
    display: none;
  }
}
header .header-action .profile-balance {
  cursor: text;
  background: #F6F7FA;
}
header .header-action .profile-balance:hover, header .header-action .profile-balance:focus {
  transform: scale(1);
}
header .header-action .profile-balance .balance-title {
  font-weight: 400;
}
header .header-action .btn--grant:hover, header .header-action .btn--grant:focus {
  opacity: 0.8 !important;
}
header.scrolled, header.fixed-style {
  background-color: #FFFFFF;
  box-shadow: 0 1px 0 -1px rgba(0, 0, 0, 0.01), 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.03);
}
header.scrolled .logo-black, header.fixed-style .logo-black {
  display: block;
}
header.scrolled .logo-white, header.fixed-style .logo-white {
  display: none;
}
header.scrolled .header-menu a, header.fixed-style .header-menu a {
  color: #1A1E25;
}
header.scrolled .header-action .btn--top, header.fixed-style .header-action .btn--top {
  background: #F6F7FA;
  border-color: #F6F7FA;
  color: #1A1E25;
}
header.scrolled .header-action .btn--top:hover, header.scrolled .header-action .btn--top:focus, header.fixed-style .header-action .btn--top:hover, header.fixed-style .header-action .btn--top:focus {
  background: #F6F7FA;
  border-color: #1971C2;
  color: #1A1E25;
  opacity: 0.8;
}
header.scrolled .header-action .btn--top.btn--grant:hover, header.scrolled .header-action .btn--top.btn--grant:focus, header.fixed-style .header-action .btn--top.btn--grant:hover, header.fixed-style .header-action .btn--top.btn--grant:focus {
  opacity: 0.8 !important;
  background: linear-gradient(90deg, #546DDC 0%, #4940CE 100%);
  color: #FFFFFF;
  border-color: linear-gradient(90deg, #546DDC 0%, #4940CE 100%);
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-top: 70px;
  transition: all 0.3s ease;
}

main:has(.main-full) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-full {
  padding: 50px;
}

footer {
  background: #1A1E25;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer a {
  color: #FFFFFF;
}
footer .footer-main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  footer .footer-main {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-main {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
}
footer .footer-col h5 {
  margin: 10px 0 20px;
  color: #DBDCE0;
}
@media (max-width: 768px) {
  footer .footer-col h5 {
    margin-top: 0;
  }
}
footer .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
footer .footer__action {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 5px;
  padding: 14px 30px 14px 30px;
  background: linear-gradient(90deg, #546DDC 0%, #4940CE 100%);
  color: #FFFFFF;
  border-radius: 1000px;
  text-decoration: none;
}
footer .footer__action i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
footer .footer__disclaimer {
  border-top: 1px solid #4B5159;
  font-size: 11px;
  color: #DBDCE0;
  margin-top: 30px;
  padding-top: 30px;
}
footer .footer__disclaimer nav {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .footer__disclaimer nav {
    margin-top: 10px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
footer .footer__copy {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer__copy {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
}
footer img.rated {
  max-width: 150px;
}
footer .social-networks {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

.footer-description {
  line-height: 1.4;
  color: #F6F7FA;
  margin-bottom: 20px;
  max-width: 300px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.container .content {
  padding: 20px 0;
}

.promotion {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  aspect-ratio: 1920/760;
  position: relative;
  margin-top: -70px;
  background: #1A1E25;
}
.promotion img, .promotion video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: all 0.4s ease-in-out;
}
.promotion__content {
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  color: #FFFFFF;
  text-align: center;
}
.promotion__title {
  font-size: 74px;
  line-height: 80px;
}
.promotion__title strong {
  font-weight: 900;
}

.page-single h2, .page-single h3, .page-single h4 {
  font-weight: 700;
}
.page-single h2 {
  margin: 1.5rem 0 0.5rem;
}
.page-single h3 {
  margin: 1.25rem 0 0.5rem;
}
.page-single h4 {
  margin: 1rem 0 0.25rem;
}
.page-single h2:first-child, .page-single h3:first-child, .page-single h4:first-child {
  margin-top: 0;
}
.page-single ul, .page-single ol {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  padding-left: 2rem;
}
.page-single li {
  margin-bottom: 0.35rem;
}
.page-single li:last-child {
  margin-bottom: 0;
}
.page-single h2 + ul, .page-single h3 + ul, .page-single h4 + ul {
  margin-top: 0;
}

.short-about {
  position: relative;
  aspect-ratio: 1920/1000;
}
.short-about video {
  margin: 150px 0 100px;
}
.short-about > div {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.short-about .short-top {
  top: 100px;
}
.short-about .short-top p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}
.short-about .short-top img {
  margin: 30px auto;
}
.short-about .short-bottom {
  bottom: 100px;
}
.short-about .short-bottom img {
  max-height: 24px;
}

.simple__content h2 {
  margin: 10px 0;
  font-weight: 700;
}
.simple__content p {
  margin-bottom: 20px;
}

/* Аккордеон */
.accordion {
  width: 100%;
}
.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DBDCE0;
}
.accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 700;
}
.accordion .accordion-header i::before {
  transition: all 0.4s ease-in-out;
}
.accordion .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion .accordion-content {
  padding: 0 20px 20px 0;
}
.accordion > .active .accordion-header i::before {
  transform: rotate(-180deg);
}
.accordion > .active .accordion-body {
  max-height: 10000px;
}

.breadcrumbs .container {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs .container::-webkit-scrollbar {
  display: none;
}
.breadcrumbs [itemprop=itemListElement] {
  display: flex;
  align-items: center;
}
.breadcrumbs [itemprop=itemListElement]:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: #4B5159;
  flex-shrink: 0;
}
.breadcrumbs a {
  color: #4B5159;
  text-decoration: none;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span[itemprop=name] {
  color: #4B5159;
  line-height: 26px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

/* пагинация */
.pagination {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination > * {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.pagination .pager-active {
  color: #1A1E25;
}
.pagination .pager-active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #1A1E25;
  height: 1px;
}
.pagination .pager-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Базовые стили для контейнера и элементов Слайдера */
.slide-me {
  display: flex;
  gap: 40px;
  /* активируем слайдер только при наличии класса .slider-active (Мобильный режим) */
}
.slide-me.slider-active {
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
  /* скрываем полосу прокрутки на мобильных устройствах */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slide-me.slider-active::-webkit-scrollbar {
  display: none;
}
.slide-me.slider-active {
  /* Настройка ширины самих "слайдов" в активном режиме */
}
.slide-me.slider-active .slider-item {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding: 0 20px;
}

/* Стили пагинации для слайдера */
.slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}
.slider-pagination .pagination-dot {
  display: block;
  width: 20px;
  height: 5px;
  background-color: #DBDCE0;
  opacity: 0.5;
  border-radius: 5px;
}
.slider-pagination .pagination-dot.active {
  opacity: 1;
  width: 40px;
}

/* горизонтальный слайдер */
.line-scroll {
  overflow: hidden;
  contain: content;
}
.line-scroll .scroll-track {
  display: flex;
  width: max-content;
  gap: 34px;
}

.line-scroll-item {
  flex: 0 0 auto;
  width: auto;
  scroll-snap-align: start;
  padding: 10px;
  background-color: transparent;
  border-radius: 10px;
}
.line-scroll-item > * {
  color: #FFFFFF !important;
}
.line-scroll-item > *:hover, .line-scroll-item > *:focus {
  color: #FFFFFF !important;
}

.offer-timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
}
.offer-timer .t-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer-timer .t-digits {
  display: flex;
  gap: 2px;
}
.offer-timer .t-num {
  width: 48px;
  height: 48px;
  padding: 6px 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.offer-timer .t-label {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 5px;
  color: #F6F7FA;
}
.offer-timer .t-sep {
  font-size: 24px;
  padding-top: 4px;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

.modal-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10009;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0s linear 0.1s;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.modal-dialog.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease, visibility 0s linear 0s;
}
.modal-dialog .modal-container {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 20px;
}
.modal-dialog .modal-header {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.modal-dialog .modal-header a {
  position: absolute;
  right: -10px;
  top: -5px;
  cursor: pointer;
  color: #1A1E25;
  font-size: 30px;
}

.profile-set > div {
  min-height: 260px;
}
@media (max-width: 768px) {
  .profile-set > div {
    min-height: 235px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .d-none.d-md-block {
    display: block !important;
  }
  .d-none.d-md-inline {
    display: inline !important;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .d-none.d-lg-block {
    display: block !important;
  }
  .d-none.d-lg-inline {
    display: inline !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
  .d-none.d-xl-block {
    display: block !important;
  }
  .d-none.d-xl-inline {
    display: inline !important;
  }
}
/* Инверсные классы (показать на меньших размерах) */
@media (min-width: 576px) {
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
}
.vue-alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.3s ease-out;
  z-index: 9999999;
  display: flex;
  align-items: center;
  gap: 12px;
}

.vue-alert-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.vue-alert-message {
  flex: 1;
  font-family: Arial, sans-serif;
  line-height: 1.4;
}

.vue-alert-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
}

.vue-alert-close:hover {
  color: #000;
}

/* Стили для разных типов */
.vue-alert-success {
  background-color: #d4edda;
  border-left: 4px solid #28a745;
  color: #155724;
}

.vue-alert-error {
  background-color: #f8d7da;
  border-left: 4px solid #dc3545;
  color: #721c24;
}

.vue-alert-info {
  background-color: #d1ecf1;
  border-left: 4px solid #17a2b8;
  color: #0c5460;
}

.vue-alert-warning {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  color: #856404;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-xs {
  margin: 5px !important;
}

.mx-xs {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.ml-xs {
  margin-left: 5px !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.m-sm {
  margin: 10px !important;
}

.mx-sm {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-sm {
  margin-top: 10px !important;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.ml-sm {
  margin-left: 10px !important;
}

.mr-sm {
  margin-right: 10px !important;
}

.m-md {
  margin: 20px !important;
}

.mx-md {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-md {
  margin-top: 20px !important;
}

.mb-md {
  margin-bottom: 20px !important;
}

.ml-md {
  margin-left: 20px !important;
}

.mr-md {
  margin-right: 20px !important;
}

.m-ml {
  margin: 30px !important;
}

.mx-ml {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-ml {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-ml {
  margin-top: 30px !important;
}

.mb-ml {
  margin-bottom: 30px !important;
}

.ml-ml {
  margin-left: 30px !important;
}

.mr-ml {
  margin-right: 30px !important;
}

.m-lg {
  margin: 50px !important;
}

.mx-lg {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-lg {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mt-lg {
  margin-top: 50px !important;
}

.mb-lg {
  margin-bottom: 50px !important;
}

.ml-lg {
  margin-left: 50px !important;
}

.mr-lg {
  margin-right: 50px !important;
}

.m-xl {
  margin: 100px !important;
}

.mx-xl {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-xl {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mt-xl {
  margin-top: 100px !important;
}

.mb-xl {
  margin-bottom: 100px !important;
}

.ml-xl {
  margin-left: 100px !important;
}

.mr-xl {
  margin-right: 100px !important;
}

.m-xxl {
  margin: 180px !important;
}

.mx-xxl {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.my-xxl {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.mt-xxl {
  margin-top: 180px !important;
}

.mb-xxl {
  margin-bottom: 180px !important;
}

.ml-xxl {
  margin-left: 180px !important;
}

.mr-xxl {
  margin-right: 180px !important;
}

.m-3xl {
  margin: 240px !important;
}

.mx-3xl {
  margin-left: 240px !important;
  margin-right: 240px !important;
}

.my-3xl {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

.mt-3xl {
  margin-top: 240px !important;
}

.mb-3xl {
  margin-bottom: 240px !important;
}

.ml-3xl {
  margin-left: 240px !important;
}

.mr-3xl {
  margin-right: 240px !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-xs {
  padding: 5px !important;
}

.px-xs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pt-xs {
  padding-top: 5px !important;
}

.pb-xs {
  padding-bottom: 5px !important;
}

.pl-xs {
  padding-left: 5px !important;
}

.pr-xs {
  padding-right: 5px !important;
}

.p-sm {
  padding: 10px !important;
}

.px-sm {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-sm {
  padding-top: 10px !important;
}

.pb-sm {
  padding-bottom: 10px !important;
}

.pl-sm {
  padding-left: 10px !important;
}

.pr-sm {
  padding-right: 10px !important;
}

.p-md {
  padding: 20px !important;
}

.px-md {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-md {
  padding-top: 20px !important;
}

.pb-md {
  padding-bottom: 20px !important;
}

.pl-md {
  padding-left: 20px !important;
}

.pr-md {
  padding-right: 20px !important;
}

.p-ml {
  padding: 30px !important;
}

.px-ml {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-ml {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-ml {
  padding-top: 30px !important;
}

.pb-ml {
  padding-bottom: 30px !important;
}

.pl-ml {
  padding-left: 30px !important;
}

.pr-ml {
  padding-right: 30px !important;
}

.p-lg {
  padding: 50px !important;
}

.px-lg {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-lg {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt-lg {
  padding-top: 50px !important;
}

.pb-lg {
  padding-bottom: 50px !important;
}

.pl-lg {
  padding-left: 50px !important;
}

.pr-lg {
  padding-right: 50px !important;
}

.p-xl {
  padding: 100px !important;
}

.px-xl {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-xl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-xl {
  padding-top: 100px !important;
}

.pb-xl {
  padding-bottom: 100px !important;
}

.pl-xl {
  padding-left: 100px !important;
}

.pr-xl {
  padding-right: 100px !important;
}

.p-xxl {
  padding: 180px !important;
}

.px-xxl {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.py-xxl {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.pt-xxl {
  padding-top: 180px !important;
}

.pb-xxl {
  padding-bottom: 180px !important;
}

.pl-xxl {
  padding-left: 180px !important;
}

.pr-xxl {
  padding-right: 180px !important;
}

.p-3xl {
  padding: 240px !important;
}

.px-3xl {
  padding-left: 240px !important;
  padding-right: 240px !important;
}

.py-3xl {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.pt-3xl {
  padding-top: 240px !important;
}

.pb-3xl {
  padding-bottom: 240px !important;
}

.pl-3xl {
  padding-left: 240px !important;
}

.pr-3xl {
  padding-right: 240px !important;
}

.text-total-black {
  color: #000 !important;
}

.bg-total-black {
  background-color: #000 !important;
}

.text-black {
  color: #1A1E25 !important;
}

.bg-black {
  background-color: #1A1E25 !important;
}

.text-dark-gray {
  color: #4B5159 !important;
}

.bg-dark-gray {
  background-color: #4B5159 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.text-gray {
  color: #DBDCE0 !important;
}

.bg-gray {
  background-color: #DBDCE0 !important;
}

.text-light-gray {
  color: #F6F7FA !important;
}

.bg-light-gray {
  background-color: #F6F7FA !important;
}

.text-yellow {
  color: #FFB200 !important;
}

.bg-yellow {
  background-color: #FFB200 !important;
}

.text-light-yellow {
  color: #FFF9EB !important;
}

.bg-light-yellow {
  background-color: #FFF9EB !important;
}

.text-yellow-dark {
  color: #FF9500 !important;
}

.bg-yellow-dark {
  background-color: #FF9500 !important;
}

.text-azure {
  color: #122349 !important;
}

.bg-azure {
  background-color: #122349 !important;
}

.text-blue {
  color: #1971C2 !important;
}

.bg-blue {
  background-color: #1971C2 !important;
}

.text-light-blue {
  color: #E8F0FE !important;
}

.bg-light-blue {
  background-color: #E8F0FE !important;
}

.text-steel {
  color: #CECDFF !important;
}

.bg-steel {
  background-color: #CECDFF !important;
}

.text-light-steel {
  color: #E5E9FF !important;
}

.bg-light-steel {
  background-color: #E5E9FF !important;
}

.text-red {
  color: #D4473A !important;
}

.bg-red {
  background-color: #D4473A !important;
}

.text-light-red {
  color: #FF8181 !important;
}

.bg-light-red {
  background-color: #FF8181 !important;
}

.text-rose {
  color: #FFE0DE !important;
}

.bg-rose {
  background-color: #FFE0DE !important;
}

.text-light-green {
  color: #B4F2B6 !important;
}

.bg-light-green {
  background-color: #B4F2B6 !important;
}

.text-green {
  color: #4BC54F !important;
}

.bg-green {
  background-color: #4BC54F !important;
}

.bg-blue-gradient {
  background: linear-gradient(90deg, #546DDC 0%, #4940CE 100%);
}

.bg-blue-line-gradient {
  background: linear-gradient(90deg, #2279E2 0%, #3152D4 100%);
}

.bg-blue-light-gradient {
  background: linear-gradient(90deg, #BAC9FF 0%, #EFF3FF 100%);
}

.bg-yellow-line-gradient {
  background: linear-gradient(90deg, #FFC43D 0%, #FFB200 100%);
}

.bg-pink-gradient {
  background: radial-gradient(#8507ac, #18022f);
}

.bg-yellow-target, .bg-blue-gift {
  position: relative;
  z-index: 1;
}
.bg-yellow-target::before, .bg-blue-gift::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/profile/target.png") no-repeat right 12px bottom 0;
  opacity: 0.8;
  z-index: -1;
}

.bg-blue-gift::before {
  background: url("../images/profile/gift.png") center/cover;
}

.products {
  padding: 50px 0;
}
.products__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.products__filters {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.products__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .products__content {
    grid-template-columns: repeat(3, 1fr);
  }
  .products .product-card {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .products__content {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .products__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .products__header {
    display: block;
    text-align: center;
  }
  .products__header > a {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 576px) {
  .products__content {
    grid-template-columns: 1fr;
  }
  .products__header {
    margin-bottom: 0;
  }
  .products .product-card .play-icon {
    display: none;
  }
}

.product-card {
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #F6F7FA;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  min-width: 200px;
  max-width: 300px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.product-card:hover, .product-card:focus {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}
.product-card__thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #F6F7FA;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-card__thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-card__header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.product-card__header .product-card__title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-card__header .product-card__title::after {
  content: "...";
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1em;
  visibility: hidden;
}
.product-card__header .product-card__rate {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-card .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.product-card:hover video {
  opacity: 1;
}
.product-card:hover .play-icon {
  opacity: 0;
  visibility: hidden;
}

.product-card__prices {
  display: flex;
  gap: 5px;
  margin-top: 7px;
}
.product-card__prices .product-card__sale_price {
  font-weight: 700;
}
.product-card__prices .product-card__price {
  color: #4B5159;
  text-decoration: line-through;
}

.products_items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.products_items .product__item {
  display: flex;
  gap: 20px;
  border-radius: 8px;
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.products_items .product__item:hover {
  background: #F6F7FA;
}
.products_items .product__thumbnail {
  width: 70px;
  min-width: 70px;
  border-radius: 8px;
}
.products_items .product__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}
.products_items .product__info {
  width: 100%;
}
.products_items .product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #1A1E25;
  text-decoration: none;
}
.products_items .product__title::after {
  content: "...";
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1em;
  visibility: hidden;
}
.products_items .product__variations {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.products_items .product__delete {
  margin-top: 10px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.products_items .product__prices {
  text-align: right;
}
.products_items .product__sale_price {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
.products_items .product__price {
  margin-top: 5px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.card-container a {
  text-decoration: none;
}
.card-container .thumbnail {
  display: block;
  position: relative;
  aspect-ratio: 400/215; /* задаем нужное соотношение сторон */
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.card-container .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  animation-delay: 0.6s;
}
.card-container .thumbnail:hover img {
  transform: scale(1.1);
}
.card-container > div {
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.card-container > div:hover img {
  transform: scale(1.1);
}
.card-container .subtitle-categories, .card-container .post__categories {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #4B5159;
}
.card-container .date_format, .card-container .post__date {
  font-size: 13px;
  line-height: 17px;
  margin-top: 5px;
  color: #4B5159;
}
.card-container .card-col-1 {
  width: 100%; /* 1 card in row */
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.card-container .card-col-1 h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
}
.card-container .card-col-1 .thumbnail {
  padding-top: 28.125%;
  aspect-ratio: auto;
  margin-bottom: 0;
}
.card-container .card-col-1 > * {
  width: calc(50% - 30px);
}
@media (max-width: 768px) {
  .card-container .card-col-1 > * {
    width: auto;
  }
}
.card-container .card-col-3 {
  width: calc(33.333% - 30px); /* 3 cards in row */
  min-width: 250px;
}
.card-container .card-col-3 h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 992px) {
  .card-container .card-col-3 {
    width: calc(50% - 30px); /* 2 cards in row */
  }
}
@media (max-width: 768px) {
  .card-container .card-col-3 {
    width: 100%; /* 1 card in row */
  }
}

.posts {
  padding: 50px 0;
}
.posts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.posts__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .posts__content {
    gap: 20px;
  }
}
.post-card a {
  text-decoration: none;
}
.post-card .post__thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 400/214;
  background-color: #F6F7FA;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-card .post__thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
  animation-delay: 0.6s;
}
.post-card h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 10px 0;
}
.post-card .post__categories {
  font-size: 13px;
  line-height: 18px;
}
.post-card .post__date {
  font-size: 11px;
  line-height: 16px;
}
.post-card:hover img {
  transform: scale(1.1);
}

.blog-single h1 {
  font-size: 44px;
  font-weight: 700;
}
.blog-single h2 {
  line-height: 52px;
  margin: 0 0 30px;
}
.blog-single h3 {
  line-height: 39px;
}
.blog-single p, .blog-single ul, .blog-single ol {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 28px;
}
.blog-single li {
  margin-bottom: 5px;
}
.blog-single .blog-single-content {
  margin: 30px 150px 0 150px;
}
.blog-single .content_gallery img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 30px auto;
  display: block;
}
.blog-single .post-navigations {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border: 1px solid #DBDCE0;
  border-left: none;
  border-right: none;
}
.blog-single .post-navigation-item {
  transition: all 0.3s;
  max-width: 400px;
  text-decoration: none;
}
.blog-single .post-navigation-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  color: #1A1E25;
}
.blog-single .post-navigation-item h3::after {
  content: "...";
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1em;
  visibility: hidden;
  font-size: 16px;
  line-height: 19px;
}
.blog-single .post-navigation-item .navigation-label {
  margin-top: 15px;
  font-size: 16px;
  color: #1A1E25;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  line-height: 24px;
}
.blog-single .post-navigation-item.next .navigation-label {
  justify-content: end;
}
.blog-single .post-navigation-item:hover h3 {
  color: #1A1E25;
  opacity: 0.7;
}
.blog-single .post-navigation-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-single .post-thumbnail {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .blog-single .post-navigation-item {
    width: 100%;
    flex-direction: column;
  }
  .blog-single .navigation-label, .blog-single .post-thumbnail {
    display: none;
  }
}

.product-single {
  display: flex;
  gap: 60px;
}
@media (max-width: 992px) {
  .product-single {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .product-single {
    flex-direction: column;
  }
}
.product-single .product-media {
  flex: 1;
  min-width: 0;
}
.product-single .product-info {
  flex: 0 0 500px;
}
@media (max-width: 992px) {
  .product-single .product-info {
    flex: 0 0 380px;
  }
}
@media (max-width: 768px) {
  .product-single .product-info {
    flex: 0 0 100%;
    width: 100%;
  }
}
.product-single .product-info .fixed-roll {
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  .product-single .product-info .fixed-roll {
    position: static;
  }
}
.product-single .product-info .rates {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-single .product-info .prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.product-single .product-info .prices .sale_price {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.product-single .product-info .prices .price {
  text-decoration: line-through;
  color: #4B5159;
}

/* Галерея */
.gallery-container {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
  max-height: 610px;
  overflow: hidden;
  /* индикатор загрузки */
}
.gallery-container .loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-container {
  /* стили для загрузчика */
}
.gallery-container .loader {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(26, 30, 37, 0.2);
  border-top-color: #D4473A;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.gallery-container {
  /* Кнопка фуллскрин */
}
.gallery-container .full-size {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background: rgba(246, 247, 250, 0.6);
  border-radius: 8px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
  z-index: 11;
}
.gallery-container .full-size:hover {
  background: rgba(246, 247, 250, 0.9);
}
.gallery-container {
  /* кнопки управления слайдером */
}
.gallery-container .controls {
  position: absolute;
  top: 0;
  height: 100%;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.gallery-container .controls > button {
  position: relative;
  cursor: pointer;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  background: rgba(246, 247, 250, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.gallery-container .controls > button:before {
  content: "";
  position: absolute;
  cursor: pointer;
  top: -120px;
  bottom: -120px;
  left: -10px;
  right: -10px;
}
.gallery-container .controls > button.control-play {
  width: 60px;
  height: 60px;
}
.gallery-container .controls > button:hover {
  background: rgba(246, 247, 250, 0.9);
}
.gallery-container {
  /* Эффекты при наведении на основное изображение */
}
.gallery-container .main-media:hover .full-size, .gallery-container .main-media:hover .controls button {
  visibility: visible;
  opacity: 1;
}

/* Контейнер миниатюр */
.gallery-items {
  width: 100px;
  height: 100%;
  max-height: 584px;
  overflow-y: auto;
}
.gallery-items::-webkit-scrollbar {
  display: none;
}
.gallery-items {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Миниатюра */
.gallery-item {
  cursor: pointer;
  border: 2px solid transparent;
  width: 80px;
  height: 80px;
  padding: 3px;
  border-radius: 8px;
  transition: border-color 0.3s ease;
  margin-bottom: 10px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.6;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item.active {
  border-color: #FFB200;
}
.gallery-item.active img {
  opacity: 1;
}

/* Контейнер основного изображения */
.main-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 8px;
}
.main-media img, .main-media video, .main-media .fallback-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* Адаптивность */
@media (max-width: 768px) {
  .gallery-container {
    flex-direction: column;
    gap: 15px;
    max-height: none;
  }
  .gallery-items {
    width: 100%;
    max-height: 100px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-bottom: 0;
  }
  .gallery-items .gallery-item {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .main-media {
    max-height: none;
  }
}
/* SKU */
.sku-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.sku-groups .sku-group {
  display: flex;
  gap: 20px;
  align-items: center;
}
.sku-groups .sku-group-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.sku-groups .sku-items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sku-groups .sku-item {
  cursor: pointer;
  border: 2px solid #FFFFFF;
  opacity: 0.6;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}
.sku-groups .sku-item.active {
  opacity: 1;
  border-color: #D4473A;
}
.sku-groups .sku-item:hover {
  opacity: 1;
}
.sku-groups .sku-item.disabled {
  opacity: 0.6;
  cursor: auto;
}
.sku-groups .sku-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70px;
  height: 100%;
  border-radius: 8px;
}
.sku-groups .sku-item-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.sku-groups .sku-item-title {
  padding: 10px 15px;
  background: #F6F7FA;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.reviews-summary {
  margin-top: 30px;
  padding: 20px;
  background: #F6F7FA;
  border-radius: 20px;
}
.reviews-summary h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.reviews-summary p {
  margin: 10px 0;
}
.reviews-summary .reviews-computed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.reviews-summary .reviews-avg {
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
}
.reviews-summary .reviews-count {
  color: #4B5159;
  font-size: 13px;
  line-height: 16px;
}

.reviews .review-item {
  margin-top: 20px;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  background: #F6F7FA;
}
.reviews .rates {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews .rates .rate-separate {
  color: #DBDCE0;
}
.reviews .rates .rate-recommend {
  display: flex;
  gap: 5px;
  color: #4BC54F;
  font-weight: 700;
}
.reviews .review-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.reviews .review-author .review-author-verify {
  font-size: 13px;
  line-height: 16px;
}
.reviews .review-tips {
  margin: 30px 0 10px;
  font-size: 11px;
  line-height: 15px;
}
.reviews .review-likes {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews .review-likes .user-vote {
  color: #4BC54F;
}

/* Базовые стили для модального окна */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 30, 37, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.gallery-modal.open {
  opacity: 1;
  transform: scale(1);
}
.gallery-modal.close {
  opacity: 0;
  transform: scale(0.9);
}
.gallery-modal .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.gallery-modal-content {
  display: flex;
  width: 80%;
  height: 90%;
  min-height: 400px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 1200px;
}

/* Стили для основного просмотрщика */
.gallery-modal .viewer {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gallery-modal .viewer img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  border-radius: 16px;
}
.gallery-modal .viewer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.gallery-modal .viewer .fallback-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Стили для боковой панели */
.gallery-modal .gallery-sidebar {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  direction: rtl;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery-modal .gallery-sidebar::-webkit-scrollbar {
  display: none;
}
.gallery-modal .gallery-sidebar > * {
  direction: ltr;
}
.gallery-modal .gallery-sidebar .thumbnail {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.gallery-modal .gallery-sidebar .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-modal .gallery-sidebar .thumbnail:hover {
  transform: scale(1.02);
}
.gallery-modal .gallery-sidebar .thumbnail.active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery-modal {
  /* Кнопка закрытия */
}
.gallery-modal .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  color: #333;
}
.gallery-modal {
  /* Адаптивные стили */
}
@media (max-width: 1200px) {
  .gallery-modal .modal-content {
    width: 95%;
    height: 95%;
  }
}
@media (max-width: 768px) {
  .gallery-modal .modal-content {
    width: 100%;
    height: 100%;
  }
  .gallery-modal .viewer {
    width: 100%;
  }
  .gallery-modal .gallery-sidebar {
    display: none;
  }
}

#basketMenu.lamp-on:after, #basketMenu.lamp-off:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(2px);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #D4473A;
}
#basketMenu.lamp-off:after {
  background: #FFFFFF;
}

.basket {
  position: relative;
  display: flex;
}
.basket__menu {
  position: absolute;
  top: 63px;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: calc(100vh - 80px);
  min-width: 515px;
  transition: opacity 0.1s ease, visibility 0s linear 0.1s;
  z-index: 10010;
  border-radius: 8px;
  cursor: auto;
}
.basket__menu.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease, visibility 0s linear 0s;
}
.basket__wrap {
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 8px;
}
.basket__container {
  max-height: 338px;
}
.basket__empty {
  max-height: 100px;
  text-align: center;
}
.basket__title {
  padding: 0 15px 15px;
  border-bottom: 1px solid #DBDCE0;
}
.basket__items {
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
  max-height: 338px;
}
.basket__items::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.basket__action {
  background: #FFFFFF;
}
.basket__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-top: 1px solid #DBDCE0;
}
.basket__title, .basket__subtotal {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

/* Основные стили для боковой панели */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 0;
  transition: width 0.3s ease;
  z-index: 10001;
}
.sidebar .logo {
  max-height: 30px;
}
.sidebar a {
  text-decoration: none;
}
.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sidebar ul li {
  padding: 0;
  margin: 0;
}

.sidebar-content {
  height: 100%;
  overflow-y: auto;
}

.sidebar.is-open .sidebar-content {
  width: 300px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 20px 10px;
}

.category-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #1A1E25;
}
.category-item:hover, .category-item.active {
  background-color: #F6F7FA;
  color: #1A1E25;
}
.category-item {
  /* Анимация для разворачивания иконок */
}
.category-item.active::after {
  transform: rotate(180deg);
}

.sidebar ul.category-list .skeleton-box,
.sidebar ul.submenu .skeleton-box {
  padding: 15px 20px;
  position: relative;
}
.sidebar ul.category-list .skeleton-box::before,
.sidebar ul.submenu .skeleton-box::before {
  content: "";
  display: block;
  height: 6px; /* Высота строки */
  background: linear-gradient(90deg, #F6F7FA 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 8px;
  animation: skeleton-loading 2.5s infinite linear;
}

.sidebar ul.submenu .skeleton-box::before {
  background: linear-gradient(90deg, #F6F7FA 25%, #e0e0e0 50%, #f0f0f0 75%);
}

/* Анимация "бегущей волны" */
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Стили для подкатегорий */
.submenu {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 300px;
  width: 300px;
  background: #FFFFFF;
  padding: 10px 0;
  overflow: hidden;
  transition: left 0.3s ease-out;
}
.submenu a {
  display: flex;
  padding: 10px 20px;
  color: #1A1E25;
}
.submenu a:hover {
  background-color: #F6F7FA;
  color: #1A1E25;
}

#search-app:has(.is-open)::before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10009;
  background: rgba(0, 0, 0, 0.4);
}

.search-menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: opacity 0.1s ease, visibility 0s linear 0.1s;
  z-index: 10010;
}
.search-menu.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease, visibility 0s linear 0s;
}

.search-container {
  position: relative;
  z-index: 10011;
  max-width: 600px;
  margin: 0 auto;
}

.search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-header .search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding: 10px 12px;
  background: #F6F7FA;
  border: 1px solid #1971C2;
}
.search-header .search-form:focus-within {
  border-color: #1971C2;
}
.search-header .search-form input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
}
.search-header .search-form input:focus {
  outline: none;
}

.search-result {
  position: relative;
  top: 80px;
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 8px;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
.search-result::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}

.search-result-card {
  width: 100%;
}
.search-result-card .search-query {
  padding: 20px 30px 15px;
}
.search-result-card .search-items {
  display: flex;
  flex-direction: column;
}
.search-result-card .item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
}
.search-result-card .item:hover {
  background: #F6F7FA;
  color: #1A1E25;
}
.search-result-card .item:hover::after {
  display: none;
}
.search-result-card .item .thumbnail {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 8px;
}
.search-result-card .item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}
.search-result-card .item .prices {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search-result-card .item .prices .sale_price {
  color: #1A1E25;
  font-weight: 500;
}
.search-result-card .item .prices .price {
  color: #DBDCE0;
  text-decoration: line-through;
}
.search-result-card .info {
  width: 100%;
}
.search-result-card .info .product-title {
  line-height: 1.5;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-result-card .info .product-title::after {
  content: "...";
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1em;
  visibility: hidden;
}

#checkout-app {
  background: linear-gradient(to right, #FFFFFF 50%, #F6F7FA 50%);
  background: -webkit-linear-gradient(to right, #FFFFFF 50%, #F6F7FA 50%);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.empty-cart {
  display: flex;
}
.empty-cart .empty-alert {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 50px;
}

.checkout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 200px;
  width: 100%;
}
.checkout-container > div {
  flex: 1;
}
@media (max-width: 768px) {
  .checkout-container {
    flex-direction: column;
  }
}
.checkout-container .payment-methods {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.checkout-container .payment-methods > * {
  height: 30px;
}
.checkout-container .subtotal {
  border-top: 1px solid #DBDCE0;
}

.content:has(.grant-main) {
  padding-top: 0;
}

.grant-main {
  background: radial-gradient(circle at 70% 30%, rgba(133, 6, 172, 0.5) 5%, rgb(133, 6, 172) 20%, rgb(42, 4, 83) 60%, rgb(0, 0, 0) 100%);
}

body.grant h1 {
  font-size: 52px;
  line-height: 63px;
  font-weight: 700;
}
body.grant h1 > span {
  font-weight: 900;
}
body.grant .header-on-top {
  height: 44px;
  max-height: 44px;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
  background: linear-gradient(90deg, #FF8A71 0%, #FFB200 100%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
body.grant .header-on-top .so {
  display: inline-block;
  background: #1A1E25;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 100px;
}
body.grant .header-on-top .so-text {
  text-decoration: underline;
}
body.grant .header .logo {
  cursor: default;
  pointer-events: none;
}
body.grant .header.scrolled .header-on-top {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
body.grant .ticket-small {
  display: inline-block;
  position: relative;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #FFFFFF;
  background: #FF9500;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 0 9px;
  box-shadow: 1px -1px 0 0 #FFFFFF, 6px -6px 0 0 #FF9500;
}
body.grant .ticket {
  max-width: 450px;
  display: flex;
  box-shadow: 0 20px 30px 0 rgba(26, 30, 37, 0.1019607843);
  align-items: center;
  padding: 21px 15px;
  position: relative;
  overflow: hidden;
}
body.grant .ticket::before, body.grant .ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #FF9500;
  border-radius: 50%;
  z-index: 1;
}
body.grant .ticket::before {
  left: -15px;
  border-right-color: #FF9500;
}
body.grant .ticket::after {
  right: -15px;
  border-left-color: #FF9500;
}
body.grant .ticket .ticket-left, body.grant .ticket .ticket-right {
  position: relative;
  height: 80px;
}
body.grant .ticket .ticket-left::before, body.grant .ticket .ticket-left::after, body.grant .ticket .ticket-right::before, body.grant .ticket .ticket-right::after {
  content: "";
  position: absolute;
  top: -21px;
  left: -15px;
  right: -15px;
  border: 2px solid #FF9500;
  border-right-color: transparent;
  height: calc(50% + 8px);
  z-index: 1;
}
body.grant .ticket .ticket-left::before, body.grant .ticket .ticket-right::before {
  top: auto;
  bottom: -21px;
  border-radius: 0 0 0 20px;
  border-top: 0;
}
body.grant .ticket .ticket-left::after, body.grant .ticket .ticket-right::after {
  border-radius: 20px 0 0 0;
  border-bottom: 0;
}
body.grant .ticket .ticket-right::before, body.grant .ticket .ticket-right::after {
  border-left-color: transparent;
  border-right-color: #FF9500;
  left: -21px;
}
body.grant .ticket .ticket-right::before {
  top: auto;
  bottom: -21px;
  border-radius: 0 0 20px 0;
  border-top: 0;
}
body.grant .ticket .ticket-right::after {
  border-radius: 0 20px 0 0;
  border-bottom: 0;
}
body.grant .ticket .ticket-left::before, body.grant .ticket .ticket-left::after {
  right: -23px;
}
body.grant .ticket .ticket-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-direction: column;
}
body.grant .ticket .v-divider {
  width: 1px;
  height: 80px;
  margin: 0 20px;
  border-left: dashed 1px #FFB200;
}
body.grant .ticket .ticket-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: center;
}
body.grant .ticket .today-only, body.grant .ticket .grant-text {
  font-size: 20px;
  line-height: 26px;
  padding-top: 10px;
  font-weight: 700;
  color: white;
  margin: 0;
}
body.grant .ticket .grant-amount {
  font-size: 40px;
  line-height: 40px;
  color: #FFB200;
  font-weight: bold;
}
body.grant .violet-grand-grant {
  color: #fff;
  background: radial-gradient(circle at 50% 50%, rgb(133, 6, 172) 5%, rgb(42, 4, 83) 40%, rgb(0, 0, 0) 100%);
}
body.grant .grant-violet {
  position: relative;
  overflow: hidden;
  background: linear-gradient(15deg, rgb(0, 0, 0), rgb(42, 4, 83) 60%, rgb(133, 6, 172) 100%);
  color: #fff;
  background-size: cover;
}
body.grant .grant-violet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='5' cy='5' r='1' fill='rgba(255,255,255,0.1)' /%3E%3C/svg%3E");
  pointer-events: none;
}
body.grant .line-steps {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
body.grant .line-steps .step-num {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  border: 2px solid #FFB200;
  border-radius: 15px;
}
body.grant .line-steps h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 10px;
  text-align: center;
}
body.grant .line-steps .step-item-arrow {
  position: relative;
  top: -9px;
  width: 100%;
  max-width: 106px;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%222%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cline%20stroke-dasharray%3D%228%2C%204%22%20x1%3D%220%22%20y1%3D%221%22%20x2%3D%22100%25%22%20y2%3D%221%22%20style%3D%22stroke%3Argb(0%2C%200%2C%200)%3Bstroke-width%3A%202px%3B%22%3E%3C%2Fline%3E%0A%3C%2Fsvg%3E%0A%09%09%20%20");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body.grant .line-steps .step-item-arrow:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200%20L10%206%20L0%2012%20Z%22%20fill%3D%22%23000000%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
body.grant .step-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.grant .btn.claim {
  padding-left: 75px;
  padding-right: 75px;
}
body.grant footer {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.grant footer .claim {
  display: none;
  color: #FFFFFF;
  border-radius: 0;
  text-transform: none;
  text-align: center;
}
body.grant .product-card__prices .product-card__sale_price {
  font-weight: 400;
}

.grant-light .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grant-trusted img {
  height: 25px;
}

.line-scroll-item.product-card {
  flex: 0 0 236px;
  width: 236px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

@media screen and (max-width: 600px) {
  body.grant .header-on-top {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  body.grant .line-steps {
    flex-direction: column;
    gap: 25px;
    justify-content: flex-start;
  }
  body.grant .line-steps .step-item-arrow {
    display: none;
  }
  body.grant .grant-light .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.grant .step-num {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 64px;
  }
  body.grant .step-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
  }
  body.grant .step-item h3 {
    margin-top: 0;
    text-align: left;
  }
  body.grant .step-item p {
    text-align: left;
  }
}
.grant-dots img {
  height: 26px;
}

.slide-me.slider-active.grant-dots img {
  height: 40px;
}
.slide-me.slider-active.grant-dots h4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slide-me.slider-active.grant-dots p {
  text-align: center;
}

.slide-me.slider-active.grant-rated img, .slide-me.slider-active.grant-awards img {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.slide-me.slider-active.grant-rated .slider-item, .slide-me.slider-active.grant-awards .slider-item {
  padding: 40px 30px !important;
}

.grant-awards img {
  margin-top: 30px;
  width: 100%;
  max-width: 192px;
  height: auto;
  display: block;
}
.grant-awards.slider-active img {
  width: 192px !important;
}

.grant-rated-violet {
  color: #fff;
  background: radial-gradient(circle at center, #8506ac 0%, #500578 50%, #230346 100%);
}

.grant-rated > div {
  border-radius: 16px;
  background: rgba(26, 30, 37, 0.4);
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
}
.grant-rated > div img {
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: block;
}

.grant-rate {
  margin-top: 30px;
}
.grant-rate > div {
  width: 100%;
}

.grant-offer {
  background: radial-gradient(75.07% 63.03% at 63.26% 48.35%, #8506AC 5.81%, #2A0453 41.4%, #000000 89.42%);
}

.grant-offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.offer-text {
  flex: 0 0 40%;
  max-width: 40%;
  color: #fff;
}
.offer-text .offer-value {
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 5px 20px;
  border-radius: 100px;
  border: 2px solid #fff;
}
.offer-text .offer-limited {
  display: inline-block;
  color: #FF9500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 5px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 6px 18px;
}

.offer-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.offer-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .offer-image {
    display: none;
  }
  .offer-text {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.grant-rated-rate {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.grant-rated-rate span {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

@media (max-width: 800px) {
  .line-steps .step-item-arrow {
    max-width: 90px !important;
  }
  .wonder-content {
    flex-direction: column;
    gap: 0;
  }
}
.whois {
  display: flex;
  gap: 30px;
}

.whois-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 664px) {
  .whois-column:nth-child(2) {
    margin-top: 50px;
  }
}
@media (max-width: 663px) {
  .whois {
    flex-direction: column;
  }
  .whois-column:nth-child(2) {
    margin-top: 0 !important;
  }
}
.whois-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 463px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.whois-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.whois-item .whois-content {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  padding: 40px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 992px) {
  .whois-item {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .whois-item {
    height: 250px;
  }
}
@media (max-width: 500px) {
  body.grant footer .claim {
    display: block;
  }
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.image-container img {
  max-width: 100%;
  height: auto;
}

.tree__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .tree__content {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .tree__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .tree__content {
    grid-template-columns: 1fr;
  }
}

.bg-image-graph {
  background-color: #010509;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(../images/about/graph.svg);
  position: relative;
}

.bg-image-graph::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(24deg, #010509 0%, #010509 50%, transparent 80%, transparent 100%);
}

.bg-image-graph .container {
  position: relative;
  z-index: 2;
}

.bg-image-about {
  background-color: #010509;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/about/people_1920.jpg);
  background-position: top center;
}

@media (max-width: 1279px) {
  .bg-image-about {
    background-image: url(../images/about/people_1260.jpg);
  }
}
@media (max-width: 991px) {
  .bg-image-about {
    background-image: url(../images/about/people_768.jpg);
  }
}
@media (max-width: 767px) {
  .bg-image-about {
    background-size: auto;
    background-position: center;
  }
}
@media (max-width: 1200px) {
  .promotion {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .promotion {
    aspect-ratio: 1.41/1;
  }
  .promotion .promotion__title {
    font-size: 64px;
    line-height: 78px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .promotion {
    aspect-ratio: 3/2;
  }
  .promotion .promotion__title {
    font-size: 54px;
    line-height: 68px;
  }
  .promotion .promotion__title strong {
    font-weight: 700;
  }
  footer a img {
    margin: 0 auto;
  }
  footer .social-networks {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .promotion {
    aspect-ratio: auto;
    padding: 80px 0 50px;
  }
  .promotion .promotion__title {
    font-size: 44px;
    line-height: 54px;
  }
}
.orders {
  margin: 0 auto;
  border-radius: 10px;
}
.orders__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border-bottom: 1px solid #DBDCE0;
}
.orders__item:last-child {
  border-bottom: none;
}
.orders__thumbnail img {
  display: inline-block;
  max-width: fit-content;
  border-radius: 10px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[8].use[0]!./src/BinaryFlow/components/Includes/v-slider.vue?vue&type=style&index=0&id=19ce67da&scoped=true&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.infinite-vertical-slider[data-v-19ce67da] {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  gap: 12px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}
.infinite-vertical-slider .slider-column[data-v-19ce67da] {
  flex: 1;
  height: 100%;
}
.infinite-vertical-slider .column-track[data-v-19ce67da] {
  display: flex;
  flex-direction: column;
}
.infinite-vertical-slider .slider-item[data-v-19ce67da] {
  width: 100%;
  padding-bottom: 12px;
  box-sizing: border-box;
}
.infinite-vertical-slider .slider-item .thumbnail[data-v-19ce67da] {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
.infinite-vertical-slider .slider-item .thumbnail img[data-v-19ce67da] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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