/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./src/MeshWall/assets/main.scss ***!
  \************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap);
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./src/MeshWall/assets/styles/_alert.scss ***!
  \*********************************************************************************************************************************************************************************/
.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);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/MeshWall/components/Includes/v-slider.vue?vue&type=style&index=0&id=06a7a812&scoped=true&lang=scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.infinite-vertical-slider[data-v-06a7a812] {
  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-06a7a812] {
  flex: 1;
  height: 100%;
}
.infinite-vertical-slider .column-track[data-v-06a7a812] {
  display: flex;
  flex-direction: column;
}
.infinite-vertical-slider .slider-item[data-v-06a7a812] {
  width: 100%;
  padding-bottom: 12px;
  box-sizing: border-box;
}
.infinite-vertical-slider .slider-item .thumbnail[data-v-06a7a812] {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
.infinite-vertical-slider .slider-item .thumbnail img[data-v-06a7a812] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./src/MeshWall/assets/main.scss (1) ***!
  \****************************************************************************************************************************************************************************/
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?28208454");
  src: url("../fonts/fontello.eot?28208454#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?28208454") format("woff2"), url("../fonts/fontello.woff?28208454") format("woff"), url("../fonts/fontello.ttf?28208454") format("truetype"), url("../fonts/fontello.svg?28208454#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?28208454#fontello') format('svg');
  }
}
*/
[class^=imw-]:before, [class*=" imw-"]: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); */
}

.imw-arrow-left:before {
  content: "\e800";
} /* '' */
.imw-arrow-right:before {
  content: "\e801";
} /* '' */
.imw-arrow:before {
  content: "\e802";
} /* '' */
.imw-facebook:before {
  content: "\e803";
} /* '' */
.imw-instagram:before {
  content: "\e804";
} /* '' */
.imw-pinterest:before {
  content: "\e805";
} /* '' */
.imw-play:before {
  content: "\e806";
} /* '' */
.imw-close:before {
  content: "\e807";
} /* '' */
.imw-logo:before {
  content: "\e808";
} /* '' */
.imw-login:before {
  content: "\e809";
} /* '' */
.imw-logout:before {
  content: "\e80a";
} /* '' */
.imw-message:before {
  content: "\e80b";
} /* '' */
.imw-support:before {
  content: "\e80c";
} /* '' */
.imw-star:before {
  content: "\e80d";
} /* '' */
.imw-cart-empty:before {
  content: "\e80e";
} /* '' */
.imw-cart-full:before {
  content: "\e80f";
} /* '' */
.imw-menu:before {
  content: "\e810";
} /* '' */
.imw-search:before {
  content: "\e811";
} /* '' */
.imw-tiktok:before {
  content: "\e812";
} /* '' */
.imw-x:before {
  content: "\e813";
} /* '' */
.imw-you:before {
  content: "\e814";
} /* '' */
.imw-dislike:before {
  content: "\e815";
} /* '' */
.imw-check:before {
  content: "\e816";
} /* '' */
.imw-pause:before {
  content: "\e817";
} /* '' */
.imw-like:before {
  content: "\e818";
} /* '' */
.imw-trash:before {
  content: "\e819";
} /* '' */
.imw-arrow-way-right:before {
  content: "\e81a";
} /* '' */
.imw-error:before {
  content: "\e81b";
} /* '' */
.imw-user:before {
  content: "\e81c";
} /* '' */
.imw-sort-by:before {
  content: "\e81d";
} /* '' */
.imw-download-cloud:before {
  content: "\e81e";
} /* '' */
.imw-full-screen:before {
  content: "\e81f";
} /* '' */
*, :after, :before {
  border: 0 solid;
  box-sizing: border-box;
}

/* Сброс отступов для body */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #010509;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

h3, .h3 {
  font-size: 29.4px;
  font-weight: 500;
  margin-bottom: 30px;
}

h4, .h4 {
  font-size: 25.2px;
  font-weight: 500;
  margin-bottom: 20px;
}

h5, .h5 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

p {
  font-size: 14px;
}

.subtitle {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #2D6BA4;
  transition: all 0.4s ease-in-out;
}
a:hover, a:focus {
  color: #4f91c5;
}

.bg-none {
  background: transparent;
}

.bg-main {
  background: #FFFFFF;
}

.bg-light {
  background: #F8F9FA;
}

.bg-light2 {
  background: #F6F6F9;
}

.bg-dark {
  background: #010509;
}

.bg-grey {
  background: #F6F7FA;
}

.bg-cream {
  background: #FBF6ED;
}

.text-color-black {
  color: #010509;
}

.text-color-white {
  color: #fff;
}

.text-color-light {
  color: #9195A4;
}

.text-color-grey {
  color: #ADB1C3;
}

.text-color-orange {
  color: #FFB200;
}

.text-color-red {
  color: #F83D2C;
}

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

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

.font-size-small, .fs-small {
  font-size: 12px;
}

.font-size-normal, .fs-normal {
  font-size: 16px;
}

.font-size-medium, .fs-medium {
  font-size: 22px;
}

.font-size-large, .fs-large {
  font-size: 30px;
}

.font-size-extra, .fs-extra {
  font-size: 44px;
}

.font-weight-normal, .fw-normal {
  font-weight: 400;
}

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

.font-weight-semibold, .fw-semibold {
  font-weight: 600;
}

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

.font-weight-extra, .fw-extra {
  font-weight: 800;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.image-container img {
  max-width: 100%;
  height: auto;
}

.form-field {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.form-field label {
  position: absolute;
  left: 12px;
  pointer-events: none;
  transition: 0.3s ease;
  color: #9195A4;
  font-size: 14px;
  line-height: 1;
  z-index: 2;
}
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=number],
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 27px 15px 15px;
  border: 1px solid #E9EAEB;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
}
.form-field input[type=text].error,
.form-field input[type=email].error,
.form-field input[type=number].error,
.form-field select.error,
.form-field textarea.error {
  border-color: #F83D2C;
}
.form-field input[type=text].empty + label,
.form-field input[type=email].empty + label,
.form-field input[type=number].empty + label,
.form-field select.empty + label,
.form-field textarea.empty + label {
  top: 50%;
  transform: translateY(-50%);
}
.form-field input[type=text].error + label, .form-field input[type=text].error:focus + label, .form-field input[type=text].empty:focus + label, .form-field input[type=text].filled + label, .form-field input[type=text]:focus + label,
.form-field input[type=email].error + label,
.form-field input[type=email].error:focus + label,
.form-field input[type=email].empty:focus + label,
.form-field input[type=email].filled + label,
.form-field input[type=email]:focus + label,
.form-field input[type=number].error + label,
.form-field input[type=number].error:focus + label,
.form-field input[type=number].empty:focus + label,
.form-field input[type=number].filled + label,
.form-field input[type=number]:focus + label,
.form-field select.error + label,
.form-field select.error:focus + label,
.form-field select.empty:focus + label,
.form-field select.filled + label,
.form-field select:focus + label,
.form-field textarea.error + label,
.form-field textarea.error:focus + label,
.form-field textarea.empty:focus + label,
.form-field textarea.filled + label,
.form-field textarea:focus + label {
  top: 10px;
  transform: translateY(0);
  font-size: 12px;
}
.form-field input[type=text]:focus,
.form-field input[type=email]:focus,
.form-field input[type=number]:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
}
.form-field input[type=text]:read-only,
.form-field input[type=email]:read-only,
.form-field input[type=number]:read-only,
.form-field select:read-only,
.form-field textarea:read-only {
  color: #9195A4;
}
.form-field textarea {
  resize: vertical;
  min-height: 200px;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.form-field textarea.empty + label {
  top: 22px;
  transform: none;
}

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

.custom-select {
  position: relative;
  width: 100%;
  /* Основное поле */
}
.custom-select .select-trigger {
  position: relative;
  width: 100%;
  padding: 27px 35px 15px 15px;
  border: 1px solid #E9EAEB;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  background: white;
  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: 10px;
  transform: translateY(0);
  font-size: 12px;
  left: 12px;
  pointer-events: none;
  color: #9195A4;
  line-height: 1;
}
.custom-select .select-trigger.empty + .trigger-label {
  color: #ADB1C3;
}
.custom-select {
  /* Стрелка */
}
.custom-select .imw-arrow {
  position: absolute;
  right: 12px;
  top: 22px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.custom-select .custom-select.is-open .arrow {
  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 #E9EAEB;
  border-radius: 10px;
  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 {
  background-color: #f0f7ff;
  color: #1a73e8;
}
.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);
}

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

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; /* Центрируем контент */
  padding: 0 15px; /* Добавляем отступы по бокам */
}

main {
  flex: 1 1 auto;
}

.cursor-pointer {
  cursor: pointer;
}

.alert {
  padding: 15px 0;
  font-weight: 500;
}
.alert.alert-error {
  color: #F83D2C;
}

.loader {
  width: 60px;
  height: 60px;
  border: 5px solid #FFF;
  border-bottom-color: #4f91c5;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  background-color: #010509;
  color: #010509;
  font-size: 14px;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.btn-row-line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  background-color: transparent;
  font-weight: 600;
  color: #2D6BA4;
  font-size: 14px;
  padding: 4px 16px 4px 20px;
  border-radius: 60px;
  transition: all 0.3s ease;
}
.btn-row-line:hover, .btn-row-line:focus {
  background-color: rgb(221.2043062201, 232.453600579, 242.7956937799);
}
.btn-row-line::after {
  display: inline-block;
  content: "\e801";
  right: 14px;
  font-family: "fontello";
  font-size: 14.5px;
}

.btn-orange, .btn-red, .btn-green, .btn-black, .btn-black-outline {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-color: #ffb200;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 20px 32px;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-orange:hover, .btn-orange:focus, .btn-red:hover, .btn-red:focus, .btn-green:hover, .btn-green:focus, .btn-black:hover, .btn-black:focus, .btn-black-outline:hover, .btn-black-outline:focus {
  color: #fff;
  background-color: #e6a100;
  box-shadow: 0 2px 35px 0 rgba(255, 144, 0, 0.4);
}

@keyframes spin-line {
  0% {
    width: 0;
    left: 50%;
  }
  50% {
    width: 40px;
    left: 50%;
  }
  100% {
    width: 0;
    left: 50%;
  }
}
.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: #010509;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 0.3s;
  animation: spin-line 2s infinite linear;
}

.btn-red {
  background-color: #F83D2C;
  color: #fff;
}
.btn-red:hover, .btn-red:focus {
  color: #fff;
  background-color: rgb(241.2876146789, 113.3436544343, 101.7123853211);
  box-shadow: 0 2px 35px 0 rgba(184, 34, 34, 0.3);
}

.btn-white {
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  height: 38px;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
  background: none;
}

.btn-black {
  background-color: #010509;
}
.btn-black:hover, .btn-black:focus {
  background-color: rgb(9.15, 30.5, 51.85);
  box-shadow: 0 2px 35px 0 rgba(1, 5, 9, 0.25);
}

.btn-green {
  background-color: #68C768;
}
.btn-green:hover, .btn-green:focus {
  background-color: rgb(149.0028985507, 204.9971014493, 149.0028985507);
  box-shadow: 0 2px 35px 0 rgba(1, 5, 9, 0.25);
}

.btn-black-outline {
  background-color: transparent;
  border: 1px solid #010509;
  color: #010509;
}
.btn-black-outline:hover, .btn-black-outline:focus {
  background-color: #010509;
  color: #fff;
  box-shadow: 0 2px 35px 0 rgba(1, 5, 9, 0.25);
}

.form-default input[type=text], .form-default input[type=email] {
  height: 46px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 12px;
  width: 100%;
  max-width: 300px;
  font-size: 16.8px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px #E9EAEB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.form-default input[type=text]:focus, .form-default input[type=email]:focus {
  box-shadow: 0 0 0 1px rgb(9.15, 30.5, 51.85);
  border-color: #010509;
  outline: none;
}

.product-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0 -10px;
}

.product-card-col-4 {
  max-width: calc(25% - 15px);
  min-width: 282.5px;
}

.product-card {
  /* Базовая ширина: занимает 100% минус отступы */
  flex: 1 1 calc(100% - 20px);
  min-width: 200px; /* минимальная ширина карточки */
  max-width: 302.5px;
  background-color: #FFFFFF;
  color: #010509;
  border: 1px solid #F5F6F9;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
}
.product-card .thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.product-card .thumbnail .play-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.product-card .thumbnail .play-icon:before {
  position: absolute;
  top: 2px;
  left: 8px;
  content: "\e806";
  font-family: "fontello";
  font-size: 27px;
  color: #32343D;
  opacity: 0.6;
}
.product-card .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .thumbnail video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.product-card h3, .product-card .product-rate {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #32343D;
}
.product-card .product-rate {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  font-weight: 500;
}
.product-card .product-rate::after {
  display: inline-block;
  content: "\e80d";
  font-family: "fontello";
}
.product-card h3 {
  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 h3::after {
  content: "...";
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1em;
  visibility: hidden;
}
.product-card.play_video video {
  opacity: 1;
}
.product-card.play_video .play-icon {
  display: none;
}
.product-card:hover {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  color: #010509;
}
.product-card:hover h3 {
  color: #848484;
}
.product-card .product-prices {
  display: flex;
  gap: 10px;
  line-height: 1.4;
}
.product-card .product-prices .product-sale_price {
  font-weight: 600;
}
.product-card .product-prices .product-price {
  text-decoration: line-through;
  color: #9195A4;
}

/* Базовые стили для контейнера и элементов Слайдера */
.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: #acacac;
  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: transparent;
  border-radius: 10px;
}
.line-scroll-item > * {
  color: #fff !important;
}
.line-scroll-item > *:hover, .line-scroll-item > *:focus {
  color: #fff !important;
}

.offer-timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
.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: #888;
}
.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: #fff;
  border-radius: 16px;
  padding: 16px;
  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: #000;
  font-size: 30px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

.ma-0 {
  margin: 0px;
}

.ma-1 {
  margin: 5px;
}

.ma-2 {
  margin: 10px;
}

.ma-3 {
  margin: 15px;
}

.ma-4 {
  margin: 20px;
}

.ma-5 {
  margin: 25px;
}

.ma-6 {
  margin: 30px;
}

.ma-7 {
  margin: 35px;
}

.ma-8 {
  margin: 40px;
}

.ma-9 {
  margin: 45px;
}

.ma-10 {
  margin: 50px;
}

.ma-11 {
  margin: 55px;
}

.ma-12 {
  margin: 60px;
}

.ma-13 {
  margin: 65px;
}

.ma-14 {
  margin: 70px;
}

.ma-15 {
  margin: 75px;
}

.ma-16 {
  margin: 80px;
}

.ma-17 {
  margin: 85px;
}

.ma-18 {
  margin: 90px;
}

.ma-19 {
  margin: 95px;
}

.ma-20 {
  margin: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-5 {
  margin-top: 25px;
}

.mt-6 {
  margin-top: 30px;
}

.mt-7 {
  margin-top: 35px;
}

.mt-8 {
  margin-top: 40px;
}

.mt-9 {
  margin-top: 45px;
}

.mt-10 {
  margin-top: 50px;
}

.mt-11 {
  margin-top: 55px;
}

.mt-12 {
  margin-top: 60px;
}

.mt-13 {
  margin-top: 65px;
}

.mt-14 {
  margin-top: 70px;
}

.mt-15 {
  margin-top: 75px;
}

.mt-16 {
  margin-top: 80px;
}

.mt-17 {
  margin-top: 85px;
}

.mt-18 {
  margin-top: 90px;
}

.mt-19 {
  margin-top: 95px;
}

.mt-20 {
  margin-top: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 5px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 15px;
}

.mr-4 {
  margin-right: 20px;
}

.mr-5 {
  margin-right: 25px;
}

.mr-6 {
  margin-right: 30px;
}

.mr-7 {
  margin-right: 35px;
}

.mr-8 {
  margin-right: 40px;
}

.mr-9 {
  margin-right: 45px;
}

.mr-10 {
  margin-right: 50px;
}

.mr-11 {
  margin-right: 55px;
}

.mr-12 {
  margin-right: 60px;
}

.mr-13 {
  margin-right: 65px;
}

.mr-14 {
  margin-right: 70px;
}

.mr-15 {
  margin-right: 75px;
}

.mr-16 {
  margin-right: 80px;
}

.mr-17 {
  margin-right: 85px;
}

.mr-18 {
  margin-right: 90px;
}

.mr-19 {
  margin-right: 95px;
}

.mr-20 {
  margin-right: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 25px;
}

.mb-6 {
  margin-bottom: 30px;
}

.mb-7 {
  margin-bottom: 35px;
}

.mb-8 {
  margin-bottom: 40px;
}

.mb-9 {
  margin-bottom: 45px;
}

.mb-10 {
  margin-bottom: 50px;
}

.mb-11 {
  margin-bottom: 55px;
}

.mb-12 {
  margin-bottom: 60px;
}

.mb-13 {
  margin-bottom: 65px;
}

.mb-14 {
  margin-bottom: 70px;
}

.mb-15 {
  margin-bottom: 75px;
}

.mb-16 {
  margin-bottom: 80px;
}

.mb-17 {
  margin-bottom: 85px;
}

.mb-18 {
  margin-bottom: 90px;
}

.mb-19 {
  margin-bottom: 95px;
}

.mb-20 {
  margin-bottom: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 15px;
}

.ml-4 {
  margin-left: 20px;
}

.ml-5 {
  margin-left: 25px;
}

.ml-6 {
  margin-left: 30px;
}

.ml-7 {
  margin-left: 35px;
}

.ml-8 {
  margin-left: 40px;
}

.ml-9 {
  margin-left: 45px;
}

.ml-10 {
  margin-left: 50px;
}

.ml-11 {
  margin-left: 55px;
}

.ml-12 {
  margin-left: 60px;
}

.ml-13 {
  margin-left: 65px;
}

.ml-14 {
  margin-left: 70px;
}

.ml-15 {
  margin-left: 75px;
}

.ml-16 {
  margin-left: 80px;
}

.ml-17 {
  margin-left: 85px;
}

.ml-18 {
  margin-left: 90px;
}

.ml-19 {
  margin-left: 95px;
}

.ml-20 {
  margin-left: 100px;
}

.pa-0 {
  padding: 0px;
}

.pa-1 {
  padding: 5px;
}

.pa-2 {
  padding: 10px;
}

.pa-3 {
  padding: 15px;
}

.pa-4 {
  padding: 20px;
}

.pa-5 {
  padding: 25px;
}

.pa-6 {
  padding: 30px;
}

.pa-7 {
  padding: 35px;
}

.pa-8 {
  padding: 40px;
}

.pa-9 {
  padding: 45px;
}

.pa-10 {
  padding: 50px;
}

.pa-11 {
  padding: 55px;
}

.pa-12 {
  padding: 60px;
}

.pa-13 {
  padding: 65px;
}

.pa-14 {
  padding: 70px;
}

.pa-15 {
  padding: 75px;
}

.pa-16 {
  padding: 80px;
}

.pa-17 {
  padding: 85px;
}

.pa-18 {
  padding: 90px;
}

.pa-19 {
  padding: 95px;
}

.pa-20 {
  padding: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 25px;
}

.pt-6 {
  padding-top: 30px;
}

.pt-7 {
  padding-top: 35px;
}

.pt-8 {
  padding-top: 40px;
}

.pt-9 {
  padding-top: 45px;
}

.pt-10 {
  padding-top: 50px;
}

.pt-11 {
  padding-top: 55px;
}

.pt-12 {
  padding-top: 60px;
}

.pt-13 {
  padding-top: 65px;
}

.pt-14 {
  padding-top: 70px;
}

.pt-15 {
  padding-top: 75px;
}

.pt-16 {
  padding-top: 80px;
}

.pt-17 {
  padding-top: 85px;
}

.pt-18 {
  padding-top: 90px;
}

.pt-19 {
  padding-top: 95px;
}

.pt-20 {
  padding-top: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 5px;
}

.pr-2 {
  padding-right: 10px;
}

.pr-3 {
  padding-right: 15px;
}

.pr-4 {
  padding-right: 20px;
}

.pr-5 {
  padding-right: 25px;
}

.pr-6 {
  padding-right: 30px;
}

.pr-7 {
  padding-right: 35px;
}

.pr-8 {
  padding-right: 40px;
}

.pr-9 {
  padding-right: 45px;
}

.pr-10 {
  padding-right: 50px;
}

.pr-11 {
  padding-right: 55px;
}

.pr-12 {
  padding-right: 60px;
}

.pr-13 {
  padding-right: 65px;
}

.pr-14 {
  padding-right: 70px;
}

.pr-15 {
  padding-right: 75px;
}

.pr-16 {
  padding-right: 80px;
}

.pr-17 {
  padding-right: 85px;
}

.pr-18 {
  padding-right: 90px;
}

.pr-19 {
  padding-right: 95px;
}

.pr-20 {
  padding-right: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pb-6 {
  padding-bottom: 30px;
}

.pb-7 {
  padding-bottom: 35px;
}

.pb-8 {
  padding-bottom: 40px;
}

.pb-9 {
  padding-bottom: 45px;
}

.pb-10 {
  padding-bottom: 50px;
}

.pb-11 {
  padding-bottom: 55px;
}

.pb-12 {
  padding-bottom: 60px;
}

.pb-13 {
  padding-bottom: 65px;
}

.pb-14 {
  padding-bottom: 70px;
}

.pb-15 {
  padding-bottom: 75px;
}

.pb-16 {
  padding-bottom: 80px;
}

.pb-17 {
  padding-bottom: 85px;
}

.pb-18 {
  padding-bottom: 90px;
}

.pb-19 {
  padding-bottom: 95px;
}

.pb-20 {
  padding-bottom: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 5px;
}

.pl-2 {
  padding-left: 10px;
}

.pl-3 {
  padding-left: 15px;
}

.pl-4 {
  padding-left: 20px;
}

.pl-5 {
  padding-left: 25px;
}

.pl-6 {
  padding-left: 30px;
}

.pl-7 {
  padding-left: 35px;
}

.pl-8 {
  padding-left: 40px;
}

.pl-9 {
  padding-left: 45px;
}

.pl-10 {
  padding-left: 50px;
}

.pl-11 {
  padding-left: 55px;
}

.pl-12 {
  padding-left: 60px;
}

.pl-13 {
  padding-left: 65px;
}

.pl-14 {
  padding-left: 70px;
}

.pl-15 {
  padding-left: 75px;
}

.pl-16 {
  padding-left: 80px;
}

.pl-17 {
  padding-left: 85px;
}

.pl-18 {
  padding-left: 90px;
}

.pl-19 {
  padding-left: 95px;
}

.pl-20 {
  padding-left: 100px;
}

.b-radius-extra {
  border-radius: 20px;
}

.br-left {
  border-left: 1px solid #010509;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.indent-sm {
  text-indent: 1.5em;
}

.indent-md {
  text-indent: 2em;
}

.indent-lg {
  text-indent: 2.5em;
}

.nowrap {
  white-space: nowrap;
}

.pre {
  white-space: pre;
}

.pre-line {
  white-space: pre-line;
}

.pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  word-break: normal;
}

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

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

.wrap-normal {
  word-wrap: normal;
}

.wrap-break-word {
  word-wrap: break-word;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.75;
}

.leading-loose {
  line-height: 2;
}

.u-overflow--hidden {
  overflow: hidden;
}
.u-overflow--visible {
  overflow: visible;
}
.u-overflow--scroll {
  overflow: scroll;
}
.u-overflow--auto {
  overflow: auto;
}
.u-overflow-x--hidden {
  overflow-x: hidden;
}
.u-overflow-x--visible {
  overflow-x: visible;
}
.u-overflow-y--hidden {
  overflow-y: hidden;
}
.u-overflow-y--visible {
  overflow-y: visible;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-none {
  display: none;
}

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

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

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

.flex-auto {
  flex: auto;
}

.flex-none {
  flex: none;
}

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

.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

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

.flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

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

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

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

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

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

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

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

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

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

.content-around {
  align-content: space-around;
}

.gap-xs {
  gap: 6px;
}

.gap-sm {
  gap: 10px;
}

.gap-md {
  gap: 14px;
}

.gap-lg {
  gap: 20px;
}

.gap-xl {
  gap: 30px;
}

.gap-xxl {
  gap: 40px;
}

.grow {
  flex-grow: 1;
}

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

.shrink {
  flex-shrink: 1;
}

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

.basis-auto {
  flex-basis: auto;
}

.basis-content {
  flex-basis: content;
}

.order--5 {
  order: -5;
}

.order--4 {
  order: -4;
}

.order--3 {
  order: -3;
}

.order--2 {
  order: -2;
}

.order--1 {
  order: -1;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-33 {
  width: 33.3332%;
}

.width-50 {
  width: 50%;
}

.width-80 {
  width: 80%;
}

.width-100 {
  width: 100%;
}

.width-auto {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 10000;
}

.header .logo {
  height: 70px;
  display: flex;
  align-items: center;
}
.header .logo img {
  max-height: 50px;
}
.header .logo .logo-black {
  display: none;
}
.header .header-menu {
  position: relative;
  height: 70px;
  width: 100%;
}
.header .header-menu a {
  display: block;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.header .header-menu a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #F83D2C;
  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: #fff;
}
@media (max-width: 900px) {
  .header .header-action .user {
    padding: 0;
    width: 38px;
  }
  .header .header-action .user span {
    display: none;
  }
}
.header.scrolled, .header.fixed-style {
  background-color: #FFFFFF;
  box-shadow: 0 1px 0px -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 a, .header.scrolled .link, .header.fixed-style a, .header.fixed-style .link {
  color: #000;
}
.header.scrolled .btn-white, .header.fixed-style .btn-white {
  color: #000;
  background: #F4F4F4;
}
.header.scrolled .btn-white:hover, .header.fixed-style .btn-white:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header .profile-balance {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #f83d2c, #e5005b, #bb007e, #7c2893, #1a3692);
  color: #fff;
  height: 36px;
  padding: 0 10px 0 8px;
  border-radius: 50px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.header .profile-balance::before {
  content: "\e81c";
  display: inline-block;
  background: transparent;
  color: #fff;
  font-family: "fontello";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.header .profile-balance .balance-title {
  font-weight: 400;
}
.header .profile-balance .balance-strong {
  font-weight: 700;
}

.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 70px;
}

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

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 323px;
  background: #010509;
  color: #ADB1C3;
}
.footer .footer-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer .footer-subs {
  max-width: 28%;
}
.footer .footer-subs img {
  max-height: 50px;
  max-width: 250px;
}
.footer .footer-text {
  max-width: 40%;
}
.footer a {
  color: #ADB1C3;
}
.footer a:hover, .footer a:focus {
  color: #fff;
}
.footer .socials a {
  color: #fff;
  font-size: 20px;
}
.footer .socials a:hover {
  opacity: 0.8;
}
.footer .footer-bottom {
  background-color: #292D31;
}
.footer .footer-bottom .payments {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
}
.footer .footer-bottom .payments img {
  height: 30px;
}

.main-promotion {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  aspect-ratio: 1920/760;
  position: relative;
  background: #010509;
}
.main-promotion img, .main-promotion video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: all 0.4s ease-in-out;
}
.main-promotion .main-promotion-content {
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  color: #fff;
}
.main-promotion .main-promotion-content p {
  font-size: 22.12px;
  font-weight: 400;
}
.main-promotion .main-promotion-content > * {
  max-width: 700px;
}
.main-promotion .main-thing {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
}
.main-promotion .main-subtitle {
  font-size: 79.8px;
  font-weight: 500;
}

.smooth-pink, .smooth-dark, .smooth-white {
  width: 100%;
  padding: 100px 15px;
  background: #010509 url("../images/bg/smooth-pink.jpg") center 0 no-repeat;
  background-size: cover;
}

.smooth-white {
  background: transparent;
  padding: 60px 15px;
}

.smooth-dark {
  background: #010509 url("../images/bg/smooth-dark.jpg") center 0 no-repeat;
}

.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-bottom {
  bottom: 100px;
}
.short-about .short-bottom img {
  max-height: 24px;
}

/* Основные стили для боковой панели */
.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 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: #010509;
}
.category-item.has_child::after {
  display: inline-block;
  content: "\e802";
  font-family: "fontello";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.5s ease-in-out;
}
.category-item:hover, .category-item.active {
  background-color: #F8F9FA;
  color: #32343D;
}
.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, #F5F6F9 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, #F8F9FA 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: #F8F9FA;
  padding: 10px 0;
  overflow: hidden;
  transition: left 0.3s ease-out;
}
.submenu a {
  display: flex;
  padding: 10px 20px;
  color: #010509;
}
.submenu a:hover {
  background-color: #F8F9FA;
  color: #32343D;
}

/* иконки на before или after для элементов сайта */
.shopMenu, .searchMenu, #basketMenu {
  position: relative;
}
.shopMenu::before, .searchMenu::before, #basketMenu::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontello";
  font-size: 14.5px;
}

.shopMenu {
  margin-left: 20px;
}
.shopMenu::before {
  left: -20px;
  content: "\e810";
}

.searchMenu {
  width: 38px;
  height: 38px;
}

#basketMenu {
  position: relative;
  width: 38px;
  height: 38px;
}
#basketMenu:hover {
  color: #F83D2C;
}
#basketMenu::before {
  left: 8px;
  top: 8px;
  font-size: 18px;
  content: "\e80e";
}
#basketMenu .basketItems {
  position: absolute;
  top: 10px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: #fff;
  background: #F83D2C;
  font-size: 8px;
}

/* Общие элементы всего шаблона */
.date_format {
  color: #9195A4;
  font-size: 12px;
  font-weight: 400;
}

/*сортировка*/
.filter-sorts {
  display: inline-block;
  position: relative;
}
.filter-sorts .filter-btn {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: #010509;
  background: #F8F9FA;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.filter-sorts .filter-btn::before {
  content: "\e81d";
  display: inline-block;
  font-family: "fontello";
}
.filter-sorts .filter-container {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 40px;
  width: 200px;
  border: 1px solid #E9EAEB;
  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: #F8F9FA;
}

/* хлебные крошки */
.breadcrumbs .container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumbs a {
  position: relative;
  line-height: 26px;
}
.breadcrumbs a::after {
  content: "/";
  position: absolute;
  right: -12px;
  top: 0;
  color: #010509;
}
.breadcrumbs a.active::after {
  content: "";
}
.breadcrumbs span {
  color: #9195A4;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 26px;
}
.breadcrumbs span::after {
  content: "...";
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1em;
  visibility: hidden;
  line-height: 19px;
}

/* пагинация */
.pagination {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination > * {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.pagination .pager-active {
  color: #000;
}
.pagination .pager-active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 1px;
}
.pagination .pager-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pagination .pager-arrow i::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}
.pagination .pager-arrow .arr_left::before {
  content: "\e800";
}
.pagination .pager-arrow .arr_right::before {
  content: "\e801";
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  background-color: transparent;
}
.card-container h3 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
}
.card-container a {
  color: #32343D;
}
.card-container .thumbnail {
  display: block;
  position: relative;
  aspect-ratio: 400/215; /* задаем нужное соотношение сторон */
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}
.card-container .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  animation-delay: 0.6s;
}
.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 > div:hover a {
  color: #848484;
}
.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: 28px;
  font-weight: 700;
}
.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);
}
.card-container .card-col-1:hover img {
  transform: none;
}
@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;
}
@media (max-width: 1200px) {
  .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 */
  }
}

.blog-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-categories a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  color: #010509;
}
.blog-categories a:hover, .blog-categories a:focus {
  color: rgb(9.15, 30.5, 51.85);
}
.blog-categories a.active {
  background: #010509;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-categories {
    display: none;
  }
}

.blog-single p, .blog-single ul, .blog-single ol {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.blog-single li {
  margin-bottom: 5px;
}
.blog-single h1, .blog-single h2, .blog-single h3, .blog-single h4, .blog-single h5, .blog-single h6, .blog-single ul {
  line-height: 1.3;
}
.blog-single h1 {
  font-size: 44px;
  font-weight: 700;
}
.blog-single h2 {
  font-weight: 700;
}
.blog-single .blog-single-content {
  margin-top: 30px;
  padding-left: 150px;
  padding-right: 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 #9FA3B6;
  border-left: none;
  border-right: none;
}
.blog-single .post-navigation-item {
  transition: all 0.3s;
  max-width: 400px;
}
.blog-single .post-navigation-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #010509;
}
.blog-single .post-navigation-item h3::after {
  content: "...";
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1em;
  visibility: hidden;
}
.blog-single .post-navigation-item .navigation-label {
  margin-top: 15px;
  font-size: 14px;
  color: #010509;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  line-height: 24px;
}
.blog-single .post-navigation-item .navigation-label::before, .blog-single .post-navigation-item .navigation-label::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
}
.blog-single .post-navigation-item.next .navigation-label {
  justify-content: end;
}
.blog-single .post-navigation-item.prev .navigation-label::before {
  content: "\e800";
}
.blog-single .post-navigation-item.next .navigation-label::after {
  content: "\e801";
}
.blog-single .post-navigation-item:hover h3 {
  color: #010509;
  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: 6px;
}
@media (max-width: 768px) {
  .blog-single .post-navigation-item {
    width: 100%;
    flex-direction: column;
  }
  .blog-single .navigation-label, .blog-single .post-thumbnail {
    display: none;
  }
}

/* Аккордеон */
.accordion {
  width: 100%;
}
.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #9195A4;
}
.accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 15px 15px 0;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}
.accordion .accordion-header::after {
  display: inline-block;
  content: "\e802";
  font-family: "fontello";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.5s ease-in-out;
  transform: rotate(90deg);
}
.accordion .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion .accordion-content {
  padding: 15px 15px 15px 0;
}
.accordion > .active .accordion-header::after {
  transform: rotate(-90deg);
}
.accordion > .active .accordion-body {
  max-height: 100%;
}

.accordion.accordion-styled .accordion-item {
  border-top: 0;
  border-bottom: 1px solid rgba(218, 218, 218, 0.5);
}
.accordion.accordion-styled .accordion-header {
  font-size: 20px;
}
.accordion.accordion-styled .accordion-header::after {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.accordion.accordion-styled .accordion-content {
  font-size: 14px;
  line-height: 22px;
}

/* About Us */
.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;
  }
}

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

/* Страница ошибок */
.page-error {
  margin: auto;
}
.page-error > * {
  margin: 0;
  text-align: center;
}
.page-error h1 {
  font-size: 132px;
}
.page-error h2 {
  font-size: 44px;
}
.page-error p {
  font-size: 22px;
}

/* Основные страницы */
.page-single {
  padding-bottom: 30px;
}
.page-single h1 {
  font-size: 44px;
}
.page-single p, .page-single li {
  font-size: 16px;
}
.page-single li {
  padding: 2px 0;
}

[data-lazy] {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover; /* сохраняет пропорции, заполняет контейнер */
  object-position: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5; /* изначально скрыто */
  background-color: #f0f0f0; /* нейтральный фон-заглушка */
}

[data-lazy].loaded {
  opacity: 1;
  filter: blur(0);
}

[data-lazy].error {
  filter: grayscale(100%);
}

#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: 36px;
  border-radius: 100px;
  padding: 10px 20px;
  background: #F6F7FA;
}
.search-header .search-form input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  font-size: 14px;
  outline: none;
}
.search-header .search-form input:focus {
  outline: none;
}
.search-header .clear-icon, .search-header .search-icon {
  display: flex;
  align-items: center;
  color: #010509;
  font-size: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  cursor: pointer;
}
.search-header .clear-icon::before, .search-header .search-icon::before {
  display: inline-block;
  content: "\e819";
  font-family: "fontello";
  font-weight: 500;
}
.search-header .clear-icon:hover, .search-header .search-icon:hover {
  color: #010509;
}
.search-header .clear-icon::before {
  content: "\e807";
}
.search-header .search-icon::before {
  content: "\e811";
}

.search-result {
  position: relative;
  top: 80px;
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 10px;
  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%;
  font-size: 16px;
}
.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: 6px;
  font-size: 14px;
  color: #010509;
}
.search-result-card .item:hover {
  background: #F5F6F9;
  color: #32343D;
}
.search-result-card .item:hover::after {
  display: none;
}
.search-result-card .item .thumbnail {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 6px;
}
.search-result-card .item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}
.search-result-card .item .prices {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search-result-card .item .prices .sale_price {
  color: #010509;
  font-weight: 600;
}
.search-result-card .item .prices .price {
  color: #9195A4;
  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;
}

.basket-box {
  position: relative;
  display: flex;
}

.basket-lamp {
  position: absolute;
  top: 11px;
  right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #F83D2C;
  border: 2px solid #FFFFFF;
}
.basket-lamp.lamp-none {
  background: none;
}

.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;
  color: #010509;
  border-radius: 10px;
  cursor: auto;
}
.basket-menu.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease, visibility 0s linear 0s;
}
.basket-menu .basket-container, .basket-menu .basket-items-empty {
  position: relative;
  top: 0;
  width: 100%;
  max-height: calc(100% - 140px);
  padding: 15px;
  padding-bottom: 156px;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.basket-menu .basket-items-empty {
  text-align: center;
  padding: 50px;
  padding-top: 110px;
}
.basket-menu .basket-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 15px;
  z-index: 10010;
}
.basket-menu .basket-title {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #E9EAEB;
  color: #010509;
  background: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  z-index: 10010;
}
.basket-menu .basket-items {
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
  max-height: 338px;
}
.basket-menu .basket-items::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.basket-menu .basket-items {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  z-index: 10008;
}
.basket-menu .item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
  color: #010509;
}
.basket-menu .item:hover {
  background: #F5F6F9;
  color: #32343D;
}
.basket-menu .item:hover::after {
  display: none;
}
.basket-menu .item .product-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #010509;
}
.basket-menu .item .product-title:hover {
  color: #010509;
  opacity: 0.6;
}
.basket-menu .item .product-title::after {
  content: "...";
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -1em;
  visibility: hidden;
}
.basket-menu .item .thumbnail {
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 6px;
}
.basket-menu .item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}
.basket-menu .item .info {
  width: 100%;
}
.basket-menu .item .prices {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.basket-menu .item .prices .sale_price {
  color: #010509;
  font-weight: 600;
}
.basket-menu .item .prices .price {
  color: #9195A4;
  text-decoration: line-through;
  font-size: 12px;
}
.basket-menu .item .item-delete {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  padding: 5px 0;
  color: #32343D;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.basket-menu .item .item-delete::before {
  display: inline-block;
  content: "\e819";
  font-family: "fontello";
  font-weight: 500;
  transform: scaleX(-1);
}
.basket-menu .item .item-delete:hover {
  color: #010509;
}
.basket-menu .subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-top: 1px solid #E9EAEB;
  font-size: 22px;
  font-weight: 600;
}

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  padding: 20px;
  background: #F6F7FA;
}
.reviews-summary p {
  font-size: 16px;
}
.reviews-summary .reviews-computed {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reviews-summary .reviews-avg {
  font-size: 44px;
  font-weight: 600;
}
.reviews-summary .reviews-count .rates {
  font-size: 16px;
}

.reviews .review-items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.reviews .review-item {
  width: 100%;
  border-radius: 6px;
  padding: 20px;
  background: #F6F7FA;
}
.reviews .review-header .rate-recommend {
  display: flex;
  gap: 5px;
  color: #4CB92A;
  font-weight: 700;
}
.reviews .review-header .rate-recommend::before {
  display: inline-block;
  content: "\e818";
  font-family: "fontello";
  transform: scaleX(-1);
}
.reviews .review-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.reviews .review-author .review-author-name {
  font-weight: 700;
}
.reviews .review-author .review-author-verify {
  font-size: 12px;
  display: flex;
  gap: 5px;
}
.reviews .review-author .review-author-verify::before {
  display: inline-block;
  content: "\e816";
  font-family: "fontello";
}
.reviews .review-content .review-images {
  display: flex;
  gap: 10px;
  width: 100%;
}
.reviews .review-content .review-image {
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  border-radius: 6px;
  transition: border-color 0.3s ease;
}
.reviews .review-content .review-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
  opacity: 0.6;
}
.reviews .review-content .review-image:hover img {
  opacity: 1;
}
.reviews .review-tips {
  margin-top: 20px;
  font-size: 12px;
}
.reviews .review-likes {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.reviews .review-likes > * {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.reviews .review-likes > *::before {
  display: inline-block;
  content: "\e818";
  font-family: "fontello";
}
.reviews .review-likes .review-dislike::before {
  content: "\e815";
}
.reviews .review-likes .user-vote {
  color: #4CB92A;
}

.product-single {
  display: flex;
}
.product-single > div {
  box-sizing: border-box;
}

.product-media {
  flex: 0 0 55%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .product-media {
    flex: 100%;
    margin-right: 0;
  }
}

.product-info {
  flex: 0 0 45%;
  background-color: #fff;
}
.product-info .fixed-roll {
  position: sticky;
  top: 90px;
  z-index: 10;
}
@media (max-width: 768px) {
  .product-info {
    flex: 100%;
  }
  .product-info .fixed-roll {
    position: relative;
    top: auto;
  }
}
.product-info h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .product-single {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .product-single {
    gap: 15px;
  }
}
/* рейтинг */
.product-single .rates {
  display: flex;
  align-items: center;
  color: #9195A4;
}
.product-single .rates .rate-full, .product-single .rates .rate-none {
  display: flex;
  align-items: center;
}
.product-single .rates .rate-full::after, .product-single .rates .rate-none::after {
  content: "\e80d";
  font-family: "fontello";
}
.product-single .rates .rate-full {
  color: #FFB55E;
}
.product-single .rates .rate-number {
  padding-left: 10px;
  color: #010509;
}
.product-single .rates .rate-separate {
  margin: 0 8px;
}

/* цены */
.product-single .prices {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.product-single .prices .sale_price {
  font-size: 30px;
  font-weight: 600;
}
.product-single .prices .price {
  color: #ADB1C3;
  font-size: 22px;
  font-weight: 500;
  text-decoration: line-through;
}
.product-single .prices .discount {
  border-radius: 6px;
  color: #fff;
  background: #4CB92A;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 18px;
}

.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: 16px;
  font-weight: 600;
}
.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: 6px;
  transition: border-color 0.3s ease;
}
.sku-groups .sku-item.active {
  opacity: 1;
  border-color: #F83D2C;
}
.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: 6px;
}
.sku-groups .sku-item-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.sku-groups .sku-item-title {
  padding: 10px 15px;
  background: #F8F8F8;
  font-size: 16px;
  font-weight: 600;
}

/* анимация загрузчика */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* основной контейнер галереи */
.gallery-container {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  max-height: 510px;
  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(0, 0, 0, 0.2);
  border-top-color: #F83D2C;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.gallery-container .full-size {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.gallery-container {
  /* кнопки управления слайдером */
}
.gallery-container .controls {
  position: absolute;
  top: 60px;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-container .controls > button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.gallery-container .controls > button::after {
  content: "\e802";
  display: inline-block;
  padding: 15px 5px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.65);
  color: #010509;
  border-radius: 6px;
  font-family: "fontello";
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.gallery-container .controls .control-prev::after {
  transform: rotate(180deg);
}
.gallery-container .controls .control-play::after {
  padding: 18px;
  border-radius: 50%;
  font-size: 44px;
}
.gallery-container .controls .control-play.set-pause::after {
  content: "\e817";
}
.gallery-container .controls .control-play.set-play::after {
  content: "\e806";
}
.gallery-container .main-media:hover button.full-size {
  visibility: visible;
  opacity: 1;
}
.gallery-container .main-media:hover .controls button {
  visibility: visible;
  opacity: 1;
}
.gallery-container .main-media:hover .controls button::after {
  background: rgba(255, 255, 255, 0.8);
}
.gallery-container .control-btn {
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gallery-container .control-btn:hover {
  background-color: #e0e0e0;
}

/* контейнер миниатюр */
.gallery-items {
  width: 100px;
  height: 100%;
  max-height: 510px;
  overflow: hidden;
  overflow-y: auto;
}
.gallery-items::-webkit-scrollbar { /* Для скрытия скроллбара в Chrome, Safari и Firefox */
  display: none;
}
.gallery-items {
  -ms-overflow-style: none; /* IE и Edge */
  scrollbar-width: none; /* Firefox */
}

/* миниатюра */
.gallery-item {
  cursor: pointer;
  border: 2px solid #FFFFFF;
  width: 80px;
  height: 80px;
  padding: 5px;
  border-radius: 6px;
  transition: border-color 0.3s ease;
  /* изображения миниатюр */
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
  opacity: 0.6;
}
.gallery-item:hover img {
  opacity: 1;
}
.gallery-item {
  /* активная миниатюра */
}
.gallery-item.active {
  border-color: #F83D2C;
}
.gallery-item.active img {
  opacity: 1;
}

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

.main-video {
  width: 100%;
  height: 100%;
  max-height: 510px;
  object-fit: cover;
}
.main-video:focus {
  outline: none;
}

/* адаптивные стили */
@media (max-width: 768px) {
  .gallery-container {
    flex-direction: column;
    gap: 15px;
  }
  .gallery-items {
    margin-bottom: 20px;
  }
  .gallery-item {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .gallery-item {
    width: 60px;
  }
}
/* Базовые стили для модального окна */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 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%; /* 80% от ширины экрана */
  height: 90%; /* 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 .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: #fff;
  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;
  }
}

body.checkout .wrapper {
  background: linear-gradient(to right, #F8F8F8 50%, #FFFFFF 50%);
  background: -webkit-linear-gradient(to right, #F8F8F8 50%, #FFFFFF 50%);
}

.empty-cart {
  display: flex;
}
.empty-cart .empty-alert {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
}
.empty-cart .empty-alert [class^=imw-]:before {
  font-size: 44px;
}
.empty-cart .empty-alert h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.checkout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.checkout-container .checkout-form {
  flex: 1 1 calc(50% - 15px);
}
@media (max-width: 768px) {
  .checkout-container .checkout-form {
    flex: 100%;
  }
}
.checkout-container .summary {
  flex: 1 1 calc(50% - 15px);
  padding-top: 50px;
}
@media (max-width: 768px) {
  .checkout-container .summary {
    flex: 100%;
  }
}
.checkout-container h2 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}
.checkout-container .checkout-form form {
  margin-top: 50px;
  margin-right: 15px;
  padding: 30px;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.checkout-container .payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
}
.checkout-container .payment-methods img {
  height: 30px;
}
.checkout-container .items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checkout-container .item {
  display: flex;
  gap: 25px;
  padding: 10px 15px;
  border-radius: 6px;
}
.checkout-container .item:hover {
  background: #F5F6F9;
}
.checkout-container .item .thumbnail {
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 6px;
}
.checkout-container .item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}
.checkout-container .item .prices {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.checkout-container .item .prices .sale_price {
  font-size: 16px;
  font-weight: 600;
}
.checkout-container .item .prices .price {
  font-size: 12px;
  color: #9195A4;
  text-decoration: line-through;
}
.checkout-container .item .item-delete {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  padding: 5px 0;
  color: #32343D;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.checkout-container .item .item-delete::before {
  display: inline-block;
  content: "\e819";
  font-family: "fontello";
  font-weight: 500;
  transform: scaleX(-1);
}
.checkout-container .item .item-delete:hover {
  color: #010509;
}
.checkout-container .info {
  width: 100%;
}
.checkout-container .info .product-title {
  font-size: 14px;
  line-height: 1.5;
  padding-right: 10px;
}
.checkout-container .subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  margin: 20px 0;
  border-top: 1px solid #E9EAEB;
  font-size: 22px;
  font-weight: 600;
}
/* Extra small devices (phones, 600px and down) */
@media (max-width: 575.98px) {
  .d-none.d-xs-block {
    display: block !important;
  }
  .d-none.d-xs-inline {
    display: inline !important;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .d-none.d-sm-block {
    display: block !important;
  }
  .d-none.d-sm-inline {
    display: inline !important;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-card h3 {
    -webkit-line-clamp: 3;
  }
}
.mobile-actions {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .font-size-small, .fs-small {
    font-size: 12px;
  }
  .font-size-normal, .fs-normal {
    font-size: 16px;
  }
  .font-size-medium, .fs-medium {
    font-size: 14.6666666667px;
  }
  .font-size-large, .fs-large {
    font-size: 20px;
  }
  .font-size-extra, .fs-extra {
    font-size: 29.3333333333px;
  }
  h1, h2, h3, h4, h5, h6, ul {
    line-height: 1.1;
  }
  h1 {
    font-size: 29.3333333333px;
    font-weight: 600;
  }
  h2 {
    font-weight: 600;
  }
  h1, .h1 {
    font-size: 50px;
    font-weight: 600;
  }
  h2, .h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  h3, .h3 {
    font-size: 29.4px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  h4, .h4 {
    font-size: 25.2px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  h5, .h5 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  h6, .h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .footer {
    height: auto;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .footer-bottom {
    display: none;
  }
}
/* 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;
  }
  .main-promotion .main-promotion-content {
    text-align: center;
  }
  .main-promotion .main-promotion-content > * {
    max-width: none;
    text-align: center;
  }
  .main-promotion .main-promotion-content .main-subtitle, .main-promotion .main-promotion-content .main-thing {
    font-size: 30px;
  }
  .main-promotion .main-promotion-content p {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }
}
/* 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;
  }
  .main-promotion {
    aspect-ratio: 1920/900;
  }
  .main-promotion .main-promotion-content {
    text-align: center;
  }
  .main-promotion .main-promotion-content > * {
    max-width: none;
    text-align: center;
  }
  .main-promotion .main-promotion-content .main-subtitle, .main-promotion .main-promotion-content .main-thing {
    font-size: 40px;
  }
  .main-promotion .main-promotion-content p {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (max-width: 1360px) {
  .main-promotion {
    aspect-ratio: 1920/900;
  }
  .main-promotion-content .main-subtitle, .main-promotion-content .main-thing {
    font-size: 60px;
  }
  .main-promotion-content p {
    font-size: 16px;
  }
}
/* 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;
  }
}
/* Адаптивные правила */
@media (max-width: 479px) {
  .product-cards {
    display: flex;
    margin: 20px 10px 0;
  }
  .product-card {
    margin: 0 auto;
  }
}
@media (min-width: 480px) {
  .product-card {
    flex: 1 1 calc(50% - 20px); /* 2 в ряд */
  }
  .home .product-cards .product-card:nth-child(n+4) {
    display: block;
  }
}
@media (min-width: 640px) {
  .product-card {
    flex: 1 1 calc(33.333% - 20px); /* 3 в ряд */
  }
  .home .product-cards .product-card:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 951px) {
  .product-card {
    flex: 1 1 calc(25% - 20px); /* 4 в ряд */
  }
  .home .product-cards .product-card:nth-child(n+4) {
    display: block;
  }
}
body.login .header.scrolled, body.login .header.fixed-style {
  box-shadow: none;
}

.acc-main {
  height: calc(100vh - 70px);
  margin-top: -70px;
}

.acc-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.acc-container .acc-form {
  margin: 0 auto;
  text-align: center;
}

.profile .stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.profile .stats > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 160px;
  padding: 15px;
  background: #F6F7FA;
  border-radius: 6px;
}
.profile .stats > div span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.profile .stats > div h4 {
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}

.success-payment h1 {
  font-size: 36px;
  font-weight: 700;
}
.success-payment h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}
.success-payment .order-number {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px;
}
.success-payment .order-number span {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.success-payment .order-list {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 15px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E9EAEB;
}
.success-payment .order-item {
  position: relative;
  display: flex;
  gap: 25px;
  align-items: center;
  border-radius: 6px;
}
.success-payment .order-item:after {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 0;
  right: 0;
  height: 1px;
  background: #E9EAEB;
}
.success-payment .order-item:last-child:after {
  display: none;
}
.success-payment .order-item .thumbnail {
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 6px;
}
.success-payment .order-item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}
.success-payment .order-item .item-price {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.success-payment .order-item .product-title {
  width: 100%;
  font-size: 18px;
  padding-right: 10px;
}
.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%);
}
.grant-main h1 {
  color: #F6F6F9;
}
.grant-main p {
  color: #9195A4;
}

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;
}
body.grant .header-on-top .so {
  display: inline-block;
  background: #010509;
  color: #fff;
  padding: 4px 10px;
  border-radius: 100px;
}
body.grant .header-on-top .so-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
body.grant .header.scrolled .header-on-top {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
body.grant .fs-52 {
  font-size: 52px;
  line-height: 63px;
}
body.grant .fs-46 {
  font-size: 46px;
  line-height: 58px;
}
body.grant .fs-24 {
  font-size: 24px;
}
body.grant .fs-30 {
  font-size: 30px;
}
body.grant .fs-20 {
  font-size: 20px;
}
body.grant .fs-16 {
  font-size: 16px;
}
body.grant .fs-14 {
  font-size: 14px;
}
body.grant .fs-10 {
  font-size: 10px;
  line-height: 18px;
}
body.grant .lh-130 {
  line-height: 1.3;
}
body.grant .lh-22 {
  line-height: 22px;
}
body.grant .lh-28 {
  line-height: 28px;
}
body.grant .ticket-small {
  display: inline-block;
  position: relative;
  color: #fff;
  background: #ffb200;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding: 0 6px;
  box-shadow: 1px -1px 0 0 #FFFFFF, 4px -4px 0 0 #ffb200;
}
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 #FFB200;
  border-radius: 50%;
  z-index: 1;
}
body.grant .ticket::before {
  left: -15px;
  border-right-color: #FFB200;
}
body.grant .ticket::after {
  right: -15px;
  border-left-color: #FFB200;
}
body.grant .ticket .ticket-left, body.grant .ticket .ticket-right {
  position: relative;
}
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: -23px;
  left: -15px;
  right: -15px;
  border: 2px solid #FFB200;
  border-right-color: transparent;
  height: calc(50% + 10px);
  z-index: 1;
}
body.grant .ticket .ticket-left::before, body.grant .ticket .ticket-right::before {
  top: auto;
  bottom: -23px;
  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: #FFB200;
  left: -23px;
}
body.grant .ticket .ticket-right::before {
  top: auto;
  bottom: -23px;
  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: 24px;
  padding-top: 8px;
  font-weight: 700;
  color: white;
  margin: 0;
}
body.grant .ticket .grant-amount {
  font-size: 44px;
  line-height: 44px;
  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 p {
  font-size: 14px;
  line-height: 22px;
  color: #acacac;
  text-align: center;
}
body.grant .line-steps .step-item-arrow {
  position: relative;
  top: -9px;
  width: 100%;
  max-width: 120px;
  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 .claim {
  padding: 17px 26px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
body.grant footer {
  height: auto;
}
body.grant footer .claim {
  display: none;
  color: #fff;
  border-radius: 0;
  text-transform: none;
  text-align: center;
}

.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;
}
.line-scroll-item.product-card .thumbnail {
  border-radius: 6px;
}

@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: 600;
  margin-bottom: 30px;
  padding: 6px 14px;
  border-radius: 100px;
  border: 2px solid #fff;
}
.offer-text .offer-limited {
  display: inline-block;
  color: #FFB200;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 5px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 6px 18px;
}
.offer-text .offer-list {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}
.offer-text h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
  margin: 16px 0 10px;
}

.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: #fff;
  padding: 40px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
}
.whois-item h4 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}
.whois-item p {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

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

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