@font-face {
  font-family: "Araboto";
  src:
    url("../font/araboto-fontmirror/araboto-thin.woff2") format("woff2"),
    url("../font/araboto-fontmirror/araboto-thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Araboto";
  src:
    url("../font/araboto-fontmirror/araboto-light.woff2") format("woff2"),
    url("../font/araboto-fontmirror/araboto-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Araboto";
  src:
    url("../font/araboto-fontmirror/araboto-normal.woff2") format("woff2"),
    url("../font/araboto-fontmirror/araboto-normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Araboto";
  src: url("../font/araboto-fontmirror/araboto-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Araboto";
  src:
    url("../font/araboto-fontmirror/araboto-bold.woff2") format("woff2"),
    url("../font/araboto-fontmirror/araboto-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Araboto";
  src:
    url("../font/araboto-fontmirror/araboto-black.woff2") format("woff2"),
    url("../font/araboto-fontmirror/araboto-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Araboto, Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
}
a,
input,
button,
textarea,
select {
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
body {
  background: linear-gradient(180deg, #1d1d1f 0%, #000 27.28%);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.container {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
h1,
.h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.4px;
}
img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  line-height: 120%; /* 15.6px */
  letter-spacing: -0.4px;
  font-size: 13px;
}
.header-content-outer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  position: sticky;
  top: -1px;
      z-index: 10;
}
.ocf-header-btn {
  margin-bottom: 10px;
}
.header-content-outer.is-stuck {
  background: #000;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 30px;
}
.top-menu {
  display: flex;
  gap: 30px;
}
.top-menu a {
  font-size: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.main-menu {
  display: flex;
  gap: 20px;
  flex-grow: 1;
}

.main-menu-btn {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.main-menu-btn svg {
  transition: 0.3s;
}
.main-menu-btn.active {
  color: #fff;
}
.main-menu-btn.active svg {
  transform: rotate(180deg);
}

.menu-block,
.service-block {
  position: relative;
  top: 10px;
}
.menu-block-inner,
.service-block-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 10px;
  background: #fff;
  backdrop-filter: blur(24px);
  z-index: 0;
  color: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
.menu-block.active .menu-block-inner,
.service-block.active .service-block-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 10;
}
.menu-lv1 {
  width: 326px;
}
.service-lv1 {
  width: 306px;
}
.menu-lv1 + .menu-lv1 {
  margin-top: 6px;
}
.service-lv1 + .service-lv1 {
  margin-top: 16px;
}
.menu-lv1 > a,
.service-lv1 > a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #eee;
  padding: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.4px;
  gap: 16px;
  text-decoration: none;
}
.service-lv1 > a {
  background: transparent;
  padding: 0;
}
.menu-lv1 > a > span,
.service-lv1 > a > span {
  flex-grow: 1;
}
.menu-lv1.active > a {
  background: #000;
  color: #fff;
}
.menu-lv1.active > a svg path,
.serivce-lv1.active > a svg path {
  fill: #fff;
}
.lv1-image {
  border-radius: 6px;
  background: #000;
  min-width: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.service-lv1 .lv1-image {
  min-width: 48px;
  flex: 0 0 48px;
  height: 48px;
  border-radius: 12px;
}
.lv1-image img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.menu-lv2-content,
.service-lv2-content {
  position: absolute;
  right: 10px;
  top: 10px;
  width: calc(100% - 366px);
  padding: 40px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.service-lv2-content {
  width: calc(100% - 386px);
  padding: 40px;
}
.menu-lv1.active.menu-has-child .menu-lv2-content,
.service-lv1.active.service-has-child .service-lv2-content {
  opacity: 1;
  visibility: visible;
}
.menu-lv2-grid,
.service-lv2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.service-lv2-grid {
  gap: 20px 50px;
}
.menu-lv2-grid > a,
.service-lv2-grid > a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lv2-image img {
  width: 79px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.service-lv2-grid .lv2-image img {
  width: 60px;
  border-radius: 12px;
  overflow: hidden;
}

.lv2-text {
  margin-top: 2px;
  color: rgba(17, 17, 17, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.4px;
  display: block;
}
.service-block-inner {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(24px);
  padding: 50px 20px 20px 50px;
  min-height: 320px;
  overflow: hidden;
}

.service-block-inner:before {
  content: "";
  width: 376px;
  top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.top-address {
  color: var(--Gray, #737373);
  display: flex;
  align-items: center;
}
.top-common {
  display: flex;
  align-items: center;
  gap: 30px;
}
.btn-top-account,
.language-title {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.language-block {
  position: relative;
  z-index: 11;
}
.language-grop {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 12px;
  background: #fff;
  padding: 8px;
  color: #111;
  font-size: 13px;
  z-index: 2;
}
.language-block.active .language-grop {
  opacity: 1;
  visibility: visible;
}
.language-block .language-title svg {
  transition: 0.3s;
}
.language-block.active .language-title svg {
  transform: rotate(180deg);
}
.language-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.btn-language {
  background: transparent;
  cursor: pointer;
  padding: 6px 10px;
  min-width: 90px;
  text-align: left;
}
.lang-selected {
  border-radius: 4px;
  background: rgba(115, 115, 115, 0.4);
  pointer-events: none;
}
.top-address > span {
  display: flex;
  align-items: center;
}
.top-address > span + span:before {
  content: "";
  opacity: 0.5;
  background: var(--Gray, #737373);
  width: 1px;
  height: 12px;
  margin: 0 6px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  padding: 14px 30px;
  border-radius: 600px;
  color: #fff;
  text-align: center;
  font-family: Araboto;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.4px;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}
.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn-block {
  width: 100%;
}
.btn-sm {
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 400;
}
.btn-common {
  border: 1px solid var(--Gray, #737373);
  padding: 0;
  width: 46px;
  height: 46px;
  min-width: 46px;
  flex: 0 0 46px;
}
.btn-common svg {
  transition: 0.3s;
}
.btn-common.active svg * {
  fill: var(--Red, #ef4e55);
}
.link {
  font-size: 14px;
  line-height: 150%; /* 21px */
  background: transparent;
  cursor: pointer;
  border: none;
  color: inherit;

  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.btn-primary {
  border: 1px solid #ffa0a4;
  /*background: linear-gradient(180deg, rgba(255, 63, 71, 0.2) -0.97%, rgba(239, 78, 85, 0.2) 99.03%);*/
  background: rgba(255, 63, 71, 0.2);
  box-shadow: 0 0 10px 0 rgba(239, 78, 85, 0.64) inset;
  backdrop-filter: blur(2px);
}

.btn-default {
  border: 1px solid var(--White, #fff);
}
.btn-default.active {
  background: var(--Red, #ef4e55);
  border-color: var(--Red, #ef4e55);
}
.btn-common.active {
  background: var(--Red, #fff);
}
.btn-common.active svg path {
  fill: #000;
}
.btn-default-reverse {
  border: 1px solid var(--White, #000);
  color: #000;
}
.btn-form {
  border-radius: 600px;
  background: #090a0a;
  margin: 0 auto;
}
.ocf-btn.btn-form {
    margin: 0;
}
.dropdown-menu {

  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 10px;
  border-radius: 12px;
  background: #1d1d1f;
  list-style: none;
  padding: 8px;
  max-height: 170px;
  overflow: auto;
  z-index: 99;
}
.dropdown-menu a {
  font-size: 13px;
  display: block;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 4px;
}
.dropdown-menu::-webkit-scrollbar {
  width: 4px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: var(--Stroke, #737373);
  border-radius: 4px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--Primary, #fff);
  border-radius: 4px;
}

.logo {
  min-width: 129px;
  flex: 0 0 129px;
}
.header-col .open {
  flex-direction: row;
  padding-right: 20px;
}
.menu {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-grow: 1;
}
.menu > div > a {
  font-size: 18px;
  letter-spacing: -0.4px;
  text-decoration: none;
}
.common {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phones {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.phones-drop > a + a {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.phones-drop svg {
  transition: 0.3s;
}
.phones-drop.active > a + a {
  opacity: 1;
  visibility: visible;
}
.phones-drop.active svg {
  transform: rotate(180deg);
}
.phones-drop {
  position: relative;
  padding-right: 20px;
}
.js-show-all-phones {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.phones-block {
  display: flex;
  gap: 20px;
}
.common-btn {
  cursor: pointer;
  background: transparent;
  position: relative;
  border: none;
  display: flex;
}
.common-btn span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: #111;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  right: -10px;
}
.phone-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: -0.4px;
  position: relative;
  z-index: 2;
}
.drop-phones {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-style: normal;
  padding: 14px 18px;
  position: absolute;
  top: calc(7px + 100%);
  right: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-10px);
}
.phones-drop.active .drop-phones {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.phone-item-title {
  color: rgba(255, 255, 255, 0.7);
}
.phone-item a {
  text-decoration: none;
}
.search {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  right: 0;
  border-radius: 10px;
  background: #fff;
  backdrop-filter: blur(24px);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  color: var(--Black, #000);
  gap: 5px;
  padding: 0px 9px;
  z-index: 20;
}
.search input:focus {
  outline: none;
}
.search input {
  background: transparent;
  height: 100%;
  border: none;
  padding: 0;
  width: 100%;
}
.live-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: min(420px, calc(100vh - 140px));
  overflow: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: 0.2s;
}
.live-search-results.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.live-search-list {
  display: flex;
  flex-direction: column;
}
.live-search-item {
  display: flex;
  gap: 12px;
  padding: 10px 12px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.live-search-item:hover {
  background: #f7f7f7;
}
.live-search-image {
  width: 54px;
  height: 72px;
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}
.live-search-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.live-search-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.live-search-name {
  font-size: 14px;
  line-height: 1.25;
}
.live-search-model {
  color: #737373;
  font-size: 12px;
}
.live-search-price {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  font-size: 14px;
  font-weight: 600;
}
.live-search-price-old {
  color: #737373;
  font-weight: 400;
  text-decoration: line-through;
}
.live-search-price-new {
  color: #c31929;
}
.live-search-all,
.live-search-empty {
  display: block;
  padding: 12px;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.live-search-all:hover {
  background: #f7f7f7;
}
.search-block {
  position: relative;
  top: 10px;
}
.search-block.active .search {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.btn-search {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 45px;
  width: 40px;
  align-items: center;
  justify-content: center;
}

.header-col {
  display: flex;
  align-items: center;
  min-width: calc(50% - 95px);
  flex: 0 0 calc(50% - 95px);
  gap: 20px;
}

.breadcrumb {
  display: flex;
  list-style: none;
  gap: 10px;
  margin-bottom: 26px;
  font-size: 13px;
}

.breadcrumb a {
  text-decoration: none;
}
.breadcrumb span {
  color: var(--Gray, #737373);
}
.breadcrumb > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb > li + li:before {
  content: "›";
}

.product-block {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.product-block {
  margin: 50px 0;
}
.product-left {
  min-width: calc(53% - 25px);
  flex: 0 0 calc(53% - 25px);
}
.product-right {
  min-width: calc(47% - 25px);
  flex: 0 0 calc(47% - 25px);
}
.product-gallery-main {
  background: #fff;
  border-radius: 24px;
}
.js-product-gallery-main .swiper-slide {
  cursor: pointer;
}
.product-gallery-main img,
.product-gallery-main iframe,
.product-gallery-main video,
.product-gallery-main .product-gallery-video-lite {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}
.product-gallery-main .product-gallery-video-lite {
  border: 0;
  padding: 0;
}
.product-gallery-main .product-gallery-video-lite img {
  height: 100%;
}
.product-gallery-main iframe,
.product-gallery-main video {
  background: #000;
}
.product-gallery-thumbs {
  margin-top: 20px;
}
.product-gallery-thumbs .swiper-slide {
  border-radius: 12px;
  border: 2px solid var(--Red, #fff);
  background: #fff;
  cursor: pointer;
}
.product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--Red, #ef4e55);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: auto !important;
  width: auto !important;
}
.product-gallery-thumbs .swiper-slide img {
  aspect-ratio: 168 / 157;
  object-fit: contain;
}

.product-title {
  color: #fff;
  margin-bottom: 10px;
}
.model {
  color: var(--Gray, #737373);
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
}
.rating-stock {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 60px;
}
.rating-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating {
  background-image: url("../image/rating-star-empty.svg");
  width: calc(21px * 5);
  height: 18px;
  position: relative;
}
.rating > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url("../image/rating-star-active.svg");
}
.reviews {
  font-size: 14px;
}

.in-stock {
  color: #4e980e;
}
.out-stock {
  color: #ef4e55;
}
.price {
  display: flex;
  gap: 10px;
  align-items: center;
}
.old-price {
  font-size: 83%;
  text-decoration: line-through;
  color: var(--Gray, #737373);
  font-weight: 500;
}
.product-price {
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.4px;
  font-weight: bold;
}
.btn-commons {
  margin: 20px 0 30px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-btn .btn {
  min-width: 220px;
}
.product-group-filters {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-group-filter-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  line-height: 110%;
  letter-spacing: -0.4px;
  font-size: 20px;
}
.product-group-filter-title .current {
  color: #fff;
  font-weight: bold;
}
.product-group-filter-values {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.product-group-filter-value {
  padding: 5px;
  border-radius: 6px;
  text-decoration: none;
}
.product-group-filter-value.active {
  box-shadow: 0 0 0 1px var(--Red, #ef4e55);
}
.product-group-filter-value span {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid var(--Gray, #737373);
  display: block;
}

.info-block {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.info-block-content {
  color: var(--Gray, #737373);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.info-block-content ul {
  padding-left: 1rem;
}
.help-block {
  padding: 20px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 1px solid rgba(115, 115, 115, 0.2);
}

.info-block-content h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.help-block .info-block-content a {
  font-size: 24px;
  letter-spacing: -0.4px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
a {
  text-decoration-skip-ink: none;
}
.product-tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tabs-nav-button {
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  padding: 16px 40px;
  color: #fff;
  border-bottom: 3px solid transparent;
  text-align: center;
}
.product-tabs-nav-button.active {
  border-bottom-color: #fff;
}
.product-tabs-nav {
  position: sticky;
  top: 80px;
  background: #000;
  z-index: 10;
}
.question-btn-block {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#tab-question {
  padding: 70px 0 50px 0;
}
#tab-description {
  padding: 50px 40px;
}
.js-description-toggle {
  font-weight: bold;
  font-size: 16px;
}
.product-video {
  margin: 50px 0 70px 0;
  border-radius: 10px;
  overflow: hidden;
}
.rating-main-block {
  display: flex;
  gap: 65px;
}
.review-count {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  margin-top: 10px;
}
.rating-big {
  line-height: 110%;
  letter-spacing: -0.4px;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 2px;
}
.rating-info {
  min-width: 265px;
  flex: 0 0 265px;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  display: flex;
}
.rating-per-star {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.rating-star {
  display: flex;
  align-items: center;
  gap: 8px;
}
.star-text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
}
.star-progress {
  flex-grow: 1;
  border-radius: 4px;
  background: #262626;
  height: 8px;
  position: relative;
}
.star-progress span {
  border-radius: 4px;
  background: #f4c01e;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.text {
  font-size: 16px;
  line-height: 170%;
}
.text.is-collapsed {
  max-height: 363px;
  overflow: hidden;
}
.text h3 {
  font-size: 20px;
}

.product-video iframe,
.product-video-lite {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
.product-video-lite {
  border: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.product-video-lite img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}
.product-video-play {
  width: 72px;
  height: 50px;
  border-radius: 12px;
  background: #e71d1d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-video-play:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.tab-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin-bottom: 50px;
}
.attrs {
  max-width: 1080px;
  margin: 0 auto 50px auto;
}
.attr-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #262626;
  gap: 60px;
}
.attr-title {
  color: var(--Gray, #737373);
  min-width: 30%;
  flex: 0 0 30%;
}

.section {
  padding: 60px 0;
}
.section-title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}

.slide-item {
  position: relative;
  height: 310px;
  background: #131519;
  border-radius: 24px;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.slide-image img {
  height: 100%;
  width: auto;
}
.swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: var(--swiper-pagination-bottom, 20px) !important;
  display: flex;
  justify-content: center;
  gap: 11px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 50px;
  border-radius: 0;
  height: 2px;
  background: #fff;
  opacity: 0.6;
  margin: 0 !important;
}
.slideshow-module .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 100px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  box-shadow: 0px -2px 0 0px #fff;
}
.slide-image:before {
  content: "";
  background: linear-gradient(270deg, rgba(19, 21, 25, 0) 0%, #131519 100%);
  width: 90px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.slider-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 20px;
  margin-left: 90px;
  position: relative;
  z-index: 2;
  max-width: 460px;
}
.slide-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.4px;
}
.slide-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
}
.slide-link {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(4, calc(100% / 4 - 15px));
  gap: 20px;
}
.product-list.list-3 {
  grid-template-columns: repeat(3, calc(100% / 3 - 40px / 3));
}
.product-list.list-2 {
  grid-template-columns: repeat(2, calc(100% / 2 - 40px / 2));
}
.product-thumb {
  padding: 10px;
  position: relative;
}
.apple-reveal {
  opacity: 0.05;
  transform: translate3d(0, 36px, 0) scale(0.996);
  transition:
    opacity 4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 2.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--apple-reveal-delay, 0ms);
}
.apple-reveal.ar-left {
  transform: translate3d(36px, 0, 0) scale(0.996);
}
.apple-reveal.ar-right {
  transform: translate3d(-36px, 0, 0) scale(0.996);
}
.apple-reveal.ar-down {
  transform: translate3d(0, -36px, 0) scale(0.996);
}
.apple-reveal.apple-reveal-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .apple-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.blog-thumb-item {
  width: 462px;
  float: left;
  margin: 0 50px 30px 0;
  border-radius: 24px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 462 / 400;
}
.product-thumb .image {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.product-thumb .image img {
  aspect-ratio: 168 / 157;
  object-fit: contain;
  transition: 0.3s;
}
.blog-thumb .blog-image img {
  object-fit: cover;
}
.product-thumb .caption {
  padding: 27px 0 10px 0;
  min-height: 153px;
}
.blog-thumb .caption {
  min-height: 132px;
}
.labels {
  position: absolute;
  top: 30px;
  left: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 2;
}
.labels > div {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 400px;
  background: var(--Red, #ef4e55);
  color: #111111;
}
.labels > .label-discount,
.label-item.label-discount {
  background: #b9141b;
  color: #ffffff;
}
.labels > .label-3 {
  background: var(--Green, #7dc241);
}
.labels > .label-2 {
  background: #4e66ef;
}
.button-group {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.button-group .btn-default {
  margin-right: 8px;
  min-width: 195px;
}
.model-stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.model-stock .model {
  margin: 0;
  font-size: 12px;
}
.model-stock .stock {
  font-size: 12px;
}
.product-item-title {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.product-thumb .price {
  font-size: 18px;
  font-weight: 500;
}

.short {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin-top: 20px;
  max-width: 650px;
}

.seo-text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  font-size: 13px;
  line-height: 180%; /* 23.4px */
}
.blog-text {
  font-size: 18px;
  line-height: 170%;
  etter-spacing: -0.4px;
}
.seo-text hr {
  clear: both;
  border-color: transparent;
}
.seo-text h2,
.seo-text h3 {
  color: #fff;

  font-weight: bold;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.4px;
  margin: 19px 0;
}
.seo-text h2 {
  font-size: 24px;
}
.seo-text h3 {
  font-size: 20px;
}
.seo-text h4 {
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 19px 0 9px 0;
}
.seo-text p {
  margin-bottom: 19px;
}
.seo-block {
  margin: 60px 0;
}

.blog-text h2,
.blog-text h3 {
  margin: 30px 0 20px;
}
.blog-text h4 {
  font-size: 18px;
  margin: 20px 0;
}

.seo-text ul,
.seo-text ol {
}
.seo-text li {
  margin-bottom: 20px;
}
.seo-text ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}
.seo-text ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 14px;
}
.seo-text .table {
  margin: 40px 0;
  width: 100%;
}
.seo-text .table tr {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.seo-text .table p {
  margin: 0;
}
.seo-text img {
  border-radius: 24px;
  overflow: hidden;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 8px;
  margin: 50px 0 30px 0;
}
.pagination span,
.pagination a {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #dfe3e8;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}
.pagination .active span {
  background: #fff;
  color: var(--Black, #000);
}
.pagination span.disabled {
  opacity: 0.5;
  background: var(--Gray, #737373);
  border-color: var(--Gray, #737373);
}
.category-page {
  display: flex;
  gap: 20px;
}
aside#column-left {
  min-width: 335px;
  flex: 0 0 335px;
}
#column-left + .catagory-main-content {
  min-width: calc(100% - 20px - 335px);
  flex: calc(100% - 20px - 335px);
}
.category-title-block {
  margin-bottom: 40px;
}
.list-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sort-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sort-title {
  white-space: nowrap;
  color: var(--Gray, #737373);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0 20px 0;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-text {
  margin: 20px 0;
  color: var(--Gray, #737373);
  font-size: 13px;
  letter-spacing: -0.4px;
  width: 264px;
}
.socials {
  display: flex;
  gap: 10px;
}
.payments-icon {
  display: flex;
  gap: 10px;
}
.payments-icon img {
  height: 20px;
}
.footer-common {
  padding: 20px 0;
  color: var(--Gray, #737373);
  letter-spacing: -0.4px;
  text-align: center;
}
footer a {
  text-decoration: none;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--Gray, #737373);
  letter-spacing: -0.4px;
  align-items: flex-start;
}
.footer-menu-title {
  font-weight: bold;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.nice-select,
.nice-select.form-light {
  background: transparent;
  border: none;
  font-size: 16px;
  padding-top: 1px;
  font-weight: 400;
}
.nice-select.form-light .current {
  color: #fff;
}
.nice-select.form-light:after {
  border-color: #fff;
}
.contact-icon:not(.contact-icon-small) svg {
  margin-top: 2px;
}
.contact-icon {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
.contact-items {
  display: flex;
  flex-direction: column;
  letter-spacing: -0.4px;
  line-height: 24px;
}
.contact-items a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}
.contact-icon-small {
  align-items: center;
  color: var(--Gray, #737373);
  gap: 7px;
}
.contact-icon-small:not(.contact-icon-email) {
  margin-bottom: 10px;
}
.geocode {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--Gray, #737373);
  gap: 10px;
  margin-bottom: 18px;
}
.open {
  display: flex;
  flex-direction: column;
  color: var(--Gray, #737373);
  font-size: 13px;
  letter-spacing: -0.4px;
  gap: 10px;
}
.open-item span {
  font-size: 14px;
  color: #fff;
}
.footer-column-contact {
  min-width: 34%;
}
.contact-items-tg {
  line-height: 1.2;
  gap: 4px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.term {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  gap: 10px;
  margin-bottom: 20px;
}
.term input {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.form-control {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--Gray, #737373);
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
}
textarea.form-control {
  height: 106px;
  resize: none;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(22px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.modal {
  position: fixed;
  width: 744px;
  max-width: calc(100% - 32px);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 100;
  bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: none;
  max-height: 100vh;
  overflow: auto;
}
.modal::-webkit-scrollbar {
  width: 4px;
}

.modal::-webkit-scrollbar-track {
  background: var(--Stroke, #737373);
  border-radius: 4px;
}

.modal::-webkit-scrollbar-thumb {
  background-color: var(--Primary, #fff);
  border-radius: 4px;
}
.modal-content {
  border-radius: 20px;
  background: #1d1d1f;
  padding: 60px;
}
.modal-close {
  background: transparent;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 3;
}
.modal-title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.modal-text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  text-align: center;
  font-size: 16px;
  line-height: 150%; /* 24px */
  margin-bottom: 10px;
}
#callme {
  width: 550px;
}

.auth-modal-content {
  padding: 0 !important;
  display: flex;
}

.auth-modal-side {
  min-width: 246px;
  flex: 246px;
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url("../image/decor-circles.svg");
  background-color: #090a0a;
  background-repeat: no-repeat;
  background-position: bottom right;
  border-radius: 20px 0 0 20px;
}
.auth-modal-main {
  padding: 60px;
  border-radius: 0 20px 20px 0;
  background: #fff;
  color: var(--Gray, #737373);
}
.auth-modal-side img {
  width: 186px;
}
.auth-tabs {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f4f6;
}
.auth-tabs button {
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.4px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  background: transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.auth-tabs button.active {
  color: var(--Black, #000);
  font-weight: bold;
  border-bottom-color: var(--Black, #000);
}
.group-has-icon {
  position: relative;
}
.group-has-icon > svg {
  position: absolute;
  left: 20px;
  top: calc(50% - 9px);
}
.group-has-icon .form-control {
  padding-left: 46px;
}
.auth-field {
  margin-bottom: 10px;
}
.auth-submit {
  margin: 20px 0 10px 0;
}
.auth-link {
  display: block;
  width: max-content;
  margin: 0 auto;
  color: var(--Black, #090a0a);
  font-size: 13px;
  margin-bottom: 20px;
}
.auth-note {
  color: var(--Gray, #737373);
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-align: center;
}
.auth-divider {
  line-height: 120%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin: 20px 0;
  text-align: center;
  position: relative;
}
.auth-divider:before {
  content: "";
  background: #f2f4f6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.auth-divider span {
  background: #fff;
  padding: 0 19px;
  position: relative;
  z-index: 2;
}
.auth-social + .auth-social {
  margin-top: 20px;
}
.code-group {
  display: flex;
  gap: 20px;
  max-width: 350px;
  margin: 0 auto 8px auto;
  text-align: center;
  flex-direction: row;
}
.code-group .form-control {
  text-align: center;
}
.form-control.error {
  border: 1px solid #ef4e55;
}
.js-timer {
  text-align: center;
  font-size: 12px;
}
.fer-r,
.text-danger {
  color: #ef4e55;
  font-size: 13px;
  margin-top: 4px;
}
.code-group + .fer-r {
  text-align: center;
}

.modal-cart .modal-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.cart-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
}
.cart-image {
  min-width: 100px;
  flex: 0 0 100px;
  background: #fff;
  border-radius: 7.425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-image img {
  aspect-ratio: 168 / 157;
  object-fit: contain;
}
.cart-title {
  flex-grow: 1;
}
.cart-title a {
  text-decoration: none;
  line-height: 28px;
  font-weight: 500;
}
.cart-price {
  min-width: 110px;
  flex: 0 0 110px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: right;
}
.qty {
  display: flex;
  min-width: 152px;
  flex: 0 0 152px;
}
.qty input {
  width: calc(100% - 46px * 2);
  background: transparent;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.cart-total {
  font-size: 32px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin: 20px 0;
  text-align: center;
}
.modal-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.modal-btns > .btn {
  width: 100%;
}
.cart-oneclick-total {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0;
}
.success-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.success-title {
  text-align: center;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.4px;
  font-weight: bold;
}
.success-block > .btn {
  margin-bottom: 20px;
}
.modal-cart .modal-title + .js-form {
  margin-top: 20px;
}
.radio-rating {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.radio-rating input {
  display: none;
}

.radio-rating label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Gray, #737373);
  font-size: 16px;
  flex-direction: column;
  cursor: pointer;
}
.radio-rating svg path {
  fill: #f4c01e;
}
.radio-rating input:checked + label ~ label svg path {
  fill: #737373;
}
.form-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.form-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.term-info {
  color: var(--Gray, #737373);
  text-align: center;
  margin-top: 20px;
}
#msg {
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#msg > div {
  padding: 10px 30px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #ffa0a4;
  background: linear-gradient(180deg, rgba(255, 63, 71, 0.2) -0.97%, rgba(239, 78, 85, 0.2) 99.03%);
  box-shadow: 0 0 10px 0 rgba(239, 78, 85, 0.64) inset;
  backdrop-filter: blur(2px);
  display: none;
  max-width: 300px;
}

#msg > .success {
  border: 1px solid var(--White, #fff);
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5);
}

.alert {
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #ffa0a4;
  background: linear-gradient(180deg, rgba(255, 63, 71, 0.2) -0.97%, rgba(239, 78, 85, 0.2) 99.03%);
  box-shadow: 0 0 10px 0 rgba(239, 78, 85, 0.64) inset;
  backdrop-filter: blur(2px);
  margin-top: 20px;
}
.alert-success {
  border: 1px solid var(--White, #fff);
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5);
}
.is_video {
  position: relative;
}
.is_video:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../image/youtube-play.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
#gallery-popup {
  width: 1440px;
}
.modal-gallery {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  position: relative;
}
.modal-gallery .product-gallery {
  max-width: 770px;
  margin: 0 auto;
}
.modal-gallery .product-gallery-main {
  position: static;
}
.modal-gallery-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: rgba(17, 17, 17, 0.7);
  letter-spacing: -0.4px;
  z-index: 2;
}
.rating-name {
  line-height: 170%;
}
.rating-date-row {
  display: flex;
  align-items: center;
  line-height: 170%;
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  gap: 9px;
}
.rating-text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  line-height: 170%;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #262626;
}
.review-answer {
  border-left: 2px solid #262626;

  margin-top: 20px;
}
.review-answer .rating-text,
.review-answer .rating-name {
  padding-left: 40px;
}
.empty-review {
  text-align: center;
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  line-height: 170%;
}
.empty-text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  line-height: 170%;
  padding: 20px 0 30px 0;
}
#tab-review,
#tab-question {
  max-width: 1080px;
  margin: 0 auto;
}

.ocf-selected .ocf-value-input,
.checkbox input:checked + label:before {
  background-image: url("../image/checkbox-check.svg");
}
.ocf-angle-right {
  background-image: url("../image/select-arrow.svg");
}

.contact-block {
  display: flex;
  gap: 30px;
  margin-bottom: 200px;
}
.contact-info-item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-info-item-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.contact-info-item-content {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.contact-info-item-content a {
  text-decoration: none;
}
.contact-info-item-content-open {
  font-weight: 400;
}
.contact-left {
  min-width: 52%;
  flex: 0 0 52%;
}
.contact-right {
  max-width: 510px;
  flex: 0 0 510px;
}
.contact-form-text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  line-height: 150%;
  margin: 10px 0;
  max-width: 470px;
}
.callback-type-block {
  margin-bottom: 16px;
}
.callback-type-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 16px;
}
.callback-types {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.radio input,
.checkbox input {
  display: none;
}
.radio label,
.checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.radio label:before {
  content: "";
  min-width: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  height: 10px;
  box-shadow: 0 0 0 1px var(--Primary-Gray-300, #d2d5da);
  border: 4px solid #fff;
  background: var(--Primary-Base-White, #fff);
}
.radio input:checked + label:before {
  box-shadow: 0 0 0 1px var(--Red, #ef4e55);
  border-color: var(--Red, #ef4e55);
}

.checkbox label:before {
  content: "";
  min-width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 3px;
  border: 1px solid #737373;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: center;
}

body:not(.common-home) .section-advantages {
  background: radial-gradient(76.31% 100% at 50% 0%, #262626 0%, #000 100%);
}
.module-text {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.4px;
  max-width: 586px;
  margin: 20px auto 0;
}
.module-title {
  text-align: center;
}
.advantages-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0 20px 0;
}
.module-advantages {
  max-width: 1080px;
  margin: 0 auto;
}
.advantages-item {
  border-radius: 24px;
  border: 1px solid rgba(65, 65, 65, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0) 100%);
  padding: 20px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.advantages-title {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.reviews-item {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(99deg, #181818 -0.86%, #010101 133.95%);
    padding: 36px 40px;
        gap: 16px;
    align-items: flex-start;
    text-align: left;
        aspect-ratio: auto;
}
.rating-text.reviews-text {
    margin: 0;
    border: none;
    padding: 0;
}
.reviews-icon-title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.reviews-icon {
    min-width: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    overflow: hidden;
}
.reviews-title {
    font-size: 18px;
    font-weight: bold;
}
.blog-main-content {
  margin-bottom: 90px;
}
.module-blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.module-contact-form {
  display: flex;
  border-radius: 24px;
  background: #1d1d1f;
  overflow: hidden;
  gap: 50px;
}
.module-contact-form .contact-form-block {
  margin: 60px 60px 60px 0;
  min-width: 490px;
  flex: 0 0 490px;
}
.module-contact-form-image img {
  height: 100%;
  object-fit: cover;
}
.section-html .seo-text {
  padding: 20px;
}
.article-block {
  margin-bottom: 90px;
}

.checkout-content.checkout-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.checkout-right {
  min-width: 450px;
  flex: 0 0 450px;
  position: sticky;
  top: 20px;
}
.checkout-left {
  min-width: calc(100% - 490px);
  flex: 0 0 calc(100% - 490px);
}
.checkout-form {
  margin-top: 30px;
}
.checkout-group {
  margin-top: 10px;
  padding-bottom: 1px;
}
.cg-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}
.radio-group {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.radio-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.shipping-fields {
  margin-top: 20px;
}
.order-box {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.order-notice {
  color: var(--Gray, #737373);
  font-size: 13px;
  line-height: 120%;
}
.cart-box {
  border-radius: 10px;
  background: #1d1d1f;
  padding: 20px;
}
.cart-box-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}

.cart-box-items .cart-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.cart-box-totals {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-box-total {
  display: flex;
  align-items: center;
}
.cart-box-total > span:nth-child(1) {
  color: var(--Gray, #737373);
  min-width: 50%;
  flex: 0 0 50%;
}
.cart-box-total-total {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.np-item .form-group {
  position: relative;
}
.account-grid {
  gap: 20px;
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
}
.account-page {
  min-height: 500px;
}
.account-box {
  border-radius: 24px;
  background: #1d1d1f;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account-menu-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.account-menu-item.active {
  font-weight: bold;
}
.account-menu-item.active {
  color: #fff;
}
.logout-block {
  margin-top: 20px;
}
.account-content {
  min-width: calc(100% - 355px);
  flex: 0 0 calc(100% - 355px);
  border-radius: 24px;
  background: #1d1d1f;
  padding: 40px;
  min-height: 424px;
}
.account-grid #column-left {
  position: sticky;
  top: 20px;
}
.account-content-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.account-info-line {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.account-info-line > span:nth-child(1) {
  color: var(--Gray, #737373);
  min-width: 60%;
  flex: 0 0 60%;
}
.account-info-line + .account-info-line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.account-info-box {
  margin-bottom: 20px;
  max-width: 520px;
}
.buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.address-box {
  display: flex;
  gap: 110px;
}
.btn-address-delete {
  display: flex;
  text-decoration: none;
  gap: 12px;
  color: var(--Gray, #737373);
}
.btn-address-delete span {
  text-decoration: underline;
}
.address-list-item + .address-list-item {
  margin-top: 40px;
}
.wishlist-list .button-group .btn-default {
  min-width: 169px;
}
.nice-select.form-dark {
  border: 1px solid var(--Gray, #737373);
  background: rgba(255, 255, 255, 0.1);
  padding: 0 20px;
}
.account-orders-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.account-order-block {
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
}
.account-order-summary {
  display: flex;
  align-items: center;
  gap: 40px;
}
.account-order-number {
  min-width: 130px;
  flex: 0 0 130px;
}
.account-order-date {
  color: var(--Gray, #737373);
  min-width: 130px;
  flex: 0 0 130px;
}
.account-order-status {
  min-width: 130px;
  flex: 0 0 130px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
}
.account-order-status--config_complete_status {
  color: #3fa414;
}
.account-order-status--config_complete_status:before {
  content: "";
  background-image: url("../image/availability-in-stock.svg");
  min-width: 20px;
  flex: 0 0 20px;
  height: 20px;
}
.account-order-status--config_canceled_status {
  color: var(--Red, #ef4e55);
}
.account-order-status--config_canceled_status:before {
  content: "";
  background-image: url("../image/availability-out-stock.svg");
  min-width: 20px;
  flex: 0 0 20px;
  height: 20px;
}
.account-order-total {
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
}
.account-order-details {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background: transparent;
}
.account-order-details span {
  text-decoration: underline;
}
.account-order-details svg {
  transition: 0.3s;
}
.account-order-detail-inner .account-info-box {
  max-width: 100%;
}
.account-order-detail-inner .account-info-line > span:nth-child(1) {
  min-width: 25%;
  flex: 0 0 25%;
}
.account-order-detail-inner {
  padding-top: 20px;
}

.brands-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-item {
  width: auto !important;
}
.brands-module {
  padding: 65px 0;
}
.brands-item img {
  max-height: 34px;
}
body.common-home .section-advantages {
  background: #000;
}
.categories-module {
  background: linear-gradient(180deg, #1d1d1f 0%, #000 120.32%);
  padding: 80px 0;
}
.categories-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.category-module-item {
  aspect-ratio: 1 / 1;
  padding: 40px;
  position: relative;
  border-radius: 24px;
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  overflow: hidden;
}
.category-module-subtitle {
  color: var(--Gray, #737373);
  font-size: 12px;
  line-height: 120%; /* 14.4px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.category-module-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
}
.category-module-link {
  color: var(--Gray, #737373);
  text-align: center;
  font-size: 13px;
  line-height: 140%; /* 18.2px */
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-module-image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 234px;
}
.category-module-image img {
  transition: 0.3s;
  position: relative;
  z-index: 2;
  transform: translateY(20px);
  transform-origin: bottom right;
}
.category-module-image:before {
  content: "";
  border-radius: 380px;
  background: rgb(255 255 255);
  filter: blur(112px);
  width: 380px;
  height: 380px;
  position: absolute;
  transition: 0.3s;
  transform: translate(100%, 100%);
}
.creation-steps-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.creation-steps-item {
  padding: 40px;
  gap: 8px;
  aspect-ratio: auto;
  align-items: flex-start;
  text-align: left;
}

.creation-steps-step {
  color: var(--Gray, #737373);
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.creation-steps-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: -0.6px;
}
.creation-steps-text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  line-height: 150%;
}
.creation-steps-button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Red, #ef4e55);
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  background: transparent;
  border: none;
  cursor: pointer;
}
.photo-slide {
  border-radius: 24px;
  overflow: hidden;
}
.photo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-slider {
  overflow: hidden;
  padding-bottom: 60px;
  background: #000;
}
.photo-slider .swiper {
  overflow: visible;
}
.swiper-pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  gap: 8px;
}
.swiper-pager > div {
  position: static;
  margin: 0 !important;
  height: 44px;
  min-width: 44px;
  flex: 0 0 44px;
  border-radius: 600px;
  border: 1px solid var(--Gray, #737373);
}

.section-faq {
  background: radial-gradient(76.31% 100% at 50% 0%, #262626 0%, #000 100%);
}

.faq-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  border-radius: 12px;
  border: 1px solid rgba(65, 65, 65, 0.5);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(153, 153, 153, 0) 100%);
  backdrop-filter: blur(7px);
  padding: 16px 20px;
}
.faq-title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-icon {
  min-width: 32px;
  flex: 0 0 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.faq-icon svg {
  transition: 0.3s;
}
.faq-text {
  padding-top: 16px;
  display: none;
  padding-left: 40px;
  color: rgba(255, 255, 255, 0.7);
}
.faq-item.active .faq-icon svg {
  transform: rotate(90deg);
}
.module-faq {
  max-width: 753px;
  margin: 0 auto;
}
.section-module-services {
  overflow: hidden;
}
.section-module-services .service-module-item {
  height: 560px;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  position: relative;
  width: 640px;
  overflow: hidden;
}
.service-module-caption {
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  width: 640px;
  margin: auto;
  height: 100%;
}
.service-module-text {
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.4px;
}
.service-module-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.service-module-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.clearfix {
  clear: both;
  width: 100%;
}
body.common-home .header-content-outer {
  margin-bottom: 0;
}
.full-container {
  max-width: 1920px;
  margin: 0 auto;
}
.slideshow-image {
  height: 820px;
}
.slideshow-image img,
.slideshow-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slideshow-image-mobile {
  display: none;
}
.slideshow-item {
  position: relative;
  overflow: hidden;
}
.slideshow-item:before {
  content: "";
  width: 1267px;
  height: 1267px;
  border-radius: 1267px;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(137px);
  position: absolute;
  right: 50%;
}
.slideshow-caption {
  position: absolute;
  top: 0;
  bottom: 0;
}
.slideshow-caption-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  height: 100%;
  max-width: 700px;
  padding-left: 40px;
}
.slideshow-title {
  background: linear-gradient(93deg, #fff 0.22%, #ff8086 114.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 68px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.slideshow-text {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.4px;
  opacity: 0.7;
}
.slide-rating-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slide-rating {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  background: linear-gradient(93deg, #fff 0.22%, #ff8086 114.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slide-rating-text-text {
  opacity: 0.7;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin-top: 1px;
}
.slideshow-module .swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 60px !important;
}

.footer-column .logo {
    flex: 0 0 auto;
}
.empty {
    padding: 20px 0;
}
.auth-modal-main .modal-text {
    color: var(--White-70, rgb(0 0 0 / 70%));
}

/* ===== Product compare ===== */
.compare-title {
  margin-bottom: 40px;
}
.compare-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.compare-grid {
  min-width: 100%;
  --compare-cell: 260px;
}
.compare-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #262626;
}
.compare-label,
.compare-cell {
  flex: 1 1 0;
  min-width: var(--compare-cell);
  padding: 14px 24px 14px 0;
}
.compare-label {
  flex: 0 0 220px;
  min-width: 220px;
  color: var(--Gray, #737373);
}
.compare-cell + .compare-cell,
.compare-row-products .compare-cell {
  padding-left: 0;
}
.compare-cell {
  padding-right: 20px;
}
.compare-row-products {
  border-bottom: 0;
  align-items: flex-end;
}
.compare-row-products .compare-cell,
.compare-row-products .compare-label {
  padding-top: 0;
  padding-bottom: 24px;
}
.compare-product .product-thumb {
  padding: 0;
  height: 100%;
}
.compare-product .caption {
  min-height: auto;
  padding: 20px 0 16px 0;
}
.compare-product .button-group .btn-default {
  margin-right: 0;
  min-width: 0;
}
.compare-group-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.4px;
  padding: 40px 0 16px 0;
}
