@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: #393b3d;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content {
  display: block;
  position: relative;
}

ul {
  list-style: none;
}

img, iframe {
  max-width: 100%;
  color: transparent;
  vertical-align: bottom;
  border: 0;
}

img[data-src] {
  opacity: 0;
  transition: all 0.3s;
}

img[src] {
  opacity: 1;
}

button {
  border: 0;
  cursor: pointer;
  font-family: "InterVariable", sans-serif;
  font-weight: bold;
  transition: all 0.3s;
  background: transparent;
}

input, textarea {
  font-family: "InterVariable", sans-serif;
  width: 100%;
  border: 0;
  border-radius: 2px;
  color: rgb(255, 255, 255);
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  outline: none !important;
}

a:hover, a:focus {
  color: rgb(255, 206, 28);
}

*:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

fieldset {
  border: 0;
}

body {
  margin: 0 auto;
  font-size: 16px;
  font-family: "InterVariable", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 500;
  background: -webkit-gradient(135deg, #4F5255 0%, #202123 100%);
  background: linear-gradient(135deg, #4F5255 0%, #202123 100%);
}

body::-webkit-scrollbar-button {
  background: rgb(255, 206, 28);
  cursor: pointer;
}

body::-webkit-scrollbar-track {
  background-color: #333;
}

body::-webkit-scrollbar-thumb {
  background: rgb(255, 206, 28);
  cursor: pointer;
}

body::-webkit-scrollbar {
  background: rgb(255, 206, 28);
  cursor: pointer;
}

.row:after {
  content: "";
  clear: both;
  display: block;
}

.wrap {
  width: 1310px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.flex-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

.button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.colord {
  color: rgb(255, 206, 28);
}

.ellipse {
  position: absolute;
  width: 472px;
  height: 472px;
  filter: blur(170px);
}

.ellipse.orange {
  background: rgba(253, 205, 28, 0.64);
}

.ellipse.red {
  background: rgba(253, 150, 28, 0.43);
}

.ellipse-body {
  position: absolute;
  width: 100%;
  height: 698px;
  overflow-x: hidden;
}

.ellipse-body .ellipse {
  position: relative;
  float: right;
  top: -80px;
  right: -170px;
}

.rating i {
  color: rgb(255, 206, 28);
}

.rating-result {
  position: absolute;
  top: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

/*header*/
.header {
  z-index: 10001; /* выше любых всплывающих карточек/модалок на странице */
  min-height: 174px;
}

.fixed-header {
  position: static;
  top: -80px;
}

.fixed-header.show {
  position: fixed;
  width: 100%;
  background-color: rgba(74, 77, 80, 0.6);
  top: 0;
  height: 75px;
  transition-duration: 0.35s;
}
.fixed-header.show .head-boot {
  height: 100%;
}

.fixed-header.show::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  filter: blur(25px);
  background-color: rgb(74, 77, 80);
}

.fixed-header.show .head-catalog-open {
  margin-top: 0;
}

.fixed-header.show .head-buttons {
  padding-top: 0;
}

.head-top {
  padding: 15px 0;
  line-height: 20px;
}

.head-theme {
  margin: 0 auto 0 75px;
  background: #9A9A9A;
  border-radius: 12px;
  padding: 2px;
}

.head-lang .button, .head-theme .button {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.head-lang .button + .button {
  margin-left: 10px;
}

.head-theme .button + .button {
  margin-left: 1px;
}

.head-lang .button:hover, .head-theme .button:hover {
  color: rgb(255, 206, 28);
}

.head-lang .active, .head-theme .button.active {
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.head-theme .button.theme-select {
  border-radius: 10px;
  padding: 3px;
}

.head-theme .button.active {
  border-radius: 10px;
  background-color: rgb(255, 206, 28);
  padding: 3px;
  color: #393B3C;
}

.head-theme .button.fa-moon {
  font-size: 11px;
}

.head-lang .active:after {
  content: "\f077";
  font-family: "Font Awesome 5 Regular";
  font-weight: 700;
  font-size: 10px;
  color: rgb(255, 206, 28);
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.head-theme .button.fa-moon:after {
  bottom: -14px;
}

.head-menu ul {
  display: flex;
}

.head-menu ul li + li {
  padding-left: 22px;
}

.head-menu ul li:last-child {
  display: none;
}

.head-menu ul li a {
  font-size: 12px;
  text-transform: uppercase;
}

.head-menu ul li.active a {
  color: rgb(255, 206, 28);
}

.head-social {
  margin: 0 24px 0 auto;
}

.head-social a {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9A9A9A;
  color: #fcfcfc;
  font-size: 12px;
  line-height: 16px;
  margin: 0 2px;
}

.head-social .fa-telegram-plane:before {
  margin-right: 1px;
}

.head-social a:hover {
  background: rgb(255, 206, 28);
}

.head-phone {
  font-size: 17px;
  text-transform: uppercase;
}

.head-phone .title {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 8px;
  margin-top: 2px;
}

.head-phone a span {
  font-weight: bold;
}

.head-top-close {
  display: none;
}

.head-boot {
  padding-top: 12px;
  padding-bottom: 12px;
}

.head-catalog-open {
  margin-top: 17px;
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  text-transform: uppercase;
  background-color: rgba(255, 206, 28, 0.1);
  border: 1px solid rgb(255, 206, 28);
  padding: 0 27px 0 0;
  color: rgb(255, 206, 28);
}

.head-catalog-open:hover, .head-catalog-open.active {
  color: rgb(255, 206, 28);
}

.head-catalog-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 9;
  cursor: pointer;
}

.head-catalog-bg.active {
  display: block;
}

.butt-menu {
  display: inline-block;
  width: 45px;
  height: 45px;
}

.butt-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.butt-menu span, .butt-menu span:before, .butt-menu span:after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 20px;
  background: rgb(255, 206, 28);
}

.butt-menu span:before {
  top: -6px;
}

.butt-menu span:after {
  bottom: -6px;
}

.butt-menu span, .butt-menu span:before, .butt-menu span:after {
  transition: all 300ms ease-in-out;
}

.head-catalog-open.active .butt-menu span {
  background-color: transparent;
}

.head-catalog-open.active .butt-menu span:before, .head-catalog-open.active .butt-menu span:after {
  top: 0;
}

.head-catalog-open.active .butt-menu span:before {
  transform: rotate(45deg);
}

.head-catalog-open.active .butt-menu span:after {
  transform: rotate(-45deg);
}

.head-logo {
  left: -26px;
  z-index: 3;
  width: 93px;
  height: 98px;
}

.head-buttons {
  padding-top: 17px;
  display: flex;
}

.head-buttons .button {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  display: flex;
  position: relative;
  margin-left: 8px;
  color: rgb(255, 255, 255);
}

.head-buttons .button.search {
  margin-left: 0;
}

.head-buttons .button:hover {
  color: rgb(255, 255, 255);
  background: rgb(255, 206, 28);
}

.head-buttons .cart-total, .head-buttons .wishlist-total {
  width: 17px;
  height: 17px;
  position: absolute;
  color: #323232;
  background: rgb(255, 206, 28);
  border-radius: 2px;
  font-weight: 700;
  font-size: 10px;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-family: "InterVariable", sans-serif;
}

.head-catalog {
  display: none;
  position: absolute;
  width: 488px;
  left: 10px;
  top: 84px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  z-index: 99;
  border: 1px solid rgb(204, 204, 204);
}

.head-catalog .head-catalog-container {
  padding: 60px 40px 60px 60px;
}

.head-catalog .menu > li + li {
  padding-top: 24px;
}

.head-catalog .menu li a {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.head-catalog .menu li.active > a,
.head-catalog .menu li a:hover {
  color: rgb(255, 206, 28);
}

.head-catalog .menu .parrent > a {
  max-width: calc(100% - 30px);
}

.head-catalog .menu .child-popup-open {
  padding: 5px 10px;
  cursor: pointer;
}

.head-catalog .menu .child-popup-open:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: rgb(255, 206, 28);
  font-size: 10px;
  display: block;
}

.head-catalog .head-catalog-container.for-mob .menu .child-popup-open:before {
  content: "\f054";
}

.head-catalog .menu .child-popup-open.active:before {
  content: "\f077";
}

.head-catalog .menu .parrent > .child-popup {
  display: none;
}

.head-catalog .menu .child-popup {
  width: 100%;
}

.head-catalog .menu .child-popup .child-menu {
  padding-top: 5px;
}

.head-catalog .menu .child-popup li {
  padding: 5px 15px;
  border-top: 1px solid #d6d6d6;
  position: relative;
}

.head-catalog .menu .child-popup li.parrent {
  padding-right: 0;
}

.head-catalog .menu .child-popup li a {
  font-size: 14px;
}

.head-catalog .menu .child-popup .child-popup li a {
  font-size: 12px;
}

.head-catalog .menu .child-popup:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  left: -60px;
  z-index: -1;
}

.head-catalog .menu .child-popup li .child-popup-open:before {
  content: "\f054";
}

.head-catalog .menu .child-popup li .child-popup-open.active:before {
  content: "\f078";
}

.head-catalog .menu .child-popup li .child-popup {
  position: absolute;
  right: calc(-100% - 40px);
  top: -4px;
  background: rgba(0, 0, 0, 0.85);
  padding: 4px 10px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0 3px 3px 0;
  display: none;
}

.head-catalog .menu .child-popup li:hover .child-popup {
  display: block;
}

.head-catalog .menu .child-popup li:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  width: 60px;
}

.head-catalog .menu .child-popup li .child-popup .child-menu {
  padding-top: 0;
}

.head-catalog .menu .child-popup li .child-popup .child-menu li {
  padding: 0;
}

.head-catalog .menu .child-popup li .child-popup .child-menu li:first-child {
  border: 0;
}

.head-catalog .menu .child-popup li .child-popup .child-menu li a {
  padding: 5px 10px;
}

.head-buttons .head-top-open, .head-catalog-close, .head-phone-mobil {
  display: none;
}

.checkout-header .fixed-header {
  background-color: rgb(74, 77, 80);
  height: 75px;
  transition-duration: 0.35s;
}
.checkout-header .head-boot {
  align-items: center;
  height: 100%;
}
.checkout-header .head-boot .head-lang {
  margin-right: 30px;
}
.checkout-header .head-boot #form-language {
  order: 0;
}
.checkout-header .head-boot .head-logo {
  top: 23px;
  left: 120px;
}
.checkout-header .head-boot .head-buttons {
  padding-top: 0;
}
.checkout-header .head-boot .head-phone {
  margin-right: 25px;
}
.checkout-header .head-boot .head-continue {
  margin-right: auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

/*.header*/
/*content*/
.default-title {
  font-size: 28px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.default-title.line:after {
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  margin: 25px auto 0;
  background: #4b76eb;
}

.page-default {
  padding-bottom: 70px;
}
.page-default .page-default-desc {
  line-height: 24px;
}

.page-default-nav {
  margin-bottom: 50px;
}

.page-default-nav .button {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  padding: 0 15px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 7.5px;
  white-space: nowrap;
}

.page-default-nav .button.active,
.page-default-nav .button:hover {
  color: rgb(255, 206, 28);
  border: 1px solid rgb(255, 206, 28);
}

.page-default-nav .button.sale {
  color: rgb(255, 206, 28);
}

.page-default-nav .button.active.sale,
.page-default-nav .button.sale:hover {
  color: rgb(255, 206, 28);
  border: 1px solid rgb(255, 206, 28);
}

.breadcrumbs {
  padding-top: 26px;
  padding-bottom: 48px;
}

.breadcrumbs li {
  padding-right: 10px;
  font-size: 10px;
  display: flex;
}

.breadcrumbs li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 10px;
  margin-top: 2.5px;
  font-size: 8px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li .button {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs li:last-child .button {
  color: rgb(255, 255, 255);
}

.breadcrumbs li .button:hover {
  color: rgb(255, 206, 28);
}

.mobil-catalog {
  display: none;
}

.mobil-catalog-open {
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #333;
  text-transform: uppercase;
  background: rgb(255, 206, 28);
  box-shadow: 0px 7px 19px rgb(255, 206, 28);
  border-radius: 2px;
  width: 100%;
  height: 40px;
}

.mobil-catalog-open i {
  margin-right: 10px;
}

/*home-page*/
.home-top {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-top: 200px;
  margin-top: -170px;
  margin-bottom: 35px;
}
.home-top .ellipse {
  width: 543px;
  height: 543px;
  left: -145px;
  bottom: 60px;
}

.home-banner {
  width: 1325px;
  max-width: 1325px;
  padding-left: 0;
  padding-right: 0;
}
.home-banner .splide__track {
  overflow: hidden;
}
.home-banner .splide__pagination {
  display: flex;
  align-items: center;
  position: static;
}

.home-slide-buttons {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
}
.home-slide-buttons.splide__arrows .splide__arrow {
  position: relative;
}
.home-slide-buttons.splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.home-slide-buttons.splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
.home-slide-buttons.splide__arrows .splide__arrow:disabled {
  background: transparent;
}
.home-slide-buttons.custom_arrows .custom_arrow {
  width: 40px;
  height: 35px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}
.home-slide-buttons.custom_arrows .custom_arrow.custom__prev-arrow {
  transform: rotateZ(180deg);
}
.home-slide-buttons.custom_arrows .custom_arrow:not(.home-slide-buttons.custom_arrows .custom_arrow.is-disabled):hover svg {
  fill: rgb(255, 206, 28);
}
.home-slide-buttons.custom_arrows .custom_arrow svg {
  height: 35px;
  width: 14px;
  fill: rgb(197, 197, 197);
}
.home-slide-buttons.custom_arrows .custom_arrow.is-disabled {
  background-color: transparent;
}
.home-slide-buttons.custom_arrows .custom_arrow.is-disabled svg {
  opacity: 0.5;
}

.banner-frame {
  width: 1157px;
  height: 451px;
  margin: 0 auto;
  overflow: hidden;
}

.home-banner-item {
  text-align: center;
  height: 450px;
}
.home-banner-item .home-banner__media {
  position: relative;
  display: block;
  height: 100%;
  background: #1a1a1a;
}
.home-banner-item .home-banner__full-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home-banner-item .home-banner__button {
  position: absolute;
  right: 92px;
  bottom: 64px;
  z-index: 2;
  min-width: 250px;
  height: 40px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255, 206, 28);
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.home-banner-item .home-banner__button:hover {
  border-color: rgb(255, 206, 28);
  color: rgb(255, 206, 28);
  background: rgba(0, 0, 0, 0.75);
}
.home-banner-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.home-banner-bott {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 8px 0;
  line-height: 1;
}
.home-banner-bott ul li button {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.home-banner-bott ul li button.is-active {
  background: rgb(255, 206, 28);
  transform: scale(1.05);
}

.splide .splide__track .splide__list {
  height: auto;
}
.splide .splide__arrows button {
  position: absolute;
  transform: translate(0%, -50%);
  z-index: 2;
  border: rgba(255, 255, 255, 0.3);
  width: 40px;
  min-width: 40px;
  height: 35px;
  font-size: 12px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border-radius: 0;
}
.splide .splide__arrows button:hover svg {
  fill: rgb(255, 206, 28);
}
.splide .splide__arrows button svg {
  fill: rgb(197, 197, 197);
}
.splide .splide__arrows button:disabled {
  opacity: 0.35;
}
.splide .splide__arrows button::before {
  color: black;
}

.home-category {
  margin-top: 62px;
  max-width: 1312px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.home-category__cell {
  flex: 0 0 auto;
  width: 167px;
  max-width: calc(50% - 12px);
}

@media screen and (max-width: 1200px) {
  .home-category__list {
    gap: 16px;
  }
  .home-category__cell {
    width: 150px;
    max-width: calc(50% - 8px);
  }
}
/* Широкий десктоп: 7 категорій + gap 24px не вміщались у .wrap (~1290px контенту).
   Рівні колонки в один ряд замість фіксованих 167px. */
@media screen and (min-width: 1201px) {
  .home-category__list {
    flex-wrap: nowrap;
  }
  .home-category__cell {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .home-category__list {
    gap: 12px;
  }
  .home-category__cell {
    width: 132px;
    max-width: calc(50% - 6px);
  }
}
@media screen and (max-width: 480px) {
  .home-category__list {
    gap: 8px;
  }
  .home-category__cell {
    width: 118px;
    max-width: calc(50% - 4px);
  }
}
/* Головна: ряд категорій (макет Figma — десктоп) */
.home-category-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 114px;
  height: 114px;
  padding: 12px;
  border-radius: 3px;
  border-bottom: 0.25px solid rgba(33, 33, 33, 0.12);
  background: rgba(33, 33, 33, 0.0509803922);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-category-item:hover {
  background: rgba(33, 33, 33, 0.08);
  border-bottom-color: rgba(33, 33, 33, 0.2);
}
.home-category-item:hover .home-category-item__icon img {
  transform: scale(1.05);
}
.home-category-item:focus-visible {
  outline: 2px solid rgb(255, 206, 28);
  outline-offset: 2px;
}

body.theme-dark .home-category__cell .home-category-item {
  background: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 206, 28, 0.22);
}

body.theme-dark .home-category__cell .home-category-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-bottom-color: rgba(255, 206, 28, 0.38);
}

.home-category-item__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0;
}
.home-category-item__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.25s ease;
}

.home-category-item__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  hyphens: auto;
  overflow-wrap: anywhere;
}

/* Home blocks (головна): мозаїка категорій — під макет (велика колонка + 2×2) */
.home-block {
  padding: 32px 0 48px;
  /* Мобільна колонка; на десктопі — сітка 2 ряди, велика плитка на всю висоту */
  /* Мозаїка справа/зліва: 4 плитки — bento (ряд 1: широкий + вузький; ряд 2: вузький + широкий) */
  /* Figma: велика плитка — легкий градієнт знизу */
  /* Макет: велика плитка з quick links — ті самі горизонтальні відступи, що й у .home-block__content на main (20 / 16) */
  /* Велика плитка без quick links — заголовок зліва внизу */
  /* Figma: окремі пігулки з власною рамкою та blur; сітка 2 колонки, перенос рядків */
  /* Останній ряд пігулок + іконка: низ пігулки й квадрата іконки на одній лінії (як у макеті) */
  /* Figma: текст у пігулках quick-links */
  /* Верхні ряди: дві колонки; непарний хвіст — на всю ширину */
  /* Останній ряд: пігулки + іконка; одна пігулка не перекриває стрілку */
  /* Figma: 36×37, як пігулки — рамка #FFFFFF4D, фон 25%, blur; стрілка #FFCE1C */
  /* Десктоп: дубль іконки лише для мобільного режиму без пігулок */
  /* Мобільна велика плитка: без підкатегорій (як у макету 1+2), тільки заголовок + іконка в куті */
  /* Низ іконки на одній лінії з низом останнього ряду пігулок на великій плитці (той самий bottom, що .home-block__content--small) */
}
.home-block .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home-block--categories {
  /* Як у home-products: home-products-top flex-justify + home-title */
}
.home-block--categories .home-block__heading .colord {
  color: rgb(255, 206, 28);
}
.home-block--categories .home-products-top {
  margin: 0 0 28px;
}
.home-block--categories .home-products-top .home-title.home-block__heading {
  margin: 0;
  white-space: normal;
}
.home-block--kits .home-block__heading .colord,
.home-block--kits .home-block-kits__title .colord {
  color: rgb(255, 206, 28);
}
.home-block--kits .home-block-kits__top {
  margin: 0 0 0;
}
.home-block--kits .home-block-kits__title {
  margin: 0;
  white-space: normal;
}
.home-block--kits .home-block-kits__lead {
  margin: 16px 0 0;
  max-width: 960px;
  font-family: InterVariable, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3d3d3d;
}
.home-block--kits .home-block-kits__desktop {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-block--kits .home-block-kits__desktop {
    margin-left: -2.5px;
    margin-right: -2.5px;
    width: calc(100% + 5px);
  }
}
.home-block--kits .home-block-kits__grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
  margin-top: 28px;
}
.home-block--kits .home-block-kits__grid--1 {
  grid-template-columns: 308.75px;
}
.home-block--kits .home-block-kits__grid--2 {
  grid-template-columns: repeat(2, 308.75px);
}
.home-block--kits .home-block-kits__grid--3 {
  grid-template-columns: repeat(3, 308.75px);
}
.home-block--kits .home-block-kits__grid--4 {
  grid-template-columns: repeat(4, 308.75px);
}
.home-block--kits .home-block-kits__slider {
  margin-top: 28px;
  padding-bottom: 72px;
  position: relative;
}
.home-block--kits .home-block-kits__slider.home-products-list .home-products-slide-buttons {
  bottom: -32px;
}
.home-block--kits .home-block-kits__slider .splide__track {
  overflow: hidden;
}
.home-block--kits .home-block-kits__slider:not(.is-initialized) .splide__list {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.home-block--kits .home-block-kits__slider:not(.is-initialized) .splide__slide {
  flex: 0 0 308.75px;
  width: 308.75px;
  margin: 0;
}
.home-block--kits .home-block-kits__slide {
  height: 100%;
}
.home-block--kits .home-block-kits__card {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 16px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 560px;
  min-width: 0;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .home-block--kits .home-block-kits__card:hover, .home-block--kits .home-block-kits__card:focus-within {
    border-color: #e0e0e0;
    background: #fafafa;
  }
  .home-block--kits .home-block-kits__card:hover .home-block-kits__scroll, .home-block--kits .home-block-kits__card:focus-within .home-block-kits__scroll {
    cursor: grab;
  }
}
.home-block--kits .home-block-kits__card-head {
  flex-shrink: 0;
  min-height: 0;
}
.home-block--kits .home-block-kits__eyebrow {
  font-family: InterVariable, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin: 0 0 8px;
}
.home-block--kits .home-block-kits__card-title {
  margin: 0;
  font-family: InterVariable, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
}
.home-block--kits .home-block-kits__scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 14px;
  padding-right: 0;
  margin-right: 0;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
.home-block--kits .home-block-kits__scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.home-block-kits__card:hover .home-block--kits .home-block-kits__scroll, .home-block-kits__card:focus-within .home-block--kits .home-block-kits__scroll, .home-block-kits__accordion-item[open] .home-block--kits .home-block-kits__scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(119, 119, 119, 0.55) transparent;
}
.home-block-kits__card:hover .home-block--kits .home-block-kits__scroll::-webkit-scrollbar, .home-block-kits__card:focus-within .home-block--kits .home-block-kits__scroll::-webkit-scrollbar, .home-block-kits__accordion-item[open] .home-block--kits .home-block-kits__scroll::-webkit-scrollbar {
  display: block;
  width: 2px;
  height: 2px;
}
.home-block-kits__card:hover .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-track, .home-block-kits__card:focus-within .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-track, .home-block-kits__accordion-item[open] .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.home-block-kits__card:hover .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb, .home-block-kits__card:focus-within .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb, .home-block-kits__accordion-item[open] .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb {
  background-color: rgba(119, 119, 119, 0.55);
  border: none;
  border-radius: 1px;
}
.home-block-kits__card:hover .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb:hover, .home-block-kits__card:focus-within .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb:hover, .home-block-kits__accordion-item[open] .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(119, 119, 119, 0.85);
}
@media (hover: none) {
  .home-block--kits .home-block-kits__scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(119, 119, 119, 0.55) transparent;
  }
  .home-block--kits .home-block-kits__scroll::-webkit-scrollbar {
    display: block;
    width: 2px;
    height: 2px;
  }
  .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb {
    background-color: rgba(119, 119, 119, 0.55);
    border: none;
    border-radius: 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-block--kits .home-block-kits__scroll:active {
    cursor: grabbing;
  }
}
.home-block--kits .home-block-kits__group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  margin-top: 12px;
  padding: 0;
  overflow: visible;
}
.home-block--kits .home-block-kits__group:first-child {
  margin-top: 0;
}
.home-block--kits .home-block-kits__group-rail {
  flex: 0 0 28px;
  width: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px 0;
}
.home-block--kits .home-block-kits__group-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: InterVariable, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: #777777;
  white-space: nowrap;
}
.home-block--kits .home-block-kits__items {
  list-style: none;
  margin: 0;
  padding: 6px 8px;
  flex: 1;
  min-width: 0;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.home-block--kits .home-block-kits__row {
  margin: 0;
  padding: 0;
}
.home-block--kits .home-block-kits__row-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.35;
  border-bottom: 1px solid #f0f0f0;
}
.home-block--kits .home-block-kits__row-link:hover {
  color: rgb(255, 206, 28);
}
.home-block--kits .home-block-kits__row-link--nohref {
  cursor: default;
}
.home-block--kits .home-block-kits__row-link--nohref:hover {
  color: #1a1a1a;
}
.home-block--kits .home-block-kits__row:last-child .home-block-kits__row-link {
  border-bottom: 0;
}
.home-block--kits .home-block-kits__thumb-wrap {
  flex: 0 0 auto;
}
.home-block--kits .home-block-kits__thumb {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 6px;
  background: #f5f5f5;
}
.home-block--kits .home-block-kits__thumb--placeholder {
  border: 1px dashed #ddd;
}
.home-block--kits .home-block-kits__name {
  flex: 1;
  min-width: 0;
}
.home-block--kits .home-block-kits__accordion {
  display: none;
}
.home-block--kits .home-block-kits__accordion-item {
  background: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.home-block--kits .home-block-kits__accordion-item:last-child {
  margin-bottom: 0;
}
.home-block--kits .home-block-kits__accordion-trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  list-style: none;
}
.home-block--kits .home-block-kits__accordion-trigger::-webkit-details-marker {
  display: none;
}
.home-block--kits .home-block-kits__accordion-trigger::marker {
  content: "";
}
.home-block--kits .home-block-kits__accordion-trigger-inner {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-block--kits .home-block-kits__accordion-trigger .home-block-kits__eyebrow {
  margin: 0;
}
.home-block--kits .home-block-kits__accordion-trigger .home-block-kits__card-title {
  margin: 0;
}
.home-block--kits .home-block-kits__accordion-chevron {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #777;
  font-size: 14px;
  line-height: 1;
}
.home-block--kits .home-block-kits__accordion-chevron i {
  display: block;
  transition: transform 0.25s ease;
}
.home-block--kits .home-block-kits__accordion-item[open] .home-block-kits__accordion-chevron i {
  transform: rotate(90deg);
}
.home-block--kits .home-block-kits__accordion-panel {
  padding: 0 12px 12px;
}
.home-block--kits .home-block-kits__accordion-panel .home-block-kits__scroll {
  margin-top: 0;
  overflow: visible;
  max-height: none;
}
.home-block--kits .home-block-kits__accordion-panel .home-block-kits__items {
  background: #fff;
}
@media screen and (max-width: 1019px) {
  .home-block--kits .home-block-kits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .home-block--kits .home-block-kits__grid .home-block-kits__card {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .home-block--kits .home-block-kits__desktop {
    display: none;
  }
  .home-block--kits .home-block-kits__accordion {
    display: block;
    margin-top: 28px;
  }
}
body.theme-dark .home-block--categories .home-block__heading {
  color: rgba(255, 255, 255, 0.96);
}
body.theme-dark .home-block--categories .home-block__heading-line {
  color: rgba(255, 255, 255, 0.82);
}
body.theme-dark .home-block--kits .home-block__heading,
body.theme-dark .home-block--kits .home-block-kits__title {
  color: rgba(255, 255, 255, 0.96);
}
body.theme-dark .home-block--kits .home-block-kits__lead {
  color: rgba(255, 255, 255, 0.78);
}
body.theme-dark .home-block--kits .home-block-kits__card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}
@media (hover: hover) and (pointer: fine) {
  body.theme-dark .home-block--kits .home-block-kits__card:hover, body.theme-dark .home-block--kits .home-block-kits__card:focus-within {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
  }
  body.theme-dark .home-block--kits .home-block-kits__card:hover .home-block-kits__scroll, body.theme-dark .home-block--kits .home-block-kits__card:focus-within .home-block-kits__scroll {
    cursor: grab;
  }
}
body.theme-dark .home-block--kits .home-block-kits__items {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.14);
}
body.theme-dark .home-block--kits .home-block-kits__eyebrow {
  color: rgba(255, 255, 255, 0.55);
}
body.theme-dark .home-block--kits .home-block-kits__card-title {
  color: rgba(255, 255, 255, 0.95);
}
body.theme-dark .home-block--kits .home-block-kits__group-label {
  color: rgba(255, 255, 255, 0.55);
}
body.theme-dark .home-block--kits .home-block-kits__scroll {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.home-block-kits__card:hover body.theme-dark .home-block--kits .home-block-kits__scroll, .home-block-kits__card:focus-within body.theme-dark .home-block--kits .home-block-kits__scroll, .home-block-kits__accordion-item[open] body.theme-dark .home-block--kits .home-block-kits__scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 206, 28, 0.55) transparent;
}
.home-block-kits__card:hover body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar, .home-block-kits__card:focus-within body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar, .home-block-kits__accordion-item[open] body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar {
  display: block;
  width: 2px;
  height: 2px;
}
.home-block-kits__card:hover body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-track, .home-block-kits__card:focus-within body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-track, .home-block-kits__accordion-item[open] body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}
.home-block-kits__card:hover body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb, .home-block-kits__card:focus-within body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb, .home-block-kits__accordion-item[open] body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 206, 28, 0.55);
  border: none;
  border-radius: 1px;
}
.home-block-kits__card:hover body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb:hover, .home-block-kits__card:focus-within body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb:hover, .home-block-kits__accordion-item[open] body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 206, 28, 0.85);
}
@media (hover: none) {
  body.theme-dark .home-block--kits .home-block-kits__scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 206, 28, 0.55) transparent;
  }
  body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar {
    display: block;
    width: 2px;
    height: 2px;
  }
  body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
  }
  body.theme-dark .home-block--kits .home-block-kits__scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 206, 28, 0.55);
    border: none;
    border-radius: 1px;
  }
}
body.theme-dark .home-block--kits .home-block-kits__row-link {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
body.theme-dark .home-block--kits .home-block-kits__row-link--nohref:hover {
  color: rgba(255, 255, 255, 0.9);
}
body.theme-dark .home-block--kits .home-block-kits__thumb {
  background: rgba(0, 0, 0, 0.25);
}
body.theme-dark .home-block--kits .home-block-kits__accordion-item {
  background: rgba(255, 255, 255, 0.06);
}
body.theme-dark .home-block--kits .home-block-kits__accordion-chevron {
  color: rgba(255, 255, 255, 0.55);
}
body.theme-dark .home-block--kits .home-block-kits__accordion-panel .home-block-kits__items {
  background: rgba(255, 255, 255, 0.04);
}
.home-block__heading-line {
  color: #1a1a1a;
}
.home-block__layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* Мобілка: 1 велика 180×200 + 2 малі в мозаїці 180×95; gap 10px; 3–4 плитки приховані */
}
@media screen and (max-width: 991px) {
  .home-block__layout--left-big, .home-block__layout--right-big {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 180px));
    grid-template-rows: 95px 95px;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: min(380px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .home-block__layout--left-big .home-block__main {
    grid-column: 1;
    grid-row: 1/span 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 180px;
    height: 100%;
    min-height: 0;
    max-height: none;
    flex-shrink: 0;
    align-self: stretch;
  }
  .home-block__layout--left-big .home-block__grid--mosaic {
    grid-column: 2;
    grid-row: 1/span 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    width: auto;
    min-width: 0;
  }
  .home-block__layout--right-big .home-block__main {
    grid-column: 2;
    grid-row: 1/span 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 180px;
    height: 100%;
    min-height: 0;
    max-height: none;
    flex-shrink: 0;
    align-self: stretch;
  }
  .home-block__layout--right-big .home-block__grid--mosaic {
    grid-column: 1;
    grid-row: 1/span 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    width: auto;
    min-width: 0;
  }
  .home-block__layout--left-big .home-block__grid--mosaic > .home-block__tile:nth-child(n+3), .home-block__layout--right-big .home-block__grid--mosaic > .home-block__tile:nth-child(n+3) {
    display: none !important;
  }
  .home-block__layout--left-big .home-block__main > .home-block__tile--large, .home-block__layout--right-big .home-block__main > .home-block__tile--large {
    flex: 0 0 auto;
    width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
  .home-block__layout--left-big .home-block__grid--mosaic .home-block__tile--small, .home-block__layout--right-big .home-block__grid--mosaic .home-block__tile--small {
    width: 100%;
    max-width: 180px;
    min-height: 95px;
    height: 95px;
    max-height: 95px;
    flex: 0 0 95px;
  }
  .home-block__layout--left-big .home-block__grid--mosaic .home-block__tile--small .home-block__content--small, .home-block__layout--right-big .home-block__grid--mosaic .home-block__tile--small .home-block__content--small {
    bottom: 10px;
    padding: 6px 36px 0 10px;
  }
  .home-block__layout--left-big .home-block__grid--mosaic .home-block__tile--small .home-block__corner-icon, .home-block__layout--right-big .home-block__grid--mosaic .home-block__tile--small .home-block__corner-icon {
    right: 8px;
    bottom: 10px;
  }
}
@media screen and (max-width: 991px) and (max-width: 379px) {
  .home-block__layout--left-big, .home-block__layout--right-big {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
  .home-block__layout--left-big .home-block__main, .home-block__layout--right-big .home-block__main {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .home-block__layout {
    /* Велика плитка | мозаїка: макет Figma — малі плитки 485.75×265 / 320.5×265 (співвідн. 3:2) */
  }
  .home-block__layout--left-big {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, auto);
    gap: 14px 16px;
    align-items: stretch;
  }
  .home-block__layout--left-big .home-block__main {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .home-block__layout--left-big .home-block__grid--mosaic {
    grid-column: 2;
    grid-row: 1;
  }
  .home-block__layout--right-big {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, auto);
    gap: 14px 16px;
    align-items: stretch;
  }
  .home-block__layout--right-big .home-block__main {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .home-block__layout--right-big .home-block__grid--mosaic {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (min-width: 992px) {
  .home-block__layout--left-big .home-block__grid--mosaic, .home-block__layout--right-big .home-block__grid--mosaic {
    display: grid;
    gap: 14px 16px;
    align-content: start;
    min-width: 0;
  }
  .home-block__layout--left-big .home-block__grid--mosaic:has(> :nth-child(4):last-child), .home-block__layout--right-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: 265px 265px;
    min-height: 544px;
  }
  .home-block__layout--left-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(1), .home-block__layout--right-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(1) {
    grid-column: 1/span 3;
    grid-row: 1;
  }
  .home-block__layout--left-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(2), .home-block__layout--right-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(2) {
    grid-column: 4/span 2;
    grid-row: 1;
  }
  .home-block__layout--left-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(3), .home-block__layout--right-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(3) {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .home-block__layout--left-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(4), .home-block__layout--right-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(4) {
    grid-column: 3/span 3;
    grid-row: 2;
  }
  .home-block__layout--left-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(n+5), .home-block__layout--right-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) > .home-block__tile:nth-child(n+5) {
    grid-column: 1/-1;
  }
  .home-block__layout--left-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) .home-block__tile--small, .home-block__layout--right-big .home-block__grid--mosaic:has(> :nth-child(4):last-child) .home-block__tile--small {
    min-height: 265px;
    height: 100%;
  }
  .home-block__layout--left-big .home-block__grid--mosaic:not(:has(> :nth-child(4))), .home-block__layout--right-big .home-block__grid--mosaic:not(:has(> :nth-child(4))) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    min-height: 0;
  }
}
.home-block__single-slide {
  max-width: 640px;
  margin: 0 auto;
}
.home-block__carousel {
  position: relative;
  /* Стрілки в потоці під слайдом — не перекривають home-block__quick-links */
  padding-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .home-block__carousel {
    padding-bottom: 20px;
  }
}
.home-block__splide.splide {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.home-block__splide .splide__track {
  width: 100%;
}
.home-block__splide .splide__slide {
  height: auto;
}
.home-block__splide .splide__arrows {
  position: static;
  align-self: flex-end;
  margin-top: 16px;
  right: auto;
  bottom: auto;
  left: auto;
  top: auto;
  transform: none;
  width: auto;
  display: flex;
  gap: 10px;
}
.home-block__splide .splide__arrow {
  position: static;
  transform: none;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.home-block__splide .splide__arrow svg {
  fill: #fff;
}
.home-block__splide .splide__arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
}
.home-block__splide .splide__arrow:disabled {
  opacity: 0.35;
}
.home-block__main {
  flex: 0 0 auto;
  min-width: 0;
}
@media screen and (min-width: 992px) {
  .home-block__main {
    min-height: 540px;
  }
}
.home-block__main > .home-block__tile {
  flex: 1 1 auto;
  width: 100%;
}
.home-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-width: 0;
}
.home-block__grid--only {
  width: 100%;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .home-block__grid--only {
    grid-template-columns: 1fr;
  }
}
.home-block__tile {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background: #141414;
  min-height: 200px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22);
  /* Нижній край контенту = низ останнього ряду .home-block__quick-links-last-row; той самий offset, що й у малих плиток */
}
.home-block__tile--large {
  flex: 1 1 auto;
  min-height: 320px;
}
@media screen and (min-width: 992px) {
  .home-block__tile--large {
    min-height: 540px;
    height: 100%;
  }
}
.home-block__tile--has-quicklinks .home-block__content {
  bottom: 44px;
}
@media screen and (max-width: 991px) {
  .home-block__tile--has-quicklinks .home-block__content {
    bottom: 38px;
  }
}
.home-block__tile--small {
  min-height: 180px;
}
@media screen and (min-width: 768px) {
  .home-block__tile--small {
    min-height: 200px;
  }
}
.home-block__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.home-block__tile:hover .home-block__img, .home-block__tile:focus-within .home-block__img {
  transform: scale(1.045);
}
.home-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
  z-index: 0;
}
.home-block__tile--large .home-block__overlay {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.35) 100%);
}
.home-block__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home-block__tile-link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
.home-block__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
  padding: 18px 20px 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .home-block__content {
    bottom: 14px;
    padding: 14px 16px 0;
  }
}
.home-block__content--small {
  bottom: 44px;
  /* Місце під home-block__corner-icon (36px + відступ від краю плитки) — текст не наїжджає на стрілку */
  padding: 12px 52px 0 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .home-block__content--small {
    bottom: 38px;
  }
}
.home-block__tile--large.home-block__tile--has-quicklinks .home-block__content:not(.home-block__content--small) {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 0 0;
}
@media screen and (max-width: 991px) {
  .home-block__tile--large.home-block__tile--has-quicklinks .home-block__content:not(.home-block__content--small) {
    padding: 14px 0 0;
  }
}
.home-block__tile--large.home-block__tile--has-quicklinks .home-block__quick-links {
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .home-block__tile--large.home-block__tile--has-quicklinks .home-block__quick-links {
    padding: 0 16px;
  }
}
.home-block__tile--large:not(.home-block__tile--has-quicklinks) .home-block__content:not(.home-block__content--small) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-left: 20px;
  padding-right: 52px;
}
.home-block__title {
  display: block;
  color: rgba(255, 255, 255, 0.7490196078);
  font-family: "InterVariable", "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}
.home-block__title--small {
  font-family: "Inter", "InterVariable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: middle;
  max-width: 100%;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 991px) {
  .home-block__title--small {
    font-size: clamp(14px, 3.5vw, 24px);
    line-height: 1.2;
  }
}
.home-block__tile--large .home-block__title:not(.home-block__title--small) {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.7490196078);
  text-shadow: none;
}
@media screen and (max-width: 991px) {
  .home-block__tile--large .home-block__title:not(.home-block__title--small) {
    font-size: clamp(22px, 5vw, 32px);
    line-height: 1.2;
  }
}
.home-block__tile--large.home-block__tile--has-quicklinks .home-block__title:not(.home-block__title--small) {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .home-block__tile--large.home-block__tile--has-quicklinks .home-block__title:not(.home-block__title--small) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.home-block__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  pointer-events: auto;
  position: relative;
  z-index: 3;
  max-width: 100%;
}
.home-block__tile--has-quicklinks .home-block__quick-links {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  background: transparent;
  border: none;
  backdrop-filter: none;
}
.home-block__quick-links-last-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
  pointer-events: auto;
}
.home-block__tile--has-quicklinks .home-block__quick-links .home-block__pill {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  font-family: "Inter", "InterVariable", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(33, 33, 33, 0.25);
  backdrop-filter: blur(15px);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-block__tile--has-quicklinks .home-block__quick-links .home-block__pill:hover, .home-block__tile--has-quicklinks .home-block__quick-links .home-block__pill:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.85);
}
.home-block__tile--has-quicklinks .home-block__quick-links > .home-block__pill {
  flex: 1 1 calc(50% - 5px);
  min-width: 0;
  max-width: calc(50% - 5px);
}
.home-block__tile--has-quicklinks .home-block__quick-links > .home-block__pill:last-child:nth-child(odd) {
  flex: 1 1 100%;
  max-width: 100%;
}
.home-block__tile--has-quicklinks .home-block__quick-links-last-row .home-block__pill {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}
.home-block__tile--has-quicklinks .home-block__quick-links-last-row .home-block__pill:only-of-type {
  max-width: calc(100% - 46px);
}
.home-block__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  font-family: "Inter", "InterVariable", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 2.52px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(33, 33, 33, 0.25);
  backdrop-filter: blur(15px);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-block__pill:hover, .home-block__pill:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.85);
}
.home-block__corner-icon {
  position: absolute;
  right: 14px;
  bottom: 22px;
  z-index: 5;
  pointer-events: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 36px;
  height: 37px;
  padding: 1px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  background: rgba(33, 33, 33, 0.25);
  backdrop-filter: blur(15px);
  color: #111111;
}
.home-block__tile:hover .home-block__corner-icon, .home-block__tile:focus-within .home-block__corner-icon {
  color: rgb(255, 206, 28);
}
.home-block__corner-icon-svg {
  display: block;
  width: 12.4px;
  height: 12.4px;
  flex-shrink: 0;
}
.home-block__tile--large .home-block__corner-icon:not(.home-block__corner-icon--beside-quick-links) {
  bottom: 26px;
  right: 16px;
}
.home-block__corner-icon--beside-quick-links {
  position: static;
  inset: auto;
  right: auto;
  bottom: auto;
  flex-shrink: 0;
  align-self: flex-end;
  margin: 0;
}
.home-block__corner-icon--mobile-no-sublinks {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-block {
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .home-block__tile--large.home-block__tile--has-quicklinks .home-block__quick-links {
    display: none !important;
  }
  .home-block__tile--large.home-block__tile--has-quicklinks .home-block__corner-icon--beside-quick-links {
    display: none !important;
  }
  .home-block__tile--large.home-block__tile--has-quicklinks .home-block__corner-icon--mobile-no-sublinks {
    display: flex;
  }
  .home-block__tile--large.home-block__tile--has-quicklinks .home-block__content:not(.home-block__content--small) {
    align-items: flex-start;
    text-align: left;
    padding-left: 20px;
    padding-right: 52px;
    bottom: 14px;
  }
  .home-block__tile--large.home-block__tile--has-quicklinks .home-block__title:not(.home-block__title--small) {
    text-align: left;
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-block__tile--small .home-block__corner-icon {
  right: 12px;
  bottom: 44px;
}
@media screen and (max-width: 991px) {
  .home-block__tile--small .home-block__corner-icon {
    bottom: 38px;
  }
}

.home-products {
  padding-top: 35px;
}
.home-products.popup-products .home-products-list .home-products-slide-buttons {
  top: -36px;
  bottom: auto;
  width: 50%;
  right: 0;
  z-index: 1;
}
.home-products.popup-products .home-products-item .image {
  height: auto;
}

.home-products-top {
  align-items: center;
}

.home-products.notabs .home-products-top {
  padding-bottom: 38px;
}

.home-products-top .home-title {
  font-size: 46px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

.home-products-top .popup-title {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  z-index: 2;
}

.home-products-top .line {
  width: 100%;
  height: 1px;
  background-size: 100%;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, rgb(105, 106, 106) 100%);
}

@media screen and (max-width: 991px) {
  .home-products-top.flex-justify .home-title {
    padding-left: 16px;
    box-sizing: border-box;
  }
}
.home-products-button {
  order: 3;
}

.home-products-nav {
  overflow-x: auto;
  padding-bottom: 5px;
  margin: 20px 0 40px;
  display: flex;
}

.home-products-nav::-webkit-scrollbar-button {
  width: 10px;
  height: 5px;
  background: rgb(255, 206, 28);
  cursor: pointer;
}

.home-products-nav::-webkit-scrollbar-track {
  background-color: #333;
}

.home-products-nav::-webkit-scrollbar-thumb {
  background: rgb(255, 206, 28);
  cursor: pointer;
}

.home-products-nav::-webkit-scrollbar {
  height: 5px;
  background: rgb(255, 206, 28);
  cursor: pointer;
}

.home-products-nav .item {
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  white-space: nowrap;
}

.home-products-nav .item.all {
  margin-left: 0;
}

.home-products-nav .item:hover, .home-products-nav .item.active {
  color: rgb(255, 206, 28);
  border-color: rgb(255, 206, 28);
}

.home-products-list {
  padding-bottom: 35px;
}
.home-products-list .splide__list {
  padding-top: 10px;
}
.home-products-list .home-products-slide-buttons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
}
.home-products-list .home-products-slide-buttons .line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, rgb(105, 106, 106) 100%);
}
.home-products-list .home-products-slide-buttons .splide__arrow {
  transform: translate(0%, 0%);
}
.home-products-list .home-products-slide-buttons .splide__arrow:disabled {
  background: transparent;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home-products-list .home-products-slide-buttons .splide__arrow--next {
  position: static;
}
.home-products-list .home-products-slide-buttons .splide__arrow--prev {
  position: static;
}
.home-products-list .home-products-item {
  margin-top: 12px;
  transition-property: transform;
  margin-bottom: 50px;
}
.home-products-list .home-products-item.hide {
  display: none !important;
}
.home-products-list .home-products-item .product-images-arrows {
  display: none;
}
.home-products-list .home-products-item.banner {
  padding: 0;
}
.home-products-list .home-products-item.banner a img {
  width: 100%;
}
.home-products-list .home-products-item:hover {
  box-shadow: none;
  transform: translateY(-10px);
  padding-bottom: 10px;
  margin-bottom: 0;
}
.home-products-list .home-products-item:hover.banner {
  transform: translateY(0);
  padding-bottom: 0;
  margin-bottom: 50px;
}
.home-products-list .home-products-item:hover .bottom {
  margin-bottom: 18px;
  padding-bottom: 0;
}
.home-products-list .home-products-item:hover .hover-additional-info {
  display: flex;
}
.home-products-list .home-products-item .hover-additional-info {
  display: none;
  padding: 10px 12px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 28px;
  /* Одна колонка — по центру блоку */
}
.home-products-list .home-products-item .hover-additional-info .additional-info {
  margin-right: 0;
  text-align: left;
}
.home-products-list .home-products-item .hover-additional-info:has(> .additional-info:only-child) {
  justify-content: center;
  align-items: center;
}
.home-products-list .home-products-item .hover-additional-info:has(> .additional-info:only-child) .additional-info {
  text-align: center;
}
.home-products-list .home-products-item .hover-additional-info:has(> .additional-info:only-child) .additional-title,
.home-products-list .home-products-item .hover-additional-info:has(> .additional-info:only-child) .additional-text {
  text-align: center !important;
}

.additional-info .additional-title {
  color: rgb(255, 255, 255);
  opacity: 50%;
}

.additional-info .additional-text {
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

.error {
  color: red;
}

.text-banner-home-product {
  display: flex;
  flex-direction: column;
}

.text-banner-home-product h2 {
  padding-top: 14px;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}

.text-banner-home-product h2 span {
  color: rgb(255, 206, 28);
}

.text-banner-home-product p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.text-banner-home-product a {
  text-transform: uppercase;
  display: block;
  padding: 20px;
  width: 159px;
  height: 57px;
  border: 1px solid rgb(255, 206, 28);
  background-color: rgba(255, 206, 28, 0.1019607843);
  text-align: center;
  color: rgb(255, 206, 28);
}

.text-banner-home-product a i {
  margin-right: 20px;
}

/*home-page*/
/*product-default*/
.product-default {
  padding: 14px 0 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(60, 62, 65);
  border-radius: 3px;
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition-duration: 0.5s;
  justify-content: space-between;
}
.product-default.product-list {
  width: 100%;
  margin: 0 0 12px;
  padding: 20px 80px 20px 380px;
  min-height: 160px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: end;
}

.product-default.product-grid .sale.statuses.list {
  display: none;
}

.product-default.product-list .sale.statuses.grid {
  display: none;
}

.product-default:hover {
  z-index: 2;
  box-shadow: 0px 0px 21px -2px rgba(255, 255, 255, 0.2);
}

.home-products-item .product-default-texts-wrapper, .product-default .product-default-texts-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.home-products-item .sale.statuses {
  position: static;
}

.product-status.text.status-inline, .category-status.text.status-inline {
  display: inline-grid;
}

.product-sticker .text, .category-sticker .text, .product-status.text, .category-status.text {
  text-align: center;
  padding: 5px 15px 4px;
  border-radius: 2px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-default .sale.statuses .product-status.text, .product-default .sale.statuses .category-status.text {
  margin-bottom: 0;
  margin-right: 10px;
}

.product-default .top {
  height: 34px;
  padding-bottom: 12px;
  align-items: center;
}

.product-default.product-list .top {
  width: 100%;
  padding: 0;
  height: auto;
  margin-bottom: 3px;
}

.product-default .top .sku {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.product-default .top .wishlist {
  margin-left: auto;
}

.product-default .top .wishlist .button {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
}

.product-default .top .wishlist .button.active,
.product-default .top .wishlist .button:hover {
  color: rgb(255, 206, 28);
}

.product-default .top .wishlist .button.in-wishlist {
  color: rgb(255, 206, 28);
}

.product-default.product-list .sale {
  top: 20px;
  left: 76px;
}

.product-default.product-list .sale.list {
  position: absolute;
  z-index: 2;
}

.product-default.product-list .product-default-texts-wrapper {
  width: 100%;
}

.product-default.product-list .product-default-texts-wrapper.list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-default .splide .splide__track .splide__list .splide__slide img {
  height: auto;
}
.product-default .default-products-images {
  display: flex;
  flex-direction: column;
}
.product-default .default-products-images .splide__track .splide__list {
  width: 100%;
}
.product-default .default-products-images .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: auto;
}
.product-default .default-products-images .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.product-default .default-products-images .splide__arrows .splide__arrow {
  position: relative;
  background: transparent;
  width: 17px;
  min-width: 17px;
  height: 35px;
}
.product-default .default-products-images .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.product-default .default-products-images .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}

.product-default.product-list .image {
  height: 160px;
  width: 200px;
  position: absolute;
  left: 75px;
  top: 50%;
  transform: translate(0%, -50%);
}
.product-default.product-list .image .image-link {
  height: 100%;
}
.product-default.product-list .image .image-link .splide__list {
  height: 100%;
}
.product-default.product-list .image .image-link .products-images {
  height: 100%;
}
.product-default.product-list .image .image-link .products-images .splide__track {
  height: 100%;
}
.product-default.product-list .image .image-link .products-images .splide__track .splide__slide img {
  height: 100%;
  width: auto;
}

.product-default .image i {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 2;
  cursor: pointer;
}

.product-default .image .hide {
  display: none;
}

.product-default:hover .image i {
  display: block;
}

.product-default .image .button {
  top: 50%;
  transform: translate(0%, -50%);
  position: absolute;
  left: 0;
  color: #707070;
  font-size: 14px;
  z-index: 2;
}

.product-default .image .button:hover {
  color: rgb(255, 206, 28);
}

.product-default .review {
  display: inline-flex;
  justify-content: center;
  margin: 26px auto 0;
}

.product-default .review .rating-result {
  display: inline-flex;
  left: 0;
}

.product-default .review.grid {
  margin: 0 auto;
  display: none;
}

.product-default.product-list .review.grid {
  display: inline-flex;
  justify-content: center;
}

.product-default.product-list .review.list {
  display: none;
}

.product-default .review i {
  font-size: 10px;
  color: rgb(255, 206, 28);
  margin: 0 1px;
}

.product-default.product-list .center {
  max-width: 280px;
}

.product-default .category {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  padding-top: 10px;
}

.product-default.product-list .category {
  text-align: left;
  width: 100%;
  padding-top: 0;
}

.product-default .name {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
  min-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .product-default .name {
    font-size: 14px;
  }
}
.product-default.product-list .name {
  margin: 0 0 30px 0;
}

.product-default .bottom {
  padding-top: 20px;
  margin-top: auto;
}

.product-default.product-list .bottom {
  padding-top: 0;
  width: 210px;
  justify-content: space-between;
}

.product-default .bottom .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding-right: 24px;
  white-space: nowrap;
}

.product-default .bottom .price.special {
  color: #E55C5C;
}

.product-default .bottom .price .old {
  font-size: 11px;
  line-height: 132%;
  text-decoration-line: line-through;
  color: rgba(255, 255, 255, 0.4);
  vertical-align: top;
  padding-right: 5px;
}

.product-default .bottom .button {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  background: transparent;
  text-transform: uppercase;
  line-height: 14px;
  white-space: nowrap;
}

.product-default .bottom .button:disabled {
  color: #A9A9A9;
  cursor: not-allowed;
  text-shadow: none;
}

.product-default .bottom .button i {
  font-size: 10px;
  margin-right: 6px;
}

.product-default .bottom .button:hover {
  color: rgb(255, 255, 255);
}

.product-default.product-list .params {
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
}

.product-default .params {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  position: absolute;
  right: -0.5px;
  top: calc(100% - 1px);
  left: -0.5px;
  z-index: 9;
  padding: 0 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 0;
  background: #3c3e41;
  border-radius: 0 0 3px 3px;
}

.product-default:hover .params {
  display: grid;
}

.product-default.product-list .params .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.product-default .params .item {
  font-weight: 600;
  font-size: 13px;
  line-height: 132%;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.product-default .params .item .label {
  font-size: 9px;
  line-height: 132%;
  text-transform: uppercase;
  color: #ACACAC;
}

/*.product-default*/
/*.content*/
/*faq*/
.faq-title {
  text-transform: uppercase;
  text-align: center;
}

.accordion-container .ac {
  background-color: transparent;
  border: 1px solid white;
}

.accordion-container .ac .ac-trigger, .accordion-container .ac .ac-trigger:focus {
  color: white;
  font-family: "InterVariable", sans-serif;
  text-transform: uppercase;
}

.accordion-container .ac .ac-panel .ac-text {
  font-family: "InterVariable", sans-serif;
  color: white;
  border-top: 1px solid white;
}

/*faq*/
/*footer*/
.home-about {
  margin-top: 40px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 15px 15px 0 15px;
  position: relative;
  z-index: 1;
}

.home-about img {
  width: 100%;
  height: initial;
  border-radius: 10px;
}

.home-about video {
  width: 100%;
  height: initial;
}
.home-about video::-webkit-media-controls {
  display: none;
}
.home-about video::-moz-media-controls {
  display: none;
}
.home-about video::media-controls {
  display: none;
}

.home-about-text {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.01em;
  font-family: "InterVariable";
  width: 384px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.home-about-text .title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "InterVariable";
  padding-bottom: 10px;
}

.home-about-text p:not(:last-child) {
  margin-bottom: 8px;
}

.home-about-play {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  right: calc(50% - 46px);
  bottom: calc(50% - 25px);
}

.home-about-play .button {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 206, 28, 0.1);
  border: 1px solid rgba(255, 206, 28, 0.1);
  display: flex;
  font-size: 23px;
}

.home-about-play:hover .button {
  background: white;
}

.footer .seo-wrapper {
  z-index: 1;
  max-width: 1218px;
  text-align: center;
  margin: 0 auto 80px auto;
}

.footer .seo-wrapper .seo-btn {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 206, 28, 0.75);
  text-shadow: 2px 3px 25px rgb(255, 206, 28);
  font-weight: 700;
  cursor: pointer;
}

.footer .seo-wrapper .seo-btn i {
  margin-right: 8px;
}

.footer .seo-content {
  overflow: hidden;
  margin-bottom: 20px;
  transition-duration: 0.5s;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .seo-content.open {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: rgb(255, 255, 255);
  background: none;
}

.footer .seo-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer .seo-wrapper p {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.footer .seo-wrapper p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 60px 0;
  background: url(/images/head-top-dark.webp?0d537b0e14cc625b9aa423db35e93b1d) no-repeat top -340px center;
  background-size: 100%;
}

.footer .wrap {
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.footer .ellipse {
  top: 273px;
  right: 0;
  width: 566px;
  height: 566px;
}

.foot-info {
  min-width: 120px;
}

.foot-logo img {
  width: initial;
  height: initial;
}

.foot-copir {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.01em;
  font-family: "InterVariable";
  white-space: nowrap;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.foot-item .title {
  font-weight: 700;
  font-size: 12px;
  line-height: 258.7%;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.foot-item .menu > li + li {
  padding-top: 12px;
}

.foot-item .menu > li > a, .foot-add {
  font-size: 10px;
  text-transform: uppercase;
}

.foot-item .menu li.active a {
  color: rgb(255, 206, 28);
}

.foot-item .menu ul {
  display: none;
}

.foot-add {
  line-height: 181%;
  width: 100px;
}

.foot-contact {
  display: flex;
  flex-direction: column;
}

.foot-contact .phone {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.foot-contact .phone span {
  font-weight: 500;
}

.foot-contact .email {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  margin-top: 3px;
}

.foot-contact .social {
  padding-top: 15px;
  display: flex;
}

.foot-contact .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #9A9A9A;
  color: #333;
  font-size: 12px;
  margin-right: 10px;
}

.foot-contact .social a:hover {
  background: rgb(255, 206, 28);
}

.foot-form {
  background: rgba(255, 255, 255, 0.2);
  padding: 27px 0;
}

.foot-form .wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}

.foot-form form {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
}

.form-error-container {
  width: 500px;
}

.foot-form .title {
  font-size: 30px;
  text-transform: none;
  margin-right: 230px;
  margin-left: 170px;
  width: 308px;
  line-height: 43px;
  font-weight: 500;
}

.foot-form form .form-control {
  width: 190px;
  height: 40px;
  padding: 0 10px 0 20px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  background: transparent;
  color: rgb(255, 255, 255);
}

.foot-form form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-form form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-form form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-form form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-form form .button {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgb(255, 206, 28);
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  text-transform: uppercase;
  padding-right: 20px;
  background: transparent;
}

.foot-form form .button:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 8px;
  margin-right: 1px;
}

.foot-form .control-label {
  display: none;
}

.foot-form .form-error-container .error-text {
  bottom: -5px;
  line-height: 14px;
  padding: 0 !important;
}

.foot-form-thanks {
  text-align: center;
  flex-direction: column;
}
.foot-form-thanks.hide {
  display: none;
}

.foot-form-thanks i {
  font-size: 20px;
  color: green;
  padding-bottom: 6px;
}

.mobil-catalog-fixed {
  display: none;
}

.footer-cat {
  width: 626px;
  display: flex;
  flex-wrap: wrap;
}

.footer-cat li {
  width: 49%;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.1019607843);
  max-height: 90px;
  display: flex;
  padding: 0 10px;
}

.footer-cat li:nth-child(2n-1) {
  margin-right: 4px;
}

.footer-cat figure {
  margin-right: 20px;
  min-width: 120px;
  max-width: 120px;
  height: 100%;
}

.footer-cat img {
  height: 90%;
  width: auto;
}

.footer-cat li a {
  display: flex;
  align-items: center;
}

/*.footer*/
/*map*/
.map {
  height: 426px;
}

/*.map*/
.popup-right {
  font-family: "InterVariable";
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 714px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(34px);
  z-index: 99999999;
  overflow-y: auto;
  padding: 70px 50px 50px 50px;
  transition: right 0.35s ease, top 0.35s ease;
  -moz-transition: right 0.35s ease, top 0.35s ease;
  -ms-transition: right 0.35s ease, top 0.35s ease;
}

.popup-right.active {
  right: 0;
  z-index: 99999999;
}

@media screen and (max-width: 767px) {
  html.popup-scroll-lock,
  body.popup-scroll-lock {
    overflow: hidden;
    height: 100%;
  }
  body.popup-scroll-lock {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.popup-right .close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  font-size: 18px;
  margin: 0;
}

.popup-right.fixed-header-active {
  top: 75px;
  z-index: 99999999;
}

.popup-right .close:hover {
  color: rgb(255, 206, 28);
  background: transparent;
}

#cart-popup .table-striped .item, #order-popup .table-striped .item {
  padding: 5px;
  margin-bottom: 22px;
  background: rgba(76, 79, 82, 0.7);
  border-radius: 4px;
  align-items: center;
  position: relative;
}
#cart-popup .table-striped .item .name, #order-popup .table-striped .item .name {
  margin: 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0;
  width: 25%;
}
#cart-popup .table-striped .item .name .cat, #cart-popup .table-striped .item .name .option, #order-popup .table-striped .item .name .cat, #order-popup .table-striped .item .name .option {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.12px;
  text-align: left;
}
#cart-popup .table-striped .item .name .option, #order-popup .table-striped .item .name .option {
  text-transform: lowercase;
}
#cart-popup .table-striped .item .name a, #order-popup .table-striped .item .name a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#cart-popup .table-striped .item .price, #order-popup .table-striped .item .price {
  white-space: nowrap;
}
#cart-popup .table-striped .item .count, #order-popup .table-striped .item .count {
  padding: 18px 5px 0 5px;
}
#cart-popup .table-striped .item .count .quantity-input-group, #order-popup .table-striped .item .count .quantity-input-group {
  margin-bottom: 8px;
}
#cart-popup .table-striped .item .count .max-value-group, #order-popup .table-striped .item .count .max-value-group {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  opacity: 50%;
}
#cart-popup .table-striped .item .image, #order-popup .table-striped .item .image {
  min-width: 100px;
  max-width: 100px;
}
#cart-popup .table-striped .item .price-default, #order-popup .table-striped .item .price-default {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cart-popup .table-striped .item .price-default .length, #order-popup .table-striped .item .price-default .length {
  display: block;
  text-transform: uppercase;
}
#cart-popup .table-striped .item .delete, #order-popup .table-striped .item .delete {
  margin-bottom: auto;
  margin-top: 5px;
  margin-right: 5px;
}
#cart-popup .table-striped .item .delete button, #order-popup .table-striped .item .delete button {
  color: rgb(106, 102, 100);
  font-size: 14px;
}
#cart-popup .table-bordered, #order-popup .table-bordered {
  background: url(/images/head-top.png?1c4cd2cdb25e6a7fb9d5a11cb15b575a) no-repeat center top;
  background-size: 100%;
}
#cart-popup .table-bordered .total, #order-popup .table-bordered .total {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-top: 12px;
}
#cart-popup .table-bordered .total .name, #order-popup .table-bordered .total .name {
  font-weight: 100;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.73);
}
#cart-popup .table-bordered .total .value, #order-popup .table-bordered .total .value {
  font-size: 22px;
  text-transform: uppercase;
}
#cart-popup .cart-mini-bott .name_background_wrapper, #order-popup .cart-mini-bott .name_background_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#cart-popup .cart-mini-bott .name_background_wrapper .background, #order-popup .cart-mini-bott .name_background_wrapper .background {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, #696A6A 100%);
}
#cart-popup .cart-mini-bott .name_background_wrapper .name, #order-popup .cart-mini-bott .name_background_wrapper .name {
  text-transform: uppercase;
  opacity: 50%;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
}
#cart-popup .cart-mini-bott .value, #order-popup .cart-mini-bott .value {
  text-align: right;
  font-size: 24px;
}
#cart-popup .cart-mini-bott .value .coins, #order-popup .cart-mini-bott .value .coins {
  color: #686A6E;
}
#cart-popup .cart-mini-bott .total, #order-popup .cart-mini-bott .total {
  margin-bottom: 30px;
}

#order-popup .table-striped .item .price:not(.price-default) {
  margin-right: 10px;
}

.quantity-input-group {
  display: flex;
  width: 92px;
  height: 37px;
  background: linear-gradient(to right, rgb(72, 74, 76) 50%, rgba(255, 206, 28, 0.5) 100%);
  border: 1px solid #828486;
  margin-right: 10px;
}
.quantity-input-group .input-quantity {
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
}
.quantity-input-group .input-group-btn button {
  padding: 10px;
}

.cart-mini-button {
  text-align: center;
}

.cart-mini-button .checkout {
  background-color: rgba(255, 206, 28, 0.1);
  color: rgb(255, 206, 28);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  border: 1px solid rgb(255, 206, 28);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 24px;
}

.cart-mini-button .checkout i {
  font-size: 14px;
  margin-right: 10px;
}

.cart-mini-button .continion {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 15px;
}

.cart-mini-button .continion i {
  margin-right: 12px;
}

.cart-mini-empty {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 50px;
}

.cart-mini-empty span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 24px 0 14px;
}

#popup-review {
  padding: 50px 120px;
}

.popup-review-top {
  padding-bottom: 50px;
}

.popup-review-top .left {
  width: 50%;
}

.popup-review-top .title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.popup-review-top .name {
  font-weight: 700;
  font-size: 14px;
  color: #A7A7A7;
}

.popup-review-top .right {
  width: 50%;
  text-align: center;
  background-size: auto 100%;
}

.popup-review-top .number {
  font-weight: 250;
  font-size: 56px;
  line-height: 40px;
  letter-spacing: 0.01em;
  font-family: "InterVariable";
  text-align: center;
}

.popup-review-top .number span {
  font-size: 14px;
}

.popup-review-top .rating {
  display: inline-block;
  margin: 0 auto;
}

.popup-review-top .rating i {
  font-size: 13px;
  margin: 0 0.5px;
}

.popup-review-top .info {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.4);
  font-family: "InterVariable";
  line-height: 1;
  padding-top: 6px;
}

.popup-review-top .info .status {
  border-left: 1px solid;
  margin-left: 6px;
  padding-left: 6px;
}

.popup-review-top .info .status {
  border-left: 1px solid;
  margin-left: 6px;
  padding-left: 6px;
}

.popup-review-list .item {
  padding: 20px 47px 28px 53px;
  background: rgba(99, 99, 99, 0.38);
  box-shadow: 0px 9px 31px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(30.5px);
  -webkit-backdrop-filter: blur(30.5px);
  border-radius: 3px;
  margin-bottom: 26px;
  flex-wrap: wrap;
  font-family: "InterVariable";
  font-weight: 500;
  line-height: 1;
}

.popup-review-list .item .author {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.popup-review-list .item .rating {
  font-size: 5px;
}

.popup-review-list .item .rating i {
  margin-right: 1.5px;
}

.popup-review-list .item .date {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.popup-review-list .item .desc {
  width: 100%;
  font-size: 13px;
  padding-top: 12px;
  line-height: 132%;
  font-weight: 400;
}

.popup-review-list .no-reviews {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
}

.popup-review-list .no-reviews span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 24px 0 14px;
}

.review-form-open {
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid;
  padding: 0 37px;
  margin: 45px auto 0;
  display: table;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.popup-review-form .title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

#form-review {
  padding-top: 40px;
}

.product-fastorder {
  padding: 15px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 9px 31px rgba(0, 0, 0, 0.09);
  align-items: center;
}

#login-popup .login-register-title {
  padding-top: 50px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

#consult-popup .consult-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.success-form {
  text-align: center;
  flex-direction: column;
  line-height: 30px;
}

.success-form i {
  font-size: 50px;
  color: green;
  padding-bottom: 10px;
}

.simple-popup-body .simple-content .simpleregister-have-account,
.simple-popup-body .simple-content .form-horizontal .form-group:first-child,
.simple-popup-body .simple-popup-login, .simple-popup-body .simple-content {
  display: none;
}

.simple-popup-body .simple-popup-login.active, .simple-popup-body .simple-content.active {
  display: block;
}

.simple-popup-body .simpleregister,
.simple-popup-body .simple-content .simpleregister .form-horizontal .form-group {
  width: 100%;
}

.simple-popup-body .simple-popup-login p {
  padding-bottom: 20px;
}

.head-buttons .alert {
  border-radius: 3px;
  position: absolute;
  top: 70px;
  right: 0;
  padding: 10px;
  text-align: center;
  font-family: "InterVariable", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(34px);
  border: 1px solid rgb(204, 204, 204);
  z-index: 9;
}

.head-buttons .alert i {
  display: block;
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

.head-buttons .alert .colord {
  cursor: pointer;
}

.form-horizontal .control-label {
  display: block;
  font-family: "InterVariable";
  font-size: 12px;
  padding-bottom: 8px;
}

.form-horizontal .form-control {
  height: 60px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "InterVariable", sans-serif;
  width: 100%;
  border: 1px solid #97a3ac;
  border-radius: 3px;
  padding: 0 22px;
  background: transparent;
  color: rgb(255, 255, 255);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: transparent;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0px 1000px rgba(76, 79, 82, 0.7) inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

#popup-registration .form-horizontal .form-control {
  margin-bottom: 5px;
}

.form-group .fields-wrapper {
  margin-bottom: 30px;
}

.form-horizontal .form-control::-moz-placeholder {
  color: #FFF;
  opacity: 0.7;
}

.form-horizontal .form-control::placeholder {
  color: #FFF;
  opacity: 0.7;
}

.form-horizontal .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.form-horizontal .form-control::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.form-horizontal .form-control:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.form-horizontal .form-control:-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.form-horizontal textarea.form-control {
  padding: 20px 22px;
  height: 120px;
}

.form-horizontal .form-radio {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 10px;
}

.form-horizontal .form-radio input {
  display: none;
}

.form-horizontal .form-radio label {
  cursor: pointer;
  padding-bottom: 12px;
}

.form-horizontal .form-radio label span:before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f005";
  font-size: 25px;
  margin: 0 2px 10px;
  color: rgb(255, 206, 28);
}

.form-horizontal .form-radio label:hover > span:before, .form-horizontal .form-radio label > input:checked + span::before {
  font-weight: 900;
}

.form-horizontal .buttons {
  padding-top: 20px;
}

.form-horizontal .button.send_otp_btn {
  margin-bottom: 24px;
}

.form-horizontal .button {
  background: rgba(255, 206, 28, 0.1);
  border: 1px solid rgb(255, 206, 28);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  width: 100%;
  height: 60px;
}

.form-horizontal .button-restore-password {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
}

.form-horizontal .button i {
  margin-right: 12px;
}

.form-horizontal .alert {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}

.form-horizontal .alert i {
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}

.form-horizontal .alert-danger i {
  color: red;
}

.form-horizontal .alert-success i {
  color: green;
}

.form-horizontal .radio-checbox-options input {
  display: none;
}

.form-horizontal .radio-checbox-options label {
  font-family: "InterVariable";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}

.form-horizontal .radio-checbox-options label:before {
  content: "\f00c";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: transparent;
  font-size: 9px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.form-horizontal .radio-checbox-options input:checked + label::before {
  color: rgb(255, 206, 28);
}

.form-horizontal .radio-checbox-options label .option-price {
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  padding: 0 3px;
}

.form-horizontal .radio-checbox-options input:checked + label .option-price {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

.table-striped .image img {
  height: auto;
}

ul.pagination li {
  padding-left: 10px;
}

ul.pagination .hide {
  display: none;
}

ul.pagination li a,
ul.pagination li span {
  font-weight: 500;
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.01em;
  color: #B7B7B7;
  font-family: "InterVariable";
  position: relative;
}

ul.pagination li a:hover, ul.pagination li.active span {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

ul.pagination li.active span:before, ul.pagination li a:hover:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 100%;
  color: rgb(255, 206, 28);
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 10px;
  line-height: 1;
}

.item-result {
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.01em;
  color: #B7B7B7;
  font-family: "InterVariable";
  margin: auto 0;
}

#search-popup .search-popup-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

#search-popup .search-popup-desc {
  font-family: "InterVariable";
  font-size: 8px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#search-popup #search {
  flex-direction: column;
}

.section-empty p {
  padding-bottom: 20px;
}

.section-empty .button {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  border: 1px solid;
  border-radius: 3px;
  height: 60px;
  padding: 0 30px;
}

.search-options-list {
  padding-bottom: 15px;
}

.search-options-list .item {
  margin-bottom: 10px;
}

.search-options-list .item .form-control {
  margin: 0;
}

#product .input-group.number-spinner-XVR.number-spinner-XVR-button, #product .input-group.number-spinner-XVR-button-packaging {
  background: rgba(255, 255, 255, 0.07) !important;
}

.input-group-quantity-xvr .btn.btn-primary, .input-group-catalog-xvr .btn.btn-primary, #cart-popup .btn.btn-primary, #popup-quickorder .btn.btn-primary {
  color: rgb(255, 255, 255);
}

.input-group-quantity-xvr .btn.btn-primary.colord, .input-group-catalog-xvr .btn.btn-primary.colord, #cart-popup .btn.btn-primary.colord, #popup-quickorder .btn.btn-primary.colord {
  color: rgb(255, 206, 28);
}

.popup-overlay .form-horizontal .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.popup-overlay .form-horizontal .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.popup-overlay .form-horizontal .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.popup-overlay .form-horizontal .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.price-all {
  width: 11%;
}

.notify-quantity {
  position: absolute;
  line-height: 11px;
  font-size: 11px;
  top: 6px;
  left: 100%;
  margin-left: 10px;
  width: 123px;
  background: rgba(0, 0, 0, 0.14);
  padding: 5px 10px;
  text-align: center;
}

table .notify-quantity {
  position: absolute;
  line-height: 10px;
  font-size: 10px;
  top: -32px;
  left: -5px;
  margin-left: 10px;
  width: 100px;
  background: rgba(0, 0, 0, 0.14);
  padding: 5px 6px;
  text-align: center;
}

.iti__country-name {
  color: #000;
}

.notice-text {
  position: absolute;
  background: rgb(255, 255, 255);
  color: #000;
  padding: 5px;
  font-size: 11px;
  top: -45px;
  max-width: 230px;
}

.ocd-button {
  display: block;
}

.ocd-button span {
  font-size: 10px;
}

.button.colord span > span {
  font-size: 10px;
}

.page-pronas-list img {
  width: 100%;
  height: 100%;
}

.examples-of-work {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .examples-of-work {
    padding-top: 0;
  }
}
.example-of-work.button {
  width: 103%;
  height: 390px;
  border: 1px solid rgb(255, 206, 28);
  background: rgba(255, 206, 28, 0.1);
}

.example-of-work.button a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-of-work.button a span {
  color: rgb(255, 206, 28);
  text-transform: uppercase;
}

.example-of-work.button a span i {
  margin-right: 20px;
}

.show-more-examples {
  display: block;
  padding: 21px 30px;
  color: rgb(255, 206, 28);
  background: rgba(255, 206, 28, 0.1);
  border: 1px solid rgb(255, 206, 28);
  text-transform: uppercase;
}
.show-more-examples.mobile {
  display: none;
}

.show-more-examples i {
  margin-right: 20px;
}

.examples-wrapper {
  -moz-column-count: 4;
  column-count: 4;
  margin-right: 10px;
  padding-top: 20px;
  margin-bottom: 45px;
  /* Убеждаемся, что карточки растягиваются по высоте */
}
.examples-wrapper .example-of-work {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* Не разрываем карточки между колонками */
  page-break-inside: avoid;
  display: flex;
  flex-direction: column;
  height: 430px !important; /* Фиксированная высота для всех карточек */
}

.example-of-work {
  display: flex;
  flex-direction: column; /* Вертикальная раскладка */
  overflow: hidden;
  background-color: rgb(60, 62, 65);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  height: 430px; /* Фиксированная высота для всех карточек */
  margin-right: -9px;
  margin-bottom: 7px;
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* Не разрываем карточки между колонками */
  page-break-inside: avoid;
}

.example-of-work .image-example {
  width: 100%;
  height: 200px; /* Фиксированная высота изображения */
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 15px;
  flex-shrink: 0; /* Изображение не сжимается */
  -o-object-fit: cover;
     object-fit: cover; /* Обрезаем изображение для одинакового размера */
  -o-object-position: center;
     object-position: center;
  display: block;
  overflow: hidden;
}

.example-of-work .image-product {
  width: 77px;
  height: 77px;
  margin-right: 8px;
}

.examples-wrapper .middle-content-wrapper {
  padding: 0 13px;
  flex: 1; /* Растягиваем контент для заполнения пространства */
  display: flex;
  flex-direction: column;
}

.examples-wrapper .car-name {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Ограничиваем 2 строками */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  min-height: 40px; /* Фиксированная высота: 2 строки * 20px line-height */
  max-height: 40px; /* Фиксированная высота: 2 строки * 20px line-height */
}

.examples-wrapper .date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  opacity: 0.5;
  height: 20px; /* Фиксированная высота для выравнивания */
  flex-shrink: 0; /* Не сжимается */
}

.example-of-work ul {
  list-style: disc;
  margin-left: 22px;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.example-of-work .example-product {
  margin: 6px;
  background-color: rgb(73, 76, 80);
  border-radius: 4px;
  padding: 5px;
  margin-top: auto; /* Прижимаем к низу карточки */
}

.example-of-work .example-product .product-link {
  display: flex;
  align-items: flex-start; /* Выравниваем по верху для правильного отображения текста */
}

.example-of-work .example-product .product-link .text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0; /* Позволяет тексту обрезаться */
}

.example-of-work .example-product .product-link .title-product {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.3019607843);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Ограничиваем 2 строками */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px; /* Фиксированная высота: 2 строки * 12px line-height */
}

.example-of-work .example-product .product-link .name-product {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Ограничиваем 3 строками */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4; /* Для правильного расчета высоты */
  min-height: 4.2em; /* Минимальная высота: 3 строки */
  max-height: 4.2em; /* Максимальная высота: 3 строки */
}

.example-of-work .example-product .product-link .text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0; /* Позволяет тексту обрезаться */
}

/* Search popup dropdown: адаптивен под светлую и тёмную темы */
#search-popup #search .search-popup-input-wrap,
#search .search-popup-input-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  width: 100%;
}
#search-popup #search .dropdown-menu.search-popup-dropdown,
#search .dropdown-menu.search-popup-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 6px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: rgb(60, 62, 65);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-height: min(70vh, 420px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#search-popup #search .dropdown-menu.search-popup-dropdown li,
#search .dropdown-menu.search-popup-dropdown li {
  /* Рядок «ще N…»: клікабельний увесь <a>, підсвітка лише на кнопці всередині */
}
#search-popup #search .dropdown-menu.search-popup-dropdown li:not(.disabled, .inline, .more),
#search .dropdown-menu.search-popup-dropdown li:not(.disabled, .inline, .more) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#search-popup #search .dropdown-menu.search-popup-dropdown li.inline,
#search .dropdown-menu.search-popup-dropdown li.inline {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
#search-popup #search .dropdown-menu.search-popup-dropdown li.disabled .title,
#search .dropdown-menu.search-popup-dropdown li.disabled .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px 6px;
  font-size: 14px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
#search-popup #search .dropdown-menu.search-popup-dropdown li.disabled .search-suggestion .title,
#search .dropdown-menu.search-popup-dropdown li.disabled .search-suggestion .title {
  border-bottom: 2px solid rgb(255, 206, 28);
}
#search-popup #search .dropdown-menu.search-popup-dropdown li.more a,
#search .dropdown-menu.search-popup-dropdown li.more a {
  background: transparent;
}
#search-popup #search .dropdown-menu.search-popup-dropdown li.more a:hover,
#search .dropdown-menu.search-popup-dropdown li.more a:hover {
  background: transparent;
}
#search-popup #search .dropdown-menu.search-popup-dropdown li.more .search-suggestion.product .more,
#search .dropdown-menu.search-popup-dropdown li.more .search-suggestion.product .more {
  transition: filter 0.15s ease, background-color 0.15s ease;
}
#search-popup #search .dropdown-menu.search-popup-dropdown li.more .search-suggestion.product .more:hover,
#search .dropdown-menu.search-popup-dropdown li.more .search-suggestion.product .more:hover {
  filter: brightness(0.92);
}
#search-popup #search .dropdown-menu.search-popup-dropdown > li > a, #search-popup #search .dropdown-menu.search-popup-dropdown li.disabled,
#search .dropdown-menu.search-popup-dropdown > li > a,
#search .dropdown-menu.search-popup-dropdown li.disabled {
  display: block;
  padding: 10px 12px;
  clear: both;
  font-weight: 700;
  color: rgb(255, 255, 255);
  white-space: unset;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
#search-popup #search .dropdown-menu.search-popup-dropdown > li:not(.disabled):not(.more) > a:hover,
#search .dropdown-menu.search-popup-dropdown > li:not(.disabled):not(.more) > a:hover {
  background-color: rgba(255, 206, 28, 0.1);
}

.search-suggestion {
  overflow: hidden;
  width: 100%;
  display: flex;
  gap: 15px;
}
.search-suggestion .left, .search-suggestion .right {
  align-self: center;
  text-align: center;
}
.search-suggestion .center {
  flex-grow: 1;
  min-width: 0;
  align-self: center;
}
.search-suggestion.product .name {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.search-suggestion.product .price {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  color: rgb(255, 206, 28);
}
.search-suggestion.product .image {
  width: 70px;
  flex-shrink: 0;
}
.search-suggestion.product .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.search-suggestion.product .more {
  background: rgb(255, 206, 28);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.input-error {
  border: 1px solid red !important;
}

.button-loading .spinner {
  width: 25px;
  height: 18px;
  display: flex;
  line-height: 15px;
  justify-content: space-between;
  align-items: center;
}
.button-loading .spinner > div {
  width: 5px;
  height: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  display: inline-block;
  animation: spinner-animation 1.4s infinite ease-in-out both;
}
.button-loading .spinner .bounce1 {
  animation-delay: -0.32s;
}
.button-loading .spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes spinner-animation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.dropdown-suggestions {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
  background-color: #494C50;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.dropdown-suggestions li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.dropdown-suggestions li:last-child {
  border-bottom: none;
}

.dropdown-suggestions li:hover {
  background-color: rgb(255, 206, 28);
}

.dropdown-suggestions li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-suggestions li span {
  flex: 1;
  padding-right: 10px;
}

.dropdown-suggestions li span:first-child {
  font-weight: bold;
  color: #333;
}

.dropdown-suggestions li span:last-child {
  font-size: 12px;
  color: #888;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: #494C50;
  color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.custom-select::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.custom-select option {
  background-color: #494C50;
  color: rgb(255, 255, 255);
  padding: 10px;
  border: 1px solid #ccc;
}

.custom-select option:hover {
  background-color: rgb(255, 206, 28);
  color: #333;
}

.iti {
  width: 100%;
  margin-bottom: 12px;
}
.iti .iti__search-input {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.2);
}
.iti .iti__dropdown-content {
  background-color: rgb(128, 128, 128);
}
.iti .iti__dropdown-content .iti__country-name {
  color: rgb(255, 255, 255);
}
.iti .iti__dropdown-content .iti__dial-code {
  color: rgb(190, 190, 190);
}

.general-popup .popup-step-1,
.general-popup .popup-step-table-1,
.general-popup .popup-step-2,
.general-popup .popup-step-3,
.general-popup .popup-step-flex-3,
.general-popup .popup-step-4,
.general-popup .popup-step-5,
.general-popup .popup-step-6 {
  display: none;
}
.general-popup[data-step="1"] .popup-step-1, .general-popup[data-step="2"] .popup-step-1 {
  display: block;
}
.general-popup[data-step="1"] .popup-step-1, .general-popup[data-step="2"] .popup-step-2, .general-popup[data-step="3"] .popup-step-3, .general-popup[data-step="4"] .popup-step-4, .general-popup[data-step="5"] .popup-step-5, .general-popup[data-step="6"] .popup-step-6 {
  display: block;
}
.general-popup[data-step="3"] .popup-step-flex-3 {
  display: flex;
}
.general-popup[data-step="1"] .popup-step-table-1 {
  display: table;
}

.popup-consult-thanks {
  flex-direction: column;
}
.popup-consult-thanks i {
  font-size: 42px;
  margin-bottom: 11px;
  color: green;
}
.popup-consult-thanks span {
  text-align: center;
}

@media screen and (max-width: 1331px) {
  .wrap {
    width: 1000px;
  }
  .head-theme, .head-social {
    margin: 0 24px 0 auto;
  }
  .header-checkout .head-social {
    margin: 0 10px 0 auto;
  }
  .checkout-header .head-boot .head-logo {
    left: 0;
  }
  .page-default-nav {
    overflow-x: auto;
    padding-bottom: 5px;
    justify-content: flex-start;
  }
  .page-default-nav::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
    background: #D04B4B;
    cursor: pointer;
  }
  .page-default-nav::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
  }
  .page-default-nav::-webkit-scrollbar-thumb {
    background: #D04B4B;
    cursor: pointer;
  }
  .page-default-nav::-webkit-scrollbar {
    height: 5px;
    background: #D04B4B;
    cursor: pointer;
  }
  .home-banner-item {
    height: 344px;
  }
  .home-banner-item .home-banner__button {
    right: 60px;
    bottom: 48px;
    min-width: 220px;
  }
  .home-banner-item img {
    height: 100%;
  }
  .home-category {
    margin-top: 20px;
  }
  .home-category-item {
    min-height: 108px;
    height: 108px;
    padding: 10px;
  }
  .home-category-item__title {
    font-size: 12px;
  }
  .form-error-container {
    width: 350px;
  }
  .foot-form .title {
    font-size: 30px;
    margin-right: 140px;
    margin-left: 130px;
  }
  .popup-right {
    width: 73%;
    padding: 100px 50px;
  }
  .popup-right .close {
    top: 30px;
    right: 50px;
  }
  #popup-review {
    padding: 100px 50px;
  }
  .example-of-work.button {
    height: 350px;
  }
  .form-horizontal .button {
    letter-spacing: 0.1em;
  }
  .footer .seo-wrapper {
    margin: 0 50px 80px 50px;
  }
  .footer-cat {
    width: 500px;
  }
  .footer-cat .name {
    font-size: 12px;
  }
}
@media screen and (min-width: 1020px) {
  .for-mob {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .wrap {
    width: 750px;
  }
  .splide .splide__track .splide__list {
    height: auto;
  }
  .splide .splide__arrows button {
    width: 29px;
    min-width: 29px;
    height: 25px;
    font-size: 8px;
  }
  .head-catalog .head-catalog-container {
    display: none;
  }
  .head-catalog .head-catalog-container.for-mob {
    transition-duration: 0.35s;
    display: block;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    left: -100%;
    height: 100%;
  }
  .head-catalog .head-catalog-container.for-mob .item + li {
    padding-top: 15px;
  }
  .head-catalog .head-catalog-container.for-mob .item a {
    align-items: center;
  }
  .head-catalog .head-catalog-container.for-mob .item a figure {
    min-width: 75px;
    margin-right: 10px;
  }
  .head-catalog .head-catalog-container.for-mob .item a figure img {
    width: auto;
    height: 45px;
  }
  .head-catalog .head-catalog-container.for-mob .item.children {
    padding-left: 15px;
  }
  .head-catalog .head-catalog-container.for-mob .item.children a {
    font-size: 14px;
    font-weight: 500;
  }
  .head-catalog .head-catalog-container.for-mob .main_category_wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 60px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-right: 85px;
  }
  .head-catalog .head-catalog-container.for-mob .main_category_wrapper .back_to_main_category {
    font-size: 20px;
    color: rgb(255, 255, 255);
    min-width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 15px;
  }
  .head-catalog .head-catalog-container.for-mob .main_category_wrapper .back_to_main_category:focus, .head-catalog .head-catalog-container.for-mob .main_category_wrapper .back_to_main_category:hover {
    color: rgb(255, 206, 28);
    border: 1px solid rgb(255, 206, 28);
  }
  .head-catalog .head-catalog-container.for-mob.show {
    left: 0;
  }
  .header {
    min-height: 84px;
  }
  .head-top {
    padding: 30px 50px;
    line-height: initial;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(34px);
    border-radius: 3px;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 99;
    width: 73%;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  .head-top.fixed-header-active {
    top: 75px;
  }
  .head-top.active {
    right: 0;
  }
  .head-top-wrap {
    flex-wrap: wrap;
    align-items: initial;
    width: 100%;
    padding: 0;
  }
  #form-language {
    order: 4;
  }
  .head-theme {
    margin: 0;
    order: 5;
  }
  .head-social, .head-phone {
    order: 3;
    width: 100%;
    padding-bottom: 20px;
  }
  .head-menu {
    width: 100%;
    order: 2;
  }
  .head-menu ul {
    flex-direction: column;
    background: url(/images/head-top-dark.webp?0d537b0e14cc625b9aa423db35e93b1d) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .head-menu ul li + li {
    padding: 40px 0 0;
  }
  .head-menu ul li a {
    font-size: 13px;
  }
  .head-top-close, .head-catalog-close {
    display: flex;
    font-size: 20px;
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 2px;
    margin: 0 0 34px auto;
  }
  .head-top-close:hover, .head-catalog-close:hover {
    color: rgb(255, 206, 28);
    border: 1px solid rgb(255, 206, 28);
  }
  .head-buttons .head-top-open {
    display: flex;
  }
  .head-boot {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
  }
  .head-catalog-open {
    display: none;
  }
  .head-logo {
    width: 51px;
    height: initial;
    left: 0;
  }
  .head-logo img {
    height: initial;
  }
  .head-phone-mobil {
    display: block;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
  }
  .head-phone-mobil .title {
    font-weight: 500;
    font-size: 9px;
    color: #9A9A9A;
  }
  .head-phone-mobil a span {
    font-weight: 500;
  }
  .head-buttons {
    padding-top: 0;
  }
  .head-buttons .button {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-left: 12px;
  }
  .head-buttons .cart-total, .head-buttons .wishlist-total {
    width: 13px;
    height: 13px;
    font-size: 8px;
  }
  .head-catalog {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    border-radius: 0;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  .head-catalog.active {
    left: 0;
  }
  .checkout-header .head-boot .head-logo {
    order: 2;
  }
  .checkout-header .head-boot .head-social {
    display: none;
  }
  .checkout-header .head-boot .head-buttons {
    order: 4;
  }
  .checkout-header .head-boot .head-phone {
    display: flex;
    padding-bottom: 0;
    flex-direction: column;
    width: 28%;
    margin-right: 0;
  }
  .checkout-header .head-boot .head-continue {
    order: 1;
  }
  .mobil-catalog {
    display: block;
  }
  .breadcrumbs {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 5px;
    margin: 10px 10px 20px;
    width: calc(100% - 20px);
  }
  .breadcrumbs::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
    background: #D04B4B;
    cursor: pointer;
  }
  .breadcrumbs::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
  }
  .breadcrumbs::-webkit-scrollbar-thumb {
    background: #D04B4B;
    cursor: pointer;
  }
  .breadcrumbs::-webkit-scrollbar {
    height: 5px;
    background: #D04B4B;
    cursor: pointer;
  }
  .breadcrumbs ul {
    justify-content: flex-start;
  }
  .breadcrumbs li .button {
    white-space: nowrap;
  }
  .page-default-nav {
    margin-bottom: 30px;
  }
  .page-default-nav .button {
    padding: 0 10px;
    text-align: center;
    margin: 0 5px;
  }
  .home-banner-bott {
    line-height: 1;
  }
  .home-top {
    background-position: center top;
    background-size: 100%;
    padding-top: 114px;
    margin-top: -94px;
  }
  .home-banner {
    padding-bottom: 12px;
  }
  .home-banner-item {
    height: 258px;
  }
  .home-banner-item .home-banner__button {
    right: 32px;
    bottom: 34px;
    min-width: 190px;
    height: 34px;
    font-size: 9px;
    letter-spacing: 0.28em;
  }
  .home-slide-button .button {
    width: 29px;
    height: 25px;
    font-size: 8px;
  }
  .home-category-item {
    min-height: 104px;
    height: 104px;
  }
  .home-category-item__title {
    font-size: 11px;
  }
  .home-products-nav .item {
    font-size: 12px;
  }
  .home-products-list {
    padding-bottom: 15px;
  }
  .home-products .image {
    height: auto;
  }
  .home-products.popup-products .home-products-list .home-products-slide-buttons {
    top: -30px;
  }
  .home-about-play {
    bottom: 50%;
  }
  .home-about-text {
    bottom: 10px;
  }
  .footer .wrap {
    flex-wrap: wrap;
  }
  .foot-info {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .foot-item {
    width: calc(25% - 20px);
  }
  .foot-form {
    width: 100%;
  }
  .foot-form .title {
    font-size: 24px;
    margin-right: 110px;
    margin-left: 0;
    width: 225px;
    line-height: 34px;
  }
  .mobil-catalog-fixed {
    display: block;
    position: fixed;
    z-index: 2;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .foot-catalog {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer-cat {
    width: 100%;
    justify-content: center;
  }
  .examples-wrapper {
    -moz-column-count: 3;
    column-count: 3;
  }
  .head-buttons .alert {
    top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .price-all {
    width: 15%;
  }
  #cart-popup .table-striped .item .price-default, #order-popup .table-striped .item .price-default {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #cart-popup .table-striped .item .name, #order-popup .table-striped .item .name {
    width: 32%;
  }
  .wrap {
    width: 460px;
  }
  .ellipse {
    display: none;
    width: 220px;
    height: 220px;
    filter: blur(100px);
  }
  .ellipse-body {
    height: 400px;
  }
  .ellipse-body .ellipse {
    top: -17px;
    right: -50px;
  }
  .checkout-header {
    min-height: 150px;
  }
  .checkout-header .fixed-header {
    height: 150px;
  }
  .checkout-header .fixed-header.show {
    height: 150px;
  }
  .checkout-header .head-boot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .checkout-header .head-boot .head-lang {
    order: 4;
    margin-right: 0;
  }
  .checkout-header .head-boot #form-language {
    order: 4;
  }
  .checkout-header .head-boot .head-logo {
    position: absolute;
    order: 0;
    top: calc(50% - 26px);
  }
  .checkout-header .head-boot .head-buttons {
    order: 3;
  }
  .checkout-header .head-boot .head-phone {
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
  }
  .checkout-header .head-boot .head-continue {
    margin: 0;
    order: 0;
  }
  .default-title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .page-default-nav .button {
    height: 28px;
    white-space: nowrap;
    font-size: 11px;
  }
  .home-top .ellipse {
    width: 220px;
    height: 220px;
    left: -80px;
    bottom: -110px;
  }
  .home-category-item {
    min-height: 96px;
    height: auto;
    padding: 8px;
    gap: 6px;
  }
  .home-category-item__icon {
    width: 40px;
    height: 40px;
  }
  .home-category-item__title {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .home-products-list .home-products-item .category {
    font-size: 10px;
  }
  .home-products-list .home-products-item .hover-additional-info {
    gap: 0 10px;
  }
  .text-banner-home-product h2 {
    font-size: 28px;
    padding-top: 7px;
    margin-bottom: 8px;
  }
  .text-banner-home-product p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .home-products-top .home-title {
    font-size: 28px;
  }
  .home-products-nav {
    margin: 15px 0 30px;
  }
  .home-products-nav .item {
    font-size: 11px;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 10px;
  }
  .home-products-list .home-products-item .hover-additional-info {
    font-size: 13px;
    padding: 7px 6px;
  }
  .home-products-list .home-products-item.banner a {
    height: 100%;
    display: flex;
  }
  .home-products-list .home-products-item.banner a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-default {
    display: flex;
    flex-direction: column;
  }
  .product-default:hover {
    z-index: initial;
  }
  .product-default .top {
    padding-bottom: 10px;
  }
  .product-default .top .sku {
    font-size: 8px;
  }
  .product-default .top .wishlist .button {
    font-size: 14px;
  }
  .product-default .image {
    width: 100%;
  }
  .product-default .review {
    margin: 20px auto 0;
  }
  .product-default .category {
    font-size: 8px;
    padding-top: 10px;
  }
  .product-default .name {
    font-size: 12px;
    min-height: 36px;
    -webkit-line-clamp: 3;
    line-height: 1.2;
  }
  .product-default .bottom {
    padding-top: 15px;
    align-items: flex-end;
    margin-top: auto;
  }
  .product-default .bottom .price {
    font-size: 13px;
  }
  .product-default .bottom .price .old {
    font-size: 9px;
    padding-right: 0;
    display: block;
    text-align: right;
  }
  .product-default .bottom .button {
    font-size: 12px;
  }
  .product-default .bottom .button i {
    font-size: 8px;
  }
  .home-products .image {
    height: auto;
  }
  .home-about {
    overflow: hidden;
    justify-content: center;
    display: flex;
  }
  .home-about img, .home-about video {
    max-width: initial;
    height: 400px;
    width: initial;
  }
  .home-about-text {
    font-size: 11px;
    width: 400px;
    max-width: 100%;
    bottom: 30px;
    padding: 0 10px;
  }
  .home-about-text .title {
    font-size: 16px;
  }
  .home-about-play {
    right: initial;
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column-reverse;
  }
  .home-about-play .button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer .ellipse {
    right: initial;
    width: 289px;
    height: 289px;
    left: -97px;
    top: -90px;
  }
  .popup-right {
    width: 100%;
    padding: 100px 20px 50px;
  }
  .popup-right .close {
    right: 20px;
  }
  .simple-popup-nav .item {
    font-size: 11px;
    padding: 0 30px;
    height: 28px;
  }
  .form-horizontal .form-control, .form-horizontal .button {
    height: 50px;
  }
  .footer .seo-wrapper {
    margin: 0 20px 80px 20px;
  }
  .examples-wrapper {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-right: 0;
    padding-top: 12px;
    margin-bottom: 28px;
  }
  .examples-wrapper .example-of-work {
    height: auto !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .examples-wrapper .example-of-work .image-example {
    height: 168px !important;
    min-height: 168px;
    max-height: 168px;
    margin-bottom: 10px;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center;
       object-position: center;
  }
  .examples-wrapper .middle-content-wrapper .car-name {
    font-size: 14px;
    line-height: 1.2;
    min-height: 0;
    max-height: none;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .examples-wrapper .date {
    font-size: 12px;
    margin-bottom: 6px;
    height: auto;
  }
  .examples-wrapper .example-of-work ul {
    margin-left: 16px;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.35;
  }
  .examples-wrapper .example-product {
    margin: 4px;
    padding: 4px;
  }
  .examples-wrapper .example-product .product-link .image-product {
    width: 56px;
    height: 56px;
    margin-right: 6px;
  }
  .examples-wrapper .example-product .product-link .title-product {
    font-size: 10px;
    margin-bottom: 6px;
    height: auto;
    max-height: none;
    -webkit-line-clamp: 2;
  }
  .examples-wrapper .example-product .product-link .name-product {
    font-size: 11px;
    min-height: 0;
    max-height: none;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .show-more-examples {
    padding: 16px 20px;
    font-size: 14px;
  }
  .show-more-examples.desktop {
    display: none;
  }
  .show-more-examples.mobile {
    display: block;
  }
  .example-of-work {
    height: 430px !important; /* Фиксированная высота для всех карточек на мобильных */
  }
  .example-of-work.button {
    height: 341px;
  }
  .example-of-work.button a span {
    font-size: 14px;
  }
  .example-of-work .image-example {
    height: 200px !important; /* Фиксированная высота изображения на мобильных */
    -o-object-fit: cover !important;
       object-fit: cover !important; /* Обрезаем изображение для одинакового размера */
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  #cart-popup .table-striped .item, #order-popup .table-striped .item {
    padding: 10px;
    margin-bottom: 15px;
  }
  #cart-popup .table-striped .item .name, #order-popup .table-striped .item .name {
    margin: 0 5px;
    font-size: 12px;
  }
  #cart-popup .table-striped .item .name .cat, #cart-popup .table-striped .item .name .option, #order-popup .table-striped .item .name .cat, #order-popup .table-striped .item .name .option {
    font-size: 8px;
  }
  #cart-popup .table-striped .item .count, #order-popup .table-striped .item .count {
    margin: 0 5px 0 auto;
  }
  #cart-popup .table-striped .item .count .count-input, #order-popup .table-striped .item .count .count-input {
    font-size: 11px;
  }
  #cart-popup .table-striped .item .price, #order-popup .table-striped .item .price {
    min-width: 50px;
    font-size: 13px;
  }
  .foot-item {
    padding-bottom: 30px;
    width: calc(50% - 20px);
  }
  .foot-form {
    width: 100%;
    padding-bottom: 27px;
  }
  .foot-form .wrap {
    display: block;
  }
  .foot-form .title {
    font-size: 18px;
    margin-right: 0;
    width: auto;
    line-height: 28px;
    text-align: center;
  }
  .form-error-container {
    width: auto;
  }
  .footer-cat figure {
    margin-right: 10px;
  }
  .foot-catalog {
    width: 100%;
  }
  .product-default .product-default-texts-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .button.colord span {
    font-size: 8px;
    line-height: 12px;
  }
  .button.colord span > span {
    font-size: 7px;
  }
  .product-default .bottom .price {
    padding-right: 5px;
  }
}
@media screen and (max-width: 479px) {
  .wrap {
    width: 100%;
  }
  .head-boot {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .head-phone-mobil {
    width: 100%;
    order: -1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -10px;
  }
  .head-phone-mobil .title {
    padding-right: 10px;
  }
  .head-top {
    padding: 30px 10px;
    width: 100%;
  }
  .head-menu ul li + li {
    padding: 20px 0 0;
  }
  .head-catalog .head-catalog-container {
    padding: 30px 10px;
  }
  .head-catalog .head-catalog-container.for-mob .main_category_wrapper {
    font-size: 13px;
    top: 30px;
    margin-right: 52px;
  }
  .head-catalog .head-catalog-container.for-mob .menu li a {
    font-size: 13px;
  }
  .product-default:not(.home-products-item) .top {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .product-default:not(.home-products-item) .top .sale {
    width: 100%;
    text-align: left;
    order: 3;
  }
  .product-default:not(.home-products-item) .top .sku, .product-default:not(.home-products-item) .top .wishlist {
    margin-bottom: 8px;
  }
  .home-banner-bott {
    line-height: 1;
  }
  .home-banner-item {
    height: 160px;
  }
  .home-banner-item .home-banner__button {
    right: 16px;
    bottom: 20px;
    min-width: 150px;
    height: 30px;
    padding: 0 14px;
    font-size: 8px;
    letter-spacing: 0.18em;
  }
  .home-products-top .home-title {
    font-size: 20px;
  }
  .home-products-item .product-default-texts-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
  .home-products-item .sale {
    position: absolute;
    top: 25px;
  }
  .home-products-item .sale.statuses {
    text-align: left;
  }
  .footer {
    padding: 30px 0;
  }
  .foot-logo img {
    width: 70px;
  }
  .foot-item .menu > li + li {
    padding-top: 6px;
  }
  .foot-item .menu > li > a, .foot-add {
    font-size: 9px;
  }
  .foot-contact .phone {
    font-size: 16px;
  }
  .foot-contact .email {
    font-size: 10px;
  }
  .footer-cat li {
    width: 100%;
  }
  .footer-cat li:nth-child(2n-1) {
    margin-right: 0;
  }
  .popup-right {
    padding: 50px 10px 40px;
    box-shadow: none;
  }
  .popup-right .close {
    top: 10px;
    right: 10px;
  }
  #popup-review {
    padding: 60px 10px 20px;
  }
  .popup-review-top .left {
    padding-right: 10px;
  }
  .popup-review-top .title {
    font-size: 16px;
  }
  .popup-review-top .name, .popup-review-top number span {
    font-size: 11px;
  }
  .popup-review-top .number {
    font-size: 36px;
    line-height: 28px;
  }
  .popup-review-top .rating i {
    font-size: 9px;
    line-height: 9px;
    margin: 0 0.2px;
  }
  .price-all {
    width: 90px;
  }
  .examples-wrapper {
    display: block;
    margin-right: 0;
    padding-top: 10px;
    margin-bottom: 20px;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .examples-wrapper .example-of-work {
    margin-right: 0;
    margin-bottom: 10px;
    height: auto !important;
    width: 100%;
  }
  .examples-wrapper .example-of-work .image-example {
    height: 152px !important;
    min-height: 152px;
    max-height: 152px;
    margin-bottom: 8px;
  }
  .examples-wrapper .middle-content-wrapper {
    padding: 0 8px;
  }
  .examples-wrapper .middle-content-wrapper .car-name {
    font-size: 12px;
    line-height: 1.2;
    min-height: 0;
    max-height: none;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .examples-wrapper .date {
    font-size: 11px;
    margin-bottom: 4px;
    height: auto;
  }
  .examples-wrapper .example-of-work ul {
    margin-left: 14px;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.3;
  }
  .examples-wrapper .example-product {
    margin: 3px;
    padding: 3px;
  }
  .examples-wrapper .example-product .product-link .image-product {
    width: 48px;
    height: 48px;
    margin-right: 5px;
  }
  .examples-wrapper .example-product .product-link .title-product {
    font-size: 9px;
    margin-bottom: 4px;
    height: auto;
    max-height: none;
  }
  .examples-wrapper .example-product .product-link .name-product {
    font-size: 10px;
    min-height: 0;
    max-height: none;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .example-of-work.button {
    width: 100%;
  }
  #cart-popup .title, #order-popup .title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  #cart-popup .table-striped .item, #order-popup .table-striped .item {
    flex-wrap: wrap;
  }
  #cart-popup .table-striped .item .name, #order-popup .table-striped .item .name {
    width: calc(100% - 120px);
  }
  #cart-popup .table-striped .item .price-default, #order-popup .table-striped .item .price-default {
    display: flex;
    flex-direction: column;
    font-size: 13px;
  }
  #cart-popup .table-striped .item .price-default .old, #order-popup .table-striped .item .price-default .old {
    text-align: left;
  }
  #cart-popup .table-striped .item .price.price-default, #order-popup .table-striped .item .price.price-default {
    margin: 10px 0 0;
  }
  #cart-popup .table-striped .item .count, #order-popup .table-striped .item .count {
    margin: 10px auto 0;
  }
  #cart-popup .table-striped .item .delete, #order-popup .table-striped .item .delete {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .cart-mini-button .checkout {
    height: 50px;
    font-size: 14px;
  }
}
#my-address-fields {
  padding-top: 15px;
}

/* Home: static color films block */
.home-color-films {
  margin: 56px 0 44px;
}

.home-color-films__head {
  align-items: center;
  margin-bottom: 14px;
}

.home-color-films__head .home-title {
  font-family: InterVariable, sans-serif;
  font-weight: 500;
  font-size: 42.2px;
  line-height: 55.2px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-color-films__arrows {
  display: flex;
  gap: 8px;
}
.home-color-films__arrows .button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-color-films__tabs {
  margin: 0 0 24px;
}

.home-color-films__tabs .item {
  background: transparent;
  border-radius: 0;
}

.home-color-films__list {
  position: relative;
}
.home-color-films__list .splide__track {
  padding-bottom: 50px;
}
.home-color-films__list .splide__list {
  padding-top: 10px;
}
.home-color-films__list .home-products-slide-buttons {
  position: absolute;
  bottom: -25px;
  width: 100%;
  display: flex;
  align-items: center;
}
.home-color-films__list .home-products-slide-buttons .line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, rgb(105, 106, 106) 100%);
}
.home-color-films__list .home-products-slide-buttons .splide__arrow {
  transform: translate(0%, 0%);
}
.home-color-films__list .home-products-slide-buttons .splide__arrow:disabled {
  background: transparent;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home-color-films__list .home-products-slide-buttons .splide__arrow--next {
  position: static;
}
.home-color-films__list .home-products-slide-buttons .splide__arrow--prev {
  position: static;
}

.home-color-films__slide {
  margin-top: 12px;
  margin-bottom: 0;
  cursor: pointer;
  height: auto;
  display: flex;
}

.home-color-films__card {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(60, 62, 65);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .home-color-films__card:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  }
}

.home-color-films__image {
  aspect-ratio: 1.56/1;
  overflow: hidden;
}
.home-color-films__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-color-films__card:hover .home-color-films__image img {
    transform: scale(1.03);
  }
}
.home-color-films__meta {
  padding: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  height: 86px;
}
.home-color-films__meta .home-color-films__arrow {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  display: block;
  color: #111111;
  opacity: 0.96;
  transform: translateY(-1px);
  transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}
.home-color-films__meta .home-color-films__arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

@media (hover: hover) and (pointer: fine) {
  .home-color-films__card:hover .home-color-films__meta .home-color-films__arrow {
    color: rgb(255, 206, 28);
    opacity: 1;
    transform: translateY(-1px) translateX(1px);
  }
}
.home-color-films__text {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.home-color-films__brand,
.home-color-films__name {
  font-family: InterVariable, sans-serif;
  letter-spacing: 0;
}

.home-color-films__brand {
  font-size: 13px;
  opacity: 0.78;
  margin-bottom: 2px;
}

.home-color-films__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  min-height: 40px;
}

@media screen and (max-width: 768px) {
  .home-color-films__name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 520px) {
  .home-color-films {
    margin: 26px 0 32px;
  }
  /* Вынимаем слайдер из горизонтального padding `.wrap`, чтобы карточка не «плавала» в двойных отступах */
  .home-color-films.row .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .home-color-films__head {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
  }
  .home-color-films__head .home-title {
    font-size: 28px;
    line-height: 1.12;
  }
  .home-color-films__tabs.home-products-nav {
    margin: 0 0 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-color-films__tabs .item {
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 0.12em;
    padding: 0 11px;
    margin-left: 8px;
  }
  .home-color-films__tabs .item.all {
    margin-left: 0;
  }
  .home-color-films__slide {
    margin-top: 6px;
  }
  .home-color-films__meta {
    height: auto;
    min-height: 76px;
    padding: 12px 14px;
    align-items: center;
  }
  .home-color-films__name {
    font-size: 14px;
    line-height: 18px;
    min-height: 36px;
  }
  .home-color-films__list {
    padding-bottom: 28px;
  }
  .home-color-films__list .splide__track {
    padding-bottom: 38px;
  }
  .home-color-films__list .home-products-slide-buttons {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
/* Home: reviews block */
.home-reviews {
  margin: 54px 0 44px;
}

.home-reviews__head {
  align-items: center;
  margin-bottom: 18px;
}

.home-reviews__head .home-title {
  font-size: 46px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
}

.home-reviews__open {
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: inherit;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.home-reviews__open:hover {
  border-color: rgb(255, 206, 28);
  color: rgb(255, 206, 28);
}

.home-reviews__mobile {
  display: none;
}

.home-reviews__list--desktop {
  padding-bottom: 65px;
  position: relative;
}
.home-reviews__list--desktop .home-products-slide-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.home-reviews__list--desktop .home-products-slide-buttons .line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, rgb(105, 106, 106) 100%);
}
.home-reviews__list--desktop .home-products-slide-buttons .splide__arrow {
  transform: translate(0%, 0%);
}
.home-reviews__list--desktop .home-products-slide-buttons .splide__arrow:disabled {
  background: transparent;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home-reviews__list--desktop .home-products-slide-buttons .splide__arrow--next,
.home-reviews__list--desktop .home-products-slide-buttons .splide__arrow--prev {
  position: static;
}

.home-reviews__list--desktop.home-reviews__list--static {
  padding-bottom: 0;
}

.home-reviews__desktop .home-reviews__slide {
  margin-top: 10px;
  margin-bottom: 66px;
}

.home-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 226px;
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 14px;
}

.home-reviews-card {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(60, 62, 65);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  transition: border-color 0.2s ease, transform 0.2s ease;
  font-family: "InterVariable", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (hover: hover) and (pointer: fine) {
  .home-reviews-card:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
  }
}

.home-reviews-card--featured {
  grid-row: span 2;
}

.home-reviews-card--compact {
  grid-row: span 1;
}

.home-reviews-card__image {
  aspect-ratio: 1.7/1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.12);
}
.home-reviews-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.home-reviews-card__image-link {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.home-reviews-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.home-reviews-card__top {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.home-reviews-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
  text-transform: uppercase;
}

.home-reviews-card__meta {
  min-width: 0;
  flex: 1 1 auto;
}

.home-reviews-card__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.home-reviews-card__rating {
  color: rgb(255, 206, 28);
  font-size: 10px;
  margin-top: 3px;
  letter-spacing: 0.06em;
}

.home-reviews-card__product {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  opacity: 0.72;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  overflow: hidden;
}

.home-reviews-card__product-link {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.home-reviews-card--clickable {
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .home-reviews-card--clickable:hover .home-reviews-card__product-link {
    color: rgb(255, 206, 28);
    opacity: 1;
  }
  .home-reviews-card--clickable:hover .home-reviews-card__image img {
    transform: scale(1.02);
    transition: transform 0.25s ease;
  }
}
.home-reviews-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(255, 255, 255);
  flex: 1 1 auto;
  text-align: center;
  max-height: 122px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 206, 28) rgba(255, 255, 255, 0.12);
  padding-right: 4px;
}
.home-reviews-card__text::-webkit-scrollbar {
  width: 5px;
}
.home-reviews-card__text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}
.home-reviews-card__text::-webkit-scrollbar-thumb {
  background: rgb(255, 206, 28);
  border-radius: 3px;
}

.home-reviews-card__date {
  margin-top: auto;
  padding-top: 12px;
  font-size: 12px;
  line-height: 14px;
  color: rgb(255, 255, 255);
  opacity: 0.62;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.home-reviews__empty {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(60, 62, 65);
  padding: 18px;
  text-align: center;
}

.home-review-popup .popup-review-form .title {
  padding-top: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}

.home-review-popup .form-horizontal .control-label {
  font-size: 14px;
  font-weight: 600;
}

.home-review-popup .form-horizontal .button {
  height: 68px;
  font-size: 16px;
  letter-spacing: 0.16em;
}

.home-review-dropzone {
  border: 1px dashed rgba(255, 255, 255, 0.3);
  min-height: 76px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.home-review-dropzone:hover, .home-review-dropzone.is-dragover {
  border-color: rgb(255, 206, 28);
  background: rgba(255, 206, 28, 0.1);
}

.home-review-dropzone__input {
  display: none;
}

.home-review-dropzone__content {
  text-align: center;
}
.home-review-dropzone__content i {
  color: rgb(255, 206, 28);
  font-size: 18px;
  margin-bottom: 6px;
}

.home-review-dropzone__hint {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

.home-review-dropzone__name {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .home-reviews {
    margin-top: 34px;
  }
  .home-reviews__head {
    flex-wrap: wrap;
    gap: 12px;
  }
  .home-reviews__desktop .home-reviews__slide {
    margin-bottom: 54px;
  }
  .home-reviews__desktop .home-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }
}
@media screen and (max-width: 520px) {
  .home-reviews__desktop {
    display: none !important;
  }
  .home-reviews__mobile {
    display: block !important;
  }
  .home-reviews.row .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .home-reviews__head {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 14px;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .home-reviews__head .home-title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
  }
  .home-reviews__head .home-reviews__open {
    flex: 0 0 158px;
    width: 158px;
    height: 30px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
  }
  .home-reviews__desktop .home-reviews__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .home-reviews__desktop .home-reviews-card {
    min-height: 280px;
  }
  .home-reviews__desktop .home-reviews-card--featured {
    grid-row: auto;
  }
  /* Мобільний слайдер: одна картка на слайд, стрілки поверх фото */
  .home-reviews__list--mobile.splide {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .home-reviews__list--mobile.splide .home-products-slide-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 60.6060606061vw;
    max-height: min(260px, 52vh);
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 4;
    background: transparent;
  }
  .home-reviews__list--mobile.splide .home-products-slide-buttons .line {
    display: none;
  }
  .home-reviews__list--mobile.splide .home-products-slide-buttons .splide__arrow {
    position: static;
    pointer-events: auto;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(24, 24, 24, 0.55);
    opacity: 1;
  }
  .home-reviews__list--mobile.splide .home-products-slide-buttons .splide__arrow:disabled {
    opacity: 0.45;
    border-color: rgba(255, 255, 255, 0.14);
  }
  .home-reviews__list--mobile.splide .home-products-slide-buttons .splide__arrow svg {
    fill: rgba(230, 230, 230, 0.95);
  }
  .home-reviews__list--mobile-static {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 8px;
  }
  .home-reviews-card--mobile {
    overflow: hidden;
    min-height: 0;
  }
  .home-reviews-card--mobile .home-reviews-card__image {
    aspect-ratio: 1.65/1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .home-reviews-card--mobile .home-reviews-card__body {
    position: relative;
    isolation: isolate;
    padding: 16px 16px 14px;
    text-align: left;
  }
  .home-reviews-card--mobile .home-reviews-card__body::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 120% 85% at 0% 0%, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.06) 38%, transparent 62%);
  }
  .home-reviews-card--mobile .home-reviews-card__body > * {
    position: relative;
    z-index: 1;
  }
  .home-reviews-card--mobile .home-reviews-card__name {
    font-size: 15px;
    line-height: 1.15;
  }
  .home-reviews-card--mobile .home-reviews-card__rating {
    font-size: 11px;
    margin-top: 4px;
  }
  .home-reviews-card--mobile .home-reviews-card__product {
    font-size: 11px;
    line-height: 1.35;
    margin-top: 6px;
  }
  .home-reviews-card--mobile .home-reviews-card__text {
    text-align: left;
    max-height: none;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.45;
  }
  .home-reviews-card--mobile .home-reviews-card__date {
    padding-top: 14px;
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0.01em;
  }
  .home-reviews__slide--mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* Home block: products */
.home-block-products {
  margin: 44px 0 56px;
}

.home-block-products .home-products-top {
  margin: 0 0 28px;
}

.home-block-products__list {
  padding-bottom: 35px;
  position: relative;
}

.home-block-products__list.home-products-list {
  padding-bottom: 58px;
}

.home-block-products__list.home-products-list .home-products-slide-buttons {
  bottom: -18px;
}

.home-block-products__static {
  display: flex;
  gap: 2px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.home-block-products__slide--static {
  width: 326px;
  margin: 0;
}

/* Fallback layout before Splide init */
.home-block-products__list .splide__list {
  display: flex;
  gap: 2px;
}

.home-block-products__list .splide__slide {
  flex: 0 0 326px;
  width: 326px;
}

.home-block-products__slide {
  margin-top: 10px;
  margin-bottom: 50px;
}

.home-block-products__card {
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 486px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.home-block-products__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.home-block-products__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.68) 100%);
}

.home-block-products__content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.home-block-products__tagline {
  font-family: InterVariable, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #d8d8d8;
  margin-bottom: 8px;
}

.home-block-products__name {
  font-family: InterVariable, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.home-block-products__buy {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255, 206, 28);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-block-products__buy i {
  font-size: 13px;
}

.home-block-products__card:hover .home-block-products__image {
  transform: scale(1.03);
}

.home-block-products__card:hover .home-block-products__buy {
  text-shadow: 0 0 18px rgb(255, 206, 28);
}

@media screen and (max-width: 1331px) {
  .home-block-products__slide--static {
    width: 300px;
  }
  .home-block-products__list .splide__slide {
    flex-basis: 300px;
    width: 300px;
  }
  .home-block-products__card {
    height: 440px;
  }
  .home-block-products__slide {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .home-block-products__static {
    gap: 10px;
    margin-bottom: 54px;
  }
  .home-block-products__slide--static {
    width: 240px;
  }
  .home-block-products__list .splide__slide {
    flex-basis: 240px;
    width: 240px;
  }
  .home-block-products__card {
    height: 420px;
  }
  .home-block-products__slide {
    margin-bottom: 54px;
  }
  .home-block-products__name {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 520px) {
  .home-block-products__slide--static {
    width: calc((100vw - 30px - 10px) / 2);
    flex: 0 0 calc((100vw - 30px - 10px) / 2);
    min-width: 0;
  }
  .home-block-products__list .splide__slide {
    flex-basis: calc((100vw - 30px - 10px) / 2);
    width: calc((100vw - 30px - 10px) / 2);
    min-width: 0;
  }
  .home-block-products__static {
    flex-wrap: wrap;
  }
  .home-block-products__card {
    height: 380px;
  }
  .home-block-products__content {
    left: 12px;
    right: 12px;
    bottom: 14px;
  }
  .home-block-products__name {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .home-block-products__tagline {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .home-block-products__buy {
    font-size: 11px;
    letter-spacing: 0.1em;
    gap: 6px;
  }
}
/* Home news block */
.home-news {
  margin: 12px 0 56px;
}

.home-news__list.home-products-list {
  padding-top: 25px;
  padding-bottom: 58px;
}
.home-news__list.home-products-list .splide__slide {
  width: 304px;
}
.home-news__list.home-products-list .home-products-slide-buttons {
  bottom: -18px;
}

.home-news__grid {
  width: 1312px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 304px));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 20px;
  margin-top: 25px;
  min-height: 486px;
}

.home-news-card {
  width: 304px;
  height: 429px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  background: rgb(60, 62, 65);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-news-card__image {
  width: 100%;
  aspect-ratio: 304/176;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  flex-shrink: 0;
  transition: transform 0.28s ease;
}

.home-news-card__body {
  padding: 20px 12px 10px 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
}

.home-news-card__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.home-news-card__text {
  font-size: 14px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  opacity: 0.9;
  height: 125px;
  max-height: 125px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 206, 28) transparent;
}

.home-news-card__text::-webkit-scrollbar {
  width: 4px;
}

.home-news-card__text::-webkit-scrollbar-thumb {
  background: rgb(255, 206, 28);
  border-radius: 3px;
}

.home-news-card__bottom {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.home-news-card__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 30px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1;
  color: rgb(255, 255, 255);
}

.home-news-card__date i {
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.home-news-card__arrow {
  color: #111111;
  width: 37px;
  height: 37px;
  padding: 1px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: auto;
  flex-shrink: 0;
}

.home-news-card__arrow path {
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-news-card:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.home-news-card:hover .home-news-card__image {
  transform: scale(1.03);
}

.home-news-card:hover .home-news-card__arrow {
  color: rgb(255, 206, 28);
}

@media screen and (max-width: 1331px) {
  .home-news__list.home-products-list .splide__slide {
    width: 300px;
  }
  .home-news__grid {
    grid-template-columns: repeat(4, minmax(0, 300px));
  }
  .home-news-card {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .home-news {
    margin: 16px 0 0;
  }
  .home-news.row,
  .home-reviews.row {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .home-news__list.home-products-list .splide__slide {
    width: 240px;
  }
  .home-news__grid {
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 10px;
  }
  .home-news-card {
    width: 240px;
    height: 429px;
  }
  .home-news-card__title {
    font-size: 14px;
    line-height: 16px;
  }
  .home-news-card__text {
    font-size: 14px;
    line-height: 16px;
    height: 125px;
    max-height: 125px;
  }
}
@media screen and (max-width: 520px) {
  .home-news.row .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .home-news .home-products-top {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .home-news .home-products-top .home-title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
  }
  .home-news .home-news__all.home-reviews__open {
    flex: 0 0 158px;
    width: 158px;
    height: 30px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
  }
  .home-news__list.home-products-list {
    padding-top: 0;
    padding-bottom: 44px;
    position: relative;
  }
  .home-news__list.home-products-list .splide__track {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .home-news__list.home-products-list .home-products-slide-buttons {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    bottom: auto;
    width: auto;
    height: calc((100vw - 32px) * 176 / 304);
    max-height: min(220px, 48vh);
    margin: 0;
    padding: 0 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 4;
    background: transparent;
  }
  .home-news__list.home-products-list .home-products-slide-buttons .line {
    display: none;
  }
  .home-news__list.home-products-list .home-products-slide-buttons .splide__arrow {
    position: static;
    pointer-events: auto;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(24, 24, 24, 0.55);
    opacity: 1;
  }
  .home-news__list.home-products-list .home-products-slide-buttons .splide__arrow:disabled {
    opacity: 0.45;
    border-color: rgba(255, 255, 255, 0.14);
  }
  .home-news__list.home-products-list .home-products-slide-buttons .splide__arrow svg {
    fill: rgba(230, 230, 230, 0.95);
  }
  .home-news__list.home-products-list .splide__slide {
    width: 100%;
    max-width: 100%;
  }
  .home-news__grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    gap: 14px;
  }
  .home-news-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }
  .home-news-card__image {
    border-radius: 3px 3px 0 0;
  }
  .home-news-card__body {
    padding: 14px 12px 12px;
    gap: 8px;
  }
  .home-news-card__title {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .home-news-card__text {
    font-size: 13px;
    line-height: 1.45;
    height: auto;
    max-height: 100px;
  }
  .home-news-card__date {
    height: 28px;
    padding: 0 8px;
    font-size: 13px;
  }
  .home-news-card__arrow {
    width: 32px;
    height: 32px;
    padding: 0 6px;
  }
}
/* Home block banner (hero slider) */
.home-block-banner {
  margin: 22px 0 110px;
}

.home-block-banner__list {
  width: 1325px;
  max-width: 100%;
  height: 541px;
  position: relative;
}

.home-block-banner__list.home-products-list {
  padding-top: 25px;
  padding-bottom: 120px;
}

.home-block-banner__static {
  width: 1325px;
  max-width: 100%;
}

.home-block-banner__slide--static {
  width: 100%;
}

.home-block-banner__slide {
  width: 100%;
}

.home-block-banner__card {
  display: block;
  width: 100%;
  height: 541px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.home-block-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

.home-block-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.22) 38%, rgba(0, 0, 0, 0.04) 100%);
}

.home-block-banner__content {
  position: absolute;
  left: 92px;
  top: 96px;
  z-index: 2;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 620px;
}

.home-block-banner__title {
  font-family: InterVariable, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}

.home-block-banner__button {
  width: 320px;
  height: 37px;
  padding: 1px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(33, 33, 33, 0.25);
  backdrop-filter: blur(15px);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.home-block-banner__card:hover .home-block-banner__button {
  background: rgba(33, 33, 33, 0.4);
  transform: scale(1.02);
}

.home-block-banner__list .splide__pagination.home-block-banner__pagination {
  position: absolute !important;
  right: 24px !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  z-index: 3;
}

.home-block-banner__list .splide__pagination.home-block-banner__pagination li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

.home-block-banner__list .splide__pagination.home-block-banner__pagination .splide__pagination__page {
  width: 3px !important;
  height: 66px !important;
  min-width: 3px;
  min-height: 66px;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transform: none !important;
}

.home-block-banner__list .splide__pagination.home-block-banner__pagination .splide__pagination__page.is-active {
  width: 3px !important;
  height: 66px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  transform: none !important;
}

.home-block-banner__list.home-products-list .home-products-slide-buttons {
  bottom: -80px;
  z-index: 4;
}

@media screen and (max-width: 1331px) {
  .home-block-banner__list,
  .home-block-banner__card {
    height: 500px;
  }
}
@media screen and (max-width: 1019px) {
  .home-block-banner__list,
  .home-block-banner__card {
    height: 420px;
  }
  .home-block-banner__content {
    left: 36px;
    top: 58px;
    max-width: 520px;
  }
  .home-block-banner__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home-block-banner {
    margin: 18px 0 36px;
  }
  .home-block-banner.row .wrap {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .home-block-banner .home-products-top {
    margin-bottom: 12px;
  }
  .home-block-banner .home-products-top .home-title {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    margin: 0;
  }
  .home-block-banner__list,
  .home-block-banner__card {
    width: 100%;
    height: clamp(260px, 58vw, 340px);
    border-radius: 6px;
  }
  .home-block-banner__card {
    overflow: hidden;
  }
  .home-block-banner__image {
    border-radius: 6px;
  }
  .home-block-banner__list.home-products-list {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .home-block-banner__content {
    left: 16px;
    right: 16px;
    top: 20px;
    bottom: 44px;
    max-width: none;
    gap: 10px;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .home-block-banner__title {
    font-size: 16px;
    line-height: 1.2;
    max-width: 100%;
  }
  .home-block-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 8px 14px;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    align-self: flex-start;
    text-align: center;
    word-break: break-word;
  }
  /* Десктопна вертикальна пагінація має вищу специфічність — перевизначаємо повністю: знизу по центру, смужки як у макеті */
  .home-block-banner__list .splide__pagination.home-block-banner__pagination {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 12px !important;
    transform: translateX(-50%) !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    max-width: calc(100% - 24px);
    margin: 0 !important;
    padding: 0 !important;
  }
  .home-block-banner__list .splide__pagination.home-block-banner__pagination li {
    padding: 6px 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  .home-block-banner__list .splide__pagination.home-block-banner__pagination .splide__pagination__page {
    width: 28px !important;
    height: 3px !important;
    min-width: 28px !important;
    min-height: 3px !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.38) !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .home-block-banner__list .splide__pagination.home-block-banner__pagination .splide__pagination__page.is-active {
    width: 28px !important;
    height: 3px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    transform: none !important;
  }
  .home-block-banner__list.home-products-list .home-products-slide-buttons {
    display: none !important;
  }
  .home-block-banner__static {
    width: 100%;
  }
}
/* Home YouTube cards */
.home-youtube-cards {
  margin: 24px 0 40px;
}

.home-youtube-cards__title {
  width: 1292px;
  max-width: 100%;
  margin: 0 auto 22px;
  font-size: 46px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
}

.home-youtube-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 636px));
  gap: 20px;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
}

.home-youtube-cards__list.home-products-list {
  max-width: 1292px;
  margin: 0 auto;
  padding-bottom: 52px;
  position: relative;
}
.home-youtube-cards__list.home-products-list .splide__track {
  overflow: hidden;
}
.home-youtube-cards__list.home-products-list .splide__slide {
  height: auto;
}
.home-youtube-cards__list.home-products-list .home-youtube-card {
  width: 100%;
}
.home-youtube-cards__list.home-products-list .home-products-slide-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.home-youtube-cards__list.home-products-list .home-products-slide-buttons .line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, rgb(105, 106, 106) 100%);
}
.home-youtube-cards__list.home-products-list .home-products-slide-buttons .splide__arrow {
  transform: translate(0%, 0%);
}
.home-youtube-cards__list.home-products-list .home-products-slide-buttons .splide__arrow:disabled {
  background: transparent;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home-youtube-cards__list.home-products-list .home-products-slide-buttons .splide__arrow--next,
.home-youtube-cards__list.home-products-list .home-products-slide-buttons .splide__arrow--prev {
  position: static;
}

.home-youtube-card {
  width: 636px;
  height: 279px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: #0d0d0d;
}

.home-youtube-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.home-youtube-card__overlay-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.home-youtube-card__overlay-svg--mobile {
  display: none;
}

.home-youtube-card__logo {
  position: absolute;
  left: 22px;
  bottom: 20px;
  width: 56px;
  height: 59.0107574463px;
  z-index: 4;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.home-youtube-card__content {
  position: absolute;
  left: 262px;
  right: 30px;
  top: 148px;
  bottom: 32px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}

.home-youtube-card__name {
  margin: 0;
  max-width: 100%;
  color: #fff;
  font-family: "InterVariable";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
}

.home-youtube-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-top: auto;
  min-height: 41px;
  padding: 10px 20px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "InterVariable";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home-youtube-card:hover .home-youtube-card__image {
  transform: scale(1.05);
}

.home-youtube-card__button:hover {
  color: rgb(255, 206, 28);
  border-color: rgb(255, 206, 28);
  background-color: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 1331px) {
  .home-youtube-card {
    width: 100%;
  }
}
@media screen and (max-width: 1019px) {
  .home-youtube-cards__grid {
    grid-template-columns: 1fr;
  }
  .home-youtube-cards__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 767px) {
  .home-youtube-card__overlay-svg--desktop {
    display: none;
  }
  .home-youtube-card__overlay-svg--mobile {
    display: block;
  }
  .home-youtube-cards__list.home-products-list {
    padding-bottom: 48px;
  }
  .home-youtube-card {
    width: 100%;
    height: 240px;
  }
  /* Текст праворуч від зони маски (rotate + ellipses у SVG), щоб не наїзджав на фото */
  .home-youtube-card__content {
    left: max(42%, 118px);
    right: 12px;
    top: 14px;
    bottom: 14px;
    gap: 12px;
  }
  .home-youtube-card__name {
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    align-self: stretch;
    text-wrap: balance;
  }
  .home-youtube-card__button {
    padding: 10px 16px;
  }
  .home-youtube-cards__title {
    font-size: 20px;
    line-height: 120%;
  }
  .home-youtube-cards.row {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .home-youtube-card__logo {
    left: 14px;
    bottom: 14px;
    width: 46px;
    height: 48.4729px;
  }
}
/* Home FAQ block */
.home-faq {
  margin: 30px 0 56px;
}

.home-faq__title {
  width: 1292px;
  max-width: 100%;
  margin: 0 auto 28px;
  font-family: "InterVariable", sans-serif;
  text-align: center;
  font-size: 42.2px;
  line-height: 55.2px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.home-faq__accordion {
  width: 1292px;
  max-width: 100%;
  margin: 0 auto;
}

.home-faq .faq-item {
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 2px;
  margin-bottom: 16px;
  background: transparent;
  transition: border-color 0.2s ease;
}

.home-faq .faq-item.active {
  border-color: rgba(33, 33, 33, 0.35);
}

.home-faq .faq-question {
  padding: 16px 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-faq .faq-question-text {
  margin: 0;
  font-family: "InterVariable", sans-serif;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.home-faq .faq-toggle {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}

.home-faq .faq-toggle-symbol::before {
  content: "+";
  display: block;
  color: rgba(33, 33, 33, 0.9);
  font-size: 44px;
  line-height: 24px;
  font-weight: 300;
}

.home-faq .faq-item.active .faq-toggle-symbol::before {
  content: "-";
}

.home-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.home-faq .faq-answer-content {
  padding: 8px 36px 20px;
  color: rgba(33, 33, 33, 0.72);
  font-family: "InterVariable", sans-serif;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 0.19px;
}

.home-faq .faq-answer-content p {
  margin: 0;
}

body.theme-dark .home-faq__title {
  color: rgba(255, 255, 255, 0.96) !important;
}

body.theme-dark .home-faq .faq-item {
  border-color: rgba(255, 206, 28, 0.62) !important;
  background: rgba(33, 33, 33, 0.78) !important;
  backdrop-filter: blur(8px);
}

body.theme-dark .home-faq .faq-item.active {
  border-color: rgb(255, 206, 28) !important;
  background: rgba(33, 33, 33, 0.9) !important;
}

body.theme-dark .home-faq .faq-question {
  border-bottom: none !important;
}

body.theme-dark .home-faq .faq-question-text {
  color: rgb(255, 255, 255) !important;
}

body.theme-dark .home-faq .faq-toggle-symbol::before {
  color: rgb(255, 206, 28) !important;
}

body.theme-dark .home-faq .faq-item.active .faq-toggle-symbol::before {
  color: rgb(255, 206, 28) !important;
}

body.theme-dark .home-faq .faq-answer-content {
  color: rgba(255, 255, 255, 0.96) !important;
}

@media screen and (max-width: 1019px) {
  .home-faq__title {
    font-size: 28px;
  }
  .home-faq .faq-question {
    padding: 14px 20px;
  }
  .home-faq .faq-question-text {
    font-size: 16px;
  }
  .home-faq .faq-answer-content {
    padding: 8px 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .home-faq {
    margin: 18px 0 40px;
  }
  .home-faq.row {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .home-faq__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .home-faq .faq-question {
    padding: 12px 14px;
    gap: 12px;
  }
  .home-faq .faq-question-text {
    font-size: 16px;
    line-height: 1.15;
  }
  .home-faq .faq-answer-content {
    padding: 6px 14px 12px;
    font-size: 14px;
  }
  .home-faq .faq-toggle-symbol::before {
    font-size: 30px;
  }
}
/* Home brands block */
.home-brands {
  margin: 10px 0 48px;
}

.home-brands__list {
  width: 1292px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 34px;
}

.home-brands__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
}

.home-brands__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body.theme-dark .home-brands__item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 4px;
  padding: 4px 10px;
}

body.theme-dark .home-brands__image {
  filter: none;
}

@media screen and (max-width: 767px) {
  .home-brands {
    margin: 6px 0 32px;
  }
  .home-brands__list {
    gap: 12px 18px;
  }
  .home-brands__item {
    width: 90px;
    height: 32px;
  }
  body.theme-dark .home-brands__item {
    padding: 3px 6px;
  }
}
