@charset "UTF-8";
:root {
  --font-family: "Spoiler", sans-serif;
  --content-width: calc(1920px - 600px);
  --container-offset: 40px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
@font-face {
  font-family: "SpoilerBlack";
  src: url("../fonts/SpoilerBlack.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SpoilerBold";
  src: url("../fonts/SpoilerBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SpoilerRegular";
  src: url("../fonts/SpoilerRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SpoilerLight";
  src: url("../fonts/SpoilerLight.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "EnSpoiler";
  src: url("../fonts/EnSpoiler.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "EnSpoilerBold";
  src: url("../fonts/EnSpoilerBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansHebrewExtraBold";
  src: url("../fonts/OpenSansHebrewExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "OpenSansHebrewBold";
  src: url("../fonts/OpenSansHebrewBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "OpenSansHebrewRegular";
  src: url("../fonts/OpenSansHebrewRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "OpenSansHebrewLight";
  src: url("../fonts/OpenSansHebrewLight.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  unicode-range: U+0000-00FF;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  direction: rtl;
  background-color: #000;
  color: #fff;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: black;
  border-left: 1px solid #8F8F8F;
  border-right: 1px solid #8F8F8F;
}

body::-webkit-scrollbar-thumb {
  background-color: orange;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

p a {
  color: inherit;
  font-size: 1em;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  p a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}

p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  outline: none;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.container {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.hidden {
  display: none;
}

.skew-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
  font-family: "SpoilerBlack", sans-serif;
  font-size: 35px;
  color: #FFB53D;
  line-height: 110%;
  text-decoration: none;
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
  transform: skewX(-24deg);
  border: none;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .skew-button {
    font-size: 26px;
  }
}
.skew-button__text, .skew-button__icon {
  -webkit-transform: skewX(24deg);
  -ms-transform: skewX(24deg);
  transform: skewX(24deg);
}
.skew-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#FFB8B8), to(#FFD05A));
  background: linear-gradient(90deg, #FFB8B8, #FFD05A);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
@media (any-hover: hover) {
  .skew-button:hover {
    -webkit-box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
    box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
  }
}
.skew-button--black {
  background: #000;
  color: #fff;
}
.skew-button--black::before {
  background: rgba(255, 255, 255, 0.5);
}
.skew-button--pink {
  background: #000;
  color: #FF1FE9;
}
.skew-button--pink::before {
  background: #FF1FE9;
}
.skew-button--gold {
  background: linear-gradient(84deg, #FFB53D 15.98%, #CC9848 49.02%, #FFCF8C 84.02%);
  color: #000;
}
.skew-button--gold::before {
  background: linear-gradient(84deg, #FFB53D 15.98%, #CC9848 49.02%, #FFCF8C 84.02%);
}

.swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  -webkit-box-shadow: 10px 20px 20px rgba(255, 255, 255, 0.3);
  box-shadow: 10px 20px 20px rgba(255, 255, 255, 0.3);
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
  transform: skewX(-24deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-button svg {
  -webkit-transform: skewX(24deg) !important;
  -ms-transform: skewX(24deg) !important;
  transform: skewX(24deg) !important;
  color: #000;
  width: 35px;
  height: 33px;
}
.swiper-button--blue {
  background: #3D4DFF;
  -webkit-box-shadow: 10px 20px 20px rgba(61, 77, 255, 0.4);
  box-shadow: 10px 20px 20px rgba(61, 77, 255, 0.4);
}
.swiper-button--orange {
  background: #FFB53D;
  -webkit-box-shadow: 10px 20px 20px rgba(255, 181, 61, 0.4);
  box-shadow: 10px 20px 20px rgba(255, 181, 61, 0.4);
}
.swiper-button-prev {
  right: -1% !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1640px) {
  .swiper-button-prev {
    right: -4% !important;
  }
}
@media (max-width: 1024px) {
  .swiper-button-prev {
    top: 55% !important;
    right: -16% !important;
  }
}
.swiper-button-prev svg {
  -webkit-transform: rotate(180deg) skewX(24deg) !important;
  -ms-transform: rotate(180deg) skewX(24deg) !important;
  transform: rotate(180deg) skewX(24deg) !important;
}
.swiper-button-next {
  left: -1% !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1640px) {
  .swiper-button-next {
    left: -4% !important;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next {
    top: 55% !important;
    left: -16% !important;
  }
}
@media (any-hover: hover) {
  .swiper-button:hover {
    -webkit-box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
    box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
    opacity: 0.6;
  }
}
.swiper-button:after, .swiper-button:before {
  content: none !important;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-pagination span {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .swiper-pagination {
    top: 55% !important;
    left: 0 !important;
    bottom: inherit !important;
  }
}

.bottom-section {
  position: relative;
  overflow: hidden;
}
.bottom-section:before {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 2337px;
  height: 337px;
  border-radius: 2337px;
  z-index: 1;
}
.bottom-section--green:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(61, 249, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottom-section--red:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(253, 16, 16, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottom-section--orange:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 61, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottom-section--pink:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 31, 233, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottom-section--blue:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(9, 58, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.top-section {
  position: relative;
  overflow: hidden;
}
.top-section:after {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 2337px;
  height: 337px;
  border-radius: 2337px;
}
@media (max-width: 1440px) {
  .top-section:after {
    top: -40%;
  }
}
@media (max-width: 1024px) {
  .top-section:after {
    display: none;
  }
}
.top-section--green:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(61, 249, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.top-section--red:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(253, 16, 16, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.top-section--pink:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 31, 233, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.top-section--blue:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(9, 58, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.top-section--orange:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 231, 97, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.title h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .title h2 {
    font-size: 48px;
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .title h2 {
    font-size: 45px;
  }
}
.title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}
.title:after {
  content: "";
  position: relative;
  bottom: 0;
  right: 0;
  width: 183px;
  height: 5px;
}
.title__icon {
  display: none;
}
@media (max-width: 1024px) {
  .title__icon {
    display: block;
  }
}
.title--green {
  text-shadow: 10px 10px 20px rgba(107, 237, 205, 0.5);
  background: linear-gradient(84deg, #9DFFE7 8.79%, #6BEDCD 37.32%, #27977C 69.02%, #6BEDCD 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--green:after {
  background: -webkit-gradient(linear, left top, right top, from(#6BEDCD), color-stop(62.02%, #2D9A80), to(#6BEDCD));
  background: linear-gradient(90deg, #6BEDCD 0%, #2D9A80 62.02%, #6BEDCD 100%);
  -webkit-box-shadow: 10px 10px 20px 0 #6BEDCD;
  box-shadow: 10px 10px 20px 0 #6BEDCD;
}
.title--gold {
  background: linear-gradient(84deg, #FFC362 8.79%, #FFB53D 42.07%, #8D3E05 69.02%, #F18600 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--gold:after {
  background: -webkit-gradient(linear, left top, right top, from(#FFB53D), color-stop(62.02%, #8D3E05), to(#FFB53D));
  background: linear-gradient(90deg, #FFB53D 0%, #8D3E05 62.02%, #FFB53D 100%);
}
.title--pink {
  background: linear-gradient(84deg, #FFC7DC 8.79%, #FFB8B8 37.32%, #FE63AE 69.02%, #FFB8B8 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--pink:after {
  background: -webkit-gradient(linear, left top, right top, from(#FFB8B8), color-stop(62.02%, #FE63AE), to(#FFB8B8));
  background: linear-gradient(90deg, #FFB8B8 0%, #FE63AE 62.02%, #FFB8B8 100%);
  -webkit-box-shadow: 10px 10px 20px 0 rgba(255, 31, 233, 0.8);
  box-shadow: 10px 10px 20px 0 rgba(255, 31, 233, 0.8);
}
.title--cyan {
  background: linear-gradient(84deg, #3DFFC2 8.79%, #3DF9FF 37.32%, #4469FE 69.02%, #3DF9FF 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--cyan:after {
  background: -webkit-gradient(linear, left top, right top, from(#3DFFA5), color-stop(62.02%, #00BDF1), to(#3DF9FF));
  background: linear-gradient(90deg, #3DFFA5 0%, #00BDF1 62.02%, #3DF9FF 100%);
  -webkit-box-shadow: 10px 10px 20px 0 #30D2FF;
  box-shadow: 10px 10px 20px 0 #30D2FF;
}
.title--orange {
  background: linear-gradient(84deg, #FFCF8C 11.56%, #FFB53D 39.7%, #996C25 71%, #FFB53D 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--orange:after {
  background: -webkit-gradient(linear, left top, right top, from(#FFB53D), color-stop(62.02%, #C87D05), to(#FFB53D));
  background: linear-gradient(90deg, #FFB53D 0%, #C87D05 62.02%, #FFB53D 100%);
  -webkit-box-shadow: 10px 10px 20px 0 #FFD83D;
  box-shadow: 10px 10px 20px 0 #FFD83D;
}
.title--blue {
  background: -webkit-gradient(linear, left top, right top, color-stop(4.42%, #33F8FF), to(#006FFF));
  background: linear-gradient(90deg, #33F8FF 4.42%, #006FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--blue:after {
  background: -webkit-gradient(linear, left top, right top, from(#32F4FE), to(#FF1FE9));
  background: linear-gradient(90deg, #32F4FE 0%, #FF1FE9 100%);
  -webkit-box-shadow: 20px 10px 15px 0 rgba(255, 31, 233, 0.8);
  box-shadow: 20px 10px 15px 0 rgba(255, 31, 233, 0.8);
}
.title--red {
  background: linear-gradient(84deg, #FD3F10 8.79%, #FD1010 42.07%, #840909 69.02%, #FD1010 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--red:after {
  background: -webkit-gradient(linear, left top, right top, from(#FD1010), color-stop(62.02%, #B71010), to(#FD1010));
  background: linear-gradient(90deg, #FD1010 0%, #B71010 62.02%, #FD1010 100%);
  -webkit-box-shadow: 10px 10px 20px 0 #FD1010;
  box-shadow: 10px 10px 20px 0 #FD1010;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .tabs {
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.tab {
  background: #000;
  color: #fff;
  font-size: 28px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "EnSpoiler", sans-serif;
  white-space: nowrap;
}
.tab::before {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .tab {
    height: 54px;
  }
}
.tab.active {
  color: #FFB53D;
}
.tab.active::before {
  background: -webkit-gradient(linear, left top, right top, from(#FFB8B8), to(#FFD05A));
  background: linear-gradient(90deg, #FFB8B8, #FFD05A);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
@media (any-hover: hover) {
  .tab.active:hover {
    -webkit-box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
    box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
  }
}
.tab--red.active {
  color: #FD1010;
}
.tab--red.active::before {
  background: #FD1010;
}
.tab--gold.active {
  color: #FFB53D;
}
.tab--gold.active::before {
  background: -webkit-gradient(linear, left top, right top, from(#FFB53D), to(#DB6821));
  background: linear-gradient(90deg, #FFB53D, #DB6821);
}
.tab--green.active {
  color: #6BEDCD;
}
.tab--green.active::before {
  background: -webkit-gradient(linear, left top, right top, from(#6BEDCD), to(#26A788));
  background: linear-gradient(90deg, #6BEDCD, #26A788);
}

.tabs-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.tabs-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: -200px;
}
@media (max-width: 1740px) {
  .tabs-btns {
    right: -150px;
  }
}
@media (max-width: 1640px) {
  .tabs-btns {
    position: static;
  }
}
@media (max-width: 1280px) {
  .tabs-btns {
    display: none;
  }
}

.tabs-btn {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-btn--next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tabs-btn.hidden {
  opacity: 0.6;
}
.tabs-btn svg {
  color: #fff;
}

/* Контент табов */
.tab-content {
  display: none;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .tab-content {
    font-size: 18px;
    line-height: 25px;
  }
}
.tab-content div p, .tab-content div img {
  color: #FFF;
  text-align: right;
  font-family: "OpenSansHebrewRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  margin: 20px 0;
}

.tab-content.active {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1024px) {
  .tab-content.active {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.whatsapp {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00D95F;
  -webkit-box-shadow: 0 4px 40px #00D95F;
  box-shadow: 0 4px 40px #00D95F;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
@media (any-hover: hover) {
  .whatsapp:hover {
    -webkit-box-shadow: 0 4px 20px #00D95F;
    box-shadow: 0 4px 20px #00D95F;
  }
}
@media (max-width: 1024px) {
  .whatsapp {
    display: none;
  }
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  direction: rtl;
  font-family: "SpoilerRegular", sans-serif;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1280px) {
  .custom-checkbox {
    font-size: 20px;
  }
}
.custom-checkbox--blue input[type=checkbox]:checked + .custom-checkbox__box {
  background-color: #00E0FF;
}
.custom-checkbox--pink input[type=checkbox]:checked + .custom-checkbox__box {
  background-color: #FF1FE9;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.custom-checkbox__box {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-checkbox input[type=checkbox]:checked + .custom-checkbox__box {
  background-image: url("../img/index/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
}

.header {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header__container {
  width: 1920px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 1440px) {
  .header__container {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 67px;
    padding: 0 20px;
  }
}

.logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 1280px) {
  .logo {
    margin-right: 35px;
  }
}
.logo-svg {
  color: #fff;
}
@media (max-width: 1440px) {
  .logo-svg {
    width: 103px;
  }
}
@media (max-width: 1280px) {
  .logo-svg {
    width: 113px;
    height: 24px;
  }
}

.nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.burger {
  display: none;
}
@media (max-width: 1280px) {
  .burger {
    display: block;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 1440px) {
  .header-menu {
    gap: 80px;
  }
}
@media (max-width: 1280px) {
  .header-menu {
    display: none;
  }
}

.header-menu__link {
  display: block;
  color: #fff;
  padding: 36px 0;
  font-size: 26px;
  line-height: 140%;
  font-family: "SpoilerBlack", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .header-menu__link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1440px) {
  .header-menu__link {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .header-menu__link {
    padding: 26px 0;
  }
}

.header-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .header-content {
    gap: 30px;
  }
}

.header-content__btn {
  color: #fff;
  position: relative;
}
@media (max-width: 1280px) {
  .header-content__btn svg {
    width: 24px;
    height: 24px;
  }
}
.header-content__btn span {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FF1FE9;
  border: 2px #000 solid;
  border-radius: 100px;
  position: absolute;
  font-size: 20px;
  font-family: "SpoilerBlack", sans-serif;
  line-height: 100%;
  top: -14px;
  right: -15px;
}
@media (max-width: 1280px) {
  .header-content__btn span {
    width: 23px;
    height: 23px;
    top: -11px;
  }
}

.submenu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 30px 0 40px;
  background: #FFF;
  -webkit-box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.submenu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}

.header-menu__item--has-submenu:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .submenu__group {
    gap: 8px;
  }
}

.submenu__title {
  font-family: "SpoilerBlack", sans-serif;
  font-size: 26px;
  color: #000;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .submenu__title {
    font-family: "SpoilerBold", sans-serif;
    padding-bottom: 0;
  }
}
.submenu__title:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  right: 0;
  background: #000;
}
@media (max-width: 1024px) {
  .submenu__title:after {
    display: none;
  }
}
.submenu__title:before {
  position: absolute;
  content: "";
  bottom: -7px;
  width: 15px;
  height: 15px;
  right: 20px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(314deg);
  -ms-transform: rotate(314deg);
  transform: rotate(314deg);
  background: #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .submenu__title:before {
    display: none;
  }
}

.submenu__list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  -ms-grid-rows: (auto)[3];
  grid-template-rows: repeat(3, auto);
  gap: 0 100px;
}
@media (max-width: 1024px) {
  .submenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.submenu__list a {
  font-size: 22px;
  line-height: 180%;
  font-family: "EnSpoilerBold", sans-serif;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .submenu__list a {
    font-family: "EnSpoiler", sans-serif;
  }
}
@media (any-hover: hover) {
  .submenu__list a:hover {
    opacity: 0.6;
  }
}

.submenu__image {
  background: #EEECEC;
  width: 134px;
  height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.submenu__image img {
  width: 73px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.mobile-menu__top svg {
  color: #000;
}
.mobile-menu__top .logo {
  width: 113px;
  height: 24.565px;
  margin: 0;
}

.mobile-menu__close {
  width: 20px;
  height: 20px;
}

.mobile-menu__inner {
  padding: 30px;
  height: 100%;
}

.mobile-menu__content {
  padding-right: 36px;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 30px;
}

.mobile-menu__item {
  font-size: 26px;
  font-family: "SpoilerBlack", sans-serif;
}
.mobile-menu__item a {
  color: #000;
}
.mobile-menu__item:not(:has(.js-submenu-toggle)) {
  padding-right: 30px;
}

.mobile-menu__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.mobile-submenu {
  display: none;
}

.mobile-menu__item--has-submenu.active .item-svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu__item--has-submenu .item-svg {
  color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mobile-menu__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.mobile-menu__item--has-submenu.active .mobile-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 20px;
}

.footer {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer {
    border-top: 3px solid #fff;
  }
}

.footer__container {
  max-width: 1643px;
  margin: 0 auto;
  padding: 67px 35px 35px 35px;
}
@media (max-width: 1024px) {
  .footer__container {
    padding: 42px 0 28px;
  }
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.footer__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
  min-width: 160px;
}
@media (max-width: 1640px) {
  .footer__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80px;
    flex: 1 1 80px;
    min-width: 60px;
  }
}
@media (max-width: 1024px) {
  .footer__column {
    display: none;
  }
}

.footer__column--newsletter {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px;
}

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__column--logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
}
@media (max-width: 1640px) {
  .footer__column--logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 186px;
    flex: 1 1 186px;
  }
}
@media (max-width: 1024px) {
  .footer__column--logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__title {
  margin-bottom: 25px;
  font-family: "SpoilerBold", sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.footer__list li a {
  color: #fff;
  font-family: "SpoilerRegular", sans-serif;
  font-size: 22px;
  line-height: 140%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .footer__list li a:hover {
    opacity: 0.6;
  }
}

.footer__text {
  color: #FFF;
  font-family: "SpoilerRegular", sans-serif;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 30px;
}

.footer__label {
  display: block;
  font-weight: 600;
  margin: 10px 0 4px;
}

.footer__input {
  width: 100%;
  padding: 11px;
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #fff;
  margin-bottom: 26px;
  font-family: "SpoilerBold", sans-serif;
  font-size: 22px;
  line-height: 140%;
}
.footer__input::-webkit-input-placeholder {
  color: #FFF;
  font-family: "SpoilerBold", sans-serif;
  line-height: 140%;
}
.footer__input::-moz-placeholder {
  color: #FFF;
  font-family: "SpoilerBold", sans-serif;
  line-height: 140%;
}
.footer__input:-ms-input-placeholder {
  color: #FFF;
  font-family: "SpoilerBold", sans-serif;
  line-height: 140%;
}
.footer__input::-ms-input-placeholder {
  color: #FFF;
  font-family: "SpoilerBold", sans-serif;
  line-height: 140%;
}
.footer__input::placeholder {
  color: #FFF;
  font-family: "SpoilerBold", sans-serif;
  line-height: 140%;
}

.footer__btn {
  background: -webkit-gradient(linear, right top, left top, from(#06F), color-stop(36.54%, #3DF9FF), color-stop(59.13%, #3DF9FF), color-stop(95.19%, #06F));
  background: linear-gradient(270deg, #06F 0%, #3DF9FF 36.54%, #3DF9FF 59.13%, #06F 95.19%);
  -webkit-box-shadow: 10px 10px 20px rgba(61, 249, 255, 0.3);
  box-shadow: 10px 10px 20px rgba(61, 249, 255, 0.3);
  color: #000;
  font-family: "SpoilerBold", sans-serif;
  font-size: 24px;
  line-height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 180px;
  height: 38px;
  margin-right: auto;
}
.footer__btn:before {
  background: none;
  padding: 0;
}

@media (max-width: 1024px) {
  .footer__logo svg {
    width: 189px;
    height: 41.088px;
  }
}

.footer__tagline {
  color: #FFF;
  font-size: 45px;
  line-height: 100%;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .footer__tagline {
    margin-top: -8px;
  }
}
.footer__tagline p:nth-child(1) {
  font-family: "SpoilerBold", sans-serif;
}
.footer__tagline p:nth-child(1) span {
  font-family: "SpoilerLight", sans-serif;
  letter-spacing: -4.5px;
  font-weight: 300;
}
.footer__tagline p:nth-child(2) {
  margin-top: -10px;
  margin-right: 40px;
  font-weight: 300;
  font-family: "SpoilerLight", sans-serif;
}
.footer__tagline p:nth-child(2) span {
  font-family: "SpoilerBold", sans-serif;
  font-weight: 900;
  letter-spacing: -4.5px;
}

.footer__socials {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer__socials {
    margin-top: 10px;
  }
}

.footer__social {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #fff;
  padding-top: 27px;
}
@media (max-width: 1024px) {
  .footer__bottom {
    padding: 20px 20px 0 20px;
  }
}

.footer__link {
  color: #FFF;
  font-family: "SpoilerRegular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration-line: underline;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .footer__link {
    display: none;
  }
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__copy {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 10px 0;
  color: #FFF;
  font-family: "SpoilerRegular", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.footer__social {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .footer__social:hover {
    opacity: 0.6;
  }
}

.cart-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.cart-card:not(:first-child) {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .cart-card:not(:first-child) {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .cart-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 768px) {
  .cart-card {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 24px;
  }
}

.cart-card__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 240px;
  justify-items: center;
}
@media (max-width: 1440px) {
  .cart-card__info {
    min-width: inherit;
  }
}
@media (max-width: 1280px) {
  .cart-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cart-card__info {
    gap: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
  }
}

.cart-card__title {
  font-family: "EnSpoilerBold", sans-serif;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%; /* 30px */
}
@media (max-width: 1024px) {
  .cart-card__title {
    font-size: 30px;
    margin-bottom: 7px;
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.cart-card__qty-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-right: -20px;
}
@media (max-width: 1024px) {
  .cart-card__qty-group {
    margin-right: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    gap: 8px;
  }
}

.cart-card__qty-btn {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 54px;
  position: relative;
  font-family: "Spoiler", sans-serif;
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
  transform: skewX(-24deg);
  border: none;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .cart-card__qty-btn {
    height: 28px;
    width: 40px;
    font-size: 20px;
  }
}
.cart-card__qty-btn .cart-card__qty-icon {
  -webkit-transform: skewX(24deg);
  -ms-transform: skewX(24deg);
  transform: skewX(24deg);
}
@media (any-hover: hover) {
  .cart-card__qty-btn:hover {
    -webkit-box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
    box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
  }
}

.cart-card__btn--minus {
  background: #0057ff;
  padding: 6px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#021699), to(#06F));
  background: linear-gradient(90deg, #021699 0%, #06F 100%);
}

.cart-card__btn--plus {
  background: #ff00c8;
  padding: 6px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#910F84), to(#FF1FE9));
  background: linear-gradient(90deg, #910F84 0%, #FF1FE9 100%);
}

.cart-card__qty-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.cart-card__qty-val span {
  position: absolute;
  top: -40px;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .cart-card__qty-val span {
    display: none;
  }
}

.cart-card__qty-val-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 54px;
  font-size: 30px;
  position: relative;
  font-family: "SpoilerBlack", sans-serif;
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
  transform: skewX(-24deg);
  color: #fff;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .cart-card__qty-val-wrap {
    height: 28px;
    width: 46px;
    font-size: 20px;
  }
}

.cart-card__qty {
  -webkit-transform: skewX(24deg);
  -ms-transform: skewX(24deg);
  transform: skewX(24deg);
  pointer-events: none;
  background: none;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.cart-card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .cart-card__prices {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .cart-card__prices {
    margin-bottom: 16px;
  }
}

.cart-card__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media (max-width: 1280px) {
  .cart-card__line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cart-card__label {
  position: absolute;
  top: -40px;
  font-size: 24px;
}
@media (max-width: 1280px) {
  .cart-card__label {
    position: static;
  }
}
@media (max-width: 1024px) {
  .cart-card__label {
    font-size: 20px;
  }
}
.cart-card__label.total {
  background: linear-gradient(84deg, #FF6BF0 11.56%, #FF1FE9 39.7%, #AE1A9F 71%, #FF1FE9 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cart-card__value {
  color: #FFF;
  text-shadow: 10px 10px 20px rgba(255, 31, 233, 0.5);
  font-family: "SpoilerBlack", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 45px */
}
@media (max-width: 1280px) {
  .cart-card__value {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .cart-card__value {
    font-size: 25px;
  }
}

.cart-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.cart-card__wrap.total {
  background: linear-gradient(84deg, #FF6BF0 11.56%, #FF1FE9 39.7%, #AE1A9F 71%, #FF1FE9 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cart-card__current {
  font-size: 30px;
  color: inherit;
}
@media (max-width: 1280px) {
  .cart-card__current {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .cart-card__current {
    font-size: 20px;
  }
}

.cart-card__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .cart-card__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .cart-card__controls {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 10px;
    height: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .cart-card__btn--remove {
    height: 100%;
  }
}
.cart-card__btn--remove svg {
  color: #FF1FE9;
}
@media (max-width: 1024px) {
  .cart-card__btn--remove svg {
    color: #fff;
    width: 25px;
    height: 25px;
  }
}
.cart-card__btn--purchase {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 182px;
  gap: 8px;
  height: 53px;
  margin-left: 16px;
}
@media (max-width: 1280px) {
  .cart-card__btn--purchase {
    width: 82px;
    height: 28px;
    font-size: 18px;
  }
  .cart-card__btn--purchase svg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cart-card__btn--purchase {
    background: #000;
    color: #fff;
    margin-left: 0;
    margin-right: -20px;
  }
  .cart-card__btn--purchase::before {
    background: #fff;
  }
}

.cart-card__image {
  background: #EEECEC;
  width: 96px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart-card__image img {
  width: 53px;
}

.offer {
  padding-top: 65px;
  padding-bottom: 126px;
  background-image: -webkit-image-set(url("../img/index/banner-web@1x.jpg") type("image/jpg") 1x, url("../img/index/banner-web@2x.jpg") type("image/jpg") 2x);
  background-image: image-set(url("../img/index/banner-web@1x.jpg") type("image/jpg") 1x, url("../img/index/banner-web@2x.jpg") type("image/jpg") 2x);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .offer {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  .offer {
    background-image: -webkit-image-set(url("../img/index/start-screen-lg@1x.jpg") type("image/jpg") 1x, url("../img/index/start-screen-lg@2x.jpg") type("image/jpg") 2x);
    background-image: image-set(url("../img/index/start-screen-lg@1x.jpg") type("image/jpg") 1x, url("../img/index/start-screen-lg@2x.jpg") type("image/jpg") 2x);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .offer:before {
    display: none;
  }
}

.offer__title {
  font-family: "SpoilerBlack", sans-serif;
  font-size: 90px;
  display: inline-block;
}
@media (max-width: 1440px) {
  .offer__title {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  .offer__title {
    padding-top: 501px;
  }
}
.offer__title p:nth-of-type(1) {
  margin-right: -40px;
  margin-top: -57px;
  background: -webkit-gradient(linear, left top, right top, from(#FFE083), color-stop(92.31%, #FFB133));
  background: linear-gradient(90deg, #FFE083 0%, #FFB133 92.31%);
  text-shadow: 10px 10px 20px rgba(255, 181, 61, 0.5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .offer__title p:nth-of-type(1) {
    font-size: 55px;
    background: -webkit-gradient(linear, left top, right top, from(#E95F3B), to(#FFCF8C));
    background: linear-gradient(90deg, #E95F3B 0%, #FFCF8C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    margin: 0;
  }
  .offer__title p:nth-of-type(1):before {
    content: "";
    position: relative;
    display: block;
    right: 0;
    height: 3px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    top: -10px;
    right: 0;
    width: 168px;
  }
}
.offer__title p:nth-of-type(2) {
  margin-top: -25px;
  background: -webkit-gradient(linear, left top, right top, color-stop(55.42%, #E9983B), to(#FFE083));
  background: linear-gradient(90deg, #E9983B 55.42%, #FFE083 100%);
  text-shadow: 10px 10px 20px rgba(255, 195, 98, 0.4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .offer__title p:nth-of-type(2) {
    text-shadow: none;
    font-size: 55px;
    background: -webkit-gradient(linear, left top, right top, from(#FD1010), to(#E95F3B));
    background: linear-gradient(90deg, #FD1010 0%, #E95F3B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -20px;
    margin-right: 20px;
  }
}

.offer__title-svg {
  margin-right: -65px;
}
@media (max-width: 1440px) {
  .offer__title-svg {
    width: 440px;
  }
}
@media (max-width: 1024px) {
  .offer__title-svg {
    display: none;
  }
}

.offer__logo {
  display: none;
}
@media (max-width: 1024px) {
  .offer__logo {
    display: block;
    margin-right: -24px;
  }
}

.offer__desc {
  color: #fff;
  font-size: 40px;
  line-height: 90%;
  max-width: 515px;
  position: relative;
  margin-top: 33px;
}
@media (max-width: 1440px) {
  .offer__desc {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .offer__desc {
    font-size: 25px;
  }
}
.offer__desc:before, .offer__desc:after {
  content: "";
  position: relative;
  display: block;
  right: 0;
  height: 5px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.offer__desc:before {
  top: -20px;
  right: 0;
  width: 289px;
}
@media (max-width: 1024px) {
  .offer__desc:before {
    width: 168px;
    height: 3px;
  }
}
.offer__desc:after {
  top: 30px;
  width: 183px;
}
@media (max-width: 1024px) {
  .offer__desc:after {
    display: none;
  }
}

.offer__btn {
  width: 350px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .offer__btn {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .offer__btn {
    width: 90%;
    margin-top: 24px;
    margin-right: 20px;
    color: #fff;
  }
  .offer__btn::before {
    background: rgba(255, 255, 255, 0.5);
  }
}

.section {
  position: relative;
  overflow: hidden;
}

.section__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1920px) {
  .section__img {
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media (max-width: 1024px) {
  .section__img {
    top: 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

.section__wrapper--left {
  padding-right: 43%;
}
@media (max-width: 1024px) {
  .section__wrapper--left {
    padding-right: 0;
  }
}

.section__title {
  font-family: "EnSpoilerBold", sans-serif;
  font-size: 60px;
  line-height: 100%;
}
.section__title--yellow {
  background: linear-gradient(84deg, #FFC362 8.79%, #FFB53D 37.32%, #8D3E05 69.02%, #FFB53D 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__title--red {
  background: linear-gradient(84deg, #FD3F10 8.79%, #FD1010 42.07%, #840909 69.02%, #FD1010 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__title--pink {
  background: linear-gradient(84deg, #FF81F2 8.79%, #FF1FE9 37.32%, #BE17AD 69.02%, #FF1FE9 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__title--green {
  background: linear-gradient(84deg, #94FFE5 8.79%, #6BEDCD 42.07%, #1D6755 69.02%, #2FC4A0 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .section__title {
    display: none;
  }
}

.section__description {
  font-size: 40px;
  font-family: "EnSpoilerBold", sans-serif;
  line-height: 100%;
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .section__description {
    display: none;
  }
}
.section__description--yellow {
  background: linear-gradient(84deg, #FFC362 8.79%, #FFB53D 37.32%, #8D3E05 67.83%, #FFB53D 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__description--yellow:after {
  background: -webkit-gradient(linear, left top, right top, from(#FFB53D), color-stop(62.02%, #8D3E05), to(#FFB53D));
  background: linear-gradient(90deg, #FFB53D 0%, #8D3E05 62.02%, #FFB53D 100%);
}
.section__description--red {
  background: linear-gradient(84deg, #FD3F10 8.79%, #FD1010 42.07%, #840909 69.02%, #FD1010 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__description--red:after {
  background: -webkit-gradient(linear, left top, right top, from(#FD1010), color-stop(62.02%, #840909), to(#FD1010));
  background: linear-gradient(90deg, #FD1010 0%, #840909 62.02%, #FD1010 100%);
}
.section__description--pink {
  background: linear-gradient(84deg, #FF81F2 8.79%, #FF1FE9 37.32%, #BE17AD 69.02%, #FF1FE9 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__description--pink:after {
  background: -webkit-gradient(linear, left top, right top, from(#FF1FE9), color-stop(62.02%, #B11EA2), to(#FF1FE9));
  background: linear-gradient(90deg, #FF1FE9 0%, #B11EA2 62.02%, #FF1FE9 100%);
}
.section__description--green {
  background: linear-gradient(84deg, #3DF9FF 8.79%, #6BEDCD 37.32%, #2C977D 69.02%, #6BEDCD 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__description--green:after {
  background: -webkit-gradient(linear, left top, right top, from(#6BEDCD), color-stop(62.02%, #2D9A80), to(#6BEDCD));
  background: linear-gradient(90deg, #6BEDCD 0%, #2D9A80 62.02%, #6BEDCD 100%);
  -webkit-box-shadow: 10px 10px 20px 0 #6BEDCD;
  box-shadow: 10px 10px 20px 0 #6BEDCD;
}
.section__description:after {
  content: "";
  position: relative;
  display: block;
  right: 0;
  width: 183px;
  height: 5px;
  bottom: -42px;
}

.section__list {
  color: #fff;
  font-family: "OpenSansHebrewBold", sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  max-width: 598px;
  list-style: none;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .section__list {
    font-size: 24px;
    font-weight: 500;
    font-family: "EnSpoiler", sans-serif;
    padding-right: 50px;
    margin-top: 0;
  }
}
.section__list li {
  position: relative;
  line-height: 100%;
}
.section__list li:after {
  content: url("../img/index/bullet.svg");
  position: absolute;
  display: block;
  right: -50px;
  top: 0;
  width: 30px;
  height: 28px;
}
.section__list a {
  color: #fff;
}

.section-btn {
  width: 350px;
}
@media (max-width: 1024px) {
  .section-btn {
    width: 90%;
    margin-top: 24px;
    margin-right: 20px;
  }
}

.section-2 {
  padding-top: 190px;
  padding-bottom: 277px;
}
@media (max-width: 1440px) {
  .section-2 {
    padding-top: 90px;
    padding-bottom: 177px;
  }
}
@media (max-width: 1024px) {
  .section-2 {
    padding-top: 172%;
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .section-2__btn {
    margin-bottom: 18px;
    color: #fff;
  }
  .section-2__btn::before {
    background: rgba(255, 255, 255, 0.5);
  }
}

.section-3 {
  padding-top: 204px;
  padding-bottom: 217px;
}
@media (max-width: 1440px) {
  .section-3 {
    padding-top: 104px;
    padding-bottom: 117px;
  }
}
@media (max-width: 1024px) {
  .section-3 {
    padding-top: 726px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .section-3 .section__img {
    left: 0;
    right: inherit;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

.section-3__btn {
  width: 332px;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .section-3__btn {
    width: 90%;
    margin-top: 24px;
    margin-right: 20px;
    color: #fff;
    margin-bottom: 45px;
  }
  .section-3__btn::before {
    background: rgba(255, 255, 255, 0.5);
  }
}

.section-3__list {
  gap: 49px;
}

.section-4 {
  padding-top: 126px;
  padding-bottom: 367px;
}
@media (max-width: 1440px) {
  .section-4 {
    padding-top: 26px;
    padding-bottom: 276px;
  }
}
@media (max-width: 1024px) {
  .section-4 {
    padding-top: 523px;
    padding-bottom: 40px;
  }
}

.section-4__btn {
  width: 247px;
}
@media (max-width: 1024px) {
  .section-4__btn {
    margin-bottom: 24px;
    color: #fff;
    width: 90%;
    margin-top: 24px;
    margin-right: 20px;
  }
  .section-4__btn::before {
    background: rgba(255, 255, 255, 0.5);
  }
}

.section-5 {
  padding-top: 226px;
  padding-bottom: 403px;
  padding-right: 58%;
}
@media (max-width: 1440px) {
  .section-5 {
    padding-top: 126px;
    padding-bottom: 303px;
  }
}
@media (max-width: 1024px) {
  .section-5 {
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .section-5 .section__img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: inherit;
  }
}

.section-5__title {
  font-family: "SpoilerBold", sans-serif;
  font-size: 90px;
  line-height: 100%;
  position: relative;
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .section-5__title {
    font-size: 55px;
  }
}
.section-5__title:after {
  content: "";
  position: relative;
  font-family: "SpoilerBold", sans-serif;
  display: block;
  right: 0;
  width: 183px;
  height: 8px;
  bottom: -20px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.25);
}

.section-5 p {
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  font-size: 35px;
  line-height: 100%;
  max-width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-5__btn {
  width: 322px;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .section-5__btn {
    margin-top: 556px;
    margin-bottom: 24px;
    width: 90%;
    margin-right: 20px;
  }
  .section-5__btn:before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#3DF9FF));
    background: linear-gradient(90deg, #fff, #3DF9FF);
  }
}

.swiper-slide {
  position: relative;
  padding-top: 268px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .swiper-slide {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.swiper-slide picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (min-width: 1920px) {
  .swiper-slide picture img {
    width: 1920px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .swiper-slide picture img {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
    left: initial;
    margin-bottom: 20px;
  }
}
.swiper-slide--no-slide {
  padding-top: 308px;
  padding-bottom: 210px;
}
@media (max-width: 1440px) {
  .swiper-slide--no-slide {
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .swiper-slide--no-slide {
    padding-top: 111px;
    padding-bottom: 67px;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .swiper-slide--no-slide picture img {
    position: absolute;
  }
}

.swiper-section {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .swiper-2 {
    padding-top: 20px;
  }
}

.screen {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .screen {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.screen__content--left {
  padding-right: 58%;
}
@media (max-width: 1024px) {
  .screen__content--left {
    padding-right: 0;
  }
}

.screen__title {
  text-shadow: 15px 5px 15px rgba(87, 238, 255, 0.35);
  font-family: "SpoilerBold", sans-serif;
  font-size: 90px;
  background: -webkit-gradient(linear, left top, right top, color-stop(4.42%, #33F8FF), to(#006FFF));
  background: linear-gradient(90deg, #33F8FF 4.42%, #006FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.screen__title--orange {
  background: -webkit-gradient(linear, left top, right top, color-stop(4.42%, #FFB53D), to(#FD3F10));
  background: linear-gradient(90deg, #FFB53D 4.42%, #FD3F10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .screen__title {
    display: none;
  }
}
.screen__title--mob {
  display: none;
}
@media (max-width: 1024px) {
  .screen__title--mob {
    display: block;
    color: #FFF;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(4.42%, #fff), to(#fff));
    background: linear-gradient(90deg, #fff 4.42%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 20px 0 20px rgba(255, 31, 233, 0.3);
    font-size: 85px;
    font-weight: 900;
    line-height: 70%;
    -webkit-transform: rotate(-17.204deg);
    -ms-transform: rotate(-17.204deg);
    transform: rotate(-17.204deg);
    position: relative;
    z-index: 1;
  }
}

.screen__description {
  text-shadow: 15px 5px 15px rgba(107, 233, 255, 0.35);
  font-family: "SpoilerBold", sans-serif;
  font-size: 90px;
  background: -webkit-gradient(linear, left top, right top, color-stop(4.42%, #06F), to(#33F8FF));
  background: linear-gradient(90deg, #06F 4.42%, #33F8FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .screen__description {
    display: none;
  }
}
.screen__description:before {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#32F4FE), to(#FF1FE9));
  background: linear-gradient(90deg, #32F4FE 0%, #FF1FE9 100%);
  -webkit-box-shadow: 20px 10px 15px 0 rgba(255, 31, 233, 0.8);
  box-shadow: 20px 10px 15px 0 rgba(255, 31, 233, 0.8);
  position: relative;
  right: 0;
  width: 183px;
  top: -50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.screen__description--orange {
  background: -webkit-gradient(linear, left top, right top, color-stop(4.42%, #7A10FD), to(#FF1FE9));
  background: linear-gradient(90deg, #7A10FD 4.42%, #FF1FE9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.screen__description--orange:before {
  background: -webkit-gradient(linear, left top, right top, from(#32F4FE), to(#FFB53D));
  background: linear-gradient(90deg, #32F4FE 0%, #FFB53D 100%);
  -webkit-box-shadow: 20px 10px 15px 0 rgba(255, 195, 98, 0.5);
  box-shadow: 20px 10px 15px 0 rgba(255, 195, 98, 0.5);
}

.screen__subtitle {
  color: #fff;
  font-family: "EnSpoilerBold", sans-serif;
  font-size: 50px;
  line-height: 100%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .screen__subtitle {
    -webkit-transform: rotate(-14.015deg);
    -ms-transform: rotate(-14.015deg);
    transform: rotate(-14.015deg);
    text-align: center;
    text-shadow: 8px 3px 6px #700202;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}

.screen__text {
  color: #fff;
  font-family: "OpenSansHebrewBold", sans-serif;
  font-size: 25px;
  line-height: 130%;
  max-width: 595px;
  margin-top: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .screen__text {
    font-size: 23px;
    text-shadow: 9px 3px 6px #3B0101;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    -webkit-transform: rotate(-14.015deg);
    -ms-transform: rotate(-14.015deg);
    transform: rotate(-14.015deg);
  }
}

.screen__btn {
  color: #fff;
  width: 307px;
  margin-top: 40px;
}
.screen__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#3DF9FF));
  background: linear-gradient(90deg, #fff, #3DF9FF);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.screen__btn--orange:before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#FFB53D));
  background: linear-gradient(90deg, #fff, #FFB53D);
}
.screen__btn--gray {
  width: 282px;
}
.screen__btn--gray:before {
  background: rgba(255, 255, 255, 0.5);
}

.screen__text-decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transform: rotate(-11.455deg);
  -ms-transform: rotate(-11.455deg);
  transform: rotate(-11.455deg);
  margin-top: -30px;
  margin-bottom: -70px;
  margin-right: -50px;
}
@media (max-width: 1024px) {
  .screen__text-decor {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-11.455deg) translateX(-9%);
    -ms-transform: rotate(-11.455deg) translateX(-9%);
    transform: rotate(-11.455deg) translateX(-9%);
    margin-bottom: 0;
  }
}
.screen__text-decor p:nth-child(1) {
  color: #3DF9FF;
  text-shadow: 12px 4px 15px rgba(61, 249, 255, 0.3);
  font-size: 150px;
  letter-spacing: -15px;
  margin-left: 35px;
  font-weight: 900;
  font-family: "EnSpoilerBold", sans-serif;
}
@media (max-width: 1024px) {
  .screen__text-decor p:nth-child(1) {
    color: #E95F3B;
    text-shadow: 12px 4px 15px rgba(233, 95, 59, 0.4);
    font-size: 150px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -25px;
  }
}
.screen__text-decor p:nth-child(2) {
  color: #3071FF;
  text-shadow: 16px 10px 15px rgba(74, 104, 255, 0.3);
  font-size: 250px;
  letter-spacing: -25px;
  font-weight: 900;
  font-family: "EnSpoilerBold", sans-serif;
}
@media (max-width: 1024px) {
  .screen__text-decor p:nth-child(2) {
    color: #FFCF8C;
    text-shadow: 12px 4px 15px rgba(255, 207, 140, 0.5);
    font-size: 250px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -25px;
    margin-right: -25px;
  }
}
.screen__text-decor p:nth-child(3) {
  color: #3071FF;
  text-shadow: 10px 4px 15px rgba(48, 113, 255, 0.3);
  font-size: 70px;
  margin-right: -40px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .screen__text-decor p:nth-child(3) {
    color: #FFCF8C;
    font-size: 50px;
    text-shadow: 12px 4px 15px rgba(255, 207, 140, 0.5);
    margin-right: -55px;
  }
}

@media (min-width: 1920px) {
  .swiper-2 picture img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .screen-3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .screen-3__content {
    padding-top: 195%;
  }
}

@media (max-width: 1024px) {
  .screen-3__title {
    position: absolute;
    top: 84px;
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .screen-3__title:after {
    width: 155px;
  }
}

@media (max-width: 1024px) {
  .screen-3__btn {
    width: 90%;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .screen-3__btn:before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#FFB53D));
    background: linear-gradient(90deg, #fff, #FFB53D);
  }
}

.family-offer {
  padding-top: 157px;
  padding-bottom: 408px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .family-offer {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .family-offer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .family-offer .family-offer__title:after {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.family-offer-2 .family-offer__img {
  left: initial;
  right: 0;
}

@media (max-width: 1024px) {
  .family-offer-3 {
    padding-bottom: 73px;
  }
}

.family-offer__wrapper--left {
  padding-right: 60%;
}
@media (max-width: 1024px) {
  .family-offer__wrapper--left {
    padding-right: 0;
  }
}
.family-offer__wrapper h1 {
  display: none;
  color: #FFF;
  font-family: "Spoiler", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .family-offer__wrapper h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.family-offer__wrapper h1 span {
  font-family: "EnSpoilerBold", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80%;
}

.family-offer__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .family-offer__img {
    position: static;
    max-width: calc(100% + 40px);
    margin-right: -20px;
  }
}

.family-offer__title {
  position: relative;
  font-family: "EnSpoilerBold", sans-serif;
}

.family-offer__desc {
  margin-top: 73px;
  max-width: 510px;
  color: #FFF;
  font-family: "OpenSansHebrewBold", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 39px;
}
@media (max-width: 1440px) {
  .family-offer__desc {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.family-offer__btn {
  width: 281px;
}
@media (max-width: 1024px) {
  .family-offer__btn {
    width: 90%;
    margin-right: 20px;
  }
}

.about {
  padding-top: 157px;
  padding-bottom: 151px;
  overflow: hidden;
  position: relative;
}
.about:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(107, 237, 205, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  top: -20%;
}
@media (max-width: 1440px) {
  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .about {
    padding-top: 20px;
    padding-bottom: 88px;
  }
  .about:before {
    display: block;
  }
}
.about .about__title {
  font-family: "SpoilerBold", sans-serif;
}

.about__wrapper h1 {
  display: none;
  color: #FFF;
  font-family: "Spoiler", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about__wrapper h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about__wrapper h1 span {
  font-family: "EnSpoilerBold", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80%;
}

.about__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .about__img {
    display: none;
  }
}

.about__desc {
  max-width: 487px;
  color: #FFF;
  font-family: "SpoilerRegular", sans-serif;
  font-size: 26px;
  line-height: 140%;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .about__desc {
    margin-top: 27px;
    font-size: 25px;
    line-height: 25px;
  }
}

.about__btn {
  width: 281px;
}
@media (max-width: 1024px) {
  .about__btn {
    width: 90%;
    margin-right: 20px;
  }
}

.product {
  padding-top: 157px;
  padding-bottom: 151px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .product {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .product {
    padding-top: 28px;
    padding-bottom: 57px;
  }
  .product:before {
    display: none;
  }
}

.product__title {
  font-family: "EnSpoilerBold", sans-serif;
}
@media (max-width: 1024px) {
  .product__title:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .product__title .title__wrapper {
    display: none;
  }
}
.product__title--mob {
  display: none;
}
@media (max-width: 1024px) {
  .product__title--mob {
    display: block;
    text-align: center;
    line-height: 80%;
  }
}
.product__title--mob h2 {
  line-height: 80%;
}
.product__title--mob span {
  display: block;
  font-size: 35px;
}

.product__wrapper {
  z-index: 1;
}

.product__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .product__img {
    position: static;
    max-width: calc(100% + 40px);
    margin-right: -20px;
  }
}

.product__desc {
  max-width: 487px;
  color: #FFF;
  font-family: "EnSpoilerBold", "OpenSansHebrewBold", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 40px;
  margin-bottom: 34px;
}
@media (max-width: 1024px) {
  .product__desc {
    display: none;
  }
}

@media (max-width: 1024px) {
  .product__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.product__colors {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.product__colors p {
  color: #FFF;
  font-family: "SpoilerRegular", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .product__colors p {
    font-size: 22px;
  }
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.color {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.color--orange {
  background: #FFC362;
}
.color--pink {
  background: #FF73F1;
}
.color--cyan {
  background: #3DF9FF;
}
.color--blue {
  background: #06F;
}

.color.active {
  border-color: #fff;
}

.product__memory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .product__memory {
    display: none;
  }
}

.memory-btn {
  padding: 8px 16px;
  border: 1px solid #FFF;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: "EnSpoiler", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  .memory-btn:hover {
    -webkit-box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
    box-shadow: 0 0 30px rgba(255, 208, 90, 0.5);
  }
}
.memory-btn--reset {
  width: 130px;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .memory-btn--reset {
    display: none;
  }
}

.memory-btn.active {
  border: 1px solid #FFB53D;
  color: #FFB53D;
}

.product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-family: "SpoilerRegular", sans-serif;
  font-size: 20px;
  gap: 10px;
  margin-right: 20px;
}
.product__quantity input {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "SpoilerBold", sans-serif;
}
.product__quantity {
  /* Chrome, Safari, Edge, Opera */
}
.product__quantity input[type=number]::-webkit-inner-spin-button,
.product__quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product__quantity {
  /* Firefox */
}
.product__quantity input[type=number] {
  -moz-appearance: textfield;
}
.product__quantity label {
  position: absolute;
  top: -30px;
}
@media (max-width: 1024px) {
  .product__quantity {
    display: none;
  }
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: "Spoiler", sans-serif;
}
@media (max-width: 1024px) {
  .product__price {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
}
.product__price .price-separator {
  margin: 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #FFF;
}

.price-new {
  font-family: "SpoilerBlack", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: -2.5px;
  background: linear-gradient(84deg, #FFCF8C 15.98%, #FFB53D 84.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-new .current {
  font-family: "SpoilerBold", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  margin-right: -5px;
  color: #FFCF8C;
}

.price-old {
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
  color: #FFF;
  font-family: "SpoilerBold", sans-serif;
}
.price-old .current {
  font-family: "SpoilerBold", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  margin-right: -5px;
  color: #FFF;
}
.price-old .value {
  position: relative;
}
.price-old .value::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #FD1010;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.product__add-to-cart {
  width: 100%;
  max-width: 281px;
  margin-bottom: 48px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .product__add-to-cart {
    width: 285px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.product__bottom {
  width: 100%;
}

.branches {
  padding-top: 114px;
  padding-bottom: 211px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .branches {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .branches {
    padding-top: 20px;
    padding-bottom: 88px;
  }
  .branches:before {
    bottom: -6%;
  }
}

.branches__wrapper {
  position: relative;
  z-index: 1;
}

.branches__title {
  background: linear-gradient(84deg, #FF6BF0 11.56%, #FF1FE9 39.7%, #AE1A9F 71%, #FF1FE9 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SpoilerBold", sans-serif;
}
@media (max-width: 1280px) {
  .branches__title:after {
    width: 240px;
    background: #FF1FE9;
  }
  .branches__title {
    margin-bottom: 25px;
  }
}
.branches__title .title__wrapper:before {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#FF1FE9), color-stop(62.02%, #C024B1), to(#FF1FE9));
  background: linear-gradient(90deg, #FF1FE9 0%, #C024B1 62.02%, #FF1FE9 100%);
  -webkit-box-shadow: 10px 10px 20px 0 #FF1FE9;
  box-shadow: 10px 10px 20px 0 #FF1FE9;
  content: "";
  width: 183px;
  height: 5px;
  inset: inherit;
}
@media (max-width: 1280px) {
  .branches__title .title__wrapper:before {
    content: none;
  }
}

.locations__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1280px) {
  .locations__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 40px;
  border-color: rgba(255, 255, 255, 0.25);
  padding-left: 30px;
}
.location:nth-child(2n+2) {
  padding-right: 60px;
}
.location:nth-child(-n+2), .location:nth-child(n+3):nth-child(-n+4) {
  border-bottom: 1px solid #FFF;
}
.location:nth-child(n+3) {
  padding-top: 40px;
}
.location:nth-child(odd) {
  border-left: 1px solid #FFF;
}
@media (max-width: 1280px) {
  .location {
    border-bottom: 1px solid #FFF;
    padding: 40px 0;
  }
  .location:first-child {
    padding-top: 0;
  }
  .location:nth-child(2n+2) {
    padding-right: 0;
  }
  .location:nth-child(odd) {
    border-left: none;
  }
}

.location__title {
  color: #FFF;
  text-align: right;
  font-family: "OpenSansHebrewBold", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 160%;
}

.location__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1280px) {
  .location__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

.location__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
@media (max-width: 1280px) {
  .location__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.location__label,
.location__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  color: #FFF;
  font-family: "OpenSansHebrewRegular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.location__label a,
.location__value a {
  color: #fff;
}

@media (max-width: 1280px) {
  .location__value li:first-child {
    font-family: "OpenSansHebrewBold", sans-serif;
    font-weight: 800;
  }
}

.location__icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
}
@media (max-width: 1280px) {
  .location__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.location__icons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #FFF;
  text-align: right;
  font-family: "OpenSansHebrewRegular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.location__icons-wrap svg {
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
@media (any-hover: hover) {
  .location__icons-wrap:hover {
    opacity: 0.6;
  }
}

.payment {
  padding-top: 114px;
  padding-bottom: 211px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .payment {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .payment {
    padding-top: 20px;
    padding-bottom: 88px;
  }
}

.payment__title {
  margin-bottom: 30px;
  font-family: "SpoilerBold", sans-serif;
}
.payment__title h2 {
  background: linear-gradient(84deg, #FF6BF0 11.56%, #FF1FE9 39.7%, #AE1A9F 71%, #FF1FE9 89.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payment__title.title--pink:after {
  background: -webkit-gradient(linear, left top, right top, from(#FF1FE9), color-stop(62.02%, #C024B1), to(#FF1FE9));
  background: linear-gradient(90deg, #FF1FE9 0%, #C024B1 62.02%, #FF1FE9 100%);
  -webkit-box-shadow: 10px 10px 20px 0 #FF1FE9;
  box-shadow: 10px 10px 20px 0 #FF1FE9;
}

.payment__wrapper {
  position: relative;
  z-index: 1;
}

.cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.payment__card {
  border: none;
}

.checkout-form {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.checkout-form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px 65px;
}
@media (max-width: 1024px) {
  .checkout-form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.checkout-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkout-form__field label {
  font-family: "SpoilerRegular", sans-serif;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.checkout-form__field label span {
  color: #FF1FE9;
}

.checkout-form__field input {
  background: transparent;
  border: none;
  font-family: "SpoilerRegular", sans-serif;
  border-bottom: 1px solid #fff;
  padding: 8px 4px;
  font-size: 24px;
  color: #fff;
  outline: none;
}

.checkout-form__field input::-webkit-input-placeholder {
  color: #aaa;
}

.checkout-form__field input::-moz-placeholder {
  color: #aaa;
}

.checkout-form__field input:-ms-input-placeholder {
  color: #aaa;
}

.checkout-form__field input::-ms-input-placeholder {
  color: #aaa;
}

.checkout-form__field input::placeholder {
  color: #aaa;
}

.checkout-form__checkbox {
  margin-top: 30px;
}

.checkout-form__submit {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .checkout-form__submit {
    margin-top: 50px;
  }
}
.checkout-form__submit .skew-button {
  width: 234px;
  font-size: 28px;
  margin-right: auto;
}
.checkout-form__submit .skew-button::before {
  background: #fff;
}

.cart {
  padding-top: 114px;
  padding-bottom: 211px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .cart {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .cart {
    padding-top: 20px;
    padding-bottom: 88px;
  }
}
@media (max-width: 1024px) {
  .cart .cart__title:after {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.cart__wrapper {
  position: relative;
  z-index: 1;
}
.cart__wrapper h1 {
  display: none;
  color: #FFF;
  font-family: "Spoiler", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .cart__wrapper h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cart__wrapper h1 span {
  font-family: "EnSpoilerBold", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80%;
}

.cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.cart__btn {
  width: 234px;
  margin-right: auto;
  margin-top: 42px;
  margin-left: 60px;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .cart__btn {
    width: 90%;
    margin-right: 30px;
    margin-left: 0;
  }
}

.temp-offer {
  padding-top: 157px;
  padding-bottom: 290px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .temp-offer {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .temp-offer {
    padding-top: 26px;
    padding-bottom: 8px;
  }
}

.temp-offer__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .temp-offer__img {
    position: static;
    max-width: calc(100% + 40px);
    margin-right: -20px;
  }
}

.temp-offer__title {
  position: relative;
  font-family: "EnSpoilerBold", sans-serif;
}
@media (max-width: 1024px) {
  .temp-offer__title {
    margin-bottom: 0;
  }
}
.temp-offer__title--desc {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .temp-offer__title--desc {
    display: none;
  }
}
.temp-offer__title--mob {
  display: none;
}
@media (max-width: 1024px) {
  .temp-offer__title--mob {
    display: block;
    text-align: center;
    line-height: 70%;
    font-size: 60px;
  }
}
.temp-offer__title--mob span {
  font-size: 35px;
}

.temp-offer__tabs-content {
  font-size: 25px;
  font-style: normal;
  font-family: "OpenSansHebrewBold", sans-serif;
  font-weight: 700;
  line-height: 100%; /* 25px */
}

.temp-offer__bottom {
  position: relative;
}

.temp-offer__btn {
  width: 281px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .temp-offer__btn--red {
    width: 253px;
    height: 54px;
    margin: 40px auto 0;
    background: linear-gradient(84deg, #FD1010 15.98%, #840909 62.1%, #FD1010 84.02%);
  }
  .temp-offer__btn--red::before {
    background: linear-gradient(84deg, #FD1010 15.98%, #840909 62.1%, #FD1010 84.02%);
  }
}
@media (max-width: 1024px) {
  .temp-offer__btn--gold {
    width: 253px;
    height: 54px;
    margin: 40px auto 0;
    background: linear-gradient(84deg, #DA9F21 8.79%, #8F4003 27.65%, #682D03 69.02%, #F18600 89.23%);
  }
  .temp-offer__btn--gold::before {
    background: linear-gradient(84deg, #DA9F21 8.79%, #8F4003 27.65%, #682D03 69.02%, #F18600 89.23%);
  }
}
@media (max-width: 1024px) {
  .temp-offer__btn--green {
    width: 253px;
    height: 54px;
    margin: 40px auto 0;
    background: linear-gradient(84deg, #6BEDCD 8.79%, #1C6755 25.83%, #27585C 75.76%, #6BEDCD 89.23%);
  }
  .temp-offer__btn--green::before {
    background: linear-gradient(84deg, #6BEDCD 8.79%, #1C6755 25.83%, #27585C 75.76%, #6BEDCD 89.23%);
  }
}

.video {
  padding-top: 50px;
  padding-bottom: 123px;
  position: relative;
  overflow: hidden;
}

.video__img {
  display: none;
}
@media (max-width: 1024px) {
  .video__img {
    display: block;
  }
}

.video__wrapper {
  aspect-ratio: 1/0.602;
}
.video__wrapper iframe {
  width: 100%;
  height: 100%;
}

.temp-section__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1640px) {
  .temp-section__img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .temp-section__img {
    position: static;
    max-width: calc(100% + 40px);
    margin-right: -20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    inset: inherit;
  }
}

.temp-section-bottom {
  overflow: hidden;
  padding-top: 204px;
  padding-bottom: 217px;
}
@media (max-width: 1440px) {
  .temp-section-bottom {
    padding-top: 104px;
    padding-bottom: 117px;
  }
}
@media (max-width: 1024px) {
  .temp-section-bottom {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .temp-section-bottom .bottom-section:before {
    bottom: -13%;
  }
}

.temp-section-bottom__btn {
  width: 332px;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .temp-section-bottom__btn {
    width: 90%;
    margin-top: 24px;
    margin-right: 20px;
    color: #fff;
    margin-bottom: 45px;
  }
  .temp-section-bottom__btn::before {
    background: rgba(255, 255, 255, 0.5);
  }
}

.temp-section-bottom__list {
  gap: 49px;
}

.temp-section__desc {
  max-width: 487px;
  color: #FFF;
  font-family: "EnSpoilerBold", "OpenSansHebrewBold", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 40px;
  margin-bottom: 34px;
}