@charset "UTF-8";
/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
@import url("https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");
@font-face {
  font-family: 'DS-Digital';
  src: url("/build/fonts/DS-DIGIB.TTF") format("truetype");
  font-weight: bold;
  font-style: normal; }

.hidden {
  display: none !important; }

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

html {
  font-size: 10px;
  font-variant-numeric: lining-nums; }

html,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  margin: 0;
  padding: 0;
  background-color: #09090B;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body.sign .site {
    padding-top: 0; }
  body.sign .remodal__container {
    min-height: 100dvh;
    background-color: #09090B; }
    @media (max-width: 992px) {
      body.sign .remodal__container .remodal__block:first-child {
        display: none; }
      body.sign .remodal__container .remodal__content {
        padding-top: 3rem; }
      body.sign .remodal__container .remodal__footer {
        bottom: 3rem; } }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  color: #FFFFFF;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem; }

::-webkit-scrollbar-track {
  background-color: #222226; }

::-webkit-scrollbar-thumb {
  background-color: #516FE5;
  cursor: pointer; }

::selection {
  background-color: #516FE5;
  color: #09090B; }

.site {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 10rem;
  overflow: hidden;
  background-image: url(/userfiles/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .site {
      padding-top: 8rem; } }

.site__wrapper {
  position: relative; }

.mask {
  position: fixed;
  height: 100%;
  background: #000000;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .mask.active {
    opacity: 0.8;
    visibility: visible; }

/* Vendor libs */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }
  .slick-slider.slick-vertical .slick-list {
    margin: 0; }
  .slick-slider.slick-vertical .slick-track {
    flex-direction: column; }
  .slick-slider.slick-vertical .slick-slide {
    padding: 1.25rem 0; }

.slick-list {
  position: relative;
  display: block;
  margin: 0 -0.5rem;
  padding: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  display: flex;
  left: 0;
  top: 0; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  min-height: 1px;
  height: auto;
  padding: 0 0.5rem; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

/* Arrows */
.arrows {
  display: flex;
  gap: 2rem; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 6.2rem;
  height: 7.5rem;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 0;
  font-size: 0;
  color: transparent;
  outline: none;
  cursor: pointer;
  z-index: 1; }
  @media (max-width: 768px) {
    .slick-arrow {
      width: 6rem;
      height: 5rem; } }
  .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='76' viewBox='0 0 22 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.291288 39.0133C0.099742 38.6101 4.88649e-06 38.1653 4.94563e-06 37.7143C5.00477e-06 37.2633 0.0997422 36.8185 0.291288 36.4153L16.7842 1.62065C16.9442 1.27722 17.1671 0.970591 17.44 0.718455C17.7129 0.466311 18.0304 0.273646 18.3742 0.151553C18.718 0.0294595 19.0813 -0.0196356 19.4432 0.00709789C19.8051 0.0338237 20.1584 0.135852 20.4827 0.307292C20.807 0.478732 21.096 0.716189 21.3329 1.00598C21.5698 1.29578 21.75 1.63217 21.8631 1.99578C21.9761 2.35938 22.0199 2.74299 21.9917 3.1245C21.9636 3.50601 21.8641 3.87787 21.6991 4.21865L5.82741 37.7143L21.6991 71.21C21.8641 71.5507 21.9636 71.9226 21.9917 72.3041C22.0199 72.6856 21.9761 73.0692 21.863 73.4328C21.75 73.7964 21.5698 74.1328 21.3329 74.4226C21.096 74.7124 20.807 74.9499 20.4827 75.1213C20.1584 75.2928 19.8051 75.3948 19.4432 75.4215C19.0813 75.4482 18.718 75.3991 18.3742 75.2771C18.0303 75.155 17.7128 74.9623 17.44 74.7102C17.1671 74.458 16.9442 74.1514 16.7842 73.808L0.291288 39.0133Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s; }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: none;
    color: transparent; }
  .slick-arrow:hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='76' viewBox='0 0 22 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.291288 39.0133C0.099742 38.6101 4.88649e-06 38.1653 4.94563e-06 37.7143C5.00477e-06 37.2633 0.0997422 36.8185 0.291288 36.4153L16.7842 1.62065C16.9442 1.27722 17.1671 0.970591 17.44 0.718455C17.7129 0.466311 18.0304 0.273646 18.3742 0.151553C18.718 0.0294595 19.0813 -0.0196356 19.4432 0.00709789C19.8051 0.0338237 20.1584 0.135852 20.4827 0.307292C20.807 0.478732 21.096 0.716189 21.3329 1.00598C21.5698 1.29578 21.75 1.63217 21.8631 1.99578C21.9761 2.35938 22.0199 2.74299 21.9917 3.1245C21.9636 3.50601 21.8641 3.87787 21.6991 4.21865L5.82741 37.7143L21.6991 71.21C21.8641 71.5507 21.9636 71.9226 21.9917 72.3041C22.0199 72.6856 21.9761 73.0692 21.863 73.4328C21.75 73.7964 21.5698 74.1328 21.3329 74.4226C21.096 74.7124 20.807 74.9499 20.4827 75.1213C20.1584 75.2928 19.8051 75.3948 19.4432 75.4215C19.0813 75.4482 18.718 75.3991 18.3742 75.2771C18.0303 75.155 17.7128 74.9623 17.44 74.7102C17.1671 74.458 16.9442 74.1514 16.7842 73.808L0.291288 39.0133Z' fill='%236EF3CD'/%3e%3c/svg%3e "); }
  .slick-arrow.slick-disabled {
    opacity: 0.1; }
  .slick-arrow.slick-hidden {
    display: none; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }
  .slick-next:before {
    transform: rotate(180deg); }

.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-top: 2rem; }
  .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    overflow: hidden;
    transition: 0.3s; }
    .slick-dots li.slick-active button {
      background-color: #516FE5; }
    .slick-dots li button {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      background-color: #7C8799;
      outline: none;
      font-size: 0;
      cursor: pointer;
      transition: 0.3s; }
      .slick-dots li button:hover {
        background-color: #516FE5; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }
  html.remodal-is-locked body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0; }
  .remodal-wrapper:has(.remodal--search) {
    padding: 2rem; }

/* Default theme styles of the modal dialog */
.remodal {
  max-width: 100%;
  background-color: #09090B;
  transform: translate3d(0, 0, 0); }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Keyframes */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries */
.remodal {
  width: 56rem;
  padding: 0;
  overflow: hidden; }
  .remodal--sign {
    width: 100%;
    height: 100%; }
    .remodal--sign .remodal__container {
      height: 100%; }
    .remodal--sign .remodal__block {
      width: 50%;
      height: 100%; }
      @media (max-width: 992px) {
        .remodal--sign .remodal__block {
          width: 100%; }
          .remodal--sign .remodal__block:first-child {
            display: none; } }
    .remodal--sign .remodal__content {
      padding: 12rem 3rem; }
  .remodal--top-up {
    width: 48rem; }
    .remodal--top-up .remodal__content {
      padding: 4rem 3rem 5rem; }
  .remodal--search {
    width: 83rem;
    background-color: transparent;
    overflow: initial; }
    @media (max-width: 768px) {
      .remodal--search {
        position: absolute;
        top: 2rem;
        left: 2rem;
        width: calc(100% - 4rem); } }

/* IE8  */
.lt-ie9 .remodal-overlay {
  background: #000000; }

.lt-ie9 .remodal {
  width: 100%; }

.remodal .block__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: left; }

.remodal .form__row {
  margin-left: 0;
  margin-right: 0; }

.remodal__container {
  display: flex; }

.remodal__block {
  position: relative;
  width: 100%; }
  .remodal__block:last-child {
    overflow-y: auto; }
  .remodal__block::-webkit-scrollbar {
    width: 0;
    height: 0; }

.remodal__img {
  position: absolute;
  top: 6rem;
  left: 6rem;
  width: 6rem;
  height: 6.5rem; }
  .remodal__img img {
    display: block;
    width: 100%; }

.remodal__bg {
  width: 100%;
  height: 100%; }
  .remodal__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.remodal-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s; }
  .remodal-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.8rem;
    height: 1.8rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.7805 0.219436C11.4879 -0.0731455 11.0186 -0.0731455 10.726 0.219436L6 4.94491L1.27398 0.219436C0.981367 -0.0731455 0.512077 -0.0731455 0.219462 0.219436C-0.0731539 0.512018 -0.0731539 0.981254 0.219462 1.27384L4.94548 5.99931L0.219462 10.7248C-0.0731539 11.0174 -0.0731539 11.4866 0.219462 11.7792C0.363009 11.9227 0.556246 12 0.743961 12C0.931677 12 1.12491 11.9282 1.26846 11.7792L5.99448 7.05371L10.7205 11.7792C10.864 11.9227 11.0573 12 11.245 12C11.4382 12 11.6259 11.9282 11.7695 11.7792C12.0621 11.4866 12.0621 11.0174 11.7695 10.7248L7.05452 5.99931L11.7805 1.27384C12.0732 0.981254 12.0732 0.512018 11.7805 0.219436Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s; }
  .remodal-close:hover {
    opacity: 0.7; }

.remodal__body {
  width: 40rem;
  max-width: 100%; }

.connect {
  margin-top: 4rem; }

.connect__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.3rem;
  height: 5.4rem;
  border-radius: 2.7rem;
  background-color: #222226;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFFFFF;
  transition: 0.3s; }
  .connect__item-wrapper:hover {
    background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%); }

.connect__img {
  width: 2.8rem;
  height: 2.8rem; }
  .connect__img img {
    display: block;
    height: 100%; }

.remodal__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 9rem 3rem 8rem; }

.remodal__footer {
  position: absolute;
  bottom: 6.5rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .remodal__footer a {
    font-weight: 700; }

.rating {
  display: flex;
  align-items: center;
  height: 5.4rem;
  gap: 2rem;
  padding: 0.5rem 3rem;
  border-radius: 2.7rem;
  background-color: #222226;
  color: #A2A8AD; }

.rating-label {
  white-space: nowrap; }

.rating-stars {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.8rem; }

.rating-stars input {
  display: none; }
  .rating-stars input:checked ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.31524 14.4561C3.09186 14.4376 2.88536 14.3293 2.74266 14.1551C2.59975 13.9812 2.53286 13.7565 2.5569 13.5319L2.99783 9.38244L0.211272 6.28137C0.0134929 6.05839 -0.0510768 5.74602 0.0416082 5.46194C0.134293 5.17788 0.370463 4.96536 0.660948 4.9041L4.71716 4.04223L6.78063 0.416884C6.92935 0.158609 7.20314 0 7.49924 0C7.79553 0 8.06929 0.158803 8.21801 0.417077L10.2902 4.04242L14.3464 4.9043C14.6355 4.9679 14.869 5.18138 14.9599 5.46507C15.0507 5.74874 14.9849 6.05959 14.7873 6.28137L12.0097 9.38244L12.4506 13.5319C12.4712 13.7278 12.4225 13.9246 12.3134 14.0878C12.2042 14.2511 12.0415 14.3703 11.8536 14.4248C11.6659 14.4791 11.4651 14.465 11.2867 14.3849L7.50366 12.679L3.72066 14.3849C3.59365 14.4427 3.45407 14.4671 3.31524 14.4561Z' fill='%236EF3CD'/%3e%3c/svg%3e "); }

.rating-stars label {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.31524 14.4561C3.09186 14.4376 2.88536 14.3293 2.74266 14.1551C2.59975 13.9812 2.53286 13.7565 2.5569 13.5319L2.99783 9.38244L0.211272 6.28137C0.0134929 6.05839 -0.0510768 5.74602 0.0416082 5.46194C0.134293 5.17788 0.370463 4.96536 0.660948 4.9041L4.71716 4.04223L6.78063 0.416884C6.92935 0.158609 7.20314 0 7.49924 0C7.79553 0 8.06929 0.158803 8.21801 0.417077L10.2902 4.04242L14.3464 4.9043C14.6355 4.9679 14.869 5.18138 14.9599 5.46507C15.0507 5.74874 14.9849 6.05959 14.7873 6.28137L12.0097 9.38244L12.4506 13.5319C12.4712 13.7278 12.4225 13.9246 12.3134 14.0878C12.2042 14.2511 12.0415 14.3703 11.8536 14.4248C11.6659 14.4791 11.4651 14.465 11.2867 14.3849L7.50366 12.679L3.72066 14.3849C3.59365 14.4427 3.45407 14.4671 3.31524 14.4561Z' fill='%23A2A8AD'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s; }
  .rating-stars label:hover,
  .rating-stars label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.31524 14.4561C3.09186 14.4376 2.88536 14.3293 2.74266 14.1551C2.59975 13.9812 2.53286 13.7565 2.5569 13.5319L2.99783 9.38244L0.211272 6.28137C0.0134929 6.05839 -0.0510768 5.74602 0.0416082 5.46194C0.134293 5.17788 0.370463 4.96536 0.660948 4.9041L4.71716 4.04223L6.78063 0.416884C6.92935 0.158609 7.20314 0 7.49924 0C7.79553 0 8.06929 0.158803 8.21801 0.417077L10.2902 4.04242L14.3464 4.9043C14.6355 4.9679 14.869 5.18138 14.9599 5.46507C15.0507 5.74874 14.9849 6.05959 14.7873 6.28137L12.0097 9.38244L12.4506 13.5319C12.4712 13.7278 12.4225 13.9246 12.3134 14.0878C12.2042 14.2511 12.0415 14.3703 11.8536 14.4248C11.6659 14.4791 11.4651 14.465 11.2867 14.3849L7.50366 12.679L3.72066 14.3849C3.59365 14.4427 3.45407 14.4671 3.31524 14.4561Z' fill='%236EF3CD'/%3e%3c/svg%3e "); }

/* Import blocks */
.section {
  position: relative;
  padding-bottom: 10rem; }
  @media (max-width: 1100px) {
    .section {
      padding-bottom: 5rem; } }

.block__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem; }
  .block__header .block__title {
    margin-bottom: 0; }
  .block__header .btn {
    height: 3rem;
    padding: 0 1.3rem;
    font-size: 1.4rem; }

.block__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 3.2rem; }
  .block__title.center {
    text-align: center; }

.block__subtitle {
  font-size: 1.6rem; }
  .block__subtitle.center {
    text-align: center; }

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

.block__text h1 {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 4rem; }
  .block__text h1:not(:first-child) {
    margin-top: 1em; }

.block__text h2 {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 2.4rem; }
  .block__text h2:not(:first-child) {
    margin-top: 1em; }

.block__text h3 {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 2.4rem; }
  .block__text h3:not(:first-child) {
    margin-top: 1em; }

.block__text h4 {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 2.4rem; }
  .block__text h4:not(:first-child) {
    margin-top: 1em; }

.block__text h5 {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 2.4rem; }
  .block__text h5:not(:first-child) {
    margin-top: 1em; }

.block__text h6 {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 2.4rem; }
  .block__text h6:not(:first-child) {
    margin-top: 1em; }

.block__text p {
  margin-bottom: 1em; }
  .block__text p:last-child {
    margin-bottom: 0; }

.block__text a {
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #516FE5;
  transition: 0.3s; }
  .block__text a:hover {
    text-decoration: underline;
    text-decoration-color: #516FE5; }

.block__text ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px; }

.link {
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
  transition: 0.3s; }
  .link:hover {
    color: #516FE5; }

.img {
  width: 100%;
  height: 37rem;
  margin-bottom: 4rem;
  border-radius: 1.2rem;
  overflow: hidden; }
  .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem; }
  .actions.center {
    justify-content: center; }
  .actions .btn {
    padding: 0 2.5rem; }

.date {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #09090B; }

.block__link {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #09090B; }

.achievements__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; }
  @media (max-width: 1360px) {
    .achievements__wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1100px) {
    .achievements__wrapper {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 992px) {
    .achievements__wrapper {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 768px) {
    .achievements__wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 560px) {
    .achievements__wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 360px) {
    .achievements__wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.achievements__item.active .achievements__img {
  background-color: #516FE5; }

.achievements__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem); }

.achievements__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%; }
  .achievements__img img {
    display: block;
    max-width: 3.6rem;
    max-height: 3.6rem; }

.achievements__title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center; }

.orders .cart__list {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .orders .cart__list .cart__item {
    gap: 5rem;
    padding-right: 3rem;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2rem);
    overflow: hidden; }
    @media (max-width: 992px) {
      .orders .cart__list .cart__item {
        gap: 2rem;
        padding: 2rem; } }
    .orders .cart__list .cart__item .price {
      font-size: 1.8rem; }

.orders .actions {
  justify-content: flex-end;
  gap: 2rem 4rem;
  margin-top: 4rem; }
  .orders .actions .price {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    color: #FFFFFF; }
  .orders .actions .btn {
    min-width: 21rem; }

.orders--page .cart__img {
  align-items: stretch;
  width: 23rem;
  border-radius: 0; }
  .orders--page .cart__img img {
    height: 100%; }

.cart__table {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem 0; }
  @media (max-width: 992px) {
    .cart__table {
      width: 100%;
      padding: 0; } }
  .cart__table table td {
    height: auto;
    padding: .5rem 2rem .5rem 0;
    border-bottom: none;
    white-space: initial; }
    .cart__table table td:last-child {
      text-align: left; }
  .cart__table table tfoot td, .cart__table table tfoot th {
    padding-top: 2rem; }
  .cart__table a {
    text-decoration: underline;
    text-decoration-color: transparent;
    color: #516FE5;
    transition: 0.3s; }
    .cart__table a:hover {
      text-decoration: underline;
      text-decoration-color: #516FE5; }

.order__item {
  display: flex;
  gap: 1px; }
  .order__item .cart__list {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1px;
    border-radius: 0;
    background-color: transparent; }
    .order__item .cart__list .cart__item {
      flex: 1;
      background-color: #8E54E9; }
      .order__item .cart__list .cart__item:not(:last-child) {
        border-bottom: none; }
  .order__item .cart__img {
    position: relative;
    z-index: 1; }
    .order__item .cart__img:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      background-color: #F3F6FE;
      filter: blur(2rem);
      pointer-events: none;
      z-index: -1; }
  .order__item .price {
    margin-top: 0.5rem;
    font-size: 2rem;
    color: #09090B; }

.order__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35.5rem;
  gap: 2rem;
  padding: 3rem;
  background-color: #8E54E9; }

.order__title {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 2rem; }

.order__meta {
  display: flex;
  flex-direction: column;
  gap: 0.8rem; }

.order__meta-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-weight: 600;
  font-size: 1.6rem; }
  .order__meta-item span:first-child {
    color: #E9F0FF; }
  .order__meta-item .price img {
    width: 1.4rem;
    margin-left: 0;
    margin-right: 0.7rem; }

.order__status {
  font-weight: 600;
  font-size: 2rem; }

.balance__wrapper {
  padding: 3.5rem 4rem 2rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem); }
  @media (max-width: 992px) {
    .balance__wrapper {
      padding: 2rem; } }

.balance__title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.4rem; }
  .balance__title.center {
    text-align: center; }

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

.wallet__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 4rem;
  margin-bottom: 3.5rem;
  padding-bottom: 4rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
  @media (max-width: 992px) {
    .wallet__content {
      margin-bottom: 2rem;
      padding-bottom: 2rem; } }
  .wallet__content .balance__title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.3; }
    @media (max-width: 992px) {
      .wallet__content .balance__title {
        font-size: 1.6rem; } }
  .wallet__content .btn {
    min-width: 13.2rem; }

.wallet__content-wrapper {
  display: flex;
  align-items: center;
  gap: 2.5rem; }

.wallet__img {
  width: 6.4rem; }
  @media (max-width: 992px) {
    .wallet__img {
      width: 4.6rem; } }
  .wallet__img img {
    display: block;
    width: 100%; }

.settings__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.settings__block .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 47.5rem; }

.settings__block .form__group {
  border-radius: 2.7rem;
  background-color: #222226; }
  .settings__block .form__group .label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.6rem;
    color: #A2A8AD; }
  .settings__block .form__group .input {
    background-color: transparent;
    border: none; }

.settings__block-wrapper {
  height: 100%;
  padding: 4rem 2rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem); }
  .settings__block-wrapper .block__title {
    margin-bottom: 4rem;
    font-size: 2.8rem; }
    @media (max-width: 768px) {
      .settings__block-wrapper .block__title {
        margin-bottom: 2.5rem; } }

.section__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -0.6rem; }

.section__block {
  width: 50%;
  padding: 0 0.6rem; }
  @media (max-width: 1100px) {
    .section__block {
      width: 100%; } }

.cookie-window-block {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92rem;
  max-width: calc(100% - 4rem);
  gap: 2rem 4rem;
  padding: 1rem 1rem 1rem 4rem;
  border-radius: 3.7rem;
  background-color: #222226;
  z-index: 10; }
  @media (max-width: 768px) {
    .cookie-window-block {
      bottom: 2rem;
      right: 2rem;
      flex-direction: column;
      align-items: flex-start;
      width: 40rem;
      padding: 2rem; } }
  .cookie-window-block .block__text {
    line-height: 1.5;
    color: #FFFFFF; }
    .cookie-window-block .block__text a {
      font-weight: 700; }
  .cookie-window-block.closed {
    display: none !important; }

.breadcrumbs {
  position: relative;
  padding-top: 2rem; }

.breadcrumbs__wrapper {
  display: flex;
  align-items: center;
  overflow-x: auto; }
  .breadcrumbs__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0; }

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #FFFFFF;
  transition: 0.3s; }
  .breadcrumbs__item:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.4rem;
    margin-left: 1rem;
    background-color: #516FE5;
    pointer-events: none; }
  .breadcrumbs__item:last-child {
    color: #A2A8AD; }
  .breadcrumbs__item:hover:not(:last-child) {
    color: #516FE5; }

.paginations {
  width: 100%;
  padding-top: 1rem; }

.paginations__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem; }

.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem);
  font-weight: 400;
  font-size: 1.6rem;
  color: #516FE5;
  white-space: nowrap;
  transition: 0.3s; }
  .pagination__item--current {
    color: #FFFFFF;
    pointer-events: none; }
  .pagination__item--disabled {
    color: #A2A8AD;
    pointer-events: none; }
  .pagination__item--left:before, .pagination__item--right:before {
    content: '';
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.72567 16.2C7.6062 16.2 7.48673 16.1582 7.36726 16.033L0.15929 8.47577C0.0398203 8.35051 -3.59537e-07 8.22526 -3.54062e-07 8.1C-3.48587e-07 7.97474 0.0398203 7.84949 0.15929 7.72423L7.36726 0.167008C7.48673 0.04175 7.6062 -6.09249e-08 7.72567 -5.57027e-08C7.84514 -5.04806e-08 7.96461 0.04175 8.08407 0.167008L8.84071 0.960304C8.96018 1.08556 9 1.21082 9 1.33608C9 1.46133 8.96018 1.5866 8.84071 1.71186L2.74779 8.1L8.84071 14.4881C8.96018 14.6134 9 14.7387 9 14.8639C9 14.9892 8.96018 15.1144 8.84071 15.2397L8.08407 16.033C7.9646 16.1165 7.84514 16.2 7.72567 16.2Z' fill='%236EF3CD'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s; }
  .pagination__item--left:hover:before, .pagination__item--right:hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.72567 16.2C7.6062 16.2 7.48673 16.1582 7.36726 16.033L0.15929 8.47577C0.0398203 8.35051 -3.59537e-07 8.22526 -3.54062e-07 8.1C-3.48587e-07 7.97474 0.0398203 7.84949 0.15929 7.72423L7.36726 0.167008C7.48673 0.04175 7.6062 -6.09249e-08 7.72567 -5.57027e-08C7.84514 -5.04806e-08 7.96461 0.04175 8.08407 0.167008L8.84071 0.960304C8.96018 1.08556 9 1.21082 9 1.33608C9 1.46133 8.96018 1.5866 8.84071 1.71186L2.74779 8.1L8.84071 14.4881C8.96018 14.6134 9 14.7387 9 14.8639C9 14.9892 8.96018 15.1144 8.84071 15.2397L8.08407 16.033C7.9646 16.1165 7.84514 16.2 7.72567 16.2Z' fill='%23FFFFFF'/%3e%3c/svg%3e "); }
  .pagination__item--left.pagination__item--disabled:before, .pagination__item--right.pagination__item--disabled:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.72567 16.2C7.6062 16.2 7.48673 16.1582 7.36726 16.033L0.15929 8.47577C0.0398203 8.35051 -3.59537e-07 8.22526 -3.54062e-07 8.1C-3.48587e-07 7.97474 0.0398203 7.84949 0.15929 7.72423L7.36726 0.167008C7.48673 0.04175 7.6062 -6.09249e-08 7.72567 -5.57027e-08C7.84514 -5.04806e-08 7.96461 0.04175 8.08407 0.167008L8.84071 0.960304C8.96018 1.08556 9 1.21082 9 1.33608C9 1.46133 8.96018 1.5866 8.84071 1.71186L2.74779 8.1L8.84071 14.4881C8.96018 14.6134 9 14.7387 9 14.8639C9 14.9892 8.96018 15.1144 8.84071 15.2397L8.08407 16.033C7.9646 16.1165 7.84514 16.2 7.72567 16.2Z' fill='%23A2A8AD'/%3e%3c/svg%3e "); }
  .pagination__item--right:before {
    transform: rotate(180deg); }

a.pagination__item:hover {
  color: #FFFFFF; }

.error__page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 70rem;
  padding-top: 10rem; }
  .error__page .block__text {
    margin-bottom: 3.5rem; }
  .error__page .btn {
    min-width: 18rem; }

.error__title {
  font-weight: 700;
  font-size: 20rem;
  line-height: 1; }
  @media (max-width: 768px) {
    .error__title {
      font-size: 14rem; } }

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  padding: 0 2.4rem;
  border-radius: 5.4rem;
  border: solid 1px transparent;
  background-color: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s; }
  .btn img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:hover img {
    opacity: 0.7; }
  .btn:focus {
    outline: 0; }
  .btn--main {
    background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
    border: none;
    color: #FFFFFF; }
    .btn--main:hover {
      color: #FFFFFF; }
  .btn--o-main {
    background-color: transparent;
    border-color: #516FE5;
    color: #516FE5; }
    .btn--o-main:hover {
      background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
      border: none;
      color: #FFFFFF; }

table {
  width: 100%;
  border-collapse: collapse; }
  table thead {
    border-bottom: 4px solid #516FE5; }
  table th {
    height: 4rem;
    padding: 0.5rem 2rem 0.5rem 0;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    color: #A2A8AD; }
    table th:last-child {
      padding: 0.5rem 0;
      text-align: right; }
  table td {
    height: 5.5rem;
    padding: 0.5rem 2rem 0.5rem 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    color: #FFFFFF; }
    table td:last-child {
      padding: 0.5rem 0;
      text-align: right; }
  table tr:last-child td {
    border-bottom: none; }

@media (max-width: 768px) {
  .orders__table thead {
    display: none; }
  .orders__table tr {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0; }
    .orders__table tr:not(:last-child) {
      border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    .orders__table tr:first-child {
      padding-top: 0; }
    .orders__table tr:last-child {
      padding-bottom: 0; }
  .orders__table td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0;
    padding: 0;
    border-bottom: none; }
    .orders__table td:last-child {
      padding: 0;
      text-align: left; }
    .orders__table td:before {
      content: attr(data-label);
      font-size: 1.6rem;
      font-weight: 400;
      text-align: left;
      color: #A2A8AD; } }

form {
  max-width: 100%;
  margin: 0 auto; }

.form__search {
  width: 34rem;
  max-width: 100%; }
  .form__search .form__group {
    padding-left: 0; }
    .form__search .form__group .input {
      padding-left: 5.8rem;
      border: solid 1px #8E54E9; }
    .form__search .form__group .search-btn {
      position: absolute;
      top: 50%;
      left: 2.1rem;
      transform: translateY(-50%);
      margin: 0;
      padding: 0;
      border: none;
      background-color: transparent;
      outline: none;
      cursor: pointer;
      transition: 0.3s; }
      .form__search .form__group .search-btn img {
        display: block;
        width: 1.8rem; }
      .form__search .form__group .search-btn:hover {
        opacity: 0.7; }

.form__group {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  border-radius: 0.8rem;
  background-color: #09090B; }
  .form__group .label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    color: #C6C6C6; }
  .form__group .input {
    padding-left: 1rem; }
    .form__group .input--error {
      border-color: transparent;
      color: #FF0000; }
    .form__group .input--success {
      border-color: transparent;
      color: #83BA3B; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 0;
  margin: 0 -1rem 2.5rem; }
  .form__row .form__block {
    width: 50%;
    margin-bottom: 0;
    padding: 0 1rem; }
    .form__row .form__block.small {
      width: 15rem; }

.form__block {
  margin-bottom: 2.5rem; }

.form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }
  .form__actions.center {
    justify-content: center; }
    @media (max-width: 640px) {
      .form__actions.center {
        align-items: center; } }
  .form__actions .btn {
    min-width: 15.6rem; }

.form__title {
  margin-bottom: 2.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: 1.2; }

.form__link {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: transparent;
  cursor: pointer;
  transition: 0.3s; }
  .form__link:hover {
    text-decoration: underline;
    text-decoration-color: #000000; }

.form__footer {
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: solid 1px #EDECEC;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  color: #222226; }
  .form__footer a {
    text-decoration: underline;
    text-decoration-color: transparent;
    color: #000000;
    transition: 0.3s; }
    .form__footer a:hover {
      text-decoration-color: #000000; }

.sign__form {
  width: 48rem;
  max-width: 100%;
  margin: 0 auto;
  background-color: #8E54E9; }
  .sign__form .input {
    background-color: #516FE5; }
    .sign__form .input:-webkit-autofill {
      -webkit-box-shadow: inset 0 0 0 5.4rem #516FE5;
      -webkit-text-fill-color: #FFFFFF; }
  .sign__form .checkbox input + label:before {
    background-color: #516FE5;
    border-color: #516FE5; }
  .sign__form .input__link:hover {
    color: #09090B; }

.form-error {
  color: #FF0000; }

@media (max-width: 1240px) {
  .form__search {
    width: 25rem; } }

@media (max-width: 640px) {
  .form__row .form__block {
    width: 100%; }
  .form__title {
    margin-bottom: 2rem;
    font-size: 2.6rem; }
  .form__actions {
    flex-direction: column;
    align-items: flex-start; }
  .form__footer {
    margin-top: 4rem;
    padding-top: 2rem;
    font-size: 2rem; } }

@media (max-width: 460px) {
  .form__search {
    width: 100%; } }

.label {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
  color: #FFFFFF;
  cursor: pointer; }
  .label span {
    color: #FF0000; }

.input {
  width: 100%;
  height: 5.4rem;
  padding: 0.5rem 3rem;
  border-radius: 2.7rem;
  border: 1px solid #222226;
  vertical-align: middle;
  background-color: #222226;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-variant-numeric: lining-nums;
  transition: 0.3s; }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #A2A8AD; }
  .input[type="number"]::-webkit-outer-spin-button, .input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input[type="number"] {
    -moz-appearance: textfield; }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 5.4rem #222226;
    -webkit-text-fill-color: #A2A8AD; }
  .input--error {
    border-color: #FF0000; }
  .input--success {
    border-color: #83BA3B; }

.input__link {
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #516FE5;
  transition: 0.3s; }
  .input__link:hover {
    text-decoration: underline;
    text-decoration-color: #516FE5; }

.select {
  position: relative; }
  .select select {
    width: 100%;
    height: 5.4rem;
    padding: 0 4.4rem 0 2rem;
    border-radius: 0.8rem;
    vertical-align: middle;
    background-color: #222226;
    font-family: inherit;
    font-weight: 500;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-variant-numeric: lining-nums;
    cursor: pointer;
    transition: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select select:focus {
      outline: 0; }
  .select:after {
    content: '';
    position: absolute;
    right: 1.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.08973 5.37643C5.28637 5.35743 5.47232 5.27803 5.62205 5.14914L9.64148 1.70392C9.74158 1.62369 9.82453 1.52415 9.8854 1.41122C9.94627 1.29829 9.98382 1.17428 9.99581 1.04655C10.0078 0.918824 9.99398 0.78999 9.95519 0.667706C9.9164 0.545422 9.85343 0.432184 9.77001 0.334723C9.68658 0.237262 9.58442 0.157567 9.46959 0.100374C9.35475 0.0431816 9.22959 0.00965913 9.10154 0.00179842C8.97349 -0.0060623 8.84517 0.0118995 8.7242 0.0546166C8.60323 0.0973337 8.49209 0.163934 8.39737 0.250459L4.99999 3.16336L1.60262 0.250458C1.5079 0.163933 1.39676 0.0973334 1.27579 0.0546163C1.15482 0.0118992 1.0265 -0.00606265 0.898452 0.00179806C0.770404 0.00965876 0.645238 0.0431813 0.530403 0.100374C0.415568 0.157567 0.313406 0.237262 0.229983 0.334723C0.146561 0.432184 0.0835876 0.545422 0.0447969 0.667705C0.00600624 0.789989 -0.0078001 0.918823 0.00418949 1.04655C0.0161791 1.17428 0.0537167 1.29829 0.114587 1.41122C0.175456 1.52415 0.258409 1.62369 0.358511 1.70392L4.37794 5.14914C4.47528 5.23282 4.58845 5.29607 4.71073 5.33512C4.83301 5.37416 4.9619 5.38821 5.08973 5.37643Z' fill='%23C157FF'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1; }

.filter {
  position: relative;
  z-index: 1; }
  @media (max-width: 1260px) {
    .filter {
      position: fixed;
      top: 4rem;
      right: 4rem;
      bottom: 4rem;
      width: 40rem;
      max-width: calc(100% - 4rem);
      padding: 5rem 0 3rem 0;
      border-radius: 1.2rem;
      background-color: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(2rem);
      transform: translateX(calc(100% + 4rem));
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      z-index: 101;
      overflow-y: auto;
      transition: 0.3s; } }
  @media (max-width: 1260px) and (max-width: 992px) {
    .filter {
      top: 2rem;
      right: 2rem;
      bottom: 2rem; } }
  @media (max-width: 1260px) {
      .filter.opened {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: initial; }
      .filter::-webkit-scrollbar {
        width: 0;
        height: 0; } }

.filter-show {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #516FE5;
  transition: 0.3s; }
  @media (min-width: 1261px) {
    .filter-show {
      display: none; } }
  .filter-show:hover {
    opacity: 0.7; }
  .filter-show img {
    display: block;
    height: 100%; }

@media (min-width: 1261px) {
  .filter__header {
    display: none; } }

.filter__list {
  display: flex;
  height: 6.4rem;
  margin-bottom: 4rem; }
  @media (max-width: 1260px) {
    .filter__list {
      flex-direction: column;
      height: auto;
      margin-bottom: 0; } }

.filter__item {
  flex: 1; }
  .filter__item:not(:last-child) {
    max-width: 23rem;
    border-right: solid 1px rgba(255, 255, 255, 0.1); }
    @media (max-width: 1260px) {
      .filter__item:not(:last-child) {
        max-width: initial;
        border-right: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1); } }
  .filter__item:first-child .lng__link {
    border-radius: 1.2rem 0 0 1.2rem; }
    @media (max-width: 1260px) {
      .filter__item:first-child .lng__link {
        border-radius: 0; } }
  .filter__item .slider__wrapper {
    padding: 1rem 0; }
    .filter__item .slider__wrapper .actions {
      justify-content: space-between;
      margin-top: 1rem;
      font-size: 1.4rem; }

.filter__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem);
  border-radius: 0 1.2rem 1.2rem 0; }
  @media (max-width: 1260px) {
    .filter__actions {
      padding: 3rem 0 0;
      border-radius: 0;
      background-color: transparent;
      backdrop-filter: initial; } }
  .filter__actions .btn {
    min-width: 11.4rem; }

.reset__link {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.6rem;
  white-space: nowrap;
  color: #516FE5;
  cursor: pointer;
  transition: 0.3s; }
  .reset__link:hover {
    color: #8E54E9; }

.textarea {
  width: 100%;
  height: 14.5rem;
  padding: 2rem 3rem;
  border-radius: 2.7rem;
  border: none;
  vertical-align: middle;
  background-color: #222226;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-variant-numeric: lining-nums;
  resize: none;
  transition: 0.3s; }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #A2A8AD; }

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

.accordion__item {
  position: relative;
  background-color: #8E54E9;
  transition: 0.3s; }
  .accordion__item.active .accordion__title a:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='4' viewBox='0 0 20 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='20' width='4' height='20' transform='rotate(90 20 0)' fill='white'/%3e%3c/svg%3e "); }

.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5; }
  .accordion__title a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 10rem;
    padding: 2rem 11.4rem 2rem 3rem;
    transition: 0.3s; }
    .accordion__title a:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 3.5rem;
      transform: translateY(-50%);
      width: 5.4rem;
      height: 5.4rem;
      border-radius: 50%;
      background-color: #516FE5;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='20' y='8' width='4' height='20' transform='rotate(90 20 8)' fill='white'/%3e%3crect x='12' y='20' width='4' height='20' transform='rotate(-180 12 20)' fill='white'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center 50%;
      background-size: 2rem;
      transition: 0.3s; }

.accordion__content {
  width: 124rem;
  max-width: 100%;
  margin-top: -2rem;
  padding: 0 3.5rem 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6; }
  .accordion__content.hide {
    display: none; }

@media (max-width: 992px) {
  .accordion__title {
    font-size: 1.6rem; }
    .accordion__title a {
      min-height: 8rem;
      padding: 2rem 10rem 2rem 2rem; }
      .accordion__title a:before {
        right: 2rem;
        width: 4rem;
        height: 4rem;
        background-size: 1.6rem; }
  .accordion__content {
    margin-top: 0;
    padding: 0 2rem 3rem;
    font-size: 1.5rem; } }

.tabs__nav {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1); }

.tabs__nav-item {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 2.5rem 2.5rem 0;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  color: #A2A8AD;
  transition: 0.3s; }
  @media (max-width: 992px) {
    .tabs__nav-item {
      padding: 0 2rem 1rem 0;
      font-size: 2.4rem; } }
  @media (max-width: 460px) {
    .tabs__nav-item {
      font-size: 2rem; } }
  .tabs__nav-item:hover {
    color: #FFFFFF; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #516FE5;
    opacity: 0;
    transition: 0.3s; }
  .tabs__nav-item.active {
    color: #FFFFFF; }
    .tabs__nav-item.active:before {
      opacity: 1; }

.tabs__content {
  position: relative;
  padding-top: 4rem; }
  @media (max-width: 992px) {
    .tabs__content {
      padding-top: 2rem; } }

.tabs__item:not(.active) {
  display: none; }

.tabs__item .product__block-title {
  line-height: 1; }

.tabs__item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem; }
  @media (max-width: 992px) {
    .tabs__item-wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.tabs__item-block:first-child {
  grid-column: span 2;
  padding-right: 1rem; }
  @media (max-width: 992px) {
    .tabs__item-block:first-child {
      grid-column: span 1;
      padding-right: 0; } }
  .tabs__item-block:first-child .block__text {
    line-height: 2; }

.checkbox__wrapper {
  padding-top: 3rem; }

.checkbox__list {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.checkbox {
  position: relative;
  display: block; }
  .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .checkbox input + label {
      position: relative;
      display: block;
      padding-left: 4.9rem;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.5;
      text-align: left;
      color: #FFFFFF;
      cursor: pointer;
      user-select: none; }
      .checkbox input + label a {
        font-weight: 700;
        text-decoration: underline;
        text-decoration-color: transparent;
        color: #516FE5;
        transition: 0.3s; }
        .checkbox input + label a:hover {
          text-decoration: underline;
          text-decoration-color: #516FE5; }
      .checkbox input + label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: block;
        width: 3.6rem;
        height: 3.6rem;
        background-color: #222226;
        border: solid 1px #222226;
        border-radius: 0.8rem;
        transition: 0.3s; }
      .checkbox input + label:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: block;
        width: 3.6rem;
        height: 3.6rem;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.9519 0.39409C14.4279 0.919297 14.4279 1.76824 13.9519 2.29369L6.03655 11.0262C5.79908 11.2881 5.48737 11.42 5.17565 11.42C4.86393 11.42 4.55222 11.2881 4.31475 11.0262L0.357203 6.65992C-0.119068 6.13472 -0.119068 5.28553 0.357203 4.76032C0.83325 4.23487 1.60273 4.23487 2.079 4.76032L5.17565 8.17675L12.2301 0.39409C12.7061 -0.131363 13.4756 -0.131363 13.9519 0.39409Z' fill='%236EF3CD'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.5rem;
        z-index: 1;
        opacity: 0;
        transition: 0.3s; }
    .checkbox input:checked + label:after {
      opacity: 1; }

.radio {
  position: relative; }

.radio__input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .radio__input:checked + .radio__label:before {
    border-color: #516FE5; }
  .radio__input:checked + .radio__label:after {
    opacity: 1; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }

.radio__label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 3.6rem;
  user-select: none;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: initial;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s; }
  .radio__label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    border: solid 1px #516FE5;
    border-radius: 50%;
    background-color: #516FE5;
    z-index: 1;
    transition: 0.3s; }
  .radio__label:after {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 0;
    z-index: 1;
    transition: 0.3s; }
  .radio__label:hover:not(.radio__label--disabled):after {
    opacity: 0.2; }

.radio__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 2.5rem; }
  .radio__list .radio {
    width: 4.4rem; }
  .radio__list .radio__input:checked + .radio__label .swatch--image:before {
    opacity: 1; }
  .radio__list .radio__input:disabled + .radio__label {
    opacity: 0.3;
    pointer-events: none; }
  .radio__list .radio__label {
    padding-left: 0; }
    .radio__list .radio__label:before, .radio__list .radio__label:after {
      display: none; }

.swatch--image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  text-align: center;
  word-break: break-word; }

.swatch--image {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: #7C8799;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .swatch--image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: solid 1px #A1A1A1;
    opacity: 0;
    transition: 0.3s; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 1.2rem; }

.noUi-horizontal .noUi-handle {
  width: 1.2rem;
  height: 1.2rem;
  right: -0.6rem;
  top: 0; }

.noUi-vertical .noUi-handle {
  width: 1.2rem;
  height: 1.2rem;
  right: -6px;
  bottom: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background-color: #222226;
  border-radius: 0;
  /*border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/ }

.noUi-connects {
  border-radius: 0; }

.noUi-connect {
  background: #516FE5; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  /*  border: 1px solid #D9D9D9;*/
  cursor: pointer;
  /*  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;*/ }

.noUi-active {
  /*  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;*/ }

/* Handle stripes;
 */
/*.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}*/
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  /*  border: 1px solid #D9D9D9;*/
  /*  border-radius: 3px;*/
  /*  background: #fff;*/
  padding-bottom: 0.6rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFFFFF;
  /*  padding: 0;*/
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.genres {
  padding: 4rem 0 9rem; }
  @media (max-width: 1100px) {
    .genres {
      padding: 2rem 0 5rem; } }

.genres__item {
  display: block;
  padding: 1rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem); }

.genres__item-wrapper {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden; }
  .genres__item-wrapper:hover .genres__img img {
    transform: scale(1.1); }
  .genres__item-wrapper:hover .genres__content {
    background-color: rgba(0, 0, 0, 0.5); }

.genres__img {
  height: 21rem; }
  .genres__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transform-origin: center;
    transition: 0.5s; }

.genres__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  transition: 0.3s; }

.genres__title {
  font-weight: 700;
  font-size: 1.8rem; }
  .genres__title sup {
    font-size: 1rem;
    color: #516FE5; }

.intro {
  margin-bottom: 6rem; }

.intro__wrapper {
  display: flex;
  margin: 0 -1rem; }

.intro__slider {
  flex-grow: 1;
  max-width: calc(100% - 51.3rem);
  padding: 0 1rem; }
  .intro__slider .slick-active .intro__content .btn {
    opacity: 1;
    transform: translateY(0); }
  .intro__slider .slick-active .intro__title {
    opacity: 1;
    transform: translateY(0); }
  .intro__slider .slick-active .intro__text {
    opacity: 1;
    transform: translateY(0); }
  .intro__slider .slick-active .intro__img img {
    transform: translateY(0); }
  .intro__slider .btn {
    padding: 0 3.5rem; }
  .intro__slider .slick-dots {
    position: absolute;
    bottom: 6rem;
    left: 0;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0 6rem; }
    .intro__slider .slick-dots li.slick-active {
      width: 8.4rem; }

.intro__item {
  position: relative;
  width: 100%;
  height: 52rem;
  background-color: #222226; }
  .intro__item:before {
    content: '';
    position: absolute;
    bottom: -4.6rem;
    right: -1rem;
    width: 42.6rem;
    height: 42.6rem;
    border-radius: 50%;
    background-color: rgba(81, 111, 229, 0.4);
    filter: blur(10rem); }

.intro__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 4.8rem 6rem 12.6rem;
  z-index: 2; }
  .intro__content .btn {
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(2rem);
    transition: 1.5s; }

.intro__title {
  font-size: 4rem;
  line-height: 1.25;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.5s; }

.intro__text {
  font-size: 1.4rem;
  line-height: 1.45;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(2rem);
  transition: 1s; }

.intro__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 52rem;
  height: 100%;
  z-index: 1; }
  .intro__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
    will-change: transform;
    transform: translateY(2rem);
    transition: 0.5s; }

.feed__wrapper {
  display: flex;
  align-items: center;
  height: 14rem;
  background-color: #B4C7F2; }

.feed__title {
  position: relative;
  width: calc(100% / 8);
  padding-left: 4rem;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.46;
  white-space: nowrap;
  z-index: 1; }

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.1); }
  100% {
    transform: translate(-50%, -50%) scale(1); } }

.feed__list {
  width: calc(100% / 8 * 7); }

.js-feed {
  width: 100%; }
  .js-feed .slick-list {
    margin: 0; }
  .js-feed .slick-slide {
    padding: 0; }

.feed__item-wrapper {
  position: relative;
  display: block;
  height: 14rem;
  background-color: #B4C7F2;
  overflow: hidden; }
  .feed__item-wrapper:hover .feed__content {
    background-color: rgba(121, 147, 205, 0.5);
    opacity: 1; }

.feed__img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  z-index: 1; }
  .feed__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 10rem;
    max-height: 10rem;
    transform-origin: center;
    will-change: transform;
    transition: 0.3s; }
  .feed__img .feed__item-title {
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    opacity: 0;
    font-size: 1.4rem;
    line-height: 1.28;
    transform: translateX(0.5rem);
    transition: 0.3s; }
  .feed__img:hover img {
    opacity: 0; }
  .feed__img:hover .feed__item-title {
    opacity: 1;
    transform: translateX(0); }

.feed__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 1rem;
  padding: 1.5rem 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  opacity: 0;
  transition: 0.3s;
  z-index: 2; }
  .feed__content .price img {
    width: 1.1rem;
    margin-left: 0;
    margin-right: 0.5rem; }

@media (max-width: 1600px) {
  .feed__title {
    width: 25%; }
  .feed__list {
    width: 75%; } }

@media (max-width: 1360px) {
  .intro__slider .slick-dots {
    padding: 0 4rem; }
  .intro__content {
    padding: 4rem 4rem 10rem; }
  .intro__title {
    font-size: 3rem; }
  .feed__title {
    width: calc(100% / 6); }
  .feed__list {
    width: calc(100% / 6 * 5); } }

@media (max-width: 1160px) {
  .intro {
    margin-bottom: 5rem;
    padding-top: 0; }
  .intro__wrapper {
    flex-direction: column;
    gap: 2rem; }
  .intro__slider {
    width: 100%;
    max-width: 100%; }
  .feed__title {
    width: calc(100% / 3);
    font-size: 2.6rem; }
  .feed__list {
    width: calc(100% / 3 * 2); } }

@media (max-width: 1100px) {
  .feed__title {
    width: 25%; }
  .feed__list {
    width: 75%; } }

@media (max-width: 768px) {
  .intro__slider .slick-dots {
    padding: 0 3rem; }
  .intro__item {
    height: 40rem; }
    .intro__item:before {
      width: 26rem;
      height: 26rem; }
  .intro__img {
    width: 40rem; }
  .intro__content {
    padding: 3rem 3rem 10rem; }
  .intro__title {
    font-size: 2.2rem; }
  .intro__text {
    font-size: 1.2rem; }
  .feed__title {
    padding-left: 2rem;
    font-size: 2.2rem; }
  .feed__content {
    padding: 1.5rem; } }

@media (max-width: 640px) {
  .intro__img {
    opacity: 0.3; } }

@media (max-width: 540px) {
  .feed__wrapper {
    height: 10rem; }
  .feed__title {
    width: 40%; }
  .feed__list {
    width: 60%; }
  .feed__item-wrapper {
    height: 10rem; }
  .feed__img {
    padding: 1.5rem; }
    .feed__img img {
      max-width: 7rem;
      max-height: 7rem; }
  .feed__content {
    gap: 0.5rem;
    padding: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2; } }

@media (max-width: 375px) {
  .feed__title {
    width: 50%; }
  .feed__list {
    width: 50%; } }

.perks__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem; }

.perks__item {
  width: 20%;
  padding: 0 2rem; }
  .perks__item:not(:last-child) .perks__item-wrapper:before {
    content: '';
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 2rem;
    width: 1px;
    background-color: #303844; }

.perks__item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem; }

.perks__img {
  width: 10rem;
  height: 10rem; }
  .perks__img img {
    display: block;
    width: 100%; }

.perks__title {
  flex: 1;
  padding-right: 3rem;
  font-size: 1.2rem;
  line-height: 1.45;
  text-transform: uppercase; }

@media (max-width: 1460px) {
  .perks__item {
    width: calc(100% / 3); } }

@media (max-width: 992px) {
  .perks__item {
    width: 50%; } }

@media (max-width: 768px) {
  .perks__img {
    width: 8rem;
    height: 8rem; }
  .perks__title {
    padding-right: 2rem; } }

@media (max-width: 580px) {
  .perks__item {
    width: 100%; }
    .perks__item:not(:last-child) .perks__item-wrapper:before {
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px; }
  .perks__item-wrapper {
    padding: 1rem 0; }
  .perks__img {
    width: 6rem;
    height: 6rem; }
  .perks__title {
    padding-right: 0; } }

.categories {
  overflow: hidden; }

.js-categories .slick-list {
  margin: 0; }

.js-categories .slick-slide {
  padding: 0; }
  .js-categories .slick-slide:nth-child(2n) .categories__item-wrapper {
    background-color: #C0D1F8; }
    .js-categories .slick-slide:nth-child(2n) .categories__item-wrapper:hover {
      background-color: rgba(121, 147, 205, 0.5); }

.js-categories .categories__item {
  height: 100%; }

.categories__item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1rem;
  padding: 3.5rem 0 3.5rem 4rem;
  background-color: #8E54E9;
  overflow: hidden;
  transition: 0.3s; }
  .categories__item-wrapper:nth-child(2n) {
    background-color: #C0D1F8; }
    .categories__item-wrapper:nth-child(2n):hover {
      background-color: rgba(121, 147, 205, 0.5); }
  .categories__item-wrapper:hover {
    background-color: rgba(121, 147, 205, 0.5); }
    .categories__item-wrapper:hover .categories__img img {
      transform: translateX(-3rem); }

.categories__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 24rem;
  height: 16rem;
  margin-right: -2.5rem;
  z-index: 1; }
  .categories__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s; }

.categories__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  z-index: 2; }

.categories__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.46; }

.categories__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.44;
  color: #09090B; }

.category .products__list {
  flex: 1; }

.category__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 30rem;
  grid-column: span 2;
  padding: 4rem; }
  @media (max-width: 1500px) {
    .category__content {
      grid-column: span 3; } }
  @media (max-width: 1100px) {
    .category__content {
      grid-column: span 4; } }
  @media (max-width: 992px) {
    .category__content {
      grid-column: span 3; } }
  @media (max-width: 768px) {
    .category__content {
      padding: 2rem; } }
  @media (max-width: 640px) {
    .category__content {
      grid-column: span 2; } }
  @media (max-width: 440px) {
    .category__content {
      grid-column: span 1; } }
  .category__content .btn {
    min-width: 10rem;
    height: 4.4rem; }
    .category__content .btn--opacity {
      background-color: rgba(254, 254, 254, 0.8); }
      .category__content .btn--opacity:hover {
        background-color: #FFFFFF; }
  .category__content:hover .category__img > img {
    transform: translate(1rem, 1rem); }

.category__header {
  position: relative;
  z-index: 2; }

.category__footer {
  position: relative;
  z-index: 2; }

.category__img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }
  .category__img > img {
    position: relative;
    height: 100%;
    z-index: 2;
    transition: 0.5s; }

.category__number {
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 1; }
  @media (max-width: 768px) {
    .category__number {
      top: 2rem;
      right: 2rem; } }
  .category__number img {
    display: block;
    height: 10rem; }
    @media (max-width: 768px) {
      .category__number img {
        height: 8rem; } }

@media (max-width: 992px) {
  .categories__item-wrapper {
    gap: 2rem;
    padding: 2rem 0 2rem 2rem; }
  .categories__img {
    width: 15rem; } }

@media (max-width: 768px) and (min-width: 641px) {
  .categories {
    overflow: hidden; }
  .js-categories {
    overflow: initial; } }

@media (max-width: 768px) {
  .categories__img {
    height: 12rem; } }

:root {
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(100% / var(--marquee-elements-displayed));
  --marquee-animation-duration: 10s;
  /* Задаем длительность анимации */ }

.marquee {
  background-color: #8E54E9;
  overflow: hidden; }

.marquee__wrapper {
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite; }

.marquee__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1rem;
  padding: 1rem 4rem; }
  .marquee__item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 2.2rem;
    background-color: #928BDB; }

.marquee__img {
  width: 3rem;
  height: 3rem; }
  .marquee__img img {
    display: block;
    width: 100%; }

.marquee__text {
  font-weight: 500;
  font-size: 1.6rem;
  white-space: nowrap;
  color: #FFFFFF; }

@keyframes scrolling {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.js-hero .slick-list {
  margin: 0;
  overflow: initial; }

.js-hero .slick-slide {
  padding: 0; }

.js-hero .slick-arrow {
  position: absolute;
  top: 12rem;
  width: 1.6rem;
  height: 4.6rem;
  background-color: transparent; }
  @media (max-width: 768px) {
    .js-hero .slick-arrow {
      top: 10rem; } }
  .js-hero .slick-arrow.slick-prev {
    left: 4rem; }
    @media (max-width: 640px) {
      .js-hero .slick-arrow.slick-prev {
        left: 2rem; } }
    .js-hero .slick-arrow.slick-prev:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='49' viewBox='0 0 16 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.00244113 24.617C0.0176073 24.9842 0.118093 25.3334 0.28778 25.6086L13.984 47.4911C14.0824 47.6596 14.2032 47.798 14.3395 47.898C14.4757 47.9981 14.6246 48.0577 14.7772 48.0733C14.9298 48.089 15.083 48.0605 15.2278 47.9893C15.3725 47.9182 15.5058 47.8059 15.6198 47.6592C15.7338 47.5125 15.8261 47.3343 15.8913 47.1353C15.9564 46.9362 15.9931 46.7204 15.9991 46.5006C16.0051 46.2808 15.9803 46.0615 15.9262 45.8558C15.8721 45.65 15.7898 45.4619 15.6842 45.3028L2.67751 24.5145L15.6842 3.72608C15.7898 3.56697 15.8721 3.37894 15.9262 3.17318C15.9803 2.96741 16.0051 2.74812 15.9991 2.52831C15.9931 2.30851 15.9564 2.09266 15.8913 1.89364C15.8261 1.69461 15.7338 1.51646 15.6198 1.36975C15.5058 1.22304 15.3725 1.11077 15.2278 1.03962C15.083 0.968467 14.9298 0.939864 14.7772 0.955543C14.6246 0.971222 14.4757 1.03085 14.3395 1.13087C14.2032 1.2309 14.0824 1.36931 13.984 1.53783L0.28778 23.4203C0.187529 23.5827 0.110688 23.7722 0.0617083 23.9776C0.0127284 24.183 -0.00741659 24.4003 0.00244113 24.617Z' fill='white'/%3e%3c/svg%3e "); }
  .js-hero .slick-arrow.slick-next {
    right: 4rem; }
    @media (max-width: 640px) {
      .js-hero .slick-arrow.slick-next {
        right: 2rem; } }
    .js-hero .slick-arrow.slick-next:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='49' viewBox='0 0 16 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.9976 24.4119C15.9824 24.0447 15.8819 23.6955 15.7122 23.4203L2.01597 1.53781C1.91765 1.36928 1.79677 1.23087 1.66052 1.13085C1.52427 1.03082 1.37543 0.971229 1.22284 0.95555C1.07024 0.939872 0.917018 0.968406 0.77226 1.03956C0.627503 1.11071 0.494168 1.22301 0.38018 1.36972C0.266193 1.51643 0.173879 1.69458 0.108721 1.89361C0.0435634 2.09264 0.0068908 2.30848 0.000886446 2.52828C-0.00511982 2.74809 0.0196652 2.96735 0.0737652 3.17311C0.127864 3.37888 0.210176 3.56694 0.315809 3.72605L13.3225 24.5144L0.315804 45.3028C0.210171 45.4619 0.127859 45.6499 0.0737603 45.8557C0.0196602 46.0615 -0.00512484 46.2808 0.000881377 46.5006C0.00688569 46.7204 0.0435583 46.9362 0.108716 47.1352C0.173874 47.3343 0.266188 47.5124 0.380175 47.6591C0.494163 47.8058 0.627498 47.9181 0.772255 47.9893C0.917012 48.0604 1.07024 48.089 1.22283 48.0733C1.37542 48.0577 1.52427 47.998 1.66052 47.898C1.79677 47.798 1.91764 47.6596 2.01597 47.4911L15.7122 25.6086C15.8125 25.4461 15.8893 25.2567 15.9383 25.0513C15.9873 24.8459 16.0074 24.6285 15.9976 24.4119Z' fill='white'/%3e%3c/svg%3e ");
      transform: rotate(0); }

.hero__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 45rem;
  padding: 4rem; }
  @media (max-width: 768px) {
    .hero__item {
      height: 35rem;
      padding: 2rem; } }
  .hero__item:hover .hero__img > img {
    transform: translateX(-5%); }
  .hero__item:hover .hero__number img {
    opacity: 1; }

.hero__header {
  position: relative;
  z-index: 2; }

.hero__header-logo {
  height: 3.6rem; }
  @media (max-width: 640px) {
    .hero__header-logo {
      height: 2.6rem; } }
  .hero__header-logo img {
    display: block;
    height: 100%; }

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }
  .hero__img > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    transition: 0.5s; }
    @media (max-width: 640px) {
      .hero__img > img {
        top: auto;
        bottom: 0;
        left: 2.5rem;
        width: 100%;
        height: auto; } }

.hero__number {
  display: flex;
  justify-content: flex-end;
  padding: 4rem; }
  @media (max-width: 768px) {
    .hero__number {
      padding: 2rem; } }
  .hero__number img {
    display: block;
    height: 22.6rem;
    opacity: 0.7;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .hero__number img {
        height: 18rem; } }
    @media (max-width: 640px) {
      .hero__number img {
        height: 12rem; } }
    @media (max-width: 460px) {
      .hero__number img {
        height: 8rem; } }

.hero__footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 2rem;
  z-index: 2; }
  @media (max-width: 640px) {
    .hero__footer {
      flex-direction: column;
      align-items: flex-start;
      gap: 6rem; } }
  .hero__footer .btn {
    height: 4.4rem;
    padding: 0 1.7rem;
    font-weight: 600; }

.hero__title {
  margin-bottom: 0.6rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  color: #000000; }
  @media (max-width: 640px) {
    .hero__title {
      font-size: 3rem; } }
  @media (max-width: 420px) {
    .hero__title {
      font-size: 2.6rem; } }

.hero__text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000; }
  @media (max-width: 640px) {
    .hero__text {
      font-size: 1.4rem; } }

.js-promo .slick-list {
  margin: 0; }

.js-promo .slick-slide {
  padding: 0; }
  .js-promo .slick-slide:nth-child(2n) .promo__footer {
    background-color: #454B56; }

.promo__item {
  height: 100%; }

.promo__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  z-index: 1; }
  .promo__item-wrapper:hover .promo__header:before {
    transform: scale(1.2); }
  .promo__item-wrapper:hover .promo__img img {
    transform: translate(2rem, 1rem); }

.promo__header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 46rem;
  padding: 3.5rem;
  overflow: hidden;
  z-index: 1; }
  @media (max-width: 768px) {
    .promo__header {
      height: 40rem;
      padding: 2rem; } }
  .promo__header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/logo-footer.svg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 140%;
    z-index: -1;
    transition: 0.7s; }

.promo__count {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.1;
  text-align: right; }
  @media (max-width: 768px) {
    .promo__count {
      font-size: 2.6rem; } }
  .promo__count span {
    display: block;
    font-size: 5rem; }
    @media (max-width: 768px) {
      .promo__count span {
        font-size: 4rem; } }

.promo__img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1; }
  .promo__img img {
    display: block;
    max-width: 100%;
    transition: 1s; }

.promo__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 2rem;
  padding: 4rem;
  background-color: #34373C; }
  @media (max-width: 768px) {
    .promo__footer {
      padding: 2rem; } }
  @media (max-width: 560px) {
    .promo__footer {
      flex-direction: column;
      align-items: flex-start; } }

.promo__text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1; }

.promo__logo {
  display: flex;
  justify-content: flex-end; }
  .promo__logo img {
    display: block;
    height: 3rem;
    transform-origin: right top;
    transition: 0.5s; }

@media (max-width: 768px) and (min-width: 641px) {
  .js-promo {
    overflow: initial; } }

.js-live {
  overflow: hidden; }

.live__item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .live__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    z-index: -1;
    transition: 0.3s; }

.live__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 44rem;
  gap: 2.4rem;
  padding: 6rem 0; }

.live__title {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center; }

.live__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  padding: 0 6.2rem 0 2.5rem;
  border-radius: 4.4rem;
  background-color: #516FE5;
  transition: 0.3s; }
  .live__button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    background-color: #000000;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 14.071C0.0328 15.5608 1.50519 16.4629 2.79525 15.7536L13.1693 9.65302C13.7342 9.32027 14.1176 8.71068 14.1176 7.99628C14.1176 7.28188 13.7342 6.67225 13.1693 6.33955L2.79525 0.247611C1.50519 -0.461612 0.0327247 0.431851 0 1.92164V14.071Z' fill='%23C157FF'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: calc(50% + 2px) center;
    background-size: 1.6rem;
    transition: 0.3s; }
  .live__button:hover {
    background-color: #8E54E9; }
    .live__button:hover:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 14.071C0.0328 15.5608 1.50519 16.4629 2.79525 15.7536L13.1693 9.65302C13.7342 9.32027 14.1176 8.71068 14.1176 7.99628C14.1176 7.28188 13.7342 6.67225 13.1693 6.33955L2.79525 0.247611C1.50519 -0.461612 0.0327247 0.431851 0 1.92164V14.071Z' fill='%236F66C5'/%3e%3c/svg%3e "); }

@media (max-width: 768px) {
  .live__item-wrapper {
    height: 40rem;
    padding: 3rem 0; } }

.news__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; }
  @media (max-width: 1100px) {
    .news__wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .news__wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.news__item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem);
  overflow: hidden; }
  .news__item-wrapper:hover .news__item-img img {
    transform: scale(1.2); }
  .news__item-wrapper:hover .news__item-title {
    color: #516FE5; }
  .news__item-wrapper .date {
    text-align: left; }

.news__item-img {
  display: block;
  height: 28.5rem;
  overflow: hidden; }
  .news__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transition: 0.5s; }

.news__item-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2.5rem 3rem 5rem 3rem; }

.news__item-title {
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.3s; }

.share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3.5rem;
  border-top: solid 1px rgba(255, 255, 255, 0.1); }

.share__title {
  font-weight: 700;
  font-size: 1.6rem; }

.share__list {
  display: flex;
  gap: 1.5rem; }

.share__item {
  display: block;
  width: 3.6rem;
  height: 3.6rem; }
  .share__item img {
    display: block;
    width: 100%; }

.news__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }
  .news__container .news__content {
    flex: 1;
    padding: 0 0.5rem; }
  .news__container .block__text {
    margin-bottom: 4rem; }

.sidebar {
  width: calc(100% / 3);
  padding: 0 0.5rem; }
  @media (max-width: 1100px) {
    .sidebar {
      width: 100%;
      margin-top: 4rem; } }
  .sidebar .news__wrapper {
    grid-template-columns: repeat(1, 1fr); }
    @media (max-width: 1100px) {
      .sidebar .news__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .sidebar .news__wrapper {
        grid-template-columns: repeat(1, 1fr); } }

.reviews__item {
  height: 100%; }

.reviews__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 2.5rem;
  padding: 2.5rem 2.5rem 2rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem); }

.stars {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-bottom: 2.5rem; }

.stars__item {
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.21016 9.63738C2.06124 9.6251 1.92357 9.55284 1.82844 9.43675C1.73317 9.3208 1.68857 9.17098 1.7046 9.02128L1.99855 6.25496L0.140848 4.18758C0.00899526 4.03893 -0.0340512 3.83068 0.0277388 3.64129C0.0895288 3.45192 0.246976 3.31024 0.440632 3.2694L3.14477 2.69482L4.52042 0.277922C4.61957 0.10574 4.80209 0 4.9995 0C5.19702 0 5.37953 0.105869 5.47867 0.278052L6.86015 2.69495L9.56429 3.26953C9.75702 3.31193 9.91265 3.45425 9.97327 3.64338C10.0338 3.8325 9.98995 4.03973 9.85822 4.18758L8.00648 6.25496L8.30043 9.02128C8.31413 9.15184 8.28169 9.28305 8.20891 9.39188C8.13613 9.50072 8.02768 9.58022 7.90242 9.61655C7.77729 9.65274 7.64337 9.64331 7.52444 9.58992L5.00244 8.45264L2.48044 9.58992C2.39577 9.62844 2.30271 9.64474 2.21016 9.63738Z' fill='%23516FE5'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.reviews__item-text {
  padding-right: 0.5rem; }

.date {
  font-size: 1.4rem;
  text-align: right;
  color: #A2A8AD; }

.about {
  z-index: 1;
  padding-bottom: 6rem; }
  .about--text .about__container {
    width: 100%; }
  .about--text .about__block {
    width: 100%; }

.about__wrapper {
  display: flex;
  padding-top: 3.5rem; }
  @media (max-width: 1200px) {
    .about__wrapper {
      flex-direction: column; } }

.about__container {
  width: 84rem;
  max-width: 100%;
  padding: 2.5rem 4rem 4rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4rem); }
  .about__container .breadcrumbs {
    padding-top: 0; }
    .about__container .breadcrumbs .container {
      padding: 0; }
  @media (max-width: 1200px) {
    .about__container {
      width: 100%; } }
  @media (max-width: 768px) {
    .about__container {
      padding: 2rem 2rem 4rem; } }

.about__block {
  width: 76rem;
  max-width: 100%; }
  @media (max-width: 1200px) {
    .about__block {
      width: 100%; } }

.about__title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.1; }
  @media (max-width: 992px) {
    .about__title {
      margin-bottom: 2rem;
      font-size: 4rem; } }

.about__img {
  display: flex;
  align-items: flex-end;
  width: 84rem;
  max-width: 100%;
  margin-bottom: -6rem;
  margin-left: -7rem;
  z-index: 1; }
  @media (max-width: 1200px) {
    .about__img {
      width: 100%;
      margin-top: -10rem;
      margin-left: 0; } }
  @media (max-width: 768px) {
    .about__img {
      margin-top: -5rem; } }
  .about__img img {
    display: block;
    width: 100%; }

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

.contacts .page__header-wrapper {
  justify-content: center;
  text-align: center; }
  @media (max-width: 1260px) {
    .contacts .page__header-wrapper {
      align-items: center; } }

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

.contacts__block:first-child {
  margin-bottom: 3rem;
  text-align: center; }
  .contacts__block:first-child .block__text {
    font-size: 1.8rem; }
    .contacts__block:first-child .block__text a {
      text-decoration: none; }

.contacts__block:last-child .block__title {
  margin-bottom: 2.5rem; }

.contacts__form {
  position: relative;
  width: 48rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 4.5rem 8rem 6rem;
  background-color: #8E54E9;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 540px) {
    .contacts__form {
      padding: 4rem 2rem; } }
  .contacts__form:before {
    content: "";
    position: absolute;
    top: -4rem;
    left: 0;
    width: 100%;
    min-height: 63rem;
    background-image: url(/images/logo-footer.svg);
    background-repeat: no-repeat;
    background-position: 40% top;
    background-size: 135%;
    opacity: .7;
    z-index: -1; }
  .contacts__form .input {
    background-color: #516FE5; }
    .contacts__form .input:-webkit-autofill {
      -webkit-box-shadow: inset 0 0 0 5.4rem #516FE5;
      -webkit-text-fill-color: #FFFFFF; }
  .contacts__form .textarea {
    background-color: #516FE5; }

.js-products .slick-arrow {
  transform: translateY(-100%); }

.products__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem; }
  @media (max-width: 1360px) {
    .products__list {
      grid-template-columns: repeat(6, 1fr); } }
  @media (max-width: 1240px) {
    .products__list {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 1100px) {
    .products__list {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 992px) {
    .products__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) {
    .products__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 389px) {
    .products__list {
      grid-template-columns: repeat(1, 1fr); } }

.of_week .products__list,
.offers .products__list {
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1260px) {
    .of_week .products__list,
    .offers .products__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 460px) {
    .of_week .products__list,
    .offers .products__list {
      grid-template-columns: repeat(1, 1fr); } }

@media (min-width: 461px) {
  .of_week .products__item-img,
  .offers .products__item-img {
    height: 41rem; } }

@media (min-width: 461px) {
  .of_week .products__item-title,
  .offers .products__item-title {
    font-size: 2rem; } }

@media (min-width: 461px) {
  .of_week .price,
  .offers .price {
    font-size: 1.6rem; } }

.products__item .add-to-wishlist {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.7rem;
  height: 1.7rem; }

.products__item .products__item-subtitle {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: #516FE5;
  z-index: 2; }

.products__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem);
  overflow: hidden; }

.products__item-header {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.products__item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28.7rem;
  z-index: 1; }
  .products__item-img:hover img {
    transform: scale(1.1); }
  .products__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s; }

.products__item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 2rem; }

.products__item-title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #FFFFFF;
  transition: 0.3s; }
  .products__item-title:hover {
    color: #516FE5; }

.products__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }

.add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.6rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: 0.3s; }
  .add-to-cart img {
    display: block;
    width: 100%; }
  .add-to-cart:hover, .add-to-cart:focus {
    outline: 0; }
  .add-to-cart:hover {
    opacity: 0.7; }

.countdown-timer {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1px;
  z-index: 2; }
  @media (max-width: 768px) {
    .countdown-timer {
      top: 2rem;
      right: 2rem; } }

.time-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #000000;
  text-align: center;
  color: #516FE5;
  z-index: 1; }
  .time-box:first-child {
    border-radius: 0.5rem 0 0 0.5rem; }
  .time-box:last-child {
    border-radius: 0 0.5rem 0.5rem 0; }
  .time-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: -1; }

.time-number {
  font-family: 'DS-Digital', monospace;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1; }

.time-label {
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: initial;
  text-transform: lowercase; }

.product {
  z-index: 0; }

.product__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; }
  @media (max-width: 992px) {
    .product__wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.product__block:last-child {
  grid-column: span 2; }
  @media (max-width: 992px) {
    .product__block:last-child {
      grid-column: span 1; } }

.product__block-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 4rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem);
  overflow: hidden; }
  @media (max-width: 992px) {
    .product__block-wrapper {
      padding: 2rem; } }

.product__block-item:not(:last-child) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
  @media (max-width: 992px) {
    .product__block-item:not(:last-child) {
      margin-bottom: 2rem;
      padding-bottom: 2rem; } }

.product__block-item .actions {
  justify-content: space-between;
  gap: 2rem 5rem;
  margin-top: 0; }
  @media (max-width: 992px) {
    .product__block-item .actions {
      gap: 2rem; } }

.product__block-item .action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem 5rem; }
  @media (max-width: 992px) {
    .product__block-item .action {
      gap: 2rem; } }

.product__block-item .btn {
  min-width: 20rem; }
  @media (max-width: 992px) {
    .product__block-item .btn {
      min-width: 16rem; } }

.product__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  z-index: 1; }
  .product__img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.product__info-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.45; }
  .product__info-item span:first-of-type {
    color: #E9F0FF; }

.price {
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  white-space: nowrap;
  color: #A2A8AD; }
  .price--total {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: right; }

del {
  position: relative;
  margin-right: 1rem; }
  del:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.2rem;
    right: -0.2rem;
    transform: translateY(-1px);
    height: 2px;
    background-color: #FF0000; }

.product__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .product__price del {
    margin-right: 2rem; }
  .product__price .price {
    font-weight: 700;
    font-size: 3.2rem;
    color: #FFFFFF; }
    @media (max-width: 992px) {
      .product__price .price {
        font-size: 2.6rem; } }

.add-to-wishlist {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  z-index: 2; }
  .add-to-wishlist img {
    display: block;
    height: 100%; }

.product__block-title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.25; }
  @media (max-width: 992px) {
    .product__block-title {
      margin-bottom: 1rem;
      font-size: 2rem; } }

.product__block-table table td {
  height: 5rem;
  padding: 0;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -.03em;
  color: #fff; }
  .product__block-table table td:first-child {
    font-weight: 700; }
  .product__block-table table td:last-child {
    padding: 0;
    text-align: left; }
  @media (max-width: 992px) {
    .product__block-table table td {
      height: 4rem; } }

.product-descriptions .tabs {
  padding: 2.5rem 4rem 4rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem);
  overflow: hidden; }
  @media (max-width: 992px) {
    .product-descriptions .tabs {
      padding: 2rem; } }

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem; }
  @media (max-width: 992px) {
    .gallery {
      grid-template-columns: repeat(1, 1fr); } }

.gallery__item {
  border-radius: 1.2rem;
  overflow: hidden; }
  .gallery__item img {
    display: block;
    width: 100%; }

.cart__wrapper .cart__list {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .cart__wrapper .cart__list .cart__item {
    gap: 5rem;
    padding-right: 3rem;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2rem);
    overflow: hidden; }
    @media (min-width: 993px) {
      .cart__wrapper .cart__list .cart__item .cart__img {
        border-radius: 0; } }
    .cart__wrapper .cart__list .cart__item .price {
      min-width: 15rem;
      font-size: 1.8rem;
      text-align: right; }

.cart__wrapper .actions {
  justify-content: flex-end;
  gap: 2rem 4rem;
  margin-top: 4rem; }
  .cart__wrapper .actions .action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1rem;
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1; }
  .cart__wrapper .actions .price {
    font-weight: 700;
    font-size: 2.4rem;
    color: #FFFFFF; }
  .cart__wrapper .actions .btn {
    min-width: 21rem; }

.cart__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem; }

a.cart__item:hover .cart__title {
  color: #09090B; }

.cart__img {
  width: 15.5rem;
  border-radius: 1.2rem;
  overflow: hidden; }
  .cart__img:hover img {
    transform: scale(1.1); }
  .cart__img img {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: center top;
    will-change: transform;
    transition: 0.3s; }

.cart__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 2rem; }

.cart__title {
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.3s; }
  .cart__title:hover {
    color: #516FE5; }

.cart__subtitle {
  font-weight: 700;
  font-size: 1.4rem;
  color: #516FE5; }

.remove {
  display: block;
  width: 1.8rem;
  height: 2.4rem;
  margin-left: 2rem;
  transition: 0.3s; }
  .remove:hover {
    opacity: 0.7; }
  .remove img {
    display: block;
    height: 100%; }

.count__wrapper {
  display: flex;
  align-items: center; }
  .count__wrapper .btn {
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    border-radius: 50%; }
    .count__wrapper .btn.minus:before, .count__wrapper .btn.plus:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1.6rem;
      height: 0.2rem;
      transform: translate(-50%, -50%);
      background-color: #000000;
      transition: 0.3s; }
    .count__wrapper .btn.minus:hover:before, .count__wrapper .btn.plus:hover:before {
      background-color: #516FE5; }
    .count__wrapper .btn.plus:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      height: 1.6rem;
      width: 0.2rem;
      transform: translate(-50%, -50%);
      background-color: #000000;
      transition: 0.3s; }
    .count__wrapper .btn.plus:hover:after {
      background-color: #516FE5; }
  .count__wrapper .input {
    width: 5.4rem;
    height: 4.4rem;
    padding: 0 1rem;
    border: none;
    background-color: transparent;
    font-size: 1.8rem;
    text-align: center; }

@media (max-width: 1240px) {
  .cart__list .cart__item .cart__content {
    padding: 0; } }

@media (max-width: 992px) {
  .cart__wrapper .cart__list .cart__item {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem; }
    .cart__wrapper .cart__list .cart__item .cart__content {
      flex-direction: column;
      align-items: center;
      text-align: center; }
    .cart__wrapper .cart__list .cart__item .cart__price {
      width: auto; }
      .cart__wrapper .cart__list .cart__item .cart__price .price {
        justify-content: center;
        min-width: initial;
        text-align: center; }
  .cart__wrapper .cart__list .cart__action {
    position: absolute;
    top: 2rem;
    right: 2rem; }
  .cart__wrapper .cart__list .remove {
    margin-left: 0; } }

@media (max-width: 640px) {
  .cart__wrapper .actions {
    flex-direction: column; } }

.banner__wrapper {
  position: relative; }

.banner__bg {
  display: flex;
  background-color: #7C8799; }
  .banner__bg img {
    display: block;
    width: 50%;
    height: 100%;
    min-height: 60rem;
    object-fit: cover;
    object-position: center top; }

.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .banner__content .container {
    height: 100%; }

.banner__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .banner__content-wrapper .block__subtitle {
    font-size: 8rem; }
  .banner__content-wrapper .block__title {
    margin-bottom: 2.5rem;
    font-size: 11rem; }
  .banner__content-wrapper .block__text {
    width: 40rem;
    max-width: 100%;
    margin-bottom: 3rem;
    font-size: 1.8rem; }

@media (max-width: 1240px) {
  .banner__content-wrapper .block__subtitle {
    font-size: 6rem; }
  .banner__content-wrapper .block__title {
    margin-bottom: 1rem;
    font-size: 8rem; } }

@media (max-width: 768px) {
  .banner__bg img {
    width: 100%; }
    .banner__bg img:last-child {
      display: none; }
  .banner__content-wrapper .block__subtitle {
    font-size: 4rem; }
  .banner__content-wrapper .block__title {
    font-size: 6rem; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s;
  z-index: 10; }
  .header.fixed {
    background-color: #09090B; }
    .header.fixed .nav__submenu-container {
      border-radius: 0 0 1.2rem 1.2rem; }
  .header .btn {
    height: 4.4rem;
    min-width: 10rem; }

.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 10rem;
  gap: 2rem; }
  @media (max-width: 768px) {
    .header__wrapper {
      height: 8rem; } }

.header__block {
  display: flex;
  align-items: center;
  height: 100%; }
  .header__block.center {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%); }
  .header__block.right {
    justify-content: flex-end; }

.logo {
  display: flex;
  align-items: center;
  transition: 0.3s; }
  .logo img {
    display: block;
    max-width: 100%;
    height: 4.4rem; }

.nav {
  display: flex;
  height: 100%;
  gap: 2.5rem 2rem; }

.nav__item {
  position: relative; }
  .nav__item > a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    transition: 0.3s; }
    .nav__item > a:hover {
      color: #516FE5; }
  .nav__item.active > a {
    color: #516FE5; }
  .nav__item:has(.nav__submenu-item.active) > a {
    color: #516FE5; }
  .nav__item.with-sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1260px) {
      .nav__item.with-sub > span {
        display: block;
        width: 3rem;
        height: 3rem;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 0.707961C9 0.774333 8.97681 0.840703 8.90722 0.907075L4.70876 4.91151C4.63917 4.97788 4.56959 5 4.5 5C4.43041 5 4.36083 4.97788 4.29124 4.91151L0.0927821 0.907075C0.0231945 0.840703 0 0.774333 0 0.707961C0 0.64159 0.0231945 0.575219 0.0927821 0.508847L0.533503 0.0884943C0.60309 0.0221226 0.672676 0 0.742264 0C0.811852 0 0.881445 0.0221226 0.951033 0.0884943L4.5 3.47345L8.04897 0.0884943C8.11856 0.0221226 8.18815 0 8.25774 0C8.32732 0 8.39691 0.0221226 8.4665 0.0884943L8.90722 0.508847C8.95361 0.575219 9 0.64159 9 0.707961Z' fill='white'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.9rem;
        transform-origin: center;
        cursor: pointer;
        transition: 0.3s; }
        .nav__item.with-sub > span.active {
          transform: rotate(180deg); } }

.nav__submenu-wrapper {
  display: none; }

.nav__submenu-container {
  display: flex; }
  @media (min-width: 1261px) {
    .nav__submenu-container {
      gap: 4rem;
      padding: 3.5rem 4rem;
      border-radius: 1.2rem;
      background-color: #09090B; } }
  @media (max-width: 1260px) {
    .nav__submenu-container {
      flex-direction: column;
      gap: 2rem;
      padding: 2rem 0; } }

.nav__submenu-block {
  width: 50%; }

.nav__submenu-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.8rem; }
  @media (max-width: 1260px) {
    .nav__submenu-title {
      margin-bottom: 1rem;
      font-size: 1.6rem; } }

.nav__submenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  height: 23.8rem;
  gap: 0.6rem 4rem; }

.nav__submenu-item.active a {
  color: #516FE5; }

.nav__submenu-item a {
  font-weight: 40;
  font-size: 1.6rem;
  transition: 0.3s; }
  .nav__submenu-item a:hover {
    color: #516FE5; }
  .nav__submenu-item a sup {
    font-size: 1rem;
    color: #516FE5; }

.header__search {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 2rem;
  color: #D2D2D2;
  transition: 0.3s; }
  .header__search:hover {
    opacity: 0.7; }
  .header__search img {
    display: block;
    width: 1.6rem; }
  .header__search span {
    flex: 1; }

.header__actions {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3rem; }

.header__action {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%; }

.header__link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  transition: 0.3s; }
  .header__link img {
    display: block;
    height: 1.6rem; }
  .header__link:hover {
    opacity: 0.7; }

.count {
  position: absolute;
  bottom: 0.8rem;
  left: calc(100% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  padding-top: 1px;
  border-radius: 50%;
  border: solid 2px #09090B;
  background-color: #516FE5;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  color: #000000; }

.lng {
  position: relative;
  height: 100%; }
  .lng--filter .lng__item {
    flex-direction: column; }
  .lng--filter .lng__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 2.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2rem); }
    @media (max-width: 1260px) {
      .lng--filter .lng__link {
        padding: 2rem 0;
        border-radius: 0;
        background-color: transparent;
        backdrop-filter: initial; } }
    .lng--filter .lng__link:before {
      right: 2.5rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.52736e-07 0.551366C-3.83403e-06 0.442308 0.0323357 0.3357 0.0929265 0.245024C0.153518 0.154347 0.239638 0.083677 0.340397 0.0419511C0.441156 0.000225128 0.552026 -0.010682 0.658985 0.0106092C0.765944 0.0319005 0.864185 0.0844338 0.941285 0.161564L4.00222 3.22236L7.06315 0.161427C7.16692 0.0599312 7.30654 0.00345474 7.45169 0.00425414C7.59685 0.00505354 7.73583 0.0630642 7.83848 0.165697C7.94113 0.268329 7.99917 0.407303 7.99999 0.552457C8.00082 0.697612 7.94436 0.837236 7.84289 0.941029L4.00222 4.78198L0.161545 0.941166C0.110265 0.89004 0.0695943 0.829283 0.041871 0.762388C0.0141477 0.695493 -8.20433e-05 0.623778 4.52736e-07 0.551366Z' fill='white'/%3e%3c/svg%3e "); }
      @media (max-width: 1260px) {
        .lng--filter .lng__link:before {
          right: 0; } }
  .lng--filter .lng__wrapper {
    transition: 0s; }
    @media (max-width: 1260px) {
      .lng--filter .lng__wrapper {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        min-width: 100%;
        padding-top: 0;
        padding-bottom: 3rem;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: initial; } }
  .lng--filter .lng__wrapper-container {
    max-height: 26.5rem;
    padding: 1.5rem 2.5rem;
    border-radius: 0 0 1.2rem 1.2rem;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2rem);
    overflow-y: auto; }
    @media (max-width: 1260px) {
      .lng--filter .lng__wrapper-container {
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        backdrop-filter: initial; } }
    .lng--filter .lng__wrapper-container::-webkit-scrollbar-track {
      background-color: transparent; }
  .lng--filter .lng__list {
    gap: 0.5rem; }
  .lng--filter .lng__sub-item > a {
    font-weight: 400;
    color: #FFFFFF; }
  .lng--filter:hover .lng__link:before {
    transform: translateY(-50%) rotateZ(180deg); }
  .lng--cart .lng__wrapper {
    right: -1.5rem; }
  .lng--cart .lng__wrapper-container {
    min-width: 75rem;
    padding: 3rem 3rem 3.5rem; }
  .lng--cart .lng__list {
    gap: 3rem; }
  .lng--cart .lng__sub-item {
    padding-bottom: 3rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05); }
  .lng--account .header__link {
    height: 100%;
    color: #516FE5; }
  .lng--account .lng__wrapper {
    right: 0; }
  .lng--account .lng__sub-item {
    width: 100%; }
    .lng--account .lng__sub-item > a {
      display: block;
      width: 100%;
      font-weight: 700;
      color: #09090B;
      transition: 0.3s; }
      .lng--account .lng__sub-item > a:hover {
        color: #A2A8AD; }
    .lng--account .lng__sub-item:last-child > a:hover {
      color: #FF0000; }
  .lng--currency .header__link {
    padding-right: 2rem; }
    .lng--currency .header__link:before {
      content: '';
      position: absolute;
      top: calc(50% - 0.5rem);
      right: 0;
      width: 0.9rem;
      height: 0.9rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 1.05606C0 0.784876 0.104302 0.52412 0.302477 0.315515C0.709257 -0.0912646 1.37679 -0.0912646 1.78357 0.315515L4.95437 3.47588L8.12516 0.305085C8.53194 -0.101695 9.19948 -0.101695 9.60626 0.305085C10.013 0.711864 10.013 1.3794 9.60626 1.78618L5.69492 5.69752C5.49674 5.8957 5.23598 6 4.95437 6C4.67275 6 4.41199 5.88527 4.21382 5.69752L0.302477 1.79661C0.104302 1.58801 0 1.31682 0 1.05606Z' fill='%23E9F0FF'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transform-origin: center;
      transition: 0.3s; }
    .lng--currency .header__link.active:before {
      transform: rotateZ(180deg); }
  .lng--currency:hover .header__link:before {
    transform: rotateZ(180deg); }
  .lng--currency .lng__wrapper-container {
    min-width: 10rem;
    text-align: center; }
  .lng--currency .lng__wrapper {
    right: 0;
    left: 50%;
    transform: translateY(1rem) translateX(-50%);
    min-width: 10rem; }

.lng__item {
  display: flex;
  align-items: center;
  height: 100%; }

.lng__link {
  position: relative;
  padding-right: 1.3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  transition: 0.3s; }
  .lng__link:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transform-origin: center;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.52736e-07 0.551366C-3.83403e-06 0.442308 0.0323357 0.3357 0.0929265 0.245024C0.153518 0.154347 0.239638 0.083677 0.340397 0.0419511C0.441156 0.000225128 0.552026 -0.010682 0.658985 0.0106092C0.765944 0.0319005 0.864185 0.0844338 0.941285 0.161564L4.00222 3.22236L7.06315 0.161427C7.16692 0.0599312 7.30654 0.00345474 7.45169 0.00425414C7.59685 0.00505354 7.73583 0.0630642 7.83848 0.165697C7.94113 0.268329 7.99917 0.407303 7.99999 0.552457C8.00082 0.697612 7.94436 0.837236 7.84289 0.941029L4.00222 4.78198L0.161545 0.941166C0.110265 0.89004 0.0695943 0.829283 0.041871 0.762388C0.0141477 0.695493 -8.20433e-05 0.623778 4.52736e-07 0.551366Z' fill='black'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s; }

.lng__wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  padding-top: 1px;
  transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s; }

.lng__wrapper-container {
  width: 100%;
  min-width: 18rem;
  padding: 2rem 2.5rem 2.5rem;
  border-radius: 0 0 1.2rem 1.2rem;
  background-color: #516FE5; }

.lng__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem; }

.lng__sub-item {
  width: 100%; }
  .lng__sub-item > a {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #09090B;
    transition: 0.3s; }
    .lng__sub-item > a:hover {
      color: #A2A8AD; }

.lng__list-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem; }
  .lng__list-footer .btn {
    min-width: 13rem; }

.menu__hide {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s; }
  .menu__hide:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.8rem;
    height: 1.8rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.7805 0.219436C11.4879 -0.0731455 11.0186 -0.0731455 10.726 0.219436L6 4.94491L1.27398 0.219436C0.981367 -0.0731455 0.512077 -0.0731455 0.219462 0.219436C-0.0731539 0.512018 -0.0731539 0.981254 0.219462 1.27384L4.94548 5.99931L0.219462 10.7248C-0.0731539 11.0174 -0.0731539 11.4866 0.219462 11.7792C0.363009 11.9227 0.556246 12 0.743961 12C0.931677 12 1.12491 11.9282 1.26846 11.7792L5.99448 7.05371L10.7205 11.7792C10.864 11.9227 11.0573 12 11.245 12C11.4382 12 11.6259 11.9282 11.7695 11.7792C12.0621 11.4866 12.0621 11.0174 11.7695 10.7248L7.05452 5.99931L11.7805 1.27384C12.0732 0.981254 12.0732 0.512018 11.7805 0.219436Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s; }
  .menu__hide:hover {
    opacity: 0.7; }

.mini-cart {
  position: fixed;
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  width: 40rem;
  max-width: calc(100% - 4rem);
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem);
  transform: translateX(calc(100% + 4rem));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 101;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .mini-cart {
      top: 2rem;
      right: 2rem;
      bottom: 2rem; } }
  .mini-cart.opened {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }
  .mini-cart .cart__item {
    padding-bottom: 2rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    @media (max-width: 440px) {
      .mini-cart .cart__item {
        align-items: flex-end; } }
    .mini-cart .cart__item:not(:last-child) {
      margin-bottom: 2rem; }
  .mini-cart .cart__img {
    width: 12rem;
    height: 17rem; }
    @media (max-width: 440px) {
      .mini-cart .cart__img {
        width: 10rem;
        height: 15rem; } }
  .mini-cart .cart__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem; }
  .mini-cart .cart__subtitle {
    font-size: 1.4rem; }
  .mini-cart .cart__title {
    font-size: 1.6rem; }
  .mini-cart .remove {
    margin-left: 0;
    width: 1.5rem;
    height: 2rem; }
    @media (max-width: 440px) {
      .mini-cart .remove {
        position: absolute;
        top: 0;
        right: 0; } }

.mini-cart__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100dvh - 8rem);
  gap: 4rem;
  padding: 5rem 1rem 3rem;
  overflow-y: auto; }
  @media (max-width: 768px) {
    .mini-cart__wrapper {
      height: calc(100dvh - 4rem); } }
  .mini-cart__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .mini-cart__wrapper .menu__hide {
    right: 1rem; }

.mini-cart__content {
  display: flex;
  flex-direction: column;
  gap: 4rem; }
  .mini-cart__content .price--total {
    font-size: 1.6rem; }

.mini-cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.mini-cart__block {
  display: flex;
  align-items: center; }

.mini-cart__title {
  font-weight: 700;
  font-size: 2.4rem; }

@media (max-width: 1600px) {
  .header__block.center {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0); } }

@media (max-width: 1440px) {
  .header .link {
    margin-right: 2rem; }
  .header__block--small {
    flex: auto;
    width: auto; }
  .nav {
    gap: 2rem; }
  .header__actions {
    gap: 2rem; } }

@media (min-width: 1261px) {
  .lng:hover .lng__wrapper {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }
  .lng--account:hover .header__link:before {
    transform: rotateZ(180deg); }
  .lng--currency:hover .lng__wrapper {
    transform: translateY(0) translateX(-50%); }
  .lng__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .nav__item:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: initial; }
  .nav__submenu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 87rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    pointer-events: none;
    transition: 0.3s; } }

@media (max-width: 1260px) {
  .menu__show {
    position: relative;
    display: block;
    width: 2.6rem;
    height: 100%;
    margin-left: 3rem;
    transition: 0.3s; }
    .menu__show:before, .menu__show:after,
    .menu__show i {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      width: 100%;
      display: block;
      height: 2px;
      background-color: #FFFFFF;
      transition: 0.3s; }
    .menu__show:before {
      transform: translate(0, -0.8rem); }
    .menu__show:after {
      transform: translate(0, 0.6rem); }
    .menu__show:hover:after {
      width: 1.3rem; }
  .menu {
    position: fixed;
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    width: 40rem;
    max-width: calc(100% - 4rem);
    padding: 5rem 0 3rem 0;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2rem);
    transform: translateX(calc(100% + 4rem));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 101;
    overflow-y: auto;
    transition: 0.3s; } }
  @media (max-width: 1260px) and (max-width: 992px) {
    .menu {
      top: 2rem;
      right: 2rem;
      bottom: 2rem; } }

@media (max-width: 1260px) {
    .menu.opened {
      transform: translateX(0);
      opacity: 1;
      visibility: visible;
      pointer-events: initial; }
    .menu::-webkit-scrollbar {
      width: 0;
      height: 0; }
    .menu .nav {
      flex-direction: column; }
  .menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem; }
  .menu__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
    padding: 0 1rem; }
  .menu__content {
    display: flex;
    flex-direction: column;
    gap: 4rem; }
  .lng--currency .lng__wrapper.opened {
    transform: translateY(0) translateX(-50%); }
  .lng__wrapper {
    left: 0;
    right: auto; }
    .lng__wrapper.opened {
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      pointer-events: initial; } }

.search__wrapper {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .search__wrapper {
      flex-direction: column; } }
  .search__wrapper .btn {
    width: 100%;
    height: 6rem; }
    @media (max-width: 768px) {
      .search__wrapper .btn {
        border-radius: 0 0 3rem 3rem; } }
  .search__wrapper .input {
    height: 6rem;
    border-radius: 3rem 0 0 3rem;
    border: none;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2rem); }
    @media (max-width: 768px) {
      .search__wrapper .input {
        border-radius: 3rem 3rem 0 0; } }
  .search__wrapper .lng--filter .lng__wrapper .lng__wrapper-container {
    padding: 1.5rem 2.5rem;
    border-radius: 0 0 1.2rem 1.2rem;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2rem); }
  .search__wrapper .lng--filter .lng__link {
    height: 6rem; }
    @media (max-width: 1260px) {
      .search__wrapper .lng--filter .lng__link {
        padding: 0 2.5rem;
        background-color: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(2rem); } }
    @media (max-width: 1260px) {
      .search__wrapper .lng--filter .lng__link:before {
        right: 2.5rem; } }
  .search__wrapper .lng__wrapper {
    padding-bottom: 0;
    text-align: left; }

.search__block {
  display: flex; }
  @media (max-width: 768px) {
    .search__block {
      flex-direction: column;
      width: 100%; } }
  .search__block:first-child {
    flex: 1; }
  .search__block:last-child {
    width: 16rem;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2rem);
    border-radius: 0 3rem 3rem 0; }
    @media (max-width: 768px) {
      .search__block:last-child {
        width: 100%; } }

.search__item:first-child {
  flex: 1; }

.search__item:last-child {
  width: 23rem; }
  @media (max-width: 768px) {
    .search__item:last-child {
      width: 100%; } }

.search__item:not(:last-child) {
  border-right: solid 1px rgba(255, 255, 255, 0.1); }
  @media (max-width: 768px) {
    .search__item:not(:last-child) {
      border-right: none;
      border-bottom: solid 1px rgba(255, 255, 255, 0.1); } }

.footer {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2rem);
  z-index: 1; }
  @media (max-width: 768px) {
    .footer {
      text-align: center; } }
  .footer .nav {
    flex-direction: column; }
    @media (max-width: 768px) {
      .footer .nav {
        align-items: center; } }
  .footer .block__text {
    max-width: 24rem;
    margin-bottom: 0;
    font-weight: 700; }
    @media (max-width: 768px) {
      .footer .block__text {
        margin: 0 auto; } }

.footer__wrapper {
  display: flex;
  gap: 4rem 0;
  margin: 0 -1rem;
  padding: 5rem 0 6rem; }
  @media (max-width: 1100px) {
    .footer__wrapper {
      flex-direction: column-reverse; } }

.footer__block {
  display: flex;
  width: 40%;
  gap: 4rem;
  padding: 0 1rem; }
  @media (max-width: 1100px) {
    .footer__block {
      width: 100%; } }
  @media (max-width: 768px) {
    .footer__block {
      flex-direction: column; } }
  .footer__block.large {
    flex: 1; }

.footer__item {
  flex: 1; }

.footer__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: #516FE5; }

.copyright {
  margin-bottom: 2.5rem;
  color: #A2A8AD; }

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem; }
  @media (max-width: 768px) {
    .socials {
      justify-content: center; } }
  .socials a {
    display: block;
    width: 3rem;
    height: 3rem; }
    .socials a:hover img {
      transform: scale(1.2); }
  .socials img {
    display: block;
    height: 100%;
    transition: 0.3s; }

.footer__line {
  padding-bottom: 6rem; }

.footer__logos {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem; }
  @media (max-width: 768px) {
    .footer__logos {
      justify-content: center; } }
  .footer__logos img {
    display: block;
    max-height: 2.6rem; }

.animate {
  position: absolute;
  z-index: -1; }
  .animate img {
    position: absolute; }

.category .animate {
  bottom: -24rem;
  left: 0;
  width: 65rem;
  height: 40rem; }
  .category .animate img.animate__1 {
    top: 0;
    left: -5%; }
  .category .animate img.animate__2 {
    bottom: 0;
    left: -20%; }

.promo .animate {
  bottom: -26rem;
  right: 0;
  width: 69rem;
  height: 45rem; }
  .promo .animate img.animate__1 {
    top: 0;
    left: 0; }
  .promo .animate img.animate__2 {
    bottom: 0;
    left: 0; }

.blog .animate {
  bottom: 0;
  left: 0;
  width: 72rem;
  height: 26rem; }
  .blog .animate img.animate__1 {
    bottom: -20%;
    left: -10%; }

@media (max-width: 1520px) {
  .section .tab_content > * > * {
    padding: 3rem; }
  .section #controls table tr td:FIRST-CHILD {
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 0;
    padding-right: 1rem; } }

@media (max-width: 1440px) {
  .section #wrapper_table {
    flex-direction: column;
    gap: 2rem; }
  .section #wrapper_table > *:first-child,
  .section #wrapper_table > * + * {
    width: 100%; } }

@media (max-width: 1240px) {
  .page__title {
    font-size: 3.6rem; }
  .page__header .lng {
    width: 25rem; } }

@media (min-width: 1261px) {
  .hide-desktop {
    display: none; } }

@media (max-width: 1260px) {
  .hide-mobile {
    display: none; }
  .section.blog {
    margin-bottom: 0;
    padding-bottom: 4rem; }
  .page__header-wrapper {
    flex-direction: column;
    align-items: flex-start; }
  .settings__block .form__block {
    width: 100%; } }

@media (min-width: 993px) {
  html.remodal-is-locked body {
    padding-right: 0.6rem; }
  html.remodal-is-locked .header {
    padding-right: 0.6rem; }
  body.fixed {
    padding-right: 0.6rem; }
    body.fixed .header {
      padding-right: 0.6rem; } }

@media (max-width: 992px) {
  .page__header .actions {
    justify-content: flex-start; }
  .page__title {
    margin-bottom: 1rem;
    font-size: 3rem; }
  .block__header {
    margin-bottom: 2rem; }
  .block__title {
    margin-bottom: 2rem;
    font-size: 3.6rem; }
  .block__subtitle {
    font-size: 2rem; }
  .block__text h1 {
    font-size: 3rem; }
  .block__text h2 {
    font-size: 2rem; }
  .block__text h3 {
    font-size: 2rem; }
  .block__text h4 {
    font-size: 2rem; }
  .block__text h5 {
    font-size: 2rem; }
  .block__text h6 {
    font-size: 2rem; }
  .game-bar__wrapper {
    flex-direction: column;
    gap: 1.5rem; }
  .game-bar__block:first-child:before {
    display: none; }
  .orders .cart__list .cart__item,
  .order .cart__list .cart__item {
    flex-direction: column;
    align-items: center;
    padding: 3rem; }
    .orders .cart__list .cart__item .cart__content,
    .order .cart__list .cart__item .cart__content {
      text-align: center; }
      .orders .cart__list .cart__item .cart__content .price,
      .order .cart__list .cart__item .cart__content .price {
        justify-content: center;
        margin-top: 1rem; }
  .order__info {
    width: 30rem;
    gap: 3rem;
    padding: 3rem; }
  .settings__block {
    width: 100%; }
  .order__item {
    flex-direction: column; }
  .order__info {
    width: 100%; } }

@media (max-width: 768px) {
  body {
    font-size: 1.6rem; }
  .section #backgrounds > * {
    width: calc((100% / 3) - 2rem); }
  .section #controls table tr {
    display: flex;
    flex-direction: column; }
    .section #controls table tr td {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      gap: 2rem 0;
      padding-right: 0; }
      .section #controls table tr td:FIRST-CHILD {
        padding-right: 0; }
      .section #controls table tr td:empty {
        display: none; }
      .section #controls table tr td:has(img) {
        display: none; }
  .section #controls .slider {
    width: 100%; }
  .section #controls #crosshair_color_type {
    flex-wrap: wrap; }
  .section #controls #crosshair_color_type .ui-button:first-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .section #controls #crosshair_color_type .ui-button:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }

@media (max-width: 640px) {
  .block__title {
    font-size: 3rem; }
  .orders .actions {
    flex-direction: column; } }

@media (max-width: 540px) {
  .settings__block-wrapper .block__title {
    font-size: 2.2rem; } }

@media (max-width: 460px) {
  .game-bar .lng {
    width: 100%; }
  .game-bar__block {
    width: 100%; }
  .page__header .action {
    width: 100%; }
  .page__header .lng {
    width: 100%; } }

@media (max-width: 360px) {
  .balance__item {
    width: 100%; } }
