@font-face {
   font-family: "Inter";
   font-display: swap;
   src:
      url("../fonts/Inter-Regular.woff") format("woff"),
      url("../fonts/Inter-Regular.woff2") format("woff2");
   font-weight: 400;
   font-style: normal;
}
@font-face {
   font-family: "Inter";
   font-display: swap;
   src:
      url("../fonts/Inter-Medium.woff") format("woff"),
      url("../fonts/Inter-Medium.woff2") format("woff2");
   font-weight: 500;
   font-style: normal;
}
@font-face {
   font-family: "Inter";
   font-display: swap;
   src:
      url("../fonts/Inter-SemiBold.woff") format("woff"),
      url("../fonts/Inter-SemiBold.woff2") format("woff2");
   font-weight: 600;
   font-style: normal;
}
@font-face {
   font-family: "Inter";
   font-display: swap;
   src:
      url("../fonts/Inter-Bold.woff") format("woff"),
      url("../fonts/Inter-Bold.woff2") format("woff2");
   font-weight: 700;
   font-style: normal;
}
@font-face {
   font-family: "Inter";
   font-display: swap;
   src:
      url("../fonts/Inter-ExtraBold.woff") format("woff"),
      url("../fonts/Inter-ExtraBold.woff2") format("woff2");
   font-weight: 800;
   font-style: normal;
}
@font-face {
   font-family: "Inter";
   font-display: swap;
   src:
      url("../fonts/Inter-Black.woff") format("woff"),
      url("../fonts/Inter-Black.woff2") format("woff2");
   font-weight: 900;
   font-style: normal;
}
@font-face {
   font-family: "icon";
   font-display: swap;
   src:
      url("../fonts/icon.woff") format("woff"),
      url("../fonts/icon.ttf") format("ttf");
   font-style: normal;
   font-weight: normal;
}
:root {
   --font-primary: "Inter";
   --black1: #000000;
   --black2: #191919;
   --black3: #141414;
   --black4: #222222;
   --black5: #2f2f2f;
   --black6: #b1b1b1;
   --black7: #727272;
   --black8: #1c1c1c;
   --black9: #171717;
   --white100: #ffffff;
   --white70: rgba(255, 255, 255, 0.7);
   --white50: rgba(255, 255, 255, 0.5);
   --white40: rgba(255, 255, 255, 0.4);
   --white30: rgba(255, 255, 255, 0.3);
   --yellow1: #ce9e17;
   --yellow2: #fff583;
   --yellow3: #eeba28;
   --yellow4: #cfa632;
   --yellow5: #be900f;
   --yellow6: #fff799;
   --green1: #73ff75;
}
* {
   padding: 0px;
   margin: 0px;
   border: 0px;
  // -webkit-tap-highlight-color: transparent;
}
*,
*:before,
*:after {
   box-sizing: border-box;
}
:focus,
:active {
   outline: none;
}
a:focus,
a:active {
   outline: none;
}
html {
   scroll-behavior: smooth;
}
html,
body {
   min-width: var(--min-width);
}
body {
   color: var(--white100);
   line-height: 1.1;
   font-size: 16px;
   background: var(--black1);
   font-family: var(--font-primary), sans-serif;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
input,
button,
textarea {
   font-family: var(--font-primary);
   font-size: inherit;
   line-height: inherit;
}
button {
   cursor: pointer;
   color: inherit;
   background-color: transparent;
}
a {
   color: inherit;
   text-decoration: none;
}
ul li {
   list-style: none;
}
img {
   vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: inherit;
   font-size: inherit;
}

body.lock {
   overflow: hidden;
   touch-action: none;
   overscroll-behavior: none;
}
.wrapper {
   min-height: 100%;
   display: flex;
   flex-direction: column;
   overflow: hidden;
}
#primary {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   min-height: 100vh;
}
@supports (overflow: clip) {
   .wrapper {
      overflow: clip;
   }
}

.wrapper footer > main {
   flex: 1 1 auto;
}
[class^="_icon-"],
[class*=" _icon-"] {
   /* use !important to prevent issues with browser extensions that change fonts */
   font-family: "icon" !important;
   speak: never;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;

   /* Better Font Rendering =========== */
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

._icon-delivery:before {
   content: "\e90d";
   color: #ffc521;
}
._icon-quest:before {
   content: "\e90c";
}
._icon-youtube {
   position: relative;
}

._icon-youtube .path1:before {
   content: "\e90a";
   color: rgb(255, 255, 255);
   opacity: 1;
}
._icon-youtube .path2:before {
   content: "\e90b";
   margin-left: -1.521484375em;
   color: rgb(19, 19, 19);
   opacity: 0.55;
   position: absolute;
   top: 0;
   right: 0;
}
._icon-off-stock .path1:before {
   content: "\e90e";
   color: rgb(255, 206, 67);
}
._icon-off-stock .path2:before {
   content: "\e90f";
   margin-left: -1em;
   color: rgb(24, 24, 24);
   position: absolute;
}
._icon-on-stock .path1:before {
   content: "\e910";
   color: rgb(72, 176, 44);
}
._icon-on-stock .path2:before {
   content: "\e911";
   margin-left: -1em;
   color: rgb(255, 255, 255);
   position: absolute;
}
._icon-cart:before {
   content: "\e900";
}
._icon-vk:before {
   content: "\e901";
}
._icon-tg:before {
   content: "\e902";
}
._icon-star:before {
   content: "\e903";
}
._icon-search:before {
   content: "\e905";
}
._icon-arrow:before {
   content: "\e906";
}
._icon-check:before {
   content: "\e907";
}
._icon-arrow-left:before {
   content: "\e908";
}
._icon-arrow-right:before {
   content: "\e909";
}
._icon-close:before {
   content: "\e904";
}
._icon-close-inp {
   position: relative;
}
._icon-close-inp .path1:before {
   content: "\e912";
   color: rgb(158, 157, 165);
   position: absolute;
}
._icon-close-inp .path2:before {
   content: "\e913";
   margin-left: -1em;
   color: rgb(24, 24, 24);
   position: absolute;
   top: 0;
   z-index: 2;
   left: 25px;
}
._icon-close-inp .path3:before {
   content: "\e914";
   margin-left: -1em;
   position: absolute;
   color: rgb(24, 24, 24);
   top: 0;
   z-index: 2;
   left: 25px;
}
._icon-catalog {
   width: 14px;
   height: 17px;
   background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="19" fill="none"><rect x="0.648438" y="0.650391" width="14.3968" height="17.0151" rx="3" stroke="white" stroke-width="1.3"/><path d="M4.76172 5.65332H10.9318" stroke="white" stroke-width="1.3" stroke-linecap="round"/><path d="M4.76172 9.65723H10.9318" stroke="white" stroke-width="1.3" stroke-linecap="round"/><path d="M4.76172 13.6611H8.8751" stroke="white" stroke-width="1.3" stroke-linecap="round"/></svg>');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   z-index: 1;
}
/* Фикс для слайдеров */
.wrapper > * {
   min-width: 0;
}
[class*="__container"] {
   margin: 0 auto;
   max-width: 1260px;
   padding: 0 30px;
}
@media (max-width: 1260px) {
   [class*="__container"] {
      max-width: 100%;
   }
}
/* main */
section {
   margin-bottom: 100px;
}
section:first-child {
   margin-top: 125px;
}
section:last-child {
   margin-bottom: 0px;
}
.h1 {
   font-weight: 600;
   font-size: 38px;
   line-height: 1.1;
}
.h2 {
   font-weight: 600;
   font-size: 30px;
   line-height: 110%;
}
.fs26 {
   font-size: 26px;
}
.fs25 {
   font-size: 25px;
}
.fs24 {
   font-size: 24px;
}
.fs22 {
   font-size: 22px;
}
.fs20 {
   font-size: 20px;
}
.fs19 {
   font-size: 19px;
}
.fs18 {
   font-size: 18px;
}
.fs17 {
   font-size: 17px;
}
.fs15 {
   font-size: 15px;
}
.fs14 {
   font-size: 14px;
}
.fs13 {
   font-size: 13px;
}
.fs12 {
   font-size: 12px;
}
.fs10 {
   font-size: 10px;
}
@media (max-width: 768px) {
   .h1 {
      font-size: 22px;
   }
   .mfs20 {
      font-size: 20px;
   }
   .mfs18 {
      font-size: 18px;
   }
   .mfs17 {
      font-size: 17px;
   }
   .mfs16 {
      font-size: 16px;
   }
   .mfs15 {
      font-size: 15px;
   }
   .mfs14 {
      font-size: 14px;
   }
   .mfs13 {
      font-size: 13px;
   }
   .mfs12 {
      font-size: 12px;
   }
}
.block-arrows {
   display: flex;
   flex-direction: row;
   gap: 20px;
}
.arrow-next,
.arrow-pr {
   background: var(--black3);
   border: 1px solid var(--black5);
   border-radius: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 50px;
   height: 50px;
   cursor: pointer;
   color: var(--black6);
   font-size: 20px;
   transition: all 0.3s ease 0s;
   display: none;
}
.arrow-next:active,
.arrow-pr:active {
   background: #333333;
}
.arrow-next[aria-disabled="true"],
.arrow-pr[aria-disabled="true"] {
   display: flex;
   opacity: 0.5;
}
.arrow-next[aria-disabled="false"],
.arrow-pr[aria-disabled="false"] {
   display: flex;
}
.arrow-pr.swiper-button-lock,
.arrow-next.swiper-button-lock {
   display: none;
}
.arrow-next::before {
   transform: translateX(1px);
}
.arrow-next:hover,
.arrow-pr:hover {
   color: var(--white100);
}
.psevdo--border,
.psevdo--border-2,
.psevdo--border-3,
.psevdo--border-4 {
   position: relative;
   overflow: hidden;
}
.psevdo--border::before,
.psevdo--border-2::before,
.psevdo--border-3::before,
.psevdo--border-4:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   pointer-events: none;
   opacity: 0.8;
   z-index: 2;
}
.psevdo--border::before {
   border-radius: 20px;
   padding: 1px;
   background: linear-gradient(
      185deg,
      transparent 0%,
      rgba(255, 255, 255, 0.1) 5%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.1) 100%,
      transparent 100%
   );
}

.psevdo--border-2::before {
   border-radius: 30px;
   padding: 0.8px;
   background: linear-gradient(
      150deg,
      #3d3d3d 0%,
      #3c3c3c 38%,
      #333333 45%,
      #2e2e2e 53%,
      #2e2e2e 60%,
      #333333 67%,
      #3c3c3c 74%,
      #3d3d3d 100%
   );
}
.psevdo--border-3::before {
   border-radius: 40px;
   padding: 0.8px;
   background: linear-gradient(323deg, #323232 0%, #323232 37%, #353535 46%, #383838 59%, #393939 100%);
}
.psevdo--border-4::before {
   border-radius: 30px;
   padding: 0.8px;
   background: linear-gradient(150deg, #f5ea3a 1%, #ffd167 53%, #faec4d 86%, #fae64f 100%);
}
.swiper-button-lock {
   display: none;
}
.btn-circle {
   background: var(--yellow1);
   border-radius: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 44px;
   height: 44px;
   border: 1px solid var(--yellow2);
   cursor: pointer;
   transition: all 0.3s ease 0s;
}
.btn-circle:hover {
   background: var(--yellow1);
}
.btn-circle:active  {
   background: #856200;
}
.btn-circle div {
   color: var(--yellow2);
}
.btn-circle:hover {
   background: var(--yellow4);
}
.btns-filter-list__wrapper {
   /*display: flex;*/
   /*flex-direction: row;*/
   /*gap: 20px;*/
   /*overflow-y: hidden;
   scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;
   will-change: scroll-position;
   scroll-snap-type: x mandatory;
   scroll-behavior: auto;
   user-select: none;*/
}

.btns-filter-list__wrapper:active {
   /*cursor: grabbing;*/
}
.btns-filter-list__wrapper::-webkit-scrollbar {
   display: none;
}
.btns-filter-list__wrapper {
   -ms-overflow-style: none; /* IE */
   scrollbar-width: none; /* Firefox */
}
.btns-filter-list__item {
   flex: none;
}
.btn-filter {
   background: var(--black2);
   border-radius: 20px;
   font-weight: 500;
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 10px 13px;
   cursor: pointer;
   transition: all 0.3s ease 0s;
}
.btn-filter:hover {
   background: var(--black3);
}
.btn-filter:active{
   background: #333333;
}
.btn-filter._active::after {
   position: absolute;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: 20px;
   width: 100%;
   height: 100%;
   z-index: 3;
   background-color: var(--yellow1);
   opacity: 0.2;
}
.catalog-page .btn-filter._active::after {
   content: none;
}
.btn-filter._active {
   background: var(--yellow1);
}
.btn-filter._active::after:active{
   background-color: #ffffff;
}
.btns-filter-list__icon {
   width: auto;
   height: 21px;
}
.btn-filter {
   width: fit-content;
}
.btns-filter-list__icon-close {
   width: 18px;
   height: 16px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   position: relative;
   border-radius: 50%;
   background: #fffbd2;
   display: none;
}
.btns-filter-list__icon-close span {
   background: var(--yellow4);
   width: 9px;
   height: 2px;
   border-radius: 20px;
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
}
.btns-filter-list__icon-close span:first-child {
   transform: translate(-50%, -50%) rotate(45deg);
}
.btns-filter-list__icon-close span:last-child {
   transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-filter._active .btns-filter-list__icon-close {
   display: block;
}
@media (max-width: 768px) {
   .block-arrows,
   .arrow-next,
   .arrow-pr {
      display: none;
   }
   section {
      margin-bottom: 35px;
   }
   section:first-child {
      margin-top: 77px;
   }
   [class*="__container"] {
      padding: 0 18px;
   }
   .h2 {
      font-size: 20px;
   }
   .second-word-d {
      display: none;
   }
   ._container-m {
      padding: 0;
   }
   ._container-m-pr {
      padding: 0 18px;
   }
   .btns-filter-list__icon {
      height: 19px;
   }
   .btn-filter {
      padding: 8px 10px;
   }
   .btn-circle {
      width: 36px;
      height: 36px;
   }
   .btn-circle div {
      font-size: 12px;
   }
}
/********************************/
.header {
   position: fixed;
   width: 100%;
   z-index: 100;
   top: 15px;
}
.header__dec-line {
   position: absolute;
   top: -15px;
   left: 0;
   width: 100%;
   height: 60px;
   z-index: 1;
   background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 5.87%,
      rgba(0, 0, 0, 0.7) 45.33%,
      rgba(0, 0, 0, 0.45692) 75.38%,
      rgba(0, 0, 0, 0) 100.3%
   );
}
.header__container {
}
.header__wrapper {
   padding: 12px 35px;
   position: relative;
   z-index: 2;
}
.header__bg {
   position: absolute;
   border-radius: 50px;
   border: 1px solid #252424;
   z-index: 1;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.header__content {
   position: relative;
   z-index: 3;
}
.header__bg-border {
   width: 100%;
   height: 100%;
   border-radius: 50px;
   box-shadow: inset 0 0 0 3000px #0e0e0e94;
   background: inherit;
   backdrop-filter: blur(11px);
}
.header__content {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
}
.header__logo {
   width: 130px;
   height: 37px;
   flex: 0 0 130px;
}
.header__logo img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.header__row {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 35px;
}
.header__nav {
}
.header__nav-list {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 35px;
}
.header__nav-item {
}
.header__nav-link {
}
.header__block {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 25px;
}
.header__btn-call {
   padding: 10px 20px;
   background: var(--black1);
   border-radius: 40px;
   transition: all 0.3s ease 0s;
}
.header__btn-call:hover {
   background: var(--black4);
}
.header__btns {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 25px;
}
.header__btn-search ._icon-search {
   font-size: 26px;
}
.header__btn-cart {
   position: relative;
}
.header__btn-cart ._icon-cart {
   font-size: 27px;
}
.cart-count {
   position: absolute;
   top: -10px;
   right: -12px;
   width: 15px;
   border-radius: 50%;
   height: 15px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   background: #ff3c3c;
   transition: all 0.3s ease 0s;
}
.cart-count-num {
   font-weight: 700;
   font-size: 10px;
}
.header__btn-burger {
   display: none;
}
.header-catalog .header__logo .header__logo-arrow {
   display: none;
}
.search-catalog {
   display: none;
}
@media (max-width: 1190px) {
   .header__btn-call {
      display: none;
   }
}
@media (max-width: 970px) {
   .header__nav {
      display: none;
   }
   .header__bg {
      display: none;
   }
   .header__logo {
      position: relative;
      border: 1px solid #252424;
      padding: 10px 20px;
      border-radius: 50px;
      overflow: hidden;
      width: 150px;
      height: 52px;
      flex: 0 0 150px;
   }
   .header__logo img {
      position: relative;
      z-index: 3;
   }
   .header__logo::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 150px;
      height: 52px;
      border-radius: 50px;
      z-index: 1;
      box-shadow: inset 0 0 0 3000px #0e0e0e94;
      background: inherit;
      backdrop-filter: blur(11px);
   }
   .header__block {
      position: relative;
      border: 1px solid #252424;
      padding: 12px 25px;
      border-radius: 50px;
      overflow: hidden;
   }
   .header__block::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 150px;
      height: 56px;
      border-radius: 50px;
      z-index: 1;
      box-shadow: inset 0 0 0 3000px #0e0e0e94;
      background: inherit;
      backdrop-filter: blur(11px);
   }
   .header__btns {
      position: relative;
      z-index: 2;
   }
   .header__wrapper {
      padding: 0px;
   }
   .header__content {
      position: relative;
      z-index: 3;
   }
   .header__bg-border {
      width: 100%;
      height: 100%;
   }
   .cart-count {
      top: -8px;
      right: -8px;
   }
   .header__btn-burger {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: var(--yellow5);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
   }
   .header__btn-burger span:nth-child(1) {
      width: 18px;
      height: 3px;
      border-radius: 10px;
      background: var(--yellow6);
   }
   .header__btn-burger span:nth-child(2) {
      height: 3px;
      width: 24px;
      border-radius: 10px;
      background: var(--yellow6);
   }
   .header__btn-burger span:nth-child(3) {
      width: 18px;
      height: 3px;
      border-radius: 10px;
      background: var(--yellow6);
   }
   .header__row {
      gap: 10px;
   }
}
@media (max-width: 768px) {
   .header__logo {
      padding: 6px 11px;
      width: 132px;
      height: 42px;
      flex: 0 0 132px;
   }
   .header__logo::after {
      width: 140px;
      height: 46px;
   }
   .header__block {
      padding: 7px 15px;
   }
   .header__block::after {
      width: 110px;
      height: 46px;
   }
   .cart-count {
      top: -5px;
      right: -5px;
   }
   .header__btn-burger {
      width: 42px;
      height: 42px;
      gap: 4px;
      opacity: 1;
      transition: all 0.3s ease 0s;
   }
   .header__btn-burger span:nth-child(1) {
      width: 16px;
      height: 3px;
   }
   .header__btn-burger span:nth-child(2) {
      height: 3px;
      width: 22px;
   }
   .header__btn-burger span:nth-child(3) {
      width: 16px;
      height: 3px;
   }
   .cart-count {
      display: none;
   }
   .header__logo::after {
      box-shadow: inset 0 0 0 3000px #0e0e0e7a;
      backdrop-filter: blur(8px);
   }
   .header__block::after {
      box-shadow: inset 0 0 0 3000px #0e0e0e7a;
      backdrop-filter: blur(8px);
   }
   .header-catalog .header__logo img {
      display: none;
   }
   .header-catalog .header__logo .header__logo-arrow {
      display: block;
      font-size: 22px;
      color: var(--white100);
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 48%;
      transform: translate(-50%, -50%);
   }
   .header-catalog .header__logo::after {
      width: 42px;
      height: 42px;
   }
   .header-catalog .header__logo {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
   }
   .header-catalog .header__btn-search {
      display: none;
   }
   .search-catalog {
      display: block;
   }
   .header-catalog .header__btn-cart ._icon-cart {
      font-size: 25px;
   }
   .header-catalog .header__block {
      padding: 7px 10px;
   }
   .header-catalog .header__row {
      width: auto;
   }
   .header-catalog .search__input {
      width: 100%;
   }
   .menu-left__search.search-catalog {
      position: relative;
      width: 100%;
      flex: 0 1 auto;
      height: 42px;
   }
   .header-catalog .header__content {
      gap: 10px;
   }
   .header-catalog .search__input {
      position: absolute;
      z-index: 3;
   }
   .header-catalog .search__input.inp {
      background: #101010;
      border: 1px solid #252525;
   }
   .search-catalog__icon-close {
      position: absolute;
      z-index: 0;
      top: 50%;
      right: -17px;
      font-size: 25px;
      cursor: pointer;
      transform: translateY(-12px);
      opacity: 0;
      transition: all 0.6s ease 0s;
   }
   .header-catalog .menu-left__search._active .search__input {
      width: calc(100% + 52px);
   }
   .header-catalog .menu-left__search.search-catalog._active {
      width: calc(100% + 52px);
   }
   .header-catalog .menu-left__search.search-catalog._active .search-catalog__icon-close {
      opacity: 1;
      z-index: 4;
   }
}
header._active .header__btn-burger {
   opacity: 0;
}
.main-search {
   position: absolute;
   top: 0;
   z-index: 2;
   right: 0;
   right: 40px;
   opacity: 0;
   transition: all 0.6s ease 0s;
   width: 0%;
   overflow: hidden;
}
.main-search._active {
   width: 80%;
   opacity: 1;
   overflow: visible;
}
.main-search__icon {
   position: absolute;
   z-index: 1;
   top: 11px;
   left: 15px;
   font-size: 18px;
   cursor: pointer;
}
.main-search__input {
   width: 100%;
   color: #fff;
   padding: 11px 45px;
   background: var(--black8);
   border-radius: 50px;
}
.main-search__icon-close {
   position: absolute;
   z-index: 1;
   top: 7px;
   right: 15px;
   font-size: 25px;
   cursor: pointer;
}
/*******************************/
.footer {
   margin-top: 70px;
   padding: 45px 0 25px 0;
   background: var(--black9);
   border: 1px solid #383838;
   border-bottom: 0px solid #000;
   border-radius: 32px 32px 0px 0px;
}
.footer__body {
   padding-bottom: 45px;
   border-bottom: 1px solid #292929;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.footer__nav {
   display: flex;
   flex-direction: row;
   gap: 70px;
}
.footer__list {
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.footer__link {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 15px;
}
.footer__link-icon {
   height: 20px;
   width: auto;
}
.footer__link-text {
   font-weight: 500;
}
.footer__link-text-sale {
   position: relative;
}
.footer__link-text-sale::before {
   content: "";
   position: absolute;
   z-index: 1;
   right: -11px;
   top: 0px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #ff3c3c;
}
.footer__logo {
   height: 72px;
   width: 145px;
   object-fit: contain;
}
.footer__column {
   display: flex;
   flex-direction: column;
   gap: 25px;
   margin-top: 25px;
}
.footer__socials {
   display: flex;
   flex-direction: row;
   gap: 21px;
}
.footer__social:nth-child(1) {
   font-size: 23px;
}
.footer__social:nth-child(2) {
   font-size: 23px;
}
.footer__social:nth-child(3) {
   font-size: 23px;
}
.footer__social {
   opacity: 0.5;
   transition: all 0.3s ease 0s;
}
.menu-left .footer__social {
   opacity: 1;
}
.menu-left .contacts-block__links a {
   color: var(--white50);
}
.footer__social:hover {
   opacity: 1;
}
.footer__social ._icon-youtube .path2:before {
   content: "\e90b";
   margin-left: -1.521484375em;
   color: rgb(45 45 45);
   opacity: 1;
   position: absolute;
   top: 0;
   right: 0;
}
.footer__links {
   display: flex;
   flex-direction: column;
   gap: 4px;
}
.footer__contact {
   opacity: 0.5;
   transition: all 0.3s ease 0s;
}
.footer__contact:hover {
   opacity: 1;
}
.footer__bottom {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   padding-top: 25px;
}
.footer__copiright {
   opacity: 0.5;
}
.footer__row {
   display: flex;
   flex-direction: row;
   gap: 65px;
}
.footer__link-page {
   opacity: 0.5;
   transition: all 0.3s ease 0s;
}
.footer__link-page:hover {
   opacity: 1;
}
@media (max-width: 930px) {
   .footer__body {
      flex-direction: column;
      gap: 25px;
   }
   .footer__bottom {
      flex-direction: column;
      gap: 5px;
      padding-top: 0px;
   }
   .footer__block {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 25px;
   }
   .footer__column {
      gap: 11px;
      margin-top: 0px;
   }
   .footer__body {
      padding-bottom: 32px;
      border-bottom: 0px solid #292929;
   }
}
@media (max-width: 768px) {
   .footer {
      margin-top: 35px;
   }
}
@media (max-width: 650px) {
   .footer__nav {
      flex-direction: column;
      gap: 0px;
   }
   .footer {
      padding: 7px 0 90px 0;
      background: var(--black9);
   }
   .footer__list {
      gap: 0px;
   }
   .footer__row {
      flex-direction: column;
      gap: 5px;
   }
   .footer__link {
      padding: 11px 0;
      border-bottom: 1px solid #292929;
      position: relative;
   }
   .footer__links {
      gap: 5px;
   }
   .footer__link::before {
      content: "\e909";
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 7px;
      transform: translateY(-50%);
      font-size: 10px;
      color: #5e5e5e;
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;

      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
   }
   .footer__social:nth-child(1) {
      font-size: 18px;
   }
   .footer__social:nth-child(2) {
      font-size: 18px;
   }
   .footer__social:nth-child(3) {
      font-size: 18px;
   }
}
/*******************************/
.menu-left {
   position: absolute;
   top: -15px;
   left: 0;
   transition: all 0.6s ease 0s;
   z-index: 200;
   width: 100%;
   height: 100%;
   transform: translateX(-100%);
   transition: transform 0.35s ease;
   will-change: transform;
}
header._active .menu-left {
   transform: translateX(0);
}
.menu-overlay {
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.7);
   position: absolute;
   z-index: 1;
   width: 100vw;
   height: 100vh;
   background: rgba(0, 0, 0, 0.7);
   backdrop-filter: blur(5px);
   opacity: 0;
   visibility: hidden;
   transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
   top: 0;
   left: 0;
   z-index: 150;
}
header._active .menu-overlay {
   opacity: 1;
   visibility: visible;
}
.menu-left__wrapper {
   position: relative;
   z-index: 2;
   padding: 15px 18px;
   max-width: 318px;
   height: 100vh;
   overflow-y: auto;
}
.menu-left__top {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   margin-bottom: 25px;
}
.menu-left__search {
   position: relative;
   width: 172px;
   flex: 0 0 172px;
}
.search__icon {
   font-size: 16px;
   position: absolute;
   z-index: 1;
   top: 50%;
   transform: translateY(-50%);
   left: 14px;
   z-index: 4;
}
.inp {
   background: var(--black8);
   border: 1px solid var(--black5);
   border-radius: 50px;
   padding: 11px 18px 11px 42px;
   color: #fff;
}
.search__input {
   width: 172px;
   position: relative;
   z-index: 2;
   transition: all 0.6s ease 0s;
}
.menu-left__search._active .search__input {
   width: 282px;
}
.menu-left__top-btns {
   display: flex;
   flex-direction: row;
   gap: 16px;
}
.menu-left__cart {
   position: relative;
   width: 42px;
   height: 42px;
   background: var(--black8);
   border: 1px solid var(--black5);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.menu-left__cart-icon {
   font-size: 22px;
}
.menu-left__cart-count {
   display: flex;
   align-items: center;
   justify-content: center;
   background: #ff3c3c;
   line-height: 1.1;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   position: absolute;
   z-index: 1;
   top: -3px;
   right: -3px;
}
.cart-count-num {
   font-weight: 700;
   font-size: 10px;
}
.menu-left__close {
   width: 42px;
   height: 42px;
   background: var(--black8);
   border: 1px solid var(--black5);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.menu-left__icon-close {
   font-size: 28px;
}
.menu-left__body {
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.menu-left__block {
   width: 100%;
   background: var(--black8);
   border: 1px solid var(--black5);
   border-radius: 32px;
   padding: 11px 22px;
}
.menu-left__item {
   display: flex;
   flex-direction: row;
   align-items: center;
   border-top: 1px solid #292929;
}
.menu-left__item:first-child {
   border-top: 0px solid #292929;
}
.menu-left__link {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}
.menu-left__link-block {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 14px;
}
.menu-left__link-icon {
   height: 20px;
   width: auto;
}
.menu-left__link-text {
   font-weight: 500;
   padding: 12px 0;
   max-width: 170px;
   line-height: 1.1;
}
.menu-left__link-arrow {
   color: #5e5e5e;
   font-size: 10px;
}
.menu-left__block:last-child {
   padding: 3px 22px;
}
.menu-left__bottom {
   padding-left: 15px;
   margin-top: 35px;
}
.contacts-block__socials {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 14px;
}
.contacts-block__links {
   display: flex;
   flex-direction: column;
   gap: 5px;
   margin-top: 12px;
}
.menu-left__logo {
   margin-top: 30px;
   display: block;
   width: 111px;
}
.contacts-block__social:nth-child(1) span {
   font-size: 18px;
}
.contacts-block__social:nth-child(2) span {
   font-size: 21px;
}
.contacts-block__social:nth-child(3) span {
   font-size: 20px;
}
.menu-left__link-text-sale {
   position: relative;
}
.menu-left__link-text-sale::before {
   content: "";
   position: absolute;
   z-index: 1;
   right: -11px;
   top: 13px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #ff3c3c;
}

/****************************/
.cart-pr-regions {
   width: 253px;
   height: 368px;
   background: var(--black2);
   border-radius: 40px;
}
.cart-pr-regions__wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 15px;
   height: 100%;
}
.cart-pr-regions__img {
   width: 219px;
   height: 164px;
   flex: 0 0 163px;
   border-radius: 30px;
   background: var(--black4);
   overflow: hidden;
}
.cart-pr-regions__img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 2s ease 0s;
}
.cart-pr-regions:hover .cart-pr-regions__img img {
   transform: scale(1.1);
}
.cart-pr-regions__content {
   padding: 20px 5px 5px 5px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
}
.cart-pr-regions__title {
   line-height: 1.05;
   font-weight: 600;
}
.cart-pr-regions__region-wrapper {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 7px;
   margin-bottom: 10px;
}
.cart-pr-regions__region-icon {
   width: auto;
   height: 26px;
}
.cart-pr-regions__region-text {
   font-weight: 500;
   color: var(--white70);
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.cart-pr-regions__link-wrapper {
   display: flex;
   flex-direction: row;
   align-items: end;
   justify-content: space-between;
}
.cart-pr-regions__link-text {
   color: var(--white40);
   max-width: 109px;
}
.cart-pr-regions__link-btn {
   width: 49px;
   height: 49px;
}
@media (max-width: 768px) {
   .cart-pr-regions {
      width: 175px;
      height: 299px;
   }
   .cart-pr-regions__img {
      width: 153px;
      height: 114px;
      flex: 0 0 114px;
   }
   .cart-pr-regions__wrapper {
      padding: 11px;
   }
   .cart-pr-regions__content {
      padding: 13px 7px 12px 7px;
   }
   .cart-pr-regions__link-btn {
      width: 36px;
      height: 36px;
      flex: 0 0 36px;
   }
   .cart-pr-regions__link-text {
      flex: 0 0 80px;
   }
   .cart-pr-regions__region-icon {
      height: 20px;
   }
   .cart-pr-regions__region-wrapper {
      gap: 2px;
   }
   .cart-pr-regions__link-wrapper {
      padding: 0 3px;
   }
}
/***************************************/
.cart-pr {
   width: 235px;
   height: 361px;
   background: var(--black2);
   border-radius: 40px;
}
.cart-pr__wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 8px;
   height: 100%;
}
.cart-pr__img-pr {
   width: 215px;
   height: 163px;
   flex: 0 0 163px;
   border: 0.8px solid rgba(255, 255, 255, 0.85);
   border-radius: 30px;
   background: var(--black4);
   overflow: hidden;
}
.cart-pr__img-pr img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 2s ease 0s;
}
.cart-pr__content {
   padding: 20px 12px 12px 12px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
   width: 100%;
   overflow-wrap: break-word;
   word-wrap: break-word;
}
.cart-pr__label-wrapper {
   margin-bottom: 7px;
}
.cart-pr__label {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 4px;
}
.cart-pr__label img {
   width: auto;
   height: 16px;
}
.cart-pr__title {
   line-height: 1.1;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.cart-pr__top-2 {
   margin-top: 10px;
}
.cart-pr__stock {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 5px;
}
.cart-pr__stock-text {
   color: var(--white50);
}

.cart-pr__bottom {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: end;
}
.cart-pr__prices {
   display: flex;
   flex-direction: column;
   gap: 5px;
}
.cart-pr__old-price {
   color: var(--white40);
   text-decoration: line-through;
}
@media (max-width: 768px) {
   .cart-pr {
      width: 175px;
      height: 313px;
   }
   .cart-pr__img-pr {
      width: 159px;
      height: 121px;
      flex: 0 0 121px;
   }
   .cart-pr__content {
      padding: 8px 8px 12px 8px;
   }
   .cart-pr__label-wrapper {
      margin-bottom: 4px;
   }
   .cart-pr__top-2 {
      margin-top: 15px;
   }
   .cart-pr__stock-icon {
      font-size: 14px;
   }
   .cart-pr__prices {
      gap: 2px;
   }
   .cart-pr__bottom {
      padding: 0 4px;
   }
}
/*********************/
.catalog-page__title {
   text-align: center;
   margin-bottom: 45px;
}

.category-page .catalog-page__categories {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   gap: 20px;
   flex-wrap: wrap;
}
.catalog-page__content {
   max-width: 1007px;
   margin: 0 auto;
}
.breadcrumbs {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: flex-start;
   gap: 5px;
   margin: 25px 0 16px 0;
}
.breadcrumbs__item {
   color: var(--white50);
}
.breadcrumbs__separator {
   color: var(--white50);
}
.catalog-list {
   display: grid;
   grid-column-gap: 25px;
   grid-row-gap: 25px;
   justify-items: center;
   justify-content: center;
   grid-template-columns: repeat(4, 1fr);
}
.catalog-pagination {
   margin-top: 60px;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   gap: 11px;
}
.catalog-pagination__prev span {
   transform: translateX(-1px);
}
.catalog-pagination__next span {
   transform: translateX(1px);
}
.catalog-pagination-btn {
   width: 36px;
   height: 36px;
   border-radius: 50%;
   background: var(--black2);
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   border: 1px solid #282828;
}
.catalog-pagination-btn.disabled span {
   opacity: 0.2;
}
.catalog-pagination__text {
   border-radius: 20px;
   background: var(--black2);
   padding: 0 15px;
   height: 36px;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   gap: 5px;
   border: 1px solid #282828;
}
.catalog-prologue {
   margin-top: 30px;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.catalog-prologue__link {
   border: 1px solid #282828;
   border-radius: 30px;
   padding: 10px 20px;
   background: var(--black2);
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 18px;
}
.catalog-prologue__link-icon {
   font-size: 21px;
}

.catalog-prologue__link-arrow {
   color: var(--white30);
}
.catalog-tag-page__title {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 12px;
   margin-bottom: 40px;
}
.catalog-tag-page__title h1 {
   font-weight: 600;
}
.catalog-tag-page__title img {
   width: auto;
   height: 26px;
}
.catalog-tag-page__desc {
   margin-top: -20px;
   margin-bottom: 40px;
   color: var(--white50);
}
.catalog-prologue__title {
   font-weight: 600;
}
@media (max-width: 1107px) {
   .catalog-list {
      grid-template-columns: repeat(3, 235px);
   }
}
@media (max-width: 768px) {
   .catalog-page__title {
      text-align: start;
      margin-bottom: 20px;
   }
   .category-page .catalog-page__categories {
      gap: 10px;
   }
   .catalog-list {
      grid-template-columns: repeat(3, 175px);
      grid-column-gap: 15px;
      grid-row-gap: 15px;
   }
   .catalog-pagination {
      margin-top: 30px;
   }
   .catalog-prologue__link {
      padding: 10px 15px;
   }
   .catalog-tag-page__title {
      gap: 8px;
      margin-bottom: 20px;
   }
   .catalog-tag-page__title img {
      height: 22px;
   }
   .catalog-tag-page__desc {
      margin-top: -5px;
      margin-bottom: 20px;
   }
   .catalog-prologue__title {
      text-align: left;
      width: 100%;
   }
}
@media (max-width: 590px) {
   .catalog-list {
      grid-template-columns: repeat(2, 175px);
   }
}
/********************/
.catalog-page__categories {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   gap: 30px;
}

.catalog-page__left {
   display: flex;
   flex-direction: column;
   gap: 12px;
   margin-top: 68px;
}
.left-block {
   flex: 0 0 340px;
   width: 340px;
}
.left-block__labels {
   display: flex;
   flex-direction: column;
   padding: 4px 19px;
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
}
.left-block__item {
   padding: 11px 0;
   border-top: 1px solid var(--black5);
}
.left-block__item:first-child {
   border-top: 0px solid var(--black5);
}
.left-block__link {
   display: flex;
   flex-direction: row;
   gap: 9px;
   align-items: center;
   width: 100%;
   position: relative;
}
.left-block__link img {
   width: 18px;
   height: auto;
}
.left-block__link::before {
   content: "\e909";
   position: absolute;
   z-index: 1;
   top: 50%;
   right: 7px;
   transform: translateY(-50%);
   font-size: 10px;
   color: #5e5e5e;
   font-family: "icon" !important;
   speak: never;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.left-block__text {
   font-weight: 500;
}
.left-block__sales {
   display: flex;
   flex-direction: column;
   gap: 12px;
}
.left-block__sale {
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
   padding: 17px 25px;
   display: flex;
   flex-direction: column;
   gap: 10px;
}
.left-block__sale-title {
   font-weight: 600;
}
.left-block__sale-text {
   color: var(--white50);
}
.catalog-page__right {
   flex: 1;
}
.right-block__title {
   margin-bottom: 35px;
}
.categories-list {
   display: flex;
   flex-direction: row;
   gap: 12px;
   flex-wrap: wrap;
}
.categories-list__item {
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: end;
   padding: 14px 24px 14px 24px;
   overflow: hidden;
   min-height: 150px;
   width: 260px;
}
/*.categories-list__item:nth-child(1),
.categories-list__item:nth-child(2),
.categories-list__item:nth-child(4),
.categories-list__item:nth-child(7),
.categories-list__item:nth-child(10),
.categories-list__item:nth-child(11){
width: 260px;
}
.categories-list__item:nth-child(3),
.categories-list__item:nth-child(5),
.categories-list__item:nth-child(6),
.categories-list__item:nth-child(8),
.categories-list__item:nth-child(9),
.categories-list__item:nth-child(12){
   width: 260px;
}*/
.categories-list__item img {
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
   object-fit: cover;
   top: 0;
   left: 0;
   object-position: top;
}
.categories-list__item-title {
   font-weight: 500;
   position: relative;
   z-index: 2;
   display: none;
}
@media (max-width: 1234px) {
   .categories-list__item {
   width: 240px;
}
}
@media (max-width: 1173px) {
   .categories-list__item {
   flex: 0 0 47%;
}
}
@media (max-width: 768px) {
   .catalog-page__categories {
      flex-direction: column;
      gap: 40px;
   }
   .left-block {
      flex: auto;
      width: 100%;
      margin-top: 0px;
   }
   .right-block__title {
      margin-bottom: 20px;
   }
   .categories-list__item {
      padding: 20px 40px 20px 20px;
   }
   .categories-list__item:nth-child(1),.categories-list__item:nth-child(4),.categories-list__item:nth-child(5),.categories-list__item:nth-child(8),.categories-list__item:nth-child(9),.categories-list__item:nth-child(12) {
      flex: 0 0 40%;
   }
   .categories-list__item:nth-child(2),.categories-list__item:nth-child(3),.categories-list__item:nth-child(6),.categories-list__item:nth-child(7),.categories-list__item:nth-child(10),.categories-list__item:nth-child(11),.categories-list__item:nth-child(13),.categories-list__item:nth-child(14),.categories-list__item:nth-child(15) {
      flex: 0 0 56%;
   }
}
/********************************/
.products__wrapper {
   overflow: hidden;
}
.products__top {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   margin-bottom: 20px;
}
.products__slider {
   margin-top: 40px;
}
@media (max-width: 768px) {
   .products__slider {
      margin-top: 20px;
   }
   .products__wrapper {
      padding: 0 18px;
   }
}
/************************************/
.cart-sport {
   width: 253px;
   height: 373px;
   background: var(--black2);
   border-radius: 40px;
}
.cart-sport__wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 15px;
   height: 100%;
}
.cart-sport__img {
   width: 219px;
   height: 164px;
   flex: 0 0 163px;
   border: 0.8px solid rgba(255, 255, 255, 0.15);
   border-radius: 30px;
   background: var(--black4);
   overflow: hidden;
}
.cart-sport__img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 2s ease 0s;
}
.cart-sport__content {
   padding: 20px 9px 5px 9px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
   width: 100%;
}
.cart-sport__title {
   margin-bottom: 15px;
   line-height: 1.15;
   font-weight: 600;
}
/*.cart-sport__list {
   display: flex;
   flex-direction: column;
   gap: 5px;
}*/
.cart-sport__list-item {
   color: var(--white70);
   line-height: 1.2;
}
.cart-sport__class {
   display: flex;
   flex-direction: row;
   gap: 20px;
}
.cart-sport__class-label {
   color: var(--white70);
}
.cart-sport__class-title {
   font-weight: 600;
}
.cart-sport:hover .cart-sport__img img {
   transform: scale(1.1);
}
@media (max-width: 768px) {
   .cart-sport__wrapper {
      padding: 11px;
   }
   .cart-sport {
      width: 175px;
      height: 292px;
   }
   .cart-sport__img {
      width: 153px;
      height: 115px;
      flex: 0 0 115px;
   }
   .cart-sport__title {
      margin-bottom: 11px;
   }
   /*.cart-sport__list {
      display: flex;
      flex-direction: column;
      gap: 1px;
   }*/
   .cart-sport__content {
      padding: 13px 7px 12px 7px;
   }
   .cart-sport__class {
      gap: 1px;
      flex-direction: column;
      padding: 0 7px;
   }
}
/********************************/
.catalog-prologue {
   gap: 25px;
}
.catalog-prologue__labels {
   display: flex;
   flex-direction: column;
   padding: 4px 19px;
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
   width: 100%;
   max-width: 340px;
}
.catalog-prologue-empty {
   margin-top: 60px;
   margin-bottom: -30px;
}
@media (max-width: 768px) {
   .catalog-prologue-empty {
      margin-top: 30px;
      margin-bottom: 0px;
   }
}
/*******************************************/
.catalog-empty {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 50px;
   padding-top: 30px;
}
.catalog-empty__icon {
   font-size: 44px;
   color: var(--white50);
   text-align: center;
}
.catalog-empty__title {
   font-weight: 600;
   text-align: center;
   margin: 30px 0 15px 0;
}
.catalog-empty_text {
   max-width: 300px;
   text-align: center;
   color: var(--white50);
}
.search-page .catalog-page__content {
   margin-top: 25px;
}
@media (max-width: 768px) {
   .catalog-empty__title {
      margin: 15px 0 10px 0;
   }
   .catalog-empty {
      margin-bottom: 30px;
   }
}
/*********************************/
.product-page__content {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.product-page__left {
   flex: 0 0 45%;
   max-width: 530px;
}
.product-page__right {
   flex: 0 0 50%;
}
.product-page__img {
   width: 100%;
}
.product-page__block {
   background: var(--black3);
   border: 1px solid var(--black5);
   border-radius: 33px;
   padding: 21px;
   margin-bottom: 20px;
}
.product-page__block:first-child {
   background: transparent;
   border: 0px solid var(--black5);
   border-radius: 0px;
   padding: 0px;
}
.product-page__row {
   display: flex;
   flex-direction: row;
   width: 100%;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 10px;
}
.product-page__labels {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 20px;
}
.product-page__label {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 20px;
}
.product-page__label-icon {
   width: 15px;
   height: 15px;
}
.product-page__articule-d {
   color: var(--white30);
}
.product-page__title {
   font-weight: 600;
   font-size: 38px;
   line-height: 110%;
   margin-bottom: 20px;
}
.product-page__articule-m {
   display: none;
}
.product-page__prices {
   display: flex;
   flex-direction: row;
   align-items: end;
   margin: 8px 0 14px 0;
}
.product-page__price {
   font-weight: 600;
}
.product-page__price-old {
   font-weight: 500;
   padding: 0 9px 0 14px;
   color: var(--white40);
   text-decoration: line-through;
}
.product-page__price-sale {
   font-weight: 500;
   padding: 4px;
   background-color: #e23232;
   border-radius: 10px;
}
.product-page__delivery-info {
   display: flex;
   flex-direction: row;
   gap: 6px;
   align-items: center;
}
.product-page__delivery-subtext {
   color: var(--white40);
   margin-top: 6px;
}
.product-page__accordion {
   border-bottom: 1px solid #262626;
}
.product-page__accordion:last-child {
   border-bottom: 0px solid #262626;
}
.product-page__accordion-row {
   padding: 15px 0;
   display: flex;
   flex-direction: row;
   align-items: start;
   justify-content: space-between;
   cursor: pointer;
}
.product-page__accordion:first-child .product-page__accordion-row {
   padding: 0 0 15px 0;
}
.product-page__accordion:last-child .product-page__accordion-row {
   padding: 15px 0 0 0;
}
.product-page__accordion-title {
   font-weight: 600;
}
.product-page__accordion-icon {
   position: relative;
}
.product-page__accordion-icon::before {
   content: "\e909";
   position: absolute;
   z-index: 1;
   top: 50%;
   right: 7px;
   transform: translateY(-50%);
   font-size: 13px;
   color: #5e5e5e;
   font-family: "icon" !important;
   speak: never;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   transform: rotateZ(90deg) translateX(5px);
   transition: all 0.3s ease 0s;
}
.product-page__accordion.active .product-page__accordion-icon::before {
   transform: rotateZ(270deg) translateX(-2px);
}
.product-page__accordion-body {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s ease;
}
.product-page__accordion-content {
   padding-bottom: 15px;
   color: var(--white50);
   line-height: 1.4;
}
.product-page__accordion:last-child .product-page__accordion-content {
   padding-top: 15px;
   padding-bottom: 0px;
}
.product-page__accordion-content p {
   padding-bottom: 5px;
}
.product-page__accordion-content p:last-child {
   padding-bottom: 0px;
}
.product-page__accordion-content ul {
   padding: 10px 0 10px 20px;
}
.product-page__accordion-content ul li {
   list-style: disc;
   padding-bottom: 5px;
}
.product-page__accordion-content ul li:last-child {
   list-style: disc;
   padding-bottom: 0px;
}
.product-main-slider {
   margin-bottom: 16px;
}
.product-thumbs-slider {
   margin: 0 auto;
}
.product-main-slider img {
   width: 100%;
   height: auto;
   border-radius: 40px;
}
.product-thumbs-slider .swiper-slide {
   opacity: 0.5;
   cursor: pointer;
   transition: 0.3s;
   border-radius: 13px;
   height: 80px;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 106px;
}
.product-thumbs-slider .swiper-slide img {
   /*max-height: 100%;*/
   /*max-width: 100%;*/
   /*object-fit: cover;*/
}
.product-thumbs-slider .swiper-slide-thumb-active {
   opacity: 1;
}
.product-thumbs-slider img {
   /*width: 100%;*/
   /*height: auto;*/
}
.product-thumbs-slider .swiper-wrapper {
   justify-content: center;
   gap: 16px;
}
.product-page__left .breadcrumbs {
   margin: 0px 0 20px 0;
}
.product-page__block .cart-pr__stock {
   gap: 8px;
}
.product-page__add-to-cart {
   height: 43px;
   padding: 10px 30px;
}
.product-page__add-to-cart-icon {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   font-size: 20px;
}
.product-page__link ._icon-quest {
   font-size: 20px;
}
.product-page__link {
   padding: 8px 14px;
}
.product-page__add-to-cart-text {
   font-size: 18px;
}
.product-page__ask {
   height: 43px;
}
.page-product .qty-plus {
   color: #ffc521;
   font-size: 24px;
   transform: translateY(-2px);
}
.page-product .qty-minus {
   color: #ffc521;
   font-size: 24px;
}
.product-page__qty {
   font-size: 19px;
   gap: 33px;
   height: 43px;
   padding: 0px 13px;
}
.product-page__link {
   height: 43px;
   font-size: 18px;
}
.product-page__cart {
   display: flex;
   flex-direction: column;
   height: 100%;
   gap: 9px;
}
.product-page__block-row {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   gap: 20px;
   margin-bottom: 20px;
}
.product-page__block-column {
   flex: 0 0 30%;
}
.product-page__block-row .product-page__block:first-child {
   background: var(--black3);
   border: 1px solid var(--black5);
   border-radius: 33px;
   padding: 21px;
   margin-bottom: 0px;
   width: 100%;
}
.page-product .btn-spinner {
   animation: spin 0.8s linear infinite;
}
.page-product .btn-spinner circle {
   stroke: currentColor;
}
@keyframes spin {
   100% {
      transform: rotate(360deg);
   }
}
.product-page__block-soc {
   display: flex;
   flex-direction: row;
   gap: 9px;
   padding-bottom: 20px;
}
.product-page__block-soc-wr {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s ease;
}
.product-page__block-soc-wr._active {
   max-height: 67px;
   z-index: 2;
}
.product-page__link ._icon-close {
   font-size: 22px;
   margin-right: -4px;
}
.product-page .select-overlay {
   position: fixed;
   inset: 0;
   background: rgba(0, 0, 0, 0.4);
   opacity: 0;
   pointer-events: none;
   transition: 0.3s;
   z-index: 5;
}
.product-page .select-overlay._active {
   opacity: 1;
   pointer-events: auto;
}
.product-page__select {
   position: relative;
   z-index: 10;
}
.product-page__select-dropdown {
   position: absolute;
   top: 110%;
   left: 0;
   opacity: 0;
   transform: translateY(-10px);
   pointer-events: none;
   transition: 0.3s;
   background: rgba(32, 32, 32, 0.9);
   border: 0.8px solid #424242;
   backdrop-filter: blur(5px);
   border-radius: 25px;
   padding: 20px;
   display: flex;
   flex-direction: column;
   gap: 11px;
   min-width: 164px;
}
.product-page__select-item {
   cursor: pointer;
   font-size: 18px;
}
.product-page__select._open .product-page__select-dropdown {
   opacity: 1;
   transform: translateY(0);
   pointer-events: auto;
}
.product-page__select-head {
   height: 43px;
}
.product-page__select-head .label {
   color: var(--white70);
   font-size: 18px;
   font-weight: 400;
}
.product-page__select-head .value {
   font-size: 18px;
   font-weight: 500;
}
.product-page__select-head .icon-arrow {
   position: relative;
   height: 43px;
   width: 13px;
}
.product-page__select-head .icon-arrow:before {
   content: "\e909";
   position: absolute;
   z-index: 1;
   top: 50%;
   right: 7px;
   font-size: 13px;
   color: #ffc521;
   font-family: "icon" !important;
   speak: never;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   transform: rotateZ(90deg) translateX(-7px) translateY(-5px);
}
.product-page__select._open .product-page__select-head .icon-arrow:before {
   transform: rotateZ(270deg) translateX(7px) translateY(5px);
}
.product-page__select {
   margin-bottom: 20px;
}
.product-page .cart-pr__label-item {
   font-weight: 500;
}
.page-product .block-mobile {
   display: none;
}
.products__wrapper-together {
   overflow: hidden;
}
@media (max-width: 1260px) {
   .product-page__add-to-cart {
      padding: 10px 20px;
   }
}
@media (max-width: 1170px) {
   .product-page__title {
      font-size: 28px;
   }
   .product-page__left {
      flex: 0 0 40%;
      max-width: 480px;
   }
   .product-page__add-to-cart {
      padding: 10px 10px;
   }
}
@media (max-width: 1060px) {
   .product-page__block-row {
      flex-direction: column;
   }
   .product-page__cart {
      flex-direction: row;
      flex-wrap: wrap;
   }
   .product-page__left {
      flex: 0 0 35%;
      max-width: 430px;
   }
}
@media (max-width: 960px) {
   .product-page__left {
      flex: 0 0 30%;
      max-width: 380px;
   }
}
@media (max-width: 900px) {
   .product-page__title {
      font-size: 24px;
      line-height: 1.4;
   }
   .product-page__title {
      margin-bottom: 0;
   }
   .product-page__block:first-child {
      background: var(--black3);
      border: 1px solid var(--black5);
      border-radius: 33px;
      padding: 21px;
   }
   .product-page__articule-m {
      display: block;
   }
   .product-page__articule-d {
      display: none;
   }
   .product-page__content {
      flex-direction: column;
      gap: 20px;
   }
   .product-page__left {
      flex: 0 0 30%;
      max-width: 100%;
   }
   .product-page__img-detail {
      margin: 0 auto;
      max-width: 450px;
   }
   .product-page__articule-m {
      color: var(--white30);
   }
   .product-page__select {
      margin-top: 17px;
      margin-bottom: 0px;
   }
   .product-page .btn-filter.product-page__select-head {
      background: #1f1f1f;
   }
   .product-page__add-to-cart {
      padding: 10px 30px;
   }
   .product-page__articule-m {
      margin-top: 20px;
   }
}
@media (max-width: 768px) {
   .product-page__title {
      font-size: 20px;
   }
   .product-page__articule-m {
      margin-top: 9px;
   }
   .product-page__row {
      margin-bottom: 6px;
   }
   .product-page__block:first-child {
      padding: 25px 20px;
   }
   .product-page__select-head {
      height: 36px;
   }
   .product-page__select-head .label {
      font-size: 15px;
   }
   .product-page__select-head .value {
      font-size: 15px;
   }
   .product-page__select-item {
      font-size: 15px;
   }
   .product-page__block {
      margin-bottom: 15px;
   }
   .product-page__accordion-content {
      font-size: 14px;
   }
   .product-page__accordion-content p {
      padding-bottom: 3px;
   }
   .product-page__accordion-content ul {
      padding: 5px 0 5px 20px;
   }
   .page-product .block-mobile {
      display: block;
      position: sticky;
      bottom: 0px;
      z-index: 10;
      background: linear-gradient(
         0deg,
         rgba(0, 0, 0, 0.9) 5.87%,
         rgba(0, 0, 0, 0.7) 45.33%,
         rgba(0, 0, 0, 0.45692) 75.38%,
         rgba(0, 0, 0, 0) 100.3%
      );
      padding: 0 0 20px 0;
   }
   .product-page__cart {
      flex-wrap: nowrap;
      justify-content: center;
   }
   .product-page__block-soc-wr {
      max-height: 47px;
      padding: 0;
      position: absolute;
      top: 0;
      transform: translateX(-85%);
      left: 50%;
   }
   .product-page__link._open {
      margin-right: -25px;
   }
   .product-page__block-soc-wr._active {
      max-height: 47px;
   }
   .product-page__block-soc-wr .product-page__link-soc {
      opacity: 0;
      transform: translateX(40px);
      transition: all 0.4s ease;
   }

   .product-page__block-soc-wr._active .product-page__link-soc {
      opacity: 1;
      transform: translateX(0);
   }

   .product-page__block-soc-wr._active .product-page__link-soc:nth-child(1) {
      transition-delay: 0.05s;
   }

   .product-page__block-soc-wr._active .product-page__link-soc:nth-child(2) {
      transition-delay: 0.15s;
   }

   .product-page__block-soc-wr._active .product-page__link-soc:nth-child(3) {
      transition-delay: 0.25s;
   }

   .product-page__block-soc-wr._active .product-page__link-soc:nth-child(4) {
      transition-delay: 0.35s;
   }
   .product-page__block-row {
      margin-bottom: 15px;
   }
   .product-thumbs-slider .swiper-slide {
      height: 62px;
      max-width: 67px;
   }
   .product-main-slider {
      margin-bottom: 12px;
   }
   .product-thumbs-slider .swiper-wrapper {
      gap: 10px;
   }
   .page-product + .footer {
      padding: 7px 0 20px 0;
   }
   .product-page__block-column {
      position: relative;
      z-index: 1;
   }
}
/***************************************************************/
.cart-empty__content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding-top: 70px;
}
.cart-empty__icon {
   font-size: 92px;
   opacity: 0.6;
}
.cart-empty__title {
   font-weight: 600;
   margin: 62px 0 22px;
}
.cart-empty__subtitle {
   margin-bottom: 40px;
   color: var(--white70);
}
.cart__btn {
   height: 44px;
   padding: 10px 30px;
}
.cart__btn-icon {
   height: 23px;
}
.cart__btn-text {
   font-size: 18px;
   padding-left: 6px;
}
@media (max-width: 768px) {
   .cart-empty__title {
      margin: 30px 0 10px;
   }
   .cart-empty__subtitle {
      margin-bottom: 25px;
   }
   .cart-empty__icon {
      font-size: 75px;
   }
   .cart-empty__content {
      padding-top: 50px;
   }
   section.cart-empty {
      margin-bottom: 60px;
   }
   .cart__btn {
      height: 37px;
      padding: 9px 15px;
   }
   .cart__btn-icon {
      height: 23px;
   }
   .cart__btn-text {
      font-size: 16px;
      padding-left: 5px;
      transform: translateY(1px);
   }
   .cart__btn-icon svg {
      width: 18px;
   }
}
/*************************************/
.cart-page__title {
   text-align: center;
   margin-bottom: 50px;
}
.cart-page__wrapper {
   display: flex;
   flex-direction: row;
   justify-content: center;
   gap: 60px;
}
.cart-page__column-left {
   flex: 0 0 450px;
}
.cart-page__list {
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.cart-page__item {
   background: var(--black3);
   border: 1px solid var(--black5);
   border-radius: 31px;
   padding: 13px 18px 13px 13px;
   transition: all 0.3s ease 0s;
}
.cart-page__item-wrapper {
   display: flex;
   flex-direction: row;
   gap: 13px;
}
.cart-page__item-left {
   flex: 0 0 117px;
   display: flex;
   flex-direction: column;
   gap: 13px;
   align-items: center;
}
.cart-page__item-img {
   overflow: hidden;
   border-radius: 22px;
   width: 100%;
   height: 87px;
   border: 0.8px solid rgba(255, 255, 255, 0.85);
}
.cart-page__item-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.cart-page__item-row {
   display: flex;
   flex-direction: row;
   gap: 10px;
}
.cart-page__item-remove {
   width: 28px;
   height: 28px;
   background: #242424;
   border-radius: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.cart-page__item-remove svg {
   width: 12px;
}
.cart-page__item-conut-wrapper {
   width: 71px;
   height: 28px;
   background: #242424;
   border-radius: 18px;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   gap: 12px;
}
.cart-page__item-counter-minus {
   color: var(--white70);
   font-size: 10px;
   cursor: pointer;
   font-weight: 500;
   display: flex;
   flex-direction: column;
   align-content: center;
   align-items: center;
   transform: translateY(1px);
   padding: 7px 0;
}
.cart-page__item-counter-num {
   font-size: 14px;
   font-weight: 500;
}
.cart-page__item-counter-plus {
   color: var(--white70);
   font-size: 18px;
   cursor: pointer;
   font-weight: 500;
   padding: 7px 0;
}
.cart-page__item-right {
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
   min-height: 125px;
}
.cart-page__item-label {
   margin-bottom: 6px;
}
.cart-page__item-name {
   font-weight: 500;
   margin-bottom: 6px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.cart-page__item-variation {
   list-style: disc;
   font-weight: 500;
   color: var(--white50);
}
.cart-page__item-prices {
   margin-top: 9px;
   display: flex;
   flex-direction: row;
   gap: 4px;
   align-items: flex-end;
}
.cart-page__item-price {
   font-weight: 600;
}
.cart-page__item-price-old {
   font-weight: 500;
   color: var(--white50);
   text-decoration: line-through;
}
.cart-page__item-price-sale {
   padding: 2px 5px;
   font-weight: 500;
   background: #e23232;
   border-radius: 10px;
}
.cart-page__column-right {
   flex: 0 0 355px;
}
.inp-main {
   background: var(--black3);
   border: 1px solid var(--black5);
   border-radius: 30px;
   padding: 10px 20px;
   font-size: 16px;
   color: var(--white100);
   width: 100%;
   height: 42px;
}
.inp-main::placeholder {
   color: var(--white70);
}
.cart-page__promocode-remove {
   font-size: 25px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 42px;
   height: 42px;
   border-radius: 50%;
   background: var(--black3);
   border: 1px solid var(--black5);
   position: absolute;
   right: 0px;
   top: 50%;
   transform: translateY(-50%);
   display: none;
   cursor: pointer;
}
.cart-page__total-block {
   margin-top: 20px;
   background: var(--black3);
   border: 1px solid var(--black5);
   border-radius: 31px;
   padding: 21px;
}
.cart-page__total-wrapper {
   display: flex;
   flex-direction: row;
   align-items: flex-end;
   gap: 6px;
}
.cart-page__total-content {
   margin-bottom: 25px;
}
.cart-page__total-text {
   font-weight: 600;
}
.cart-page__total-count {
   font-weight: 500;
   color: var(--white50);
   position: relative;
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 5px;
   padding-bottom: 1px;
   padding-left: 14px;
}
.cart-page__total-count::before {
   content: "";
   display: block;
   height: 4px;
   width: 4px;
   border-radius: 50%;
   background: var(--white50);
}
.cart-page__total-old {
   font-weight: 500;
   color: var(--white50);
   text-decoration: line-through;
}
.cart-page__item-variation {
   position: relative;
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 5px;
}
.cart-page__item-variation:before {
   content: "";
   display: block;
   height: 4px;
   width: 4px;
   border-radius: 50%;
   background: var(--white50);
}
.cart-page__total-sale {
   padding: 2px 5px;
   font-weight: 500;
   background: #e23232;
   border-radius: 10px;
   transform: translateY(-3px);
}
.cart-page__cart-clear {
   width: 100%;
   margin: 19px auto 0 auto;
   text-align: center;
   color: var(--white50);
   transition: all 0.3s ease 0s;
   cursor: pointer;
}
.cart-page__cart-clear:hover {
   color: var(--white100);
}
.cart-page__total-block .btn-filter {
   width: 100%;
   align-items: center;
   justify-content: center;
}
.cart-page__restore {
   display: flex;
   flex-direction: row;
   gap: 5px;
}
.restore-item {
   color: var(--white50);
   cursor: pointer;
   transition: all 0.3s ease 0s;
}
.restore-item:hover {
   color: var(--white100);
}
.cart-restore {
   background: transparent;
   border: 1px solid transparent;
   border-radius: 31px;
   padding: 13px;
}
.cart-page__total-block .skeleton {
   position: relative !important;
   overflow: hidden !important;
   background: var(--black3);
   border-radius: 31px;
   height: 70px;
}
.cart-page__total-block .skeleton::after {
   content: "";
   position: absolute;
   top: 0;
   left: -200%;
   width: 200%;
   height: 100%;
   background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.9), transparent);
   animation: shimmer 1s infinite linear;
   z-index: 2;
   border-radius: 31px;
}
@keyframes shimmer {
   from {
      transform: translateX(0);
   }
   to {
      transform: translateX(200%);
   }
}
.cart-page__promocode-row {
   position: relative;
}
.cart-page__promocode-wrapper {
   position: relative;
}
.cart-page__promocode-wrapper.focused .cart-page__promocode-remove {
   display: block;
}
.cart-page__promocode-text {
   position: absolute;
   top: 50%;
   left: 20px;
   transform: translateY(-50%);
   background: var(--black3);
   height: 39px;
   display: flex;
   flex-direction: row;
   align-items: center;
}
.promo-error {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
   font-size: 16px;
   font-weight: 500;
}
.promo-apply {
   position: absolute;
   right: 60px;
   top: 54%;
   transform: translateY(-50%);
   cursor: pointer;
   display: none;
}
.cart-page__promocode-wrapper.focused .promo-apply {
   display: block;
}
.cart-page__promocode-wrapper.success .cart-page__promocode-row {
   display: none;
}
.cart-page__promocode-inp {
   transition: all 0.8s ease 0s;
}
.cart-page__promocode-inp:focus {
   width: 86%;
}
.cart-page__promocode-wrapper.success {
   height: 42px;
   margin-bottom: 20px;
}
.cart-page__promocode-wrapper.success .cart-page__promocode-text {
   background: var(--black3);
   border: 1px solid var(--black5);
   border-radius: 30px;
   font-size: 16px;
   color: var(--white100);
   width: 84%;
   height: 42px;
   left: 0;
   padding-left: 20px;
}
.promo-success {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
   font-size: 16px;
   font-weight: 500;
}
.promo-remove {
   font-size: 25px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 42px;
   height: 42px;
   border-radius: 50%;
   background: var(--black3);
   border: 1px solid var(--black5);
   position: absolute;
   right: -58px;
   top: 50%;
   transform: translateY(-50%);
   cursor: pointer;
}
.header__btn-clear-cart {
   display: none;
   height: 42px;
   padding: 8px 14px;
}
.cart-page__promocode-mobile {
   display: none;
}
.cart-page__free-shipping {
   font-size: 14px;
   color: var(--white50);
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 8px;
   margin-top: 8px;
}
@media (max-width: 900px) {
   .cart-page__wrapper {
      gap: 20px;
   }
}
@media (max-width: 860px) {
   .cart-page__column-left {
      flex: auto;
      max-width: 450px;
   }
   .cart-page__column-right {
      flex: auto;
      max-width: 355px;
      width: 355px;
   }
   .cart-page__wrapper {
      flex-direction: column;
      align-items: center;
      gap: 50px;
   }
}
@media (max-width: 768px) {
   .cart-page__title {
      text-align: start;
      margin-bottom: 20px;
   }
   .cart-page__list {
      gap: 16px;
   }
   #cart-page__cart-clear {
      display: none;
   }
   .header__btn-clear-cart {
      display: block;
   }
   .cart-page__cart-clear {
      display: none;
   }
}
@media (max-width: 600px) {
   .cart-page__wrapper {
      gap: 0px;
   }
   .cart-page__column-left {
      max-width: 600px;
      width: 100%;
   }
   .cart-page__column-right {
      max-width: 600px;
      width: 100%;
   }
   .cart-page__promocode-inp:focus {
      width: calc(100% - 52px);
   }
   .cart-page__promocode-wrapper.success .cart-page__promocode-text {
      width: calc(100% - 52px);
   }
   .promo-remove {
      right: -52px;
   }
   .cart-page__column-right {
      display: block;
      position: sticky;
      bottom: 0px;
      z-index: 10;
      background: linear-gradient(
         0deg,
         rgba(0, 0, 0, 0.9) 5.87%,
         rgba(0, 0, 0, 0.7) 45.33%,
         rgba(0, 0, 0, 0.45692) 75.38%,
         rgba(0, 0, 0, 0) 100.3%
      );
      padding: 0 0 20px 0;
   }
   .cart-page__promocode-wrapper.success {
      margin-bottom: 30px;
   }
   .cart-page__total-block {
      margin-top: 0px;
   }
   .cart-page__promocode-mobile {
      display: block;
      margin-top: 50px;
      margin-bottom: 30px;
   }
   .cart-page__promocode-des {
      display: none;
   }
   .cart-page__total-content {
      margin-bottom: 16px;
   }
}
/*****************************************************/
.page-404__content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding-top: 70px;
}
.page-404__icon {
   width: 100px;
   opacity: 0.6;
}
.page-404__title {
   font-weight: 600;
   margin: 62px 0 22px;
}
.page-404__subtitle {
   margin-bottom: 40px;
   color: var(--white70);
}
.page-404__btn-list {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 23px;
}
.cart__btn {
   height: 44px;
   padding: 10px 30px;
}
.page-404__subtext {
   color: var(--white50);
   max-width: 330px;
   text-align: center;
   margin: 42px auto 0 auto;
}
.page-404__subtext a {
   text-decoration: underline;
}
@media (max-width: 768px) {
   .page-404__title {
      margin: 10px 0 10px;
   }
   .page-404__subtitle {
      margin-bottom: 25px;
   }
   .page-404__icon svg {
      width: 73px;
   }
   .page-404__icon {
      width: 73px;
   }
   .page-404__content {
      padding-top: 0px;
   }
   .page-404__subtext {
      max-width: 300px;
   }
   .page-404__btn-list {
      gap: 10px;
   }
   .cart__btn {
      height: 36px;
      padding: 5px 20px;
   }
}
/********************************/
.single-page__title {
   line-height: 1.2;
   margin: 0 auto 50px auto;
}
.section__single-page p {
   color: var(--white70);
   margin: 10px 0;
   line-height: 1.2;
}
.section__single-page ul {
   color: var(--white70);
   margin: 20px 0;
   line-height: 1.2;
   display: flex;
   flex-direction: column;
   gap: 5px;
   padding-left: 20px;
}
.section__single-page ul li {
   list-style: disc;
}
.section__single-page h2 {
   font-size: 30px;
   font-weight: 600;
   margin-top: 40px;
   margin-bottom: 20px;
}
@media (max-width: 768px) {
   .section__single-page h2 {
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 20px;
   }
   .single-page__title {
      margin: 0 0 40px 0;
   }
}
/**************************************/
.sales__title {
   text-align: center;
   margin-bottom: 50px;
}
.sales__list {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-column-gap: 40px;
   grid-row-gap: 40px;
}
.sales__item {
   width: 100%;
   height: 320px;
   border-radius: 27px;
   overflow: hidden;
   border: 1px solid var(--black5);
}
.sales__img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.sales__img-d {
   display: block;
}
.sales__img-m {
   display: none;
}
.section__sales .catalog-prologue__all-cat {
   display: none;
}
@media (max-width: 768px) {
   .sales__img-m {
      display: block;
   }
   .sales__img-d {
      display: none;
   }
   .sales__title {
      text-align: start;
      margin-bottom: 25px;
   }
   .sales__item {
      height: 250px;
   }
   .sales__list {
      display: grid;
      grid-template-columns: repeat(1, 340px);
      grid-column-gap: 35px;
      grid-row-gap: 35px;
      justify-content: center;
   }
}
/**************************************/
.sale__imgs {
   width: 100%;
   height: auto;
   max-width: 750px;
   margin: 0 auto;
   border-radius: 27px;
   overflow: hidden;
   border: 1px solid var(--black5);
}
.sale__img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.sale__img-d {
   display: block;
}
.sale__img-m {
   display: none;
}
.sale__content {
   margin: 0 auto;
   margin-top: 50px;
   max-width: 750px;
}
.sale__row {
   margin-bottom: 30px;
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
}
.sale__date {
   color: var(--white70);
}
.sale__block ul {
   display: flex;
   flex-direction: column;
   gap: 10px;
   padding-left: 20px;
}
.sale__block li {
   line-height: 1.2;
   list-style: disc;
}
.sale__block p {
   margin-bottom: 10px;
   line-height: 1.2;
}
.sale__block a {
   text-decoration: underline;
   cursor: pointer;
}
.section__sale .catalog-prologue__all-cat {
   display: none;
}
@media (max-width: 768px) {
   .sale__img-d {
      display: none;
   }
   .sale__img-m {
      display: block;
   }
   .sale__content {
      margin-top: 26px;
   }
   .sale__row {
      margin-bottom: 20px;
   }
   .sale__block {
      padding: 20px;
      background: var(--black3);
      border-radius: 33px;
      border: 1px solid var(--black5);
   }
}
/********************************/
section.checkout {
   margin-top: 125px;
}
.checkout .input-text.error {
   border: 1px solid #ff3c3c;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
   background: var(--black3);
   border: 1px solid var(--black5);
   padding: 10px 20px;
   height: 44px;
   font-size: 16px;
   color: var(--white100);
   width: 100%;
   border-radius: 30px;
   transition: all 0.3s ease 0s;
}
.checkout .input-text::placeholder {
   color: var(--white50);
}
.checkout__title {
   margin: 0 auto;
   margin-bottom: 50px;
   text-align: center;
}
.woocommerce-billing-fields h3 {
   display: none;
}
section.checkout .form-row label {
   display: none;
}
.checkout__wrapper {
   display: flex;
   flex-direction: row;
   justify-content: center;
   gap: 60px;
}
.checkout__left {
   flex: 0 0 450px;
}
.checkout__right {
   flex: 0 0 355px;
}
.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tbody,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal,
.shop_table.woocommerce-checkout-review-order-table .order-total,
.woocommerce-shipping-totals.shipping th,
#billing_country_field,
#billing_typecall_field label .required,
#billing_city_field label .required {
   display: none;
}
#billing_typecall_field label[for="billing_typecall_telegram"]:first-child {
   display: block;
   font-size: 30px;
   margin-top: 20px;
   margin-bottom: 5px;
   font-weight: 600;
}
.woocommerce-input-wrapper input[type="radio"] {
   display: none !important;
}
section.checkout .awcfe-inline-item .woocommerce-input-wrapper .input-radio {
   display: none !important;
}
.woocommerce-input-wrapper label.radio {
}

.woocommerce-input-wrapper label.radio::before {
   content: "";
   width: 18px;
   height: 18px;
   border-radius: 50%;
   border: 1px solid var(--black5);
   display: inline-block;
   transition: 0.3s;
}

.woocommerce-input-wrapper input[type="radio"]:checked + label::before {
   background: #e0ab16;
   border-color: #ffd167;
}

.woocommerce-input-wrapper input[type="radio"]:checked + label::after {
   content: "";
   position: absolute;
   left: 4px;
   width: 10px;
   height: 10px;
   background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.894874 5.37334L3.68905 8.72655' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8.71714 0.904242L3.68938 8.72762' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")
      no-repeat center;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
   border-color: var(--black5);
}

#billing_typecall_field .woocommerce-input-wrapper {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 150px 20px 20px;
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
   gap: 15px;
   margin-bottom: 10px;
}
section.checkout .awcfe-inline-item .woocommerce-input-wrapper label {
   margin: 0px 0px 0px 0px;
   display: flex !important;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   position: relative;
   margin-right: 20px;
   line-height: 1;
}
section.checkout .awcfe-inline-item .woocommerce-input-wrapper label[for="billing_typecall_электронная почта"] {
   margin-left: 35px;
}
#billing_link_field .woocommerce-input-wrapper {
   display: none;
}
#billing_city_field label[for="billing_city"]:first-child {
   display: block;
   font-size: 30px;
   margin-top: 20px;
   margin-bottom: 5px;
   font-weight: 600;
}
.billing-city__text {
   color: var(--white50);
   margin-left: 16px;
}
.woocommerce-shipping-methods input[type="radio"] {
   display: none;
}
.woocommerce-shipping-methods label {
   display: flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   position: relative;
}
.woocommerce-shipping-methods label::before {
   content: "";
   width: 18px;
   height: 18px;
   border-radius: 50%;
   border: 1px solid var(--black5);
   display: inline-block;
   transition: 0.3s;
}
.woocommerce-shipping-methods input[type="radio"]:checked + label::before {
   background: #e0ab16;
   border-color: #ffd167;
}
.woocommerce-shipping-methods input[type="radio"]:checked + label::after {
   content: "";
   position: absolute;
   left: 4px;
   width: 10px;
   height: 10px;
   background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.894874 5.37334L3.68905 8.72655' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8.71714 0.904242L3.68938 8.72762' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")
      no-repeat center;
}
.woocommerce ul#shipping_method li label {
   display: flex;
   font-weight: 400;
   color: var(--white70);
   transition: all 0.3s ease 0s;
   position: relative;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label {
   color: var(--white100);
}
#shipping_method {
   padding: 20px 10px 20px 20px;
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
}
.woocommerce ul#shipping_method {
   padding: 20px 10px 20px 20px;
   margin-top: 30px;
}
.woocommerce table.shop_table td {
   border-top: 0px solid rgba(0, 0, 0, 0.1);
   padding: 0px;
   vertical-align: middle;
   line-height: 1.5em;
}
.woocommerce table.shop_table {
   margin: 0 0 10px 0;
}
.woocommerce ul#shipping_method .amount {
   font-weight: 400;
}
#order_review_heading {
   display: none;
}
.woocommerce ul#shipping_method li:last-child {
   margin: 0;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
   display: none;
}
.checkout__wrapper {
   position: relative;
}
.checkout__terms {
   padding: 11px 20px;
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
}
.checkout__accept {
   display: none;
}
.checkout__terms label {
   display: flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   position: relative;
   color: var(--white50);
}
.checkout__terms label::before {
   content: "";
   width: 18px;
   height: 18px;
   border: 1px solid var(--black5);
   min-width: 18px;
   border-radius: 50%;
   display: inline-block;
   transition: 0.3s;
}
.checkout__terms label a {
   text-decoration: underline;
}
.checkout__accept:checked + label::before {
   background: #e0ab16;
   border-color: #ffd167;
}
.checkout__accept:checked + label::after {
   content: "";
   position: absolute;
   left: 4px;
   width: 10px;
   height: 10px;
   background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.894874 5.37334L3.68905 8.72655' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8.71714 0.904242L3.68938 8.72762' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")
      no-repeat center;
}
.checkout__terms-d {
   margin-top: 20px;
}
.checkout__terms-m {
   display: none;
}
.checkout__total-block {
   padding: 24px;
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
}
.checkout__total-wrapper {
   margin-bottom: 10px;
}
.checkout__total-text {
   font-weight: 600;
   display: flex;
   flex-direction: row;
   gap: 10px;
}
.checkout__total-link {
   margin-top: 25px;
   height: 38px;
   width: 100%;
   text-align: center;
   align-items: center;
   justify-content: center;
}
.btn-filter[disabled] {
   opacity: 0.5;
}
@media (max-width: 900px) {
   .checkout__wrapper {
      gap: 20px;
   }
}
@media (max-width: 860px) {
   .checkout__wrapper {
      flex-direction: column;
   }
   section.checkout .awcfe-inline-item .woocommerce-input-wrapper label[for="billing_typecall_электронная почта"] {
      margin-left: 0px;
   }
   .woocommerce ul#shipping_method .amount {
      position: initial;
   }
}
@media (max-width: 768px) {
   .checkout__terms-d {
      display: none;
   }
   .checkout__terms-m {
      display: block;
      margin-top: 40px;
   }
   .checkout__title {
      margin: 0 auto;
      margin-bottom: 20px;
      text-align: start;
   }
   #billing_typecall_field label[for="billing_typecall_telegram"]:first-child {
      font-size: 18px;
   }
   #billing_city_field label[for="billing_city"]:first-child {
      font-size: 18px;
   }
   .checkout__right {
      position: sticky;
      bottom: 20px;
      z-index: 10;
   }
   .checkout__right {
      flex: auto;
   }
   .checkout__left {
      flex: auto;
   }
   section.checkout {
      margin-top: 90px;
   }
}
@media (max-width: 550px) {
   #billing_typecall_field .woocommerce-input-wrapper {
      padding: 20px 120px 20px 20px;
   }
   section.checkout .awcfe-inline-item .woocommerce-input-wrapper label[for="billing_typecall_электронная почта"] {
      margin-left: 34px;
   }
}
@media (max-width: 460px) {
   #billing_typecall_field .woocommerce-input-wrapper {
      padding: 20px 30px 20px 20px;
   }
}
/* убираем стандартный overlay */
.blockUI.blockOverlay {
   background: var(--black3) !important;
   opacity: 1 !important;
   border-radius: 30px;
   overflow: hidden;
   position: absolute;
}

/* shimmer поверх */
.blockUI.blockOverlay::after {
   content: "";
   position: absolute;
   top: 0;
   left: -200%;
   width: 200%;
   height: 100%;
   background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.9), transparent);
   animation: shimmer 1s infinite linear;
}
.woocommerce .blockUI.blockOverlay::before {
   display: none !important;
}
/* анимация */
@keyframes shimmer {
   from {
      transform: translateX(0);
   }
   to {
      transform: translateX(200%);
   }
}
#order_review {
   display: none;
}
/**********************************/
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
   display: none;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details + p {
   display: none;
}
.order__content {
   margin-top: 180px;
}
.order__icon {
   margin: 0 auto;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}
.order__title {
   width: 100%;
   text-align: center;
   margin: 40px 0 23px 0;
}
.order__subtitle {
   width: 100%;
   max-width: 405px;
   margin: 0 auto;
   color: var(--white50);
   line-height: 1.2;
   text-align: center;
}
.order__block {
   width: 100%;
   margin: 30px auto 35px auto;
   padding: 15px 20px;
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
   max-width: 405px;
}
.order__order-num {
   color: var(--white50);
}
.order__total {
   font-weight: 600;
   margin-top: 10px;
}
.order__btn-list {
   margin: 0 auto;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}
@media (max-width: 768px) {
   .order__title {
      margin: 30px 0 10px 0;
   }
   .order__content {
      margin-top: 90px;
   }
   .order__block {
      margin: 30px auto 50px auto;
   }
   .order__subtitle {
      max-width: 300px;
   }
   .order__icon svg {
      width: 73px;
      height: 73px;
   }
}
/**********************/
body .socials__block {
   display: block;
}
.socials__block {
   border: 1px solid var(--black5);
   padding: 18px 22px;
   border-radius: 27px;
   background: var(--black3);
}
.socials__text-wrapper {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   gap: 10px;
}
.socials__text {
   font-weight: 600;
   max-width: 155px;
   line-height: 1.16;
}
.socials__text span {
   padding-left: 3px;
   font-weight: 500;
   color: var(--white30);
   font-style: italic;
}
.socials__links {
   display: flex;
   flex-direction: row;
   gap: 10px;
}
.socials__link {
   display: block;
   width: 39px;
   height: 39px;
   flex: 0 0 39px;
}
.socials__link img {
   object-fit: cover;
   width: 100%;
   height: 100%;
}
.recived-footer .socials__block {
   max-width: 400px;
   margin: 0 auto;
}
@media (max-width: 650px) {
   .recived-footer {
      display: block;
   }
}
/******************************/
.cookie-content {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}
.cookie-banner {
   position: fixed;
   bottom: 30px;
   right: 30px;
   width: 100%;
   padding: 23px;
   background: var(--black3);
   border-radius: 30px;
   border: 1px solid var(--black5);
   max-width: 340px;
   z-index: 9999;
   transform: translateY(120%);
   opacity: 0;
   transition: all 0.4s ease;
}
.cookie-banner.show {
   transform: translateY(0);
   opacity: 1;
}
.cookie-banner.hide {
   transform: translateY(100%);
   opacity: 0;
}
.cookie-content p {
   line-height: 1.2;
}
.cookie-content p a {
   text-decoration: underline;
}
.cookie-buttons {
   margin-top: 15px;
}
@media (max-width: 768px) {
   .cookie-banner {
      bottom: 20px;
      right: 20px;
   }
}
/***************************/
.bottom-nav__wrapper {
   display: none;
   position: fixed;
   bottom: 0px;
   left: 50%;
   transform: translateX(-50%);
   background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.9) 5.87%,
      rgba(0, 0, 0, 0.7) 45.33%,
      rgba(0, 0, 0, 0.45692) 75.38%,
      rgba(0, 0, 0, 0) 100.3%
   );
   padding: 0 0 10px 0;
   width: 100%;
   justify-content: center;
   align-items: center;
   z-index: 10;
}
.bottom-nav {
   height: 56px;
   border-radius: 25px;
   overflow: hidden;
   z-index: 10;
   display: flex;
   justify-content: space-around;
   align-items: center;
   width: 90%;
   max-width: 450px;
   padding: 10px 0;
   border-radius: 30px;
   /*background: rgb(0 0 0 / 70%);
   -webkit-backdrop-filter: blur(20px);*/
   background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 5.87%,
      rgb(0 0 0 / 130%) 45.33%,
      rgba(0, 0, 0, 0.45692) 75.38%,
      rgba(0, 0, 0, 0) 70.3%
   );
}

.glass-bg {
   position: absolute;
   inset: 0;
   backdrop-filter: blur(8px) saturate(160%);
   -webkit-backdrop-filter: blur(8px) saturate(160%);
   filter: url(#liquid-glass-idp8pbbq5_filter);
   background: rgba(255, 255, 255, 0.1);
   z-index: 0;
}

.nav-content {
   position: absolute;
   width: 98%;
   left: 50%;
   /* transform: translateX(10px); */
   height: 54px;
   transform: translateX(-50%);
   -webkit-backdrop-filter: blur(8px) saturate(160%);
   -webkit-backdrop-filter: blur(15px) saturate(180%);
   z-index: 9999;
   border-radius: 30px;
   backdrop-filter: blur(5px) saturate(180%);
   -webkit-backdrop-filter: blur(15px) saturate(180%);
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
   /*-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);*/
   -webkit-mask-composite: destination-in;
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-size: 100% 100%;
   /*mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);*/
   mask-composite: intersect;
   mask-repeat: no-repeat;
   mask-size: 100% 100%;
   z-index: 10;
}

.nav-content__wrapper {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: center;
   justify-content: space-between;
}

.nav-content__link {
   display: flex;
   flex-direction: column;
   align-content: center;
   align-items: center;
}

.nav-content__link {
   border-radius: 30px;
   background: transparent;
   transition: all 0.3s ease 0s;
   padding: 4px 25px;
}

.nav-content__link._active {
   background: #2f2f2fa8;
}

.nav-content__text {
   margin-top: 5px;
   color: var(--white70);
}

.nav-content__link._active .nav-content__text {
   font-weight: 500;
   color: var(--white100);
}

.nav-content__icon {
   height: 19px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.bottom-nav.psevdo--border::before {
   border-radius: 30px;
}
@media (max-width: 768px) {
   .bottom-nav__wrapper {
      display: flex;
   }
}
@media (max-width: 500px) {
   .nav-content__link {
      padding: 4px 15px;
   }
   .nav-content__wrapper {
      /*justify-content: space-around;*/
   }
}
.woocommerce-notices-wrapper {
   display: none;
}
.cart-discount {
   display: none;
}
@media (max-width: 650px) {
   .footer.not-panel {
      padding: 7px 0 20px 0;
      background: var(--black9);
   }
}
.woocommerce table.shop_table{
   border: 0px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
   border: 0px;
}
.frmoto-live-search {
   display: none;
   position: absolute;
   top: calc(100% + 8px);
   left: 0;
   right: 0;
   z-index: 99999;
   background: var(--black8);
   border-radius: 25px;
   box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
   overflow: hidden;
   max-height: 430px;
   overflow-y: auto;

   scrollbar-width: thin;
   scrollbar-color: rgb(0, 0, 0) transparent;
}

.frmoto-live-search.is-active {
   display: block;
}

.frmoto-live-search__item {
   display: flex;
   align-items: center;
   gap: 15px;
   padding: 15px 25px;
   color: #111;
   text-decoration: none;
}

.frmoto-live-search__item:hover {
   background: #000;
}

.frmoto-live-search__img {
   display: block;
   width: 56px;
   height: 56px;
   flex: 0 0 56px;
   border-radius: 8px;
   overflow: hidden;
   background: var(--black4);
}

.frmoto-live-search__img img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.frmoto-live-search__name {
   font-size: 14px;
   line-height: 1.3;
   color: #fff;
}

.frmoto-live-search__empty {
   padding: 14px;
   font-size: 14px;
   color: var(--white70);
}

@keyframes liveSearchFade {
   from {
      opacity: 0;
      transform: translateY(6px);
   }

   to {
      opacity: 1;
      transform: translateY(0);
   }
}

.frmoto-live-search::-webkit-scrollbar {
   width: 6px;
}

.frmoto-live-search::-webkit-scrollbar-track {
   background: transparent;
   margin: 8px 0;
}

.frmoto-live-search::-webkit-scrollbar-thumb {
   background: #00000000;
   border-radius: 999px;
   border: 1px solid transparent;
   background-clip: padding-box;
   transition: all 0.3s ease 0s;
}

.frmoto-live-search::-webkit-scrollbar-thumb:hover {
   background: linear-gradient(180deg,
   rgba(0, 0, 0, 0.24),
   rgba(0, 0, 0, 0.38));
}

.frmoto-live-search::-webkit-scrollbar-corner {
   background: transparent;
}

.frmoto-live-search::-webkit-scrollbar-button {
   display: none;
   width: 0;
   height: 0;
}

@media (max-width: 970px) {
   .frmoto-live-search {
      width: 282px;
   }

   .main-search._active {
      overflow: hidden;
   }
}
.frmoto-dadata-city-wrap,
.frmoto-dadata-address-wrap {
   position: relative;
}

.frmoto-dadata-city,
.frmoto-dadata-address {
   display: none;
   position: absolute;
   top: calc(100% + 8px);
   left: 0;
   right: 0;
   z-index: 99999;
   max-height: 280px;
   overflow-y: auto;
   background: var(--black5);
   border: 1px solid rgba(0, 0, 0, 0.08);
   border-radius: 20px;
   box-shadow: 0 14px 35px rgba(0, 0, 0, 0.14);

   scrollbar-width: thin;
   scrollbar-color: rgba(0, 0, 0, 0.22) transparent;
}

.frmoto-dadata-city.is-active,
.frmoto-dadata-address.is-active {
   display: block;
   animation: frmotoDadataFade 0.18s ease;
}

@keyframes frmotoDadataFade {
   from {
      opacity: 0;
      transform: translateY(5px);
   }

   to {
      opacity: 1;
      transform: translateY(0);
   }
}

.frmoto-dadata-item {
   display: block;
   width: 100%;
   padding: 12px 14px;
   background: var(--black5);
   border: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   text-align: left;
   cursor: pointer;
   transition: background 0.18s ease;
}

.frmoto-dadata-item:last-child {
   border-bottom: none;
}

.frmoto-dadata-item:hover {
   background: #000;
}

.frmoto-dadata-item__main {
   display: block;
   font-size: 14px;
   line-height: 1.3;
   font-weight: 500;
   color: #fff;
}

.frmoto-dadata-item__sub {
   display: block;
   margin-top: 3px;
   font-size: 12px;
   line-height: 1.3;
   color: var(--white70);
}

.frmoto-dadata-empty {
   padding: 13px 14px;
   font-size: 14px;
   color: var(--white70);
}

.frmoto-dadata-city::-webkit-scrollbar,
.frmoto-dadata-address::-webkit-scrollbar {
   width: 6px;
}

.frmoto-dadata-city::-webkit-scrollbar-track,
.frmoto-dadata-address::-webkit-scrollbar-track {
   background: transparent;
}

.frmoto-dadata-city::-webkit-scrollbar-thumb,
.frmoto-dadata-address::-webkit-scrollbar-thumb {
   background: rgba(0, 0, 0, 0.25);
   border-radius: 999px;
}

.frmoto-dadata-city::-webkit-scrollbar-button,
.frmoto-dadata-address::-webkit-scrollbar-button {
   display: none;
   width: 0;
   height: 0;
}