/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \*********************************************************************************************************/
.shop-page #shop-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: calc(100% - 250px - 30px);
}
@media (max-width: 1100px) {
  .shop-page #shop-cards-container {
    width: 100%;
  }
}
.shop-page #shop-cards-container .no-games {
  color: white;
}
.shop-page .sort {
  width: 95%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #3d3e41;
  padding-bottom: 50px;
}
@media (max-width: 970px) {
  .shop-page .sort {
    flex-direction: column;
    margin: 20px auto;
    padding-bottom: 20px;
  }
}
.shop-page .sort__items-count {
  color: white;
}
.shop-page .sort__search {
  width: 500px;
  height: 50px;
}
@media (max-width: 970px) {
  .shop-page .sort__search {
    width: 100%;
    height: 30px;
  }
}
.shop-page .sort__search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: white;
  background: #3d3e41;
  font-family: Names, sans-serif;
}
@media (max-width: 970px) {
  .shop-page .sort__search input {
    font-size: 15px;
  }
}
.shop-page .sort__search input::placeholder {
  color: #7f8c8d;
  font-family: Mtavruli, sans-serif;
}
.shop-page .sort__search input:focus {
  border: 2px solid #ff0e1f;
}
.shop-page .sort__sort-dropdown {
  width: 300px;
  height: 50px;
  border: 2px solid #ff0e1f;
  position: relative;
}
@media (max-width: 970px) {
  .shop-page .sort__sort-dropdown {
    width: 100%;
    height: 30px;
    border: 1px solid #ff0e1f;
  }
}
.shop-page .sort__sort-dropdown:hover {
  background: rgba(255, 14, 31, 0.3);
}
.shop-page .sort__sort-dropdown--title {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.shop-page .sort__sort-dropdown--options {
  color: #7f8c8d;
  display: flex;
  flex-direction: column;
  background: white;
  position: absolute;
  top: 0px;
  left: 2px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 10;
}
.shop-page .sort__sort-dropdown--options span {
  padding: 5px 10px;
  cursor: pointer;
}
.shop-page .sort__sort-dropdown--options.active {
  top: 50px;
  opacity: 1;
  pointer-events: inherit;
}
.shop-page .shop-items {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 1100px) {
  .shop-page .shop-items {
    flex-direction: column;
  }
}
@media (max-width: 970px) {
  .shop-page .shop-items {
    padding: 0 10px 0 10px;
    gap: 10px;
  }
}
.shop-page .shop-items .filter {
  width: 250px;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 970px) {
  .shop-page .shop-items .filter {
    flex-direction: column;
  }
}
.shop-page .shop-items .filter__title {
  color: white;
  margin-bottom: 55px;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter__title {
    display: none;
  }
}
@media (max-width: 970px) {
  .shop-page .shop-items .filter__title {
    display: inherit;
  }
}
.shop-page .shop-items .filter__mobile {
  display: none;
}
@media (max-width: 900px) {
  .shop-page .shop-items .filter__mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: white;
    border: 1px solid #ff0e1f;
    padding: 10px;
  }
}
.shop-page .shop-items .filter .discounts {
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 970px) {
  .shop-page .shop-items .filter .discounts {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.shop-page .shop-items .filter .discounts label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter .discounts label {
    margin-top: 50px;
  }
}
@media (max-width: 970px) {
  .shop-page .shop-items .filter .discounts label {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }
}
.shop-page .shop-items .filter .discounts input {
  width: 25px;
  height: 25px;
  accent-color: #ff0e1f;
  cursor: pointer;
  margin-top: -7px;
}
.shop-page .shop-items .filter #price-range {
  width: 95%;
  margin: 0 auto 30px auto;
  height: 10px !important;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter #price-range {
    width: 200px;
    margin: 0;
  }
}
@media (max-width: 970px) {
  .shop-page .shop-items .filter #price-range {
    width: 80%;
    margin-bottom: 40px;
    margin-left: -15px;
  }
}
.shop-page .shop-items .filter #price-range .noUi-base {
  height: 10px;
  background: rgba(255, 14, 31, 0.5);
}
.shop-page .shop-items .filter #price-range .noUi-connect {
  background: #ff0e1f;
}
.shop-page .shop-items .filter #price-range .noUi-horizontal {
  background: none;
}
.shop-page .shop-items .filter #price-range .noUi-tooltip {
  background: rgba(255, 14, 31, 0.2);
  color: white;
  border: 1px solid #ff0e1f;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.shop-page .shop-items .filter #price-range .noUi-tooltip:hover {
  background: #ff0e1f;
  z-index: 100;
}
.shop-page .shop-items .filter #price-range .noUi-handle {
  width: 20px;
  height: 20px;
  top: -7px;
  border-radius: 50%;
  cursor: pointer;
}
.shop-page .shop-items .filter #price-range .noUi-handle::after, .shop-page .shop-items .filter #price-range .noUi-handle::before {
  display: none;
}
.shop-page .shop-items .filter__categories--title {
  color: white;
}
@media (max-width: 900px) {
  .shop-page .shop-items .filter__categories--title {
    text-align: center;
  }
}
.shop-page .shop-items .filter__categories #categories {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter__categories #categories {
    display: none;
  }
}
@media (max-width: 900px) {
  .shop-page .shop-items .filter__categories #categories {
    display: flex;
  }
}
.shop-page .shop-items .filter__categories #categories span {
  padding: 5px 7px;
  cursor: pointer;
  background: rgba(255, 14, 31, 0.8);
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: white;
}
@media (max-width: 900px) {
  .shop-page .shop-items .filter__categories #categories span {
    padding: 3px 5px;
    font-size: 15px;
  }
}
.shop-page .shop-items .filter__categories #categories span svg {
  fill: white;
}
.shop-page .shop-items .filter__categories #categories span:hover {
  background: rgba(255, 14, 31, 0.3);
}
.shop-page .shop-items .filter__categories .categories {
  margin-top: 20px;
  color: #7f8c8d;
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-height: 200px;
  width: 100%;
  overflow-y: hidden;
  border: 2px solid rgba(255, 14, 31, 0.3);
  padding: 10px;
  transition: 0.5s;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter__categories .categories {
    overflow-y: auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 400px;
  }
}
@media (max-width: 970px) {
  .shop-page .shop-items .filter__categories .categories {
    max-width: 200px;
  }
}
@media (max-width: 900px) {
  .shop-page .shop-items .filter__categories .categories {
    max-width: 100%;
  }
}
.shop-page .shop-items .filter__categories .categories span {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 20px;
  font-family: Names, sans-serif;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter__categories .categories span {
    font-size: 18px;
    padding: 5px 10px;
    width: auto;
  }
}
@media (max-width: 900px) {
  .shop-page .shop-items .filter__categories .categories span {
    font-size: 15px;
  }
}
.shop-page .shop-items .filter__categories .categories span.active {
  background: rgba(255, 14, 31, 0.8);
  color: white;
}
.shop-page .shop-items .filter__categories .categories span:hover {
  background: rgba(255, 14, 31, 0.3);
}
.shop-page .shop-items .filter__categories .categories span.active:hover {
  background: rgba(255, 14, 31, 0.8);
  color: white;
}
.shop-page .shop-items .filter__categories .categories:hover {
  max-height: 400px;
  overflow-y: auto;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter__categories .categories:hover {
    max-height: 200px;
  }
}
.shop-page .shop-items .filter__platforms {
  margin-top: 20px;
}
.shop-page .shop-items .filter__platforms--title {
  color: white;
}
@media (max-width: 900px) {
  .shop-page .shop-items .filter__platforms--title {
    text-align: center;
  }
}
.shop-page .shop-items .filter__platforms .platforms {
  margin-top: 20px;
  color: #7f8c8d;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.shop-page .shop-items .filter__platforms .platforms span {
  padding: 25px 35px;
  border: 2px solid rgba(255, 14, 31, 0.3);
  font-size: 20px;
  font-family: Names, sans-serif;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .shop-page .shop-items .filter__platforms .platforms span {
    padding: 15px 25px;
  }
}
.shop-page .shop-items .filter__platforms .platforms span.active {
  background: rgba(255, 14, 31, 0.8);
  color: white;
}
.shop-page .shop-items .filter__platforms .platforms span:hover {
  background: rgba(255, 14, 31, 0.3);
}
.shop-page .shop-items .filter__platforms .platforms span.active:hover {
  background: rgba(255, 14, 31, 0.8);
  color: white;
}
.shop-page .shop-items .filter .price-slider {
  width: 100%;
  max-width: 400px;
  margin: 2rem auto;
  position: relative;
  padding: 2rem 1rem;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.shop-page .shop-items .filter .price-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  outline: none;
  margin-bottom: 2rem;
  position: relative;
}
.shop-page .shop-items .filter .price-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background: #0077ff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
.shop-page .shop-items .filter .price-slider input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  background: #0077ff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.shop-page .shop-items .filter .price-slider input[type=range]:nth-of-type(2) {
  margin-top: -2.2rem;
  position: relative;
  z-index: 1;
}
.shop-page .shop-items .filter .price-slider div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
}
.shop-page .shop-items .filter .price-slider div span {
  background: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.shop-page .pagination {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .shop-page .mobile {
    height: 0;
    overflow: hidden;
  }
}
.shop-page .filter__mobile.active + .mobile {
  height: auto;
  overflow: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-family: sans-serif;
}
@media (max-width: 500px) {
  .pagination {
    gap: 3px;
    margin-top: 10px;
  }
}

.pagination__container, .pagination__container-blogs {
  display: flex;
  gap: 5px;
}
@media (max-width: 500px) {
  .pagination__container, .pagination__container-blogs {
    gap: 3px;
  }
}

.pagination__number,
.pagination__prev,
.pagination__next {
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 14, 31, 0.7);
  cursor: pointer;
  user-select: none;
  transition: background 0.2s;
  color: white;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-family: sans-serif;
}
@media (max-width: 500px) {
  .pagination__number,
  .pagination__prev,
  .pagination__next {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 18px;
    padding: 3px;
  }
}
.pagination__number svg,
.pagination__prev svg,
.pagination__next svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 500px) {
  .pagination__number svg,
  .pagination__prev svg,
  .pagination__next svg {
    width: 16px;
    height: 16px;
  }
}
.pagination__number.disabled,
.pagination__prev.disabled,
.pagination__next.disabled {
  background: rgba(255, 14, 31, 0.3);
  color: #7f8c8d;
  cursor: default;
}
.pagination__number.disabled svg,
.pagination__prev.disabled svg,
.pagination__next.disabled svg {
  fill: #7f8c8d;
}
.pagination__number.disabled:hover,
.pagination__prev.disabled:hover,
.pagination__next.disabled:hover {
  background: rgba(255, 14, 31, 0.3);
}

.pagination__number:hover,
.pagination__prev:hover,
.pagination__next:hover {
  background: #ff0e1f;
}

.pagination__number.active {
  background: rgba(255, 14, 31, 0.3);
  color: #7f8c8d;
  cursor: default;
}

.dots {
  padding: 6px;
  color: #ff0e1f;
  font-size: 18px;
  font-weight: bold;
}

#quick-viewer {
  position: fixed;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
#quick-viewer .content {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background: #282828;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  #quick-viewer .content {
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 1100px) {
  #quick-viewer .content {
    width: 98%;
    left: 1%;
  }
}
@media (max-width: 1000px) {
  #quick-viewer .content {
    height: 96%;
    top: 2%;
  }
}
@media (max-width: 500px) {
  #quick-viewer .content {
    padding: 10px;
  }
}
#quick-viewer .content .game-preview {
  display: flex;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  #quick-viewer .content .game-preview {
    flex-direction: column;
  }
}
#quick-viewer .content .game-preview__close {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
#quick-viewer .content .game-preview__close:hover {
  background: #ff0e1f;
}
#quick-viewer .content .game-preview__close:hover svg {
  fill: white;
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__close {
    right: 0;
  }
}
#quick-viewer .content .game-preview__images {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
@media (max-width: 1000px) {
  #quick-viewer .content .game-preview__images {
    flex-direction: row;
    width: calc(100% - 200px);
    height: 50%;
  }
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__images {
    width: 100%;
  }
}
#quick-viewer .content .game-preview__images--buttons {
  display: flex;
  gap: 10px;
  margin-bottom: auto;
}
@media (max-width: 1000px) {
  #quick-viewer .content .game-preview__images--buttons {
    flex-direction: column;
  }
}
#quick-viewer .content .game-preview__images--buttons img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #282828;
  cursor: pointer;
}
#quick-viewer .content .game-preview__images--buttons img.active {
  border-color: #ff0e1f;
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__images--buttons img {
    width: 50px;
    height: 50px;
  }
}
#quick-viewer .content .game-preview__images--container {
  width: calc(100% - 100px - 50px);
  position: relative;
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__images--container {
    width: 120%;
  }
}
#quick-viewer .content .game-preview__images--container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.5s;
}
#quick-viewer .content .game-preview__images--container img:nth-child(1) {
  position: inherit;
}
#quick-viewer .content .game-preview__images--container img.active {
  opacity: 1;
}
#quick-viewer .content .game-preview__info {
  width: 50%;
  max-height: 100%;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: white;
  overflow-y: auto;
}
@media (max-width: 1000px) {
  #quick-viewer .content .game-preview__info {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__info {
    margin-top: 30px;
    gap: 15px;
    padding: 0 10px 10px 10px;
  }
}
#quick-viewer .content .game-preview__info--name {
  font-size: 30px;
  font-family: Names, sans-serif;
  color: white;
  text-underline-offset: 5px;
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__info--name {
    font-size: 25px;
  }
}
#quick-viewer .content .game-preview__info--ratting {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__info--ratting {
    flex-wrap: wrap;
  }
}
#quick-viewer .content .game-preview__info--ratting svg {
  margin-top: -3px;
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__info--ratting svg {
    width: 30px;
    min-width: 30px;
    height: 20px;
  }
}
#quick-viewer .content .game-preview__info--categories {
  padding: 20px 0;
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}
#quick-viewer .content .game-preview__info--price h3, #quick-viewer .content .game-preview__info--platforms h3 {
  margin-bottom: 20px;
}
#quick-viewer .content .game-preview__info--price span, #quick-viewer .content .game-preview__info--platforms span {
  padding: 10px 15px;
  border: 2px solid #3e3e3e;
  border-radius: 30px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  #quick-viewer .content .game-preview__info--price {
    display: flex;
    flex-direction: column;
  }
  #quick-viewer .content .game-preview__info--price span {
    margin-bottom: 10px;
  }
}
#quick-viewer .content .game-preview__info--releaseDate {
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 20px;
}
#quick-viewer .content .game-preview__info--voice h3 {
  padding-bottom: 20px;
}
#quick-viewer .content .game-preview__info--voice .voice {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#quick-viewer .content .game-preview__info--voice .voice div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#quick-viewer .content .game-preview__info--voice .voice.both {
  flex-direction: row;
  flex-wrap: wrap;
}
#quick-viewer.active {
  top: 0;
  opacity: 1;
  pointer-events: inherit;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes opacity {
  0% {
    background: #17161b;
  }
  100% {
    background: rgba(23, 22, 27, 0.8);
  }
}
@keyframes underlineGrow {
  to {
    background-size: 100% 2px;
  }
}
@keyframes headerAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@keyframes pulseSpin {
  0% {
    transform: scale(1) rotate(0deg);
    filter: hue-rotate(0deg) saturate(2) blur(0px);
  }
  25% {
    transform: scale(1.2) rotate(45deg);
    filter: hue-rotate(90deg) saturate(3) blur(2px);
  }
  50% {
    transform: scale(1) rotate(180deg);
    filter: hue-rotate(180deg) saturate(1.5) blur(0px);
  }
  75% {
    transform: scale(1.4) rotate(315deg);
    filter: hue-rotate(270deg) saturate(4) blur(3px);
  }
  100% {
    transform: scale(1) rotate(360deg);
    filter: hue-rotate(360deg) saturate(2) blur(0px);
  }
}
@keyframes play-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.06);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.35;
  }
}
.game-container {
  position: relative;
}
.game-container .iframe-cover {
  display: block;
  width: 60%;
  aspect-ratio: 2/1;
  height: auto;
  margin: 50px auto 0 auto;
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .game-container .iframe-cover {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .game-container .iframe-cover {
    width: calc(100% - 20px);
  }
}
.game-container .iframe-cover__cover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ff0e1f;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
  box-shadow: 0px -300px 150px -46px rgba(255, 14, 31, 0.75) inset;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .game-container .iframe-cover__cover {
    box-shadow: 0px -150px 150px -46px rgba(255, 14, 31, 0.75) inset;
  }
}
@media only screen and (max-width: 768px) {
  .game-container .iframe-cover__cover {
    box-shadow: 0px -80px 150px -46px rgba(255, 14, 31, 0.75) inset;
  }
}
.game-container .iframe-cover__cover .play-btn {
  --c: #ffffff;
  --alpha: 0.12;
  --ring: 30px;
  --outline: 2px;
  position: relative;
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  box-sizing: content-box;
  outline: var(--outline) solid white;
  outline-offset: 0;
}
@media only screen and (max-width: 768px) {
  .game-container .iframe-cover__cover .play-btn {
    --ring: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .game-container .iframe-cover__cover .play-btn {
    width: 50px;
    height: 50px;
  }
}
.game-container .iframe-cover__cover .play-btn::before {
  content: "";
  position: absolute;
  inset: calc(var(--ring) * -1);
  border: var(--ring) solid rgba(255, 255, 255, var(--alpha));
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.game-container .iframe-cover__cover .play-btn::after {
  content: "";
  position: absolute;
  inset: calc(var(--outline) * -1 - 1px);
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
  pointer-events: none;
  transition: box-shadow 0.35s ease;
}
.game-container .iframe-cover__cover .play-btn svg {
  transition: transform 0.35s ease;
}
.game-container .iframe-cover__cover .play-btn:hover svg {
  transform: scale(1.18);
}
.game-container .iframe-cover__cover .play-btn:hover::after {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.12);
}
@media (prefers-reduced-motion: no-preference) {
  .game-container .iframe-cover__cover .play-btn:hover::before {
    animation: play-pulse 1.25s ease-out infinite;
  }
}
.game-container .iframe-cover::after {
  content: "";
  width: calc(20% - 10px);
  height: calc(20% - 10px);
  background: #ff0e1f;
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  top: 0;
  left: 0;
  transition: 0.5s;
}
.game-container .iframe-cover:hover .iframe-cover__cover {
  clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}
.game-container .iframe-cover:hover::after {
  width: calc(10% - 10px);
  height: calc(10% - 10px);
}
.game-container .iframe-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(61, 62, 65, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}
.game-container .iframe-modal svg {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .game-container .iframe-modal svg {
    top: 10px;
    right: 10px;
  }
}
.game-container .iframe-modal svg:hover {
  transform: scale(1.2);
}
.game-container .iframe-modal iframe {
  display: block;
  width: 60%;
  aspect-ratio: 2/1;
  height: auto;
  margin: 50px auto 0 auto;
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .game-container .iframe-modal iframe {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .game-container .iframe-modal iframe {
    width: calc(100% - 20px);
  }
}
.game-container .iframe-modal.active {
  opacity: 1;
  pointer-events: inherit;
}
.game-container .iframe-modal.active iframe {
  transform: translateY(0);
  opacity: 1;
}
.game-container__cover {
  width: 100%;
  height: 70vh;
  position: relative;
  background-size: cover;
  background-position-y: top;
}
@media screen and (max-width: 1000px) {
  .game-container__cover {
    height: 50vh;
    background-position-x: center;
  }
}
.game-container__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-container__cover--info {
  position: absolute;
  bottom: -100px;
  left: 50px;
  padding: 30px;
  background: rgba(40, 40, 40, 0.95);
  color: white;
  max-width: 550px;
}
.game-container__cover--info__special {
  height: 30px;
  position: absolute;
  top: -30px;
  left: 20px;
  background: #f16448;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 8px 10px 3px 10px;
}
.game-container__cover--info__special span {
  display: block;
  height: 20px;
  font-size: 20px;
  font-weight: bolder;
  text-shadow: 0 5px 8px black;
  line-height: 20px;
}
.game-container__cover--info .special-prices {
  margin-top: 15px;
}
.game-container__cover--info .special-prices h4 {
  text-align: center;
  margin-bottom: 5px;
  text-shadow: 0 5px 8px black;
}
.game-container__cover--info .special-prices__items {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  background: black;
  padding: 5px;
}
.game-container__cover--info .special-prices__items div {
  width: calc(50% - 5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #282828;
  padding: 5px;
  cursor: pointer;
  border-radius: 7px;
  letter-spacing: 1px;
  font-weight: bolder;
}
.game-container__cover--info .special-prices__items div:hover {
  background: rgba(40, 40, 40, 0.8);
}
.game-container__cover--info .special-prices__items div:hover svg path {
  fill: #f16448;
}
@media screen and (max-width: 1200px) {
  .game-container__cover--info {
    max-width: 480px;
    padding: 20px 15px;
    left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .game-container__cover--info {
    max-width: calc(100% - 20px);
    left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .game-container__cover--info {
    bottom: -50%;
    padding: 20px 5px;
    width: 100%;
    max-width: calc(100% - 10px);
    left: 5px;
  }
}
.game-container__cover--info h1 {
  color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .game-container__cover--info h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.game-container__cover--info p {
  color: white;
}
@media screen and (max-width: 500px) {
  .game-container__cover--info p {
    font-size: 14px;
  }
}
.game-container__cover--info__platforms {
  margin-top: 30px;
}
.game-container__cover--info__platforms span {
  padding: 5px 10px;
  border: 1px solid white;
}
@media screen and (max-width: 500px) {
  .game-container__cover--info__platforms {
    margin-top: 15px;
  }
  .game-container__cover--info__platforms span {
    padding: 5px 7px 3px 7px;
    font-size: 16px;
  }
}
.game-container__cover--info__rating {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
  .game-container__cover--info__rating {
    flex-wrap: wrap;
  }
}
.game-container__cover--info__package-info {
  margin-top: 20px;
  color: #FCC71D;
  font-weight: bolder;
  line-height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.game-container__cover--info__package-info img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.game-container__cover--info__package-info.column {
  flex-direction: column;
  gap: 10px;
}
.game-container__cover--info__package-info.column span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.game-container__cover--info__price {
  position: relative;
}
.game-container__cover--info__price label {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 60px;
  margin-top: 20px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .game-container__cover--info__price label {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .game-container__cover--info__price label {
    gap: 5px;
    margin-top: 10px;
    height: 40px;
  }
  .game-container__cover--info__price label span, .game-container__cover--info__price label div {
    font-size: 14px;
  }
}
.game-container__cover--info__price label .amount {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .game-container__cover--info__price label .amount {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .game-container__cover--info__price label .amount {
    gap: 4px;
    font-size: 12px;
  }
  .game-container__cover--info__price label .amount .save {
    font-size: 11px;
  }
  .game-container__cover--info__price label .amount .country-name {
    font-size: 12px;
  }
}
.game-container__cover--info__price label input {
  min-width: 30px;
  min-height: 30px;
  accent-color: #ff0e1f;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .game-container__cover--info__price label input {
    min-width: 25px;
    min-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  .game-container__cover--info__price label input {
    min-width: 15px;
    min-height: 15px;
  }
}
.game-container__cover--info__price label span {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 3px;
  height: 30px;
}
.game-container__cover--info__price label span span:not(:first-child) {
  margin-top: -5px;
}
@media screen and (max-width: 500px) {
  .game-container__cover--info__price label span span:not(:first-child) {
    margin-top: -2px;
  }
}
.game-container__cover--info__price label .discount_amount {
  background: #fe0908;
  padding: 5px 5px 3px 5px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .game-container__cover--info__price label .discount_amount {
    padding: 3px 3px 1px 3px;
    font-size: 13px;
  }
}
.game-container__cover--info__price label .amount__base {
  color: #fe0908;
  opacity: 0.5;
}
.game-container__cover--info__price label .amount__base.sale-ended {
  text-decoration: none;
  color: white;
}
.game-container__cover--info__price .active-price-bg {
  width: calc(100% + 20px);
  height: 80px;
  border-radius: 5px;
  background: #34495e;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 0;
  transition: 0.3s;
}
.game-container__cover--info__price .active-price-bg.moved {
  top: 70px;
}
@media screen and (max-width: 500px) {
  .game-container__cover--info__price .active-price-bg {
    width: calc(100% + 10px);
    left: -5px;
    top: -5px;
    height: 50px;
  }
  .game-container__cover--info__price .active-price-bg.moved {
    top: 45px;
  }
}
.game-container__cover--info .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .game-container__cover--info .buttons {
    margin-top: 20px;
    justify-content: center;
  }
}
.game-container__cover--info .buttons span {
  padding: 20px 30px;
  cursor: pointer;
  background: rgba(255, 14, 31, 0.5);
  border-radius: 30px;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .game-container__cover--info .buttons span {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 500px) {
  .game-container__cover--info .buttons span {
    padding: 5px 10px;
    font-size: 15px;
  }
}
.game-container__cover--info .buttons span:hover {
  background: #ff0e1f;
}
.game-container__short-info {
  padding: 30px 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: white;
  gap: 20px;
  width: calc(100% - 680px);
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .game-container__short-info {
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 1000px) {
  .game-container__short-info {
    width: 100%;
    margin-top: 120px;
  }
}
@media screen and (max-width: 500px) {
  .game-container__short-info {
    width: 100%;
    margin-top: 220px;
  }
}
.game-container__short-info--item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.game-container__short-info--item .count-down span {
  font-size: 25px !important;
}
.game-container__short-info--item .pre-order {
  padding: 5px 10px;
  background: #f16448;
  font-weight: bold;
  margin-top: -5px;
  font-family: Names, Arial, sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
  .game-container__short-info--item {
    flex-wrap: wrap;
    gap: 5px;
  }
  .game-container__short-info--item span {
    font-size: 14px;
  }
  .game-container__short-info--item .pre-order {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
.game-container__content {
  padding: 80px 50px 50px 50px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .game-container__content {
    padding: 40px 10px 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .game-container__content {
    padding: 20px 10px 20px 10px;
  }
}
.game-container__content .country {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .game-container__content .country {
    margin-top: 20px;
  }
}
.game-container__content .country h2 {
  text-align: center;
  color: white;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.game-container__content .country h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00130B 0%, #FF0808 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.game-container__content .country h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe0908 0%, #00130B 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.game-container__content .editions h3 {
  width: 100%;
  text-align: center;
  color: white;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions h3 {
    margin-top: 20px;
  }
}
.game-container__content .editions .country {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions .country {
    margin-top: 20px;
  }
}
.game-container__content .editions .country h2 {
  text-align: center;
  color: white;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.game-container__content .editions .country h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00130B 0%, #FF0808 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.game-container__content .editions .country h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe0908 0%, #00130B 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.game-container__content .editions__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .game-container__content .editions__container {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container {
    margin-top: 20px;
  }
}
.game-container__content .editions__container--edition {
  flex: 1;
  max-width: 50%;
  min-width: 350px;
  border: 1px solid #3d3e41;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition {
    max-width: 100%;
    min-width: 310px;
  }
}
.game-container__content .editions__container--edition:hover {
  border: 1px solid #ff0e1f;
}
.game-container__content .editions__container--edition__cover {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition__cover {
    height: 250px;
  }
}
.game-container__content .editions__container--edition__cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.game-container__content .editions__container--edition__info {
  color: white;
  height: calc(100% - 350px);
  background: #1e1f23;
  padding: 30px 20px 80px 20px;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition__info {
    padding: 10px 10px 60px 10px;
  }
}
.game-container__content .editions__container--edition__info h4 {
  font-size: 25px;
  line-height: 25px;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition__info h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.game-container__content .editions__container--edition__info--platforms {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.game-container__content .editions__container--edition__info--platforms span {
  padding: 5px 10px;
  border: 1px solid white;
}
.game-container__content .editions__container--edition__info ul {
  width: 100%;
  padding-left: 20px;
  list-style: none;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition__info ul {
    padding: 0;
  }
}
.game-container__content .editions__container--edition__info ul li {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition__info ul li {
    font-size: 17px;
  }
}
.game-container__content .editions__container--edition__info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 height=%2720px%27 viewBox=%270 -960 960 960%27 width=%2720px%27 fill=%27%23ff0e1f%27><path d=%27m332-264 148-113 148 113-56-182 148-106H538l-58-192-58 192H240l148 106-56 182ZM480-96q-79 0-149-30t-122.5-82.5Q156-261 126-331T96-480q0-80 30-149.5t82.5-122Q261-804 331-834t149-30q80 0 149.5 30t122 82.5Q804-699 834-629.5T864-480q0 79-30 149t-82.5 122.5Q699-156 629.5-126T480-96Zm0-72q130 0 221-91t91-221q0-130-91-221t-221-91q-130 0-221 91t-91 221q0 130 91 221t221 91Zm0-312Z%27/></svg>") no-repeat center;
  background-size: contain;
}
.game-container__content .editions__container--edition__info--price {
  margin-top: 20px;
  position: relative;
}
.game-container__content .editions__container--edition__info--price .price-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #34495e;
  pointer-events: none;
  border-radius: 15px;
  transition: 0.5s;
}
.game-container__content .editions__container--edition__info--price .price-bg.first {
  top: 0;
  transition: 0.5s;
}
.game-container__content .editions__container--edition__info--price .price-bg.second {
  top: 50px;
  transition: 0.5s;
}
.game-container__content .editions__container--edition__info--price .amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 13px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.game-container__content .editions__container--edition__info--price .amount .discount_amount {
  padding: 5px 5px 2px 5px;
  border-radius: 5px;
  background: #f16448;
}
.game-container__content .editions__container--edition__info--price .amount__base {
  color: #f16448;
  text-decoration: line-through;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition__info--price span {
    font-size: 16px;
  }
}
.game-container__content .editions__container--edition__info .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 15px;
  left: 10px;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition__info .buttons {
    margin-top: 20px;
  }
}
.game-container__content .editions__container--edition__info .buttons span {
  padding: 10px 15px;
  cursor: pointer;
  background: rgba(255, 14, 31, 0.5);
  border-radius: 30px;
  white-space: nowrap;
  transition: 0.5s;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions__container--edition__info .buttons span {
    padding: 5px 10px 3px 10px;
  }
}
.game-container__content .editions__container--edition__info .buttons span:hover {
  background: #ff0e1f;
}
.game-container__content .editions .addOns {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions .addOns {
    margin-top: 20px;
  }
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide {
  height: auto;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--cover {
  width: 100%;
  max-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #f16448;
  border-right: 1px solid #f16448;
  border-top: 1px solid #f16448;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info {
  color: white;
  border: 1px solid #f16448;
  border-top: none;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
  max-height: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info p {
  width: 90%;
  margin: 10px auto;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info p {
    margin: 0 auto;
  }
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .product-type {
  font-size: 14px;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .buttons {
    margin-top: 10px;
  }
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .buttons span {
  padding: 7px 10px;
  cursor: pointer;
  background: rgba(255, 14, 31, 0.5);
  border-radius: 30px;
  font-size: 15px;
  white-space: nowrap;
  transition: 0.5s;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .buttons span:hover {
  background: #ff0e1f;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .amounts {
  position: relative;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .amounts .price-bg {
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 50px;
  background: #34495e;
  pointer-events: none;
  border-radius: 15px;
  transition: 0.5s;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .amounts .price-bg.first {
  top: 0;
  transition: 0.5s;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .amounts .price-bg.second {
  top: 50px;
  transition: 0.5s;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .amounts .amount {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .amounts .amount__base {
  color: #f16448;
  text-decoration: line-through;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container--info .amounts .amount span {
  padding-bottom: 3px;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container.new {
  padding: 20px;
  background: #1E1F23;
  border-radius: 15px;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container.new .addOns__container--cover, .game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container.new .addOns__container--info {
  border-color: rgba(241, 100, 72, 0);
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container.new .addOns__container--cover {
  border-radius: 15px;
  overflow: hidden;
}
.game-container__content .editions .addOns .swiper-wrapper .swiper-slide .addOns__container.new .addOns__container--info {
  max-height: calc(100% - 320px);
}
@media screen and (max-width: 500px) {
  .game-container__content .editions .addOns .swiper-button-next::after, .game-container__content .editions .addOns .swiper-button-prev::after {
    font-size: 25px;
  }
}
.game-container__lang-info {
  color: white;
}
.game-container__lang-info .info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 500px) {
  .game-container__lang-info .info {
    gap: 10px;
  }
}
.game-container__lang-info .info__voice {
  display: flex;
  max-width: 50%;
}
.game-container__lang-info .info__voice h5 {
  margin: 15px 0;
}
@media screen and (max-width: 500px) {
  .game-container__lang-info .info__voice {
    max-width: 100%;
  }
  .game-container__lang-info .info__voice span {
    font-size: 13px;
  }
}
.game-container__lang-info .country {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.game-container__lang-info .country h4 {
  text-align: center;
  color: white;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.game-container__lang-info .country h4::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00130B 0%, #FF0808 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.game-container__lang-info .country h4::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe0908 0%, #00130B 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.game-container__lang-info .before::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #ff0e1f;
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 500px) {
  .game-container__lang-info .before::before {
    width: 8px;
    margin: 0 3px 5px 0;
  }
}
@media screen and (max-width: 500px) {
  .game-container__lang-info .before {
    font-size: 14px;
  }
  .game-container__lang-info .before span:not(.title) {
    font-size: 14px;
  }
}
.game-container__lang-info .title {
  font-weight: bold;
  margin-right: 15px;
  width: 170px;
  min-width: 170px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .game-container__lang-info .title {
    font-size: 13px;
    margin-right: 5px;
    width: 130px;
    min-width: 130px;
  }
}
.game-container__lang-info h4.title {
  width: 197px;
  min-width: 197px;
}
@media screen and (max-width: 500px) {
  .game-container__lang-info h4.title {
    width: 140px;
    min-width: 140px;
  }
}
.game-container .rating-distribution {
  color: white;
}
.game-container .rating-distribution .country {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.game-container .rating-distribution .country h2 {
  text-align: center;
  color: white;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.game-container .rating-distribution .country h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00130B 0%, #FF0808 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.game-container .rating-distribution .country h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe0908 0%, #00130B 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.game-container .rating-distribution__container {
  background: #1e1f23;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  padding: 20px;
}
.game-container .rating-distribution__container svg {
  width: 40px;
  height: 40px;
}
.game-container .rating-distribution__container .av-rating {
  font-size: 30px;
  display: flex;
  align-items: center;
}
.game-container .rating-distribution__container .av-rating .rating-amount {
  margin-right: 15px;
  margin-top: 13px;
}
.game-container .rating-distribution__chart-container {
  background: #1e1f23;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}
.game-container .rating-distribution__chart-container .chart--stars {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game-container .rating-distribution__chart-container .chart--stars svg {
  width: 30px;
  height: 30px;
}
.game-container .rating-distribution__chart-container .chart--stars .percentage {
  font-size: 20px;
}
.game-container .rating-distribution__chart-container .chart--bars {
  width: 100%;
  height: 5px;
  background: rgba(241, 100, 72, 0.5);
  margin-bottom: 15px;
}
.game-container .rating-distribution__chart-container .chart--bars--bar {
  height: 100%;
  background: #f16448;
}
.game-container .region-depended-content {
  display: none;
}
.game-container .region-depended-content.active {
  display: inherit;
}
.game-container .info__voice {
  max-width: 100%;
}
.game-container .game-lang-details .swiper-slide {
  padding: 20px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.game-container .game-lang-details .swiper-slide:hover {
  background: black;
}
.game-container .game-lang-details .swiper-button-next, .game-container .game-lang-details .swiper-button-prev {
  font-size: 50px;
}
.game-container .game-lang-details .swiper-button-next::after, .game-container .game-lang-details .swiper-button-prev::after {
  display: none;
}

.country-flag {
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #D6D3D1;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift-cards, .account-rental {
  padding-top: 50px;
  margin-top: 50px;
}
.gift-cards h1, .account-rental h1 {
  text-align: center;
  color: white;
}
@media screen and (max-width: 500px) {
  .gift-cards h1, .account-rental h1 {
    padding: 0 15px;
  }
}
.gift-cards h1.no-country, .account-rental h1.no-country {
  margin-bottom: 50px;
}
.gift-cards .country, .account-rental .country {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.gift-cards .country h2, .account-rental .country h2 {
  text-align: center;
  color: white;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.gift-cards .country h2::before, .account-rental .country h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00130B 0%, #FF0808 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.gift-cards .country h2::after, .account-rental .country h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe0908 0%, #00130B 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.gift-cards__description, .account-rental__description {
  text-align: center;
  width: 80%;
  margin: 0 auto 50px auto;
  background: none;
  color: white;
}
@media screen and (max-width: 500px) {
  .gift-cards__description, .account-rental__description {
    width: 90%;
  }
}
.gift-cards__description p, .gift-cards__description span, .account-rental__description p, .account-rental__description span {
  background: none !important;
  color: white !important;
  line-break: anywhere;
}
.gift-cards__description p, .account-rental__description p {
  margin: 5px 0;
}
.gift-cards__description ul, .account-rental__description ul {
  display: inline-block;
  text-align: left;
  margin: 5px 0;
}
.gift-cards__description span, .account-rental__description span {
  width: 100%;
}
.gift-cards .included-games, .account-rental .included-games {
  background: rgba(241, 100, 72, 0.5);
  color: white;
  padding: 5px 10px 3px 10px;
  border-radius: 5px;
  cursor: pointer;
  display: table;
  margin: 15px auto 30px auto;
}
.gift-cards .included-games:hover, .account-rental .included-games:hover {
  background: #f16448;
}
.gift-cards__container, .account-rental__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
  padding: 0 50px;
  background: #17161b;
  max-width: 80%;
  margin: auto;
}
.gift-cards__container--card, .account-rental__container--card {
  min-width: 300px;
  max-width: 320px;
  padding: 10px;
  border: 1px solid #f16448;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gift-cards__container--card__image-container, .account-rental__container--card__image-container {
  width: 100%;
}
.gift-cards__container--card__image-container img, .account-rental__container--card__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.gift-cards__container--card__price, .account-rental__container--card__price {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  gap: 15px;
  color: white;
  margin: 15px 0;
}
.gift-cards__container--card:hover img, .account-rental__container--card:hover img {
  transform: scale(1.08);
}
.gift-cards__container--card .single-game-direct-to-cart, .gift-cards__container--card .single-game-direct-to-cart span, .account-rental__container--card .single-game-direct-to-cart, .account-rental__container--card .single-game-direct-to-cart span {
  padding: 8px 18px;
  cursor: pointer;
  background: rgba(255, 14, 31, 0.5);
  border-radius: 30px;
  color: white;
  font-size: 15px;
  margin: auto;
  transition: 0.5s;
}
.gift-cards__container--card .single-game-direct-to-cart:hover, .gift-cards__container--card .single-game-direct-to-cart span:hover, .account-rental__container--card .single-game-direct-to-cart:hover, .account-rental__container--card .single-game-direct-to-cart span:hover {
  background: #ff0e1f;
}
.gift-cards__container--card.new, .account-rental__container--card.new {
  border-color: rgba(241, 100, 72, 0);
  background: #1E1E1E;
  border-radius: 20px;
}
.gift-cards__container--card.new:hover, .account-rental__container--card.new:hover {
  border-color: #f16448;
}
.gift-cards__container--card.new .gift-cards__container--card__image-container, .account-rental__container--card.new .gift-cards__container--card__image-container {
  margin: 15px;
  width: calc(100% - 30px);
  border-radius: 25px;
  overflow: hidden;
}
.gift-cards.psplus .gift-cards__description, .account-rental.psplus .gift-cards__description {
  max-width: 600px;
}
.gift-cards.psplus .grouped-tabs__tabs, .account-rental.psplus .grouped-tabs__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .grouped-tabs__tabs, .account-rental.psplus .grouped-tabs__tabs {
    flex-direction: column;
    padding: 0 10px;
  }
}
.gift-cards.psplus .grouped-tabs__tabs div, .account-rental.psplus .grouped-tabs__tabs div {
  width: 400px;
  cursor: pointer;
  border-radius: 10px;
  padding: 15px;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .gift-cards.psplus .grouped-tabs__tabs div, .account-rental.psplus .grouped-tabs__tabs div {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .grouped-tabs__tabs div, .account-rental.psplus .grouped-tabs__tabs div {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .gift-cards.psplus .grouped-tabs__tabs div, .account-rental.psplus .grouped-tabs__tabs div {
    width: 70%;
  }
}
@media only screen and (max-width: 330px) {
  .gift-cards.psplus .grouped-tabs__tabs div, .account-rental.psplus .grouped-tabs__tabs div {
    width: 80%;
  }
}
.gift-cards.psplus .grouped-tabs__tabs div:hover, .account-rental.psplus .grouped-tabs__tabs div:hover {
  transform: translateX(-5px) translateY(-10px);
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .grouped-tabs__tabs div:hover, .account-rental.psplus .grouped-tabs__tabs div:hover {
    transform: none;
    width: 100%;
  }
}
.gift-cards.psplus .grouped-tabs__tabs div.active, .account-rental.psplus .grouped-tabs__tabs div.active {
  transform: translateX(-5px) translateY(-10px);
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .grouped-tabs__tabs div.active, .account-rental.psplus .grouped-tabs__tabs div.active {
    transform: none;
    width: 100%;
  }
}
.gift-cards.psplus .grouped-tabs__tabs div h2, .account-rental.psplus .grouped-tabs__tabs div h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 330px) {
  .gift-cards.psplus .grouped-tabs__tabs div h2, .account-rental.psplus .grouped-tabs__tabs div h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.gift-cards.psplus .grouped-tabs__tabs div p, .account-rental.psplus .grouped-tabs__tabs div p {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .gift-cards.psplus .grouped-tabs__tabs div p, .account-rental.psplus .grouped-tabs__tabs div p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 330px) {
  .gift-cards.psplus .grouped-tabs__tabs div p, .account-rental.psplus .grouped-tabs__tabs div p {
    font-size: 10px;
  }
}
.gift-cards.psplus .grouped-tabs__tabs div.premium, .gift-cards.psplus .grouped-tabs__tabs div.deluxe, .account-rental.psplus .grouped-tabs__tabs div.premium, .account-rental.psplus .grouped-tabs__tabs div.deluxe {
  background: #252524;
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .grouped-tabs__tabs div.premium, .gift-cards.psplus .grouped-tabs__tabs div.deluxe, .account-rental.psplus .grouped-tabs__tabs div.premium, .account-rental.psplus .grouped-tabs__tabs div.deluxe {
    align-self: flex-start;
  }
}
.gift-cards.psplus .grouped-tabs__tabs div.premium h2, .gift-cards.psplus .grouped-tabs__tabs div.deluxe h2, .account-rental.psplus .grouped-tabs__tabs div.premium h2, .account-rental.psplus .grouped-tabs__tabs div.deluxe h2 {
  color: #fcc000;
}
.gift-cards.psplus .grouped-tabs__tabs div.premium p, .gift-cards.psplus .grouped-tabs__tabs div.deluxe p, .account-rental.psplus .grouped-tabs__tabs div.premium p, .account-rental.psplus .grouped-tabs__tabs div.deluxe p {
  color: white;
}
.gift-cards.psplus .grouped-tabs__tabs div.extra, .account-rental.psplus .grouped-tabs__tabs div.extra {
  background: #FCC000;
}
.gift-cards.psplus .grouped-tabs__tabs div.extra h2, .account-rental.psplus .grouped-tabs__tabs div.extra h2 {
  color: black;
}
.gift-cards.psplus .grouped-tabs__tabs div.extra p, .account-rental.psplus .grouped-tabs__tabs div.extra p {
  color: black;
}
.gift-cards.psplus .grouped-tabs__tabs div.essential, .account-rental.psplus .grouped-tabs__tabs div.essential {
  background: white;
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .grouped-tabs__tabs div.essential, .account-rental.psplus .grouped-tabs__tabs div.essential {
    align-self: flex-end;
  }
}
.gift-cards.psplus .grouped-tabs__tabs div.essential h2, .account-rental.psplus .grouped-tabs__tabs div.essential h2 {
  color: black;
}
.gift-cards.psplus .grouped-tabs__tabs div.essential p, .account-rental.psplus .grouped-tabs__tabs div.essential p {
  color: black;
}
.gift-cards.psplus .grouped-tabs__cards, .account-rental.psplus .grouped-tabs__cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin-top: 50px;
  min-height: 600px;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .gift-cards.psplus .grouped-tabs__cards, .account-rental.psplus .grouped-tabs__cards {
    min-height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .grouped-tabs__cards, .account-rental.psplus .grouped-tabs__cards {
    flex-wrap: wrap;
  }
}
.gift-cards.psplus .grouped-tabs__cards .card-to-switch, .account-rental.psplus .grouped-tabs__cards .card-to-switch {
  width: 0px;
  min-width: inherit;
  max-width: inherit;
  overflow: hidden;
  padding: 0px;
  border-width: 0px;
  margin: 0 -5px;
  opacity: 0;
  transform: scale(1.5);
  transition: 0.3s;
}
.gift-cards.psplus .grouped-tabs__cards .card-to-switch.active, .account-rental.psplus .grouped-tabs__cards .card-to-switch.active {
  width: 400px;
  padding: 10px;
  border-width: 1px;
  opacity: 1;
  transform: scale(1);
  transition: 0.6s;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .gift-cards.psplus .grouped-tabs__cards .card-to-switch.active, .account-rental.psplus .grouped-tabs__cards .card-to-switch.active {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .grouped-tabs__cards .card-to-switch.active, .account-rental.psplus .grouped-tabs__cards .card-to-switch.active {
    min-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 450px) {
  .gift-cards.psplus .grouped-tabs__cards .card-to-switch.active, .account-rental.psplus .grouped-tabs__cards .card-to-switch.active {
    width: 100%;
  }
}
.gift-cards.psplus .grouped-tabs__cards .replacement, .account-rental.psplus .grouped-tabs__cards .replacement {
  opacity: 0;
  pointer-events: none;
}
.gift-cards.psplus .grouped-tabs__cards .gift-cards__container--card__price, .account-rental.psplus .grouped-tabs__cards .gift-cards__container--card__price {
  width: 100%;
}
.gift-cards.psplus .grouped-tabs__cards .gift-cards__container--card__price p, .account-rental.psplus .grouped-tabs__cards .gift-cards__container--card__price p {
  text-align: center;
}
.gift-cards.psplus .grouped-tabs__cards .gift-cards__container--card__price span, .account-rental.psplus .grouped-tabs__cards .gift-cards__container--card__price span {
  padding: 2px 5px 0 5px;
}
.gift-cards.psplus .grouped-tabs__cards .gift-cards__container--card__price--items, .account-rental.psplus .grouped-tabs__cards .gift-cards__container--card__price--items {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 10px);
}
.gift-cards.psplus .grouped-tabs__cards .gift-cards__container--card__price--items .price-bg, .account-rental.psplus .grouped-tabs__cards .gift-cards__container--card__price--items .price-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #34495e;
  border-radius: 10px;
  transition: 0.5s;
}
.gift-cards.psplus .grouped-tabs__cards .gift-cards__container--card__price--items .price-bg.second, .account-rental.psplus .grouped-tabs__cards .gift-cards__container--card__price--items .price-bg.second {
  top: 40px;
}
.gift-cards.psplus .grouped-tabs__cards .gift-cards__container--card__price--items span, .account-rental.psplus .grouped-tabs__cards .gift-cards__container--card__price--items span {
  height: 40px;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.gift-cards.psplus .grouped-tabs__cards .gift-cards__container--card__price--items span:not(.replacement), .account-rental.psplus .grouped-tabs__cards .gift-cards__container--card__price--items span:not(.replacement) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.gift-cards.psplus .catalog-switcher, .account-rental.psplus .catalog-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 150px;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 10px;
  gap: 10px;
}
.gift-cards.psplus .catalog-switcher div, .gift-cards.psplus .catalog-switcher a, .account-rental.psplus .catalog-switcher div, .account-rental.psplus .catalog-switcher a {
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .catalog-switcher div, .gift-cards.psplus .catalog-switcher a, .account-rental.psplus .catalog-switcher div, .account-rental.psplus .catalog-switcher a {
    width: 100%;
  }
}
.gift-cards.psplus .catalog-switcher div svg, .gift-cards.psplus .catalog-switcher a svg, .account-rental.psplus .catalog-switcher div svg, .account-rental.psplus .catalog-switcher a svg {
  width: 45px;
  height: 45px;
}
.gift-cards.psplus .catalog-switcher div svg path, .gift-cards.psplus .catalog-switcher a svg path, .account-rental.psplus .catalog-switcher div svg path, .account-rental.psplus .catalog-switcher a svg path {
  fill: black !important;
}
.gift-cards.psplus .catalog-switcher div.active svg path, .gift-cards.psplus .catalog-switcher a.active svg path, .account-rental.psplus .catalog-switcher div.active svg path, .account-rental.psplus .catalog-switcher a.active svg path {
  fill: #f16448 !important;
}
.gift-cards.psplus .catalog-switcher div span, .gift-cards.psplus .catalog-switcher a span, .account-rental.psplus .catalog-switcher div span, .account-rental.psplus .catalog-switcher a span {
  font-weight: bolder;
  color: black;
}
.gift-cards.psplus .game-list-container-services, .account-rental.psplus .game-list-container-services {
  background: black;
  margin: 0 auto;
  max-width: 1920px;
  padding: 50px 20px 20px 50px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .game-list-container-services, .account-rental.psplus .game-list-container-services {
    padding: 50px 10px 20px 10px;
  }
}
.gift-cards.psplus .game-list-container-services h2, .account-rental.psplus .game-list-container-services h2 {
  color: white;
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
  margin: 50px 10px;
}
.gift-cards.psplus .game-list-container-services .total-serv, .account-rental.psplus .game-list-container-services .total-serv {
  color: white;
}
.gift-cards.psplus .game-list-container-services__cards, .account-rental.psplus .game-list-container-services__cards {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .game-list-container-services__cards, .account-rental.psplus .game-list-container-services__cards {
    gap: 10px;
  }
}
.gift-cards.psplus .game-list-container-services__cards .card, .account-rental.psplus .game-list-container-services__cards .card {
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: #1E1E1E;
  padding: 15px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .game-list-container-services__cards .card, .account-rental.psplus .game-list-container-services__cards .card {
    width: 150px;
    padding: 5px;
    border-radius: 10px;
  }
}
.gift-cards.psplus .game-list-container-services__cards .card__image-container, .account-rental.psplus .game-list-container-services__cards .card__image-container {
  width: 100%;
}
.gift-cards.psplus .game-list-container-services__cards .card__image-container img, .account-rental.psplus .game-list-container-services__cards .card__image-container img {
  width: 100%;
  height: 100%;
  max-height: 270px;
  object-fit: cover;
  border-radius: 25px;
}
.gift-cards.psplus .game-list-container-services__cards .card .platforms, .account-rental.psplus .game-list-container-services__cards .card .platforms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  margin-top: 10px;
}
.gift-cards.psplus .game-list-container-services__cards .card h3, .account-rental.psplus .game-list-container-services__cards .card h3 {
  text-align: center;
  color: white;
  margin: 15px 0;
}
.gift-cards.psplus .game-list-container-services .pagination-serv, .account-rental.psplus .game-list-container-services .pagination-serv {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.gift-cards.psplus .game-list-container-services .alert, .account-rental.psplus .game-list-container-services .alert {
  color: #f16448;
  font-size: 12px;
  margin-top: 50px;
  font-weight: bolder;
}
.gift-cards.psplus .trials, .account-rental.psplus .trials {
  padding-top: 150px;
}
.gift-cards.psplus .trials__package, .account-rental.psplus .trials__package {
  color: #FDC100;
  font-weight: bolder;
  letter-spacing: 0.5px;
  margin: 0 auto 20px auto;
  border: 2px solid white;
  padding: 5px 30px 2px 30px;
  width: fit-content;
}
.gift-cards.psplus .trials h3, .account-rental.psplus .trials h3 {
  color: white;
  text-align: center;
  font-size: 45px;
}
.gift-cards.psplus .trials p, .account-rental.psplus .trials p {
  color: white;
  text-align: center;
  margin: 20px 10px;
}
.gift-cards.psplus .trials__container, .account-rental.psplus .trials__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1920px;
  margin: 100px auto;
  padding: 0 10px;
}
.gift-cards.psplus .trials__container--item, .account-rental.psplus .trials__container--item {
  min-width: 300px;
  flex: 0 0 calc(25% - 50px);
}
.gift-cards.psplus .trials__container--item h2, .account-rental.psplus .trials__container--item h2 {
  text-transform: uppercase;
  font-size: 35px;
  color: #f16448;
}
.gift-cards.psplus .trials__container--item__list, .account-rental.psplus .trials__container--item__list {
  border-top: 2px solid white;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  margin-top: 20px;
  gap: 10px;
}
.gift-cards.psplus .trials__container--item__list span, .account-rental.psplus .trials__container--item__list span {
  color: white;
  font-size: 20px;
}
.gift-cards.psplus .trials .alert, .account-rental.psplus .trials .alert {
  color: #f16448;
  font-size: 12px;
  margin-top: 50px;
  font-weight: bolder;
}
.gift-cards.psplus .membership, .account-rental.psplus .membership {
  background: #E2E8F0;
}
.gift-cards.psplus .membership h2, .account-rental.psplus .membership h2 {
  text-align: center;
  padding: 150px 10px 50px 10px;
  color: black;
  font-size: 30px;
}
.gift-cards.psplus .membership p, .account-rental.psplus .membership p {
  text-align: center;
  color: black;
  max-width: 500px;
  margin: 0 auto;
}
.gift-cards.psplus .membership__container, .account-rental.psplus .membership__container {
  padding: 50px 10px;
}
.gift-cards.psplus .membership__container--tabs, .account-rental.psplus .membership__container--tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .membership__container--tabs, .account-rental.psplus .membership__container--tabs {
    flex-direction: column;
    padding: 0 10px;
  }
}
.gift-cards.psplus .membership__container--tabs div, .account-rental.psplus .membership__container--tabs div {
  width: 400px;
  cursor: pointer;
  border-radius: 10px;
  padding: 15px;
  transition: 0.5s;
}
.gift-cards.psplus .membership__container--tabs div h2, .account-rental.psplus .membership__container--tabs div h2 {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .gift-cards.psplus .membership__container--tabs div, .account-rental.psplus .membership__container--tabs div {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .membership__container--tabs div, .account-rental.psplus .membership__container--tabs div {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--tabs div, .account-rental.psplus .membership__container--tabs div {
    width: 70%;
  }
}
@media only screen and (max-width: 330px) {
  .gift-cards.psplus .membership__container--tabs div, .account-rental.psplus .membership__container--tabs div {
    width: 80%;
  }
}
.gift-cards.psplus .membership__container--tabs div:hover, .account-rental.psplus .membership__container--tabs div:hover {
  transform: translateX(-5px) translateY(-10px);
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .membership__container--tabs div:hover, .account-rental.psplus .membership__container--tabs div:hover {
    transform: none;
    width: 100%;
  }
}
.gift-cards.psplus .membership__container--tabs div.active, .account-rental.psplus .membership__container--tabs div.active {
  transform: translateX(-5px) translateY(-10px);
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .membership__container--tabs div.active, .account-rental.psplus .membership__container--tabs div.active {
    transform: none;
    width: 100%;
  }
}
.gift-cards.psplus .membership__container--tabs div h2, .account-rental.psplus .membership__container--tabs div h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 330px) {
  .gift-cards.psplus .membership__container--tabs div h2, .account-rental.psplus .membership__container--tabs div h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.gift-cards.psplus .membership__container--tabs div p, .account-rental.psplus .membership__container--tabs div p {
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .gift-cards.psplus .membership__container--tabs div p, .account-rental.psplus .membership__container--tabs div p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 330px) {
  .gift-cards.psplus .membership__container--tabs div p, .account-rental.psplus .membership__container--tabs div p {
    font-size: 10px;
  }
}
.gift-cards.psplus .membership__container--tabs div.premium, .gift-cards.psplus .membership__container--tabs div.deluxe, .account-rental.psplus .membership__container--tabs div.premium, .account-rental.psplus .membership__container--tabs div.deluxe {
  background: #252524;
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .membership__container--tabs div.premium, .gift-cards.psplus .membership__container--tabs div.deluxe, .account-rental.psplus .membership__container--tabs div.premium, .account-rental.psplus .membership__container--tabs div.deluxe {
    align-self: flex-start;
  }
}
.gift-cards.psplus .membership__container--tabs div.premium h2, .gift-cards.psplus .membership__container--tabs div.deluxe h2, .account-rental.psplus .membership__container--tabs div.premium h2, .account-rental.psplus .membership__container--tabs div.deluxe h2 {
  color: #fcc000;
}
.gift-cards.psplus .membership__container--tabs div.premium p, .gift-cards.psplus .membership__container--tabs div.deluxe p, .account-rental.psplus .membership__container--tabs div.premium p, .account-rental.psplus .membership__container--tabs div.deluxe p {
  color: white;
}
.gift-cards.psplus .membership__container--tabs div.extra, .account-rental.psplus .membership__container--tabs div.extra {
  background: #FCC000;
}
.gift-cards.psplus .membership__container--tabs div.extra h2, .account-rental.psplus .membership__container--tabs div.extra h2 {
  color: black;
}
.gift-cards.psplus .membership__container--tabs div.extra p, .account-rental.psplus .membership__container--tabs div.extra p {
  color: black;
}
.gift-cards.psplus .membership__container--tabs div.essential, .account-rental.psplus .membership__container--tabs div.essential {
  background: white;
}
@media only screen and (max-width: 768px) {
  .gift-cards.psplus .membership__container--tabs div.essential, .account-rental.psplus .membership__container--tabs div.essential {
    align-self: flex-end;
  }
}
.gift-cards.psplus .membership__container--tabs div.essential h2, .account-rental.psplus .membership__container--tabs div.essential h2 {
  color: black;
}
.gift-cards.psplus .membership__container--tabs div.essential p, .account-rental.psplus .membership__container--tabs div.essential p {
  color: black;
}
.gift-cards.psplus .membership__container--includes, .account-rental.psplus .membership__container--includes {
  max-width: 1220px;
  margin: 10px auto;
  background: #F1F5F9;
  padding: 20px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .gift-cards.psplus .membership__container--includes, .account-rental.psplus .membership__container--includes {
    max-width: 920px;
  }
}
.gift-cards.psplus .membership__container--includes__list, .account-rental.psplus .membership__container--includes__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .gift-cards.psplus .membership__container--includes__list, .account-rental.psplus .membership__container--includes__list {
    flex-wrap: wrap;
  }
}
.gift-cards.psplus .membership__container--includes__list--description, .account-rental.psplus .membership__container--includes__list--description {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 750px;
}
.gift-cards.psplus .membership__container--includes__list--description.active, .account-rental.psplus .membership__container--includes__list--description.active {
  display: flex;
}
.gift-cards.psplus .membership__container--includes__list--description h2, .account-rental.psplus .membership__container--includes__list--description h2 {
  color: black;
  padding-left: 0;
  padding-top: 50px;
}
.gift-cards.psplus .membership__container--includes__list--description p, .account-rental.psplus .membership__container--includes__list--description p {
  color: black;
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
}
.gift-cards.psplus .membership__container--includes__list--description ul li, .account-rental.psplus .membership__container--includes__list--description ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: bolder;
}
.gift-cards.psplus .membership__container--includes__list--description ul li svg, .account-rental.psplus .membership__container--includes__list--description ul li svg {
  width: 40px;
  height: 40px;
}
.gift-cards.psplus .membership__container--includes__list--description .additional-includes, .account-rental.psplus .membership__container--includes__list--description .additional-includes {
  width: 100%;
}
.gift-cards.psplus .membership__container--includes__list--description .additional-includes h4, .account-rental.psplus .membership__container--includes__list--description .additional-includes h4 {
  margin: 60px 0 30px 0;
}
.gift-cards.psplus .membership__container--includes__list--description .additional-includes__items, .account-rental.psplus .membership__container--includes__list--description .additional-includes__items {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gift-cards.psplus .membership__container--includes__list--description .additional-includes__items span, .account-rental.psplus .membership__container--includes__list--description .additional-includes__items span {
  flex: 0 0 calc(33.333% - 15px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: bolder;
}
.gift-cards.psplus .membership__container--includes__list--description .additional-includes__items span svg, .account-rental.psplus .membership__container--includes__list--description .additional-includes__items span svg {
  width: 35px;
  height: 35px;
}
.gift-cards.psplus .membership__container--includes__list--prices, .account-rental.psplus .membership__container--includes__list--prices {
  margin-top: 50px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: white;
  min-width: 420px;
}
.gift-cards.psplus .membership__container--includes__list--prices .single-game-direct-to-cart, .gift-cards.psplus .membership__container--includes__list--prices .single-game-direct-to-cart span, .account-rental.psplus .membership__container--includes__list--prices .single-game-direct-to-cart, .account-rental.psplus .membership__container--includes__list--prices .single-game-direct-to-cart span {
  padding: 8px 18px;
  cursor: pointer;
  background: rgba(255, 14, 31, 0.5);
  border-radius: 30px;
  color: white;
  font-size: 15px;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
.gift-cards.psplus .membership__container--includes__list--prices .single-game-direct-to-cart:hover, .gift-cards.psplus .membership__container--includes__list--prices .single-game-direct-to-cart span:hover, .account-rental.psplus .membership__container--includes__list--prices .single-game-direct-to-cart:hover, .account-rental.psplus .membership__container--includes__list--prices .single-game-direct-to-cart span:hover {
  background: #ff0e1f;
}
.gift-cards.psplus .membership__container--includes__list--prices .single-game-direct-to-cart, .account-rental.psplus .membership__container--includes__list--prices .single-game-direct-to-cart {
  margin: 50px auto;
  padding: 0 18px;
}
@media screen and (max-width: 1023px) {
  .gift-cards.psplus .membership__container--includes__list--prices, .account-rental.psplus .membership__container--includes__list--prices {
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices, .account-rental.psplus .membership__container--includes__list--prices {
    min-width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.gift-cards.psplus .membership__container--includes__list--prices h2, .account-rental.psplus .membership__container--includes__list--prices h2 {
  padding: 20px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices h2, .account-rental.psplus .membership__container--includes__list--prices h2 {
    font-size: 16px;
    line-height: 31px;
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item, .account-rental.psplus .membership__container--includes__list--prices--item {
  display: none;
}
.gift-cards.psplus .membership__container--includes__list--prices--item.active, .account-rental.psplus .membership__container--includes__list--prices--item.active {
  display: inherit;
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price {
    padding: 10px;
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price {
    gap: 10px;
    justify-content: space-between;
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg {
  position: absolute;
  top: 80px;
  left: 10px;
  width: 200px;
  height: 70px;
  background: rgba(209, 213, 220, 0.8);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
  transition: 0.5s;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg {
    width: 150px;
    height: 60px;
    left: 5px;
    top: 77px;
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-0, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-0 {
  top: 80px;
  left: 10px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-0, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-0 {
    top: 76px;
    left: 5px;
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-1, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-1 {
  top: 170px;
  left: 10px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-1, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-1 {
    top: 146px;
    left: 5px;
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-2, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-2 {
  top: 260px;
  left: 10px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-2, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.turkey-2 {
    top: 216px;
    left: 5px;
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-0, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-0 {
  top: 80px;
  left: 210px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-0, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-0 {
    top: 76px;
    left: calc(100% - 5px - 150px);
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-1, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-1 {
  top: 170px;
  left: 210px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-1, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-1 {
    top: 146px;
    left: calc(100% - 5px - 150px);
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-2, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-2 {
  top: 260px;
  left: 210px;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-2, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-bg.ukraine-2 {
    top: 216px;
    left: calc(100% - 5px - 150px);
  }
}
.gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-option, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-option {
  width: 180px;
  height: 50px;
  background: #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-option, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-option {
    width: 140px;
    padding: 10px 5px;
  }
  .gift-cards.psplus .membership__container--includes__list--prices--item .duration-price .price .price-option span, .account-rental.psplus .membership__container--includes__list--prices--item .duration-price .price .price-option span {
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
  }
}
.gift-cards.eaplay .grouped-tabs__cards, .account-rental.eaplay .grouped-tabs__cards {
  min-height: auto;
  margin-bottom: 100px;
}
.gift-cards.eaplay .single-game-direct-to-cart, .account-rental.eaplay .single-game-direct-to-cart {
  margin: 0 auto;
}
.gift-cards.eaplay .card-to-switch, .account-rental.eaplay .card-to-switch {
  width: 400px !important;
  min-width: inherit;
  max-width: inherit;
  overflow: hidden;
  padding: 10px !important;
  border-width: 1px !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: 0.3s;
}
.gift-cards.eaplay .card-to-switch.active, .account-rental.eaplay .card-to-switch.active {
  width: 400px;
  padding: 10px;
  border-width: 1px;
  opacity: 1;
  transform: scale(1);
  transition: 0.6s;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .gift-cards.eaplay .card-to-switch.active, .account-rental.eaplay .card-to-switch.active {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .gift-cards.eaplay .card-to-switch.active, .account-rental.eaplay .card-to-switch.active {
    min-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 450px) {
  .gift-cards.eaplay .card-to-switch.active, .account-rental.eaplay .card-to-switch.active {
    width: 100%;
  }
}
.gift-cards.eaplay .ea-benefits, .account-rental.eaplay .ea-benefits {
  width: 100%;
  max-width: 1440px;
  margin: 100px auto;
  padding: 0 10px;
}
.gift-cards.eaplay .ea-benefits h2, .account-rental.eaplay .ea-benefits h2 {
  color: white;
  text-align: center;
}
.gift-cards.eaplay .ea-benefits__container, .account-rental.eaplay .ea-benefits__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}
.gift-cards.eaplay .ea-benefits__container div, .account-rental.eaplay .ea-benefits__container div {
  width: 300px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: #1E1E1E;
  border-radius: 15px;
}
.gift-cards.eaplay .ea-benefits__container div h3, .gift-cards.eaplay .ea-benefits__container div p, .account-rental.eaplay .ea-benefits__container div h3, .account-rental.eaplay .ea-benefits__container div p {
  color: white;
  text-align: center;
}

.included-games-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: 0.5s;
}
.included-games-modal svg {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  cursor: pointer;
}
.included-games-modal svg:hover {
  background: #f16448;
  fill: white;
}
.included-games-modal h2 {
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.included-games-modal.active {
  pointer-events: inherit;
  opacity: 1;
}
.included-games-modal__container {
  width: 95%;
  height: 95%;
  border-radius: 10px;
  padding: 15px;
  overflow-y: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  background: #1c2833;
}
.included-games-modal__container img {
  max-width: 250px;
  max-height: 250px;
  min-width: 200px;
  object-fit: contain;
  border-radius: 10px;
  flex: 0 0 0 calc(20% - 10px);
}
@media screen and (max-width: 1200px) {
  .included-games-modal__container img {
    max-width: 200px;
    min-width: 150px;
    max-height: inherit;
  }
}
@media screen and (max-width: 550px) {
  .included-games-modal__container img {
    max-width: 150px;
    min-width: 100px;
  }
}
@media screen and (max-width: 325px) {
  .included-games-modal__container img {
    max-width: 100px;
    min-width: 90px;
  }
}

.rotation {
  padding-bottom: 100px !important;
}
.rotation h3 {
  font-size: 36px;
  text-align: center;
  color: white;
  margin: 50px 10px;
}
.rotation p {
  width: 100%;
  max-width: 500px;
  text-align: center;
  color: white;
  margin: 0 auto 30px auto;
}
.rotation .swiper-slide {
  padding: 15px;
  border-radius: 15px;
  background: #1E1E1E;
}
.rotation .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
.rotation .swiper-slide h2 {
  text-align: center;
  color: white;
  margin: 20px 0;
  min-height: 72px;
}
.rotation .swiper-pagination span {
  width: 10px;
  height: 3px;
  background: #f16448;
  border-radius: 0;
}

.blogs {
  width: 70%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1445px) {
  .blogs {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .blogs {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .blogs {
    width: 96%;
  }
}
@media screen and (max-width: 700px) {
  .blogs {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
}
.blogs__container {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 700px) {
  .blogs__container {
    width: 100%;
  }
}
.blogs__container--blog {
  width: 100%;
  position: relative;
}
.blogs__container--blog__cover {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}
.blogs__container--blog__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.blogs__container--blog:hover .blogs__container--blog__cover img {
  transform: scale(1.1);
}
.blogs__container--blog__info {
  padding: 40px;
  background: #1c2833;
}
@media screen and (max-width: 1000px) {
  .blogs__container--blog__info {
    padding: 20px;
  }
}
@media screen and (max-width: 450px) {
  .blogs__container--blog__info {
    padding: 10px;
  }
}
.blogs__container--blog__info--category {
  padding: 10px 40px 10px 20px;
  background: #f16448;
  color: white;
  font-size: 18px;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 450px) {
  .blogs__container--blog__info--category {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.blogs__container--blog__info--details {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 450px) {
  .blogs__container--blog__info--details {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
  }
}
.blogs__container--blog__info--details div {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 450px) {
  .blogs__container--blog__info--details div {
    gap: 5px;
  }
}
.blogs__container--blog__info--details div span {
  padding-top: 5px;
  color: white;
}
@media screen and (max-width: 450px) {
  .blogs__container--blog__info--details div span {
    font-size: 12px;
  }
}
.blogs__container--blog__info--header {
  display: block;
  margin: 30px 0;
  color: white;
  font-size: 12px;
  line-height: 40px;
  text-underline-offset: 5px;
}
.blogs__container--blog__info--header:hover {
  text-decoration-color: #f16448;
}
@media screen and (max-width: 450px) {
  .blogs__container--blog__info--header {
    font-size: 10px;
    margin: 15px 0;
    line-height: 30px;
  }
}
.blogs__container--blog__info p {
  color: white;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .blogs__container--blog__info p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.blogs__container--blog__info--button {
  background: white;
  padding: 15px 30px;
  position: relative;
  border: 3px solid #f16448;
  color: #f16448;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 450px) {
  .blogs__container--blog__info--button {
    padding: 8px 20px 5px 20px;
    font-size: 14px;
  }
}
.blogs__container--blog__info--button .icon {
  width: 0px;
  position: relative;
  transition: 0.8s;
}
.blogs__container--blog__info--button div {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #f16448;
  transition: 0.5s;
  z-index: 0;
}
.blogs__container--blog__info--button span {
  position: relative;
}
.blogs__container--blog__info--button:hover {
  color: white;
}
.blogs__container--blog__info--button:hover .icon {
  width: 30px;
  transform: translateX(20px);
  transition-delay: 0.1s;
}
.blogs__container--blog__info--button:hover div {
  width: 100%;
}
.blogs__filters {
  width: 27%;
}
@media screen and (max-width: 700px) {
  .blogs__filters {
    width: 100%;
  }
}
.blogs__filters--categories {
  border-right: 5px solid #f16448;
}
.blogs__filters--categories h2 {
  padding: 10px 10px 5px 5px;
  color: white;
  background: #f16448;
}
.blogs__filters--categories div {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 8px;
  border-bottom: 3px solid #566573;
  cursor: pointer;
  transition: 0.5s;
}
.blogs__filters--categories div span {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.blogs__filters--categories div:hover {
  border-color: #f16448;
  width: 100%;
  padding: 15px calc(8px + 2%) 15px 8px;
}
.blogs__filters--categories div.active {
  border-color: #f16448;
  width: 100%;
  padding: 15px calc(8px + 2%) 15px 8px;
}
.blogs__filters--categories div.active span {
  color: #f16448;
}

.blog__cover {
  width: 100%;
  height: 60vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog__cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__cover h1 {
  position: absolute;
  max-width: 50%;
  background: #f16448;
  color: white;
  padding: 10px 15px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .blog__cover h1 {
    max-width: 80%;
    background: rgba(241, 100, 72, 0.9);
  }
}
.blog__content {
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width: 850px) {
  .blog__content {
    width: 90%;
  }
}
.blog__content img:not(p span img) {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}
.blog__content p {
  background: none !important;
  color: white !important;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
  white-space: wrap;
  line-break: normal;
}
.blog__content p span {
  background: none !important;
  color: white !important;
  max-width: 100%;
  width: 100%;
  white-space: wrap;
  line-break: anywhere;
}
.blog__content p span img {
  margin-right: 15px;
}
.blog__content a {
  color: white;
  text-decoration-color: #f16448;
  text-underline-offset: 1px;
  line-break: anywhere;
  transition: 0.3s;
}
.blog__content a:hover {
  text-underline-offset: 5px;
}
.blog__content iframe {
  width: 80%;
  min-height: 400px;
  margin: 40px 10%;
}
@media screen and (max-width: 850px) {
  .blog__content iframe {
    width: 90%;
    height: 200px;
    min-height: 200px;
    margin: 40px 5%;
  }
}

.cart-switcher {
  color: #f16448;
  text-decoration: underline;
  display: block;
  margin: 50px;
  cursor: pointer;
}

.cart-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 50px auto;
  overflow-y: auto;
  position: relative;
}
.cart-container .empty-cart {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.cart-container .empty-cart h1 {
  color: #f16448;
}
.cart-container .empty-cart a {
  color: white;
  background: #f16448;
  padding: 10px 15px 8px 15px;
  border-radius: 5px;
  text-decoration: none;
}
.cart-container .empty-cart a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .cart-container {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .cart-container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.cart-container__items {
  width: calc(100% - 320px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .cart-container__items {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 768px) {
  .cart-container__items {
    width: 100%;
  }
}
.cart-container__items .cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f16448;
  padding: 10px 5px;
}
.cart-container__items .cart-item img {
  width: 80px;
  max-height: 80px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .cart-container__items .cart-item img {
    width: 50px;
    max-height: 50px;
    margin-right: 5px;
  }
}
.cart-container__items .cart-item div {
  width: 250px;
  text-align: left;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-container__items .cart-item svg {
  cursor: pointer;
  min-width: 30px;
  height: 30px;
}
.cart-container__items .cart-item svg:hover {
  transform: scale(1.2);
}
.cart-container__items .cart-item .deleted {
  color: #f16448;
}
@media screen and (max-width: 768px) {
  .cart-container__items .cart-item .price, .cart-container__items .cart-item .deleted {
    text-align: center;
    width: 50px;
  }
  .cart-container__items .cart-item .no-mobile {
    display: none;
  }
  .cart-container__items .cart-item .price-container {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .cart-container__items .cart-item h3, .cart-container__items .cart-item h4 {
    font-size: 15px;
  }
}
.cart-container__summary {
  width: 300px;
  position: sticky;
  top: 0;
  background: #17161b;
}
@media screen and (max-width: 1000px) {
  .cart-container__summary {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .cart-container__summary {
    padding-bottom: 15px;
    width: 100%;
  }
}
.cart-container__summary h2 {
  color: white;
  background: #ff0e1f;
  padding: 10px 10px 8px 10px;
}
@media screen and (max-width: 768px) {
  .cart-container__summary h2 {
    font-size: 16px;
    padding: 8px 10px 6px 10px;
  }
}
.cart-container__summary h3 {
  color: white;
  margin-top: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .cart-container__summary h3 {
    letter-spacing: normal;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart-container__summary h3 {
    margin-top: 5px;
    font-size: 16px;
  }
}
.cart-container__summary button {
  padding: 10px 15px 8px 15px;
  background: #ff0e1f;
  color: white;
  margin: 20px 15px 0 auto;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 7px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}
.cart-container__summary button:hover {
  background: rgba(255, 14, 31, 0.8);
}
@media screen and (max-width: 768px) {
  .cart-container__summary button {
    margin-top: 5px;
    font-size: 16px;
  }
}
.cart-container.orders {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px;
  overflow-y: auto;
}
.cart-container.orders .order {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .cart-container.orders .order.accordion__item--content {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .cart-container.orders .order__info {
    padding: 10px 0;
  }
}
.cart-container.orders .order__info div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .cart-container.orders .order__info div {
    gap: 5px;
  }
}
.cart-container.orders .order__info div h3 {
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 800px) {
  .cart-container.orders .order__info div h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .cart-container.orders .order__info div h3 {
    font-size: 12px;
  }
}
.cart-container.orders .order__info div h3 svg {
  transform: rotate(0deg);
  margin-bottom: 3px;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .cart-container.orders .order__info div h3 svg {
    display: none;
  }
}
.cart-container.orders .order__info div .copy-id {
  position: relative;
}
@media screen and (max-width: 600px) {
  .cart-container.orders .order__info div .copy-id {
    display: flex;
    flex-direction: column;
  }
}
.cart-container.orders .order__info div .copy-id .alert {
  position: absolute;
  width: 150px;
  height: auto;
  bottom: 100%;
  left: calc(50% - 75px);
  background: #f16448;
  color: white;
  clip-path: polygon(0% 0%, 100% 0%, 100% 74%, 60% 74%, 50% 100%, 40% 74%, 0 74%);
  padding: 5px 10px 15px 10px;
  font-size: 16px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.cart-container.orders .order__info div .copy-id .alert.active {
  opacity: 1;
}
.cart-container.orders .order__info div .copy-id:hover .alert {
  opacity: 1;
}
.cart-container.orders .order__info .user-data {
  align-items: flex-start;
}
.cart-container.orders .order__info .user-data h3 {
  text-align: left;
}
.cart-container.orders .order__info:hover div h3 svg {
  transform: rotate(0deg) scale(1.1);
}
.cart-container.orders .order__info.active + .accordion__item--content {
  border-bottom: 1px solid #ff0e1f;
}
.cart-container.orders .order .cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #f16448;
  padding: 10px 15px;
}
@media screen and (max-width: 400px) {
  .cart-container.orders .order .cart-item {
    width: 100%;
    padding: 10px 5px;
  }
}
.cart-container.orders .order .cart-item div:not(.header) {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cart-container.orders .order .cart-item div:not(.header) .deleted {
  color: #f16448;
}
@media screen and (max-width: 400px) {
  .cart-container.orders .order .cart-item h4, .cart-container.orders .order .cart-item h3 {
    font-size: 14px;
  }
}
.cart-container.orders .order h2 {
  width: 100%;
  text-align: right;
  font-size: 17px;
  padding: 10px 10px 0 5px;
}

.accept-order {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(23, 22, 27, 0.7);
  pointer-events: none;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: 0.5s;
}
.accept-order.active {
  pointer-events: inherit;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .accept-order h1 {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .accept-order h2 {
    font-size: 18px;
    text-align: center;
  }
}
.accept-order__container {
  width: 50%;
  height: 50%;
  background: #17161b;
  border-radius: 10px;
  border: 1px solid #ff0e1f;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .accept-order__container {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .accept-order__container {
    width: calc(100% - 10px);
  }
}
.accept-order__container svg {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.accept-order__container svg:hover {
  transform: scale(1.1);
}
.accept-order__container input {
  width: 100%;
  height: 40px;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #f16448;
  color: #f16448;
  font-size: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .accept-order__container input {
    font-size: 18px;
  }
}
.accept-order__container span {
  background: #2ecc71;
  padding: 10px 20px 7px 20px;
  margin-top: 50px;
  border-radius: 5px;
  cursor: pointer;
  color: black;
}

.contact-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.contact-container__container {
  background: #f16448;
  padding: 80px 50px;
  width: 100%;
  margin: 0 50px;
  max-width: 1440px;
}
@media screen and (max-width: 1300px) {
  .contact-container__container {
    padding: 60px 30px;
    margin: 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-container__container {
    padding: 40px 20px;
    margin: 0 16px;
  }
}
.contact-container__container h2 {
  font-size: 60px;
  color: white;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .contact-container__container h2 {
    font-size: 30px;
  }
}
.contact-container__container p {
  font-size: 24px;
  color: white;
  text-align: right;
  margin-top: 100px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .contact-container__container p {
    font-size: 18px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 325px) {
  .contact-container__container p {
    font-size: 16px;
    line-height: 18px;
  }
}
.contact-container__container--links {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  border-top: 1px solid white;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .contact-container__container--links {
    margin-top: 50px;
    padding-top: 50px;
    gap: 35px;
  }
}
.contact-container__container--links a {
  width: 180px;
  height: 180px;
  min-width: 180px;
  min-height: 180px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .contact-container__container--links a {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contact-container__container--links a {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}
.contact-container__container--links a i {
  font-size: 80px;
  color: white;
  transform: rotate(-45deg);
  text-decoration: none;
  pointer-events: none;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .contact-container__container--links a i {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact-container__container--links a i {
    font-size: 35px;
  }
}
.contact-container__container--links a.facebook {
  background: rgba(24, 119, 242, 0);
}
.contact-container__container--links a.messenger {
  background: rgba(0, 178, 255, 0);
}
.contact-container__container--links a.instagram {
  background: rgba(228, 64, 95, 0);
}
.contact-container__container--links a:hover {
  transform: rotate(0deg);
  border-radius: 50%;
}
.contact-container__container--links a:hover.facebook {
  background: #1877f2;
}
.contact-container__container--links a:hover.messenger {
  background: #00b2ff;
}
.contact-container__container--links a:hover.instagram {
  background: #e4405f;
}
.contact-container__container--links a:hover i {
  transform: rotate(0deg);
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes opacity {
  0% {
    background: #17161b;
  }
  100% {
    background: rgba(23, 22, 27, 0.8);
  }
}
@keyframes underlineGrow {
  to {
    background-size: 100% 2px;
  }
}
@keyframes headerAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@keyframes pulseSpin {
  0% {
    transform: scale(1) rotate(0deg);
    filter: hue-rotate(0deg) saturate(2) blur(0px);
  }
  25% {
    transform: scale(1.2) rotate(45deg);
    filter: hue-rotate(90deg) saturate(3) blur(2px);
  }
  50% {
    transform: scale(1) rotate(180deg);
    filter: hue-rotate(180deg) saturate(1.5) blur(0px);
  }
  75% {
    transform: scale(1.4) rotate(315deg);
    filter: hue-rotate(270deg) saturate(4) blur(3px);
  }
  100% {
    transform: scale(1) rotate(360deg);
    filter: hue-rotate(360deg) saturate(2) blur(0px);
  }
}
@keyframes play-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.06);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.35;
  }
}
.cover-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}
.cover-slider__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.cover-slider__image-container img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1) translate(0px);
  transition: 1s ease-in-out 0.5s, transform 20s ease-in-out 15s;
  transition-delay: 1s;
}
.cover-slider__image-container img.mobile {
  display: none;
}
@media (max-width: 500px) {
  .cover-slider__image-container img {
    display: none;
  }
  .cover-slider__image-container img.mobile {
    display: block;
  }
}
.cover-slider__image-container img.active-slide-image {
  opacity: 1;
  transform: scale(1.5) translateX(100px) translateY(-100px);
  transition: 1.5s, transform 20s ease-in-out 45s;
  transition-delay: 1s;
}
.cover-slider__image-container img.active-slide-image.mobile {
  transform: scale(1.5);
}
.cover-slider__image-container img.opacity {
  opacity: 0;
}
.cover-slider__text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cover-slider__text-container--header {
  color: white;
  font-size: 60px;
  font-weight: bolder;
  width: 50%;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 1500px) {
  .cover-slider__text-container--header {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .cover-slider__text-container--header {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .cover-slider__text-container--header {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .cover-slider__text-container--header {
    width: 85%;
  }
}
@media (max-width: 350px) {
  .cover-slider__text-container--header {
    width: 90%;
    font-size: 22px;
  }
}
.cover-slider__text-container--text {
  color: white;
  font-size: 30px;
  font-weight: bolder;
  width: 50%;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 1500px) {
  .cover-slider__text-container--text {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .cover-slider__text-container--text {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .cover-slider__text-container--text {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .cover-slider__text-container--text {
    width: 85%;
  }
}
@media (max-width: 350px) {
  .cover-slider__text-container--text {
    width: 90%;
    font-size: 15px;
  }
}
.cover-slider__text-container--button {
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
  transition: 0.1s;
  text-align: center;
}
.cover-slider__text-container--button span {
  background: #ff0e1f;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bolder;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  cursor: pointer;
  color: white;
  display: block;
  transition: 0.5s;
}
.cover-slider__text-container--button:hover {
  box-shadow: 0 63px 77px -21px #ff0e1f;
  transition: 0.5s, box-shadow 0.4s ease-in-out 0.2s;
}
.cover-slider__text-container--button:hover span {
  font-size: 20px;
  line-height: 18px;
  clip-path: polygon(0 100%, 100% 100%, 90% 0, 10% 0);
  transform: translateY(10px);
  transition: 0.5s, transform 0.4s ease-in-out 0.2s;
}
@media (max-width: 500px) {
  .cover-slider__text-container--button span {
    font-size: 15px;
  }
}
.cover-slider__text-container .cover-slide-item {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 150px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.cover-slider__text-container .cover-slide-item.active-slide-text {
  gap: 20px;
  transform: translateX(0%);
  opacity: 1;
  pointer-events: inherit;
  transition: 0.8s;
  transition-delay: 1s;
}
.cover-slider__text-container .cover-slide-item.opacity {
  opacity: 0;
}
.cover-slider__navigation {
  width: 100%;
  padding: 30px 0 30px 30px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 7px;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 500px) {
  .cover-slider__navigation {
    gap: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
.cover-slider__navigation--item {
  cursor: pointer;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover-slider__navigation--item span {
  display: inline-block;
  height: 20px;
  width: 5px;
  background: white;
  transform: skewX(15deg);
  transition: 0.3s;
}
.cover-slider__navigation--item:hover span {
  height: 40px;
}
.cover-slider__navigation--item.active-slide-navigation span {
  height: 40px;
}
.cover-slider .scroll-down {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 15px);
  z-index: 5;
  filter: brightness(0) invert(1);
  width: 30px;
  cursor: pointer;
  animation: scrollDown 2s infinite;
  transition: 0.5s;
}
.cover-slider .scroll-down:hover {
  animation: none;
}
.cover-slider #scroll-item {
  position: absolute;
  bottom: 0;
  height: 0;
}

.navigation {
  background: #17161b;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #201f24;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .navigation {
    padding: 0 10px;
  }
}
.navigation__search, .navigation__authenticate {
  display: flex;
  align-items: center;
}
.navigation__search svg, .navigation__authenticate svg {
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .navigation__search svg, .navigation__authenticate svg {
    width: 25px;
    height: 25px;
  }
}
.navigation__search svg:hover, .navigation__authenticate svg:hover {
  fill: #ff0e1f;
}
.navigation__search {
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  .navigation__search {
    position: relative;
    z-index: 2;
  }
}
.navigation__main-content {
  display: flex;
}
@media screen and (max-width: 550px) {
  .navigation__main-content {
    position: relative;
    width: 70%;
  }
}
.navigation__main-content--left-side {
  margin-right: -20px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .navigation__main-content--left-side {
    width: 0;
  }
}
.navigation__main-content--left-side__social {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 60px;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 1s;
}
@media screen and (max-width: 1100px) {
  .navigation__main-content--left-side__social {
    padding-left: 30px;
  }
}
@media screen and (max-width: 550px) {
  .navigation__main-content--left-side__social {
    display: none;
  }
}
.navigation__main-content--left-side__social p {
  color: white;
  font-size: 14px;
  margin-bottom: -6px;
}
@media screen and (max-width: 800px) {
  .navigation__main-content--left-side__social p {
    display: none;
  }
}
.navigation__main-content--left-side__social a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.navigation__main-content--left-side__social a:hover {
  color: #ff0e1f;
}
.navigation__main-content--left-side::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #201f24;
  transform: skewX(20deg);
}
@media screen and (max-width: 550px) {
  .navigation__main-content--left-side::after {
    display: none;
  }
}
.navigation__main-content--logo {
  width: 245px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  transition-delay: 1s;
}
@media screen and (max-width: 1000px) {
  .navigation__main-content--logo {
    width: 150px;
    margin-left: 85px;
    margin-right: -85px;
  }
}
@media screen and (max-width: 800px) {
  .navigation__main-content--logo {
    width: 100px;
  }
}
@media screen and (max-width: 550px) {
  .navigation__main-content--logo {
    margin: 0;
    position: absolute;
    left: calc(50% - 40px);
    top: 15px;
    height: 50px;
  }
  .navigation__main-content--logo img {
    max-height: 48px;
  }
}
.navigation__main-content--logo__container {
  background-size: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .navigation__main-content--logo__container {
    height: 100%;
  }
}
.navigation__main-content--logo__container a {
  width: 40%;
  transition: 0.3s;
  transition-delay: 1s;
}
@media screen and (max-width: 800px) {
  .navigation__main-content--logo__container a {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .navigation__main-content--logo__container a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.navigation__main-content--logo__container a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 550px) {
  .navigation__main-content--logo__container a img {
    width: 80%;
    height: 80%;
  }
}
.navigation__main-content--logo__container a:hover {
  transform: scale(1.2) rotate(5deg);
  transition-delay: 0s;
}
.navigation__main-content--right-side {
  margin-left: -20px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .navigation__main-content--right-side {
    margin-left: 0;
    width: 200px;
  }
}
@media screen and (max-width: 550px) {
  .navigation__main-content--right-side {
    width: 110%;
  }
}
.navigation__main-content--right-side__marquee {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 1s;
}
@media screen and (max-width: 550px) {
  .navigation__main-content--right-side__marquee {
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .navigation__main-content--right-side__marquee span {
    font-size: 12px;
  }
}
.navigation__main-content--right-side::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #201f24;
  transform: skewX(-20deg);
}
@media screen and (max-width: 550px) {
  .navigation__main-content--right-side::after {
    display: none;
  }
}
.navigation__authenticate {
  justify-content: flex-end;
}
.navigation__authenticate .cart-icon {
  position: relative;
}
.navigation__authenticate .cart-icon span {
  position: absolute;
  top: 0;
  right: 0;
  background: #f16448;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  padding-top: 3px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .navigation__authenticate .cart-icon span {
    width: 15px;
    height: 15px;
    font-size: 12px;
    top: -5px;
  }
}
.navigation__authenticate .menu-icon {
  display: none;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .navigation__authenticate .menu-icon {
    display: block;
  }
}
.navigation .navigation-links {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 60px;
  border-top: 2px solid #201f24;
  padding: 0 50px;
}
@media screen and (max-width: 1100px) {
  .navigation .navigation-links {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .navigation .navigation-links {
    display: none;
  }
}
.navigation .navigation-links__link {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .navigation-links__link a, .navigation .navigation-links__link .drop {
  color: white;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}
.navigation .navigation-links__link a:hover + .indicator, .navigation .navigation-links__link .drop:hover + .indicator {
  width: 96%;
  left: 2%;
  height: 4px;
}
.navigation .navigation-links__link .indicator {
  width: 0%;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0%;
  background: #ff0e1f;
  transition: 0.2s;
}
.navigation .navigation-links__link.active .indicator {
  width: 96%;
  left: 2%;
  height: 4px;
}
.navigation .navigation-links__link .dropdown-menu {
  min-width: 300px;
  position: absolute;
  top: 150%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: #17161b;
  transition: 0.5s;
  z-index: 10;
}
.navigation .navigation-links__link .dropdown-menu__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.navigation .navigation-links__link .dropdown-menu__item span {
  width: 0px;
  height: 4px;
  background: #ff0e1f;
  transition: 0.3s;
}
.navigation .navigation-links__link .dropdown-menu__item a {
  width: 100%;
  padding: 15px 10px;
}
.navigation .navigation-links__link .dropdown-menu__item:hover span {
  width: 30px;
  transition: 0.3s;
}
.navigation .navigation-links__link:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: inherit;
}
.navigation.scrolled .navigation__main-content--left-side__social {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.navigation.scrolled .navigation__main-content--logo {
  width: 230px;
  transition: 0.5s;
}
.navigation.scrolled .navigation__main-content--logo__container a {
  width: 30%;
  transition: 0.3s;
}
.navigation.scrolled .navigation__main-content--right-side__marquee {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.navigation-mobile {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: rgba(23, 22, 27, 0.7);
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.navigation-mobile .navigation-links {
  background: #17161b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 15px;
  width: 50%;
  height: 100%;
  clip-path: polygon(48% 88%, 25% 17%, 66% 57%, 44% 22%, 27% 70%, 75% 31%, 43% 24%, 57% 48%, 15% 43%, 71% 75%);
  transform: translateX(100%);
  transition: 1s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 550px) {
  .navigation-mobile .navigation-links {
    width: 90%;
  }
}
.navigation-mobile .navigation-links svg {
  position: absolute;
  top: 20px;
  right: 20px;
}
.navigation-mobile .navigation-links__link a, .navigation-mobile .navigation-links__link span {
  color: white;
  text-decoration: none;
}
.navigation-mobile .navigation-links__link span {
  display: block;
  text-align: center;
}
.navigation-mobile .navigation-links__link.active a, .navigation-mobile .navigation-links__link.active span {
  color: #f16448;
}
.navigation-mobile .navigation-links__link .dropdown-menu {
  width: 300px;
  opacity: 0;
  pointer-events: none;
  background: #17161b;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.5s;
  z-index: 10;
}
.navigation-mobile .navigation-links__link .dropdown-menu a {
  font-size: 16px;
  line-height: 0px;
  color: white;
  overflow: hidden;
  transition: 0.5s;
}
.navigation-mobile .navigation-links__link:hover .dropdown-menu {
  margin-top: 15px;
  gap: 10px;
  padding: 0 10px;
  pointer-events: inherit;
  opacity: 1;
}
.navigation-mobile .navigation-links__link:hover .dropdown-menu a {
  line-height: 16px;
}
.navigation-mobile .navigation-links .mobile-social {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.navigation-mobile .navigation-links .mobile-social a {
  color: white;
  text-decoration: none;
  font-size: 25px;
}
.navigation-mobile.active {
  pointer-events: inherit;
  opacity: 1;
}
.navigation-mobile.active .navigation-links {
  transform: translateX(0%);
  clip-path: polygon(54% 0, 100% 0, 100% 30%, 100% 52%, 100% 71%, 100% 100%, 32% 100%, 0 100%, 0 57%, 0 0);
}

.scroll-up {
  display: inline-block;
  text-decoration: none;
  transition: 0.1s;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  transition: 0.5s;
}
.scroll-up span {
  background: #ff0e1f;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bolder;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  cursor: pointer;
  color: white;
  display: block;
  transition: 0.5s;
}
.scroll-up:hover {
  box-shadow: 0 63px 77px -21px #ff0e1f;
  transition: 0.5s, box-shadow 0.4s ease-in-out 0.2s;
}
.scroll-up:hover span {
  font-size: 20px;
  line-height: 18px;
  clip-path: polygon(0 100%, 100% 100%, 90% 0, 10% 0);
  transform: translateY(10px);
  transition: 0.5s, transform 0.4s ease-in-out 0.2s;
}
@media screen and (max-width: 550px) {
  .scroll-up {
    left: 10px;
    bottom: 10px;
  }
}
.scroll-up span {
  padding: 15px 30px;
}
@media screen and (max-width: 550px) {
  .scroll-up span {
    padding: 10px 15px 5px 12px;
  }
}
.scroll-up.scroll-up-off {
  opacity: 0;
  pointer-events: none;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes opacity {
  0% {
    background: #17161b;
  }
  100% {
    background: rgba(23, 22, 27, 0.8);
  }
}
@keyframes underlineGrow {
  to {
    background-size: 100% 2px;
  }
}
@keyframes headerAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@keyframes pulseSpin {
  0% {
    transform: scale(1) rotate(0deg);
    filter: hue-rotate(0deg) saturate(2) blur(0px);
  }
  25% {
    transform: scale(1.2) rotate(45deg);
    filter: hue-rotate(90deg) saturate(3) blur(2px);
  }
  50% {
    transform: scale(1) rotate(180deg);
    filter: hue-rotate(180deg) saturate(1.5) blur(0px);
  }
  75% {
    transform: scale(1.4) rotate(315deg);
    filter: hue-rotate(270deg) saturate(4) blur(3px);
  }
  100% {
    transform: scale(1) rotate(360deg);
    filter: hue-rotate(360deg) saturate(2) blur(0px);
  }
}
@keyframes play-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.06);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.35;
  }
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
  color: white;
}
.marquee span a {
  color: white;
  text-decoration: none;
}
.marquee span:hover {
  animation-play-state: paused;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes opacity {
  0% {
    background: #17161b;
  }
  100% {
    background: rgba(23, 22, 27, 0.8);
  }
}
@keyframes underlineGrow {
  to {
    background-size: 100% 2px;
  }
}
@keyframes headerAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@keyframes pulseSpin {
  0% {
    transform: scale(1) rotate(0deg);
    filter: hue-rotate(0deg) saturate(2) blur(0px);
  }
  25% {
    transform: scale(1.2) rotate(45deg);
    filter: hue-rotate(90deg) saturate(3) blur(2px);
  }
  50% {
    transform: scale(1) rotate(180deg);
    filter: hue-rotate(180deg) saturate(1.5) blur(0px);
  }
  75% {
    transform: scale(1.4) rotate(315deg);
    filter: hue-rotate(270deg) saturate(4) blur(3px);
  }
  100% {
    transform: scale(1) rotate(360deg);
    filter: hue-rotate(360deg) saturate(2) blur(0px);
  }
}
@keyframes play-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.06);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.35;
  }
}
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #17161b;
  transition: 0.5s;
}
.search-modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 550px) {
  .search-modal__close {
    right: 15px;
    top: 15px;
  }
}
.search-modal__close:hover {
  fill: #ff0e1f;
  transform: scale(1.2) rotate(90deg);
  transition: 0.2s;
}
.search-modal__input-container {
  width: 70%;
  position: relative;
}
@media screen and (max-width: 550px) {
  .search-modal__input-container {
    width: 94%;
  }
}
.search-modal__input-container svg {
  position: absolute;
  top: 7px;
  height: 40px;
}
@media screen and (max-width: 550px) {
  .search-modal__input-container svg {
    height: 30px;
  }
}
.search-modal__input-container input {
  width: 100%;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  border-bottom: 4px solid white;
  font-size: 20px;
  padding-left: 50px;
  color: white;
}
@media screen and (max-width: 550px) {
  .search-modal__input-container input {
    padding-left: 40px;
    height: 45px;
    font-size: 18px;
  }
}
.search-modal__input-container input:focus + span {
  width: 100%;
  transition: 0.5s;
}
.search-modal__input-container input:focus::placeholder {
  opacity: 0.5;
}
.search-modal__input-container span {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #ff0e1f;
  transition: 0.5s;
}
.search-modal.visible {
  pointer-events: inherit;
  opacity: 1;
  background: rgba(23, 22, 27, 0.98);
  transition: 0.5s background 0.5s ease-in-out;
}

.accordion {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-top: 50px !important;
}
.accordion__item {
  background: rgba(0, 0, 0, 0.6);
}
.accordion__item:nth-child(odd) {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.accordion__item--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  color: white;
  cursor: pointer;
  font-size: 21px;
  border-bottom: 1px solid #1c2833;
  user-select: none;
  transition: 0.5s;
}
@media (max-width: 1000px) {
  .accordion__item--header {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .accordion__item--header {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.accordion__item--header svg {
  transform: rotate(45deg);
  transition: 0.5s;
}
.accordion__item--header:hover svg {
  fill: #ff0e1f;
  transform: rotate(45deg) scale(1.1);
  transition: 0.5s;
}
.accordion__item--header.active {
  border-color: #ff0e1f;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.accordion__item--header.active svg {
  fill: #ff0e1f;
  transform: rotate(0deg);
}
.accordion__item--content {
  padding: 15px 25px;
  color: white;
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  display: none;
}
@media (max-width: 1000px) {
  .accordion__item--content {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .accordion__item--content {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.accordion__item--content p {
  text-indent: 40px;
  margin: 10px 0;
}
@media (max-width: 1000px) {
  .accordion__item--content p {
    text-indent: 20px;
  }
}
.accordion__item--content ul, .accordion__item--content ol {
  margin: 10px 10px 10px 80px;
}
@media (max-width: 1000px) {
  .accordion__item--content ul, .accordion__item--content ol {
    margin: 10px 10px 10px 40px;
  }
}
.accordion__item--content img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  margin: 20px auto;
  display: block;
}

.cover {
  color: white;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  background: #2997e6;
  padding-top: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: flex-start;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 83%, 79% 100%, 56% 98%, 37% 100%, 25% 97%, 16% 97%, 6% 100%, 0 95%, 0 0);
}
.cover:after {
  content: "";
  position: absolute;
  top: -230px;
  right: -240px;
  width: 400px;
  height: 400px;
  background: #f16448;
  border: 7px solid #17161b;
  transform: rotate(45deg);
}
@media screen and (max-width: 550px) {
  .cover:after {
    top: -280px;
    right: -290px;
  }
}
@media screen and (max-width: 1445px) {
  .cover {
    height: 50vh;
  }
}
@media screen and (max-width: 1100px) {
  .cover {
    height: 40vh;
  }
}
.cover h3 {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 0;
  padding-top: 10px;
}
@media screen and (max-width: 550px) {
  .cover h3 {
    flex-direction: column;
  }
}
.cover h3 a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.cover h3 a svg {
  margin-bottom: 6px;
}
.cover h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cover h3 span {
  color: #784212;
  padding: 10px 10px 5px;
  background: #f16448;
  margin-top: -10px;
}
@media screen and (max-width: 550px) {
  .cover h3 span {
    margin-top: 0;
  }
}
.cover .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgb(241, 100, 72) 5%, rgba(0, 0, 0, 0) 87%);
}
.cover .divider {
  width: 60px;
  height: 1000px;
  transform: rotate(25deg);
  position: absolute;
  left: calc(50% - 30px);
  top: -250px;
  z-index: 0;
  background: #17161b;
  display: none;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes opacity {
  0% {
    background: #17161b;
  }
  100% {
    background: rgba(23, 22, 27, 0.8);
  }
}
@keyframes underlineGrow {
  to {
    background-size: 100% 2px;
  }
}
@keyframes headerAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@keyframes pulseSpin {
  0% {
    transform: scale(1) rotate(0deg);
    filter: hue-rotate(0deg) saturate(2) blur(0px);
  }
  25% {
    transform: scale(1.2) rotate(45deg);
    filter: hue-rotate(90deg) saturate(3) blur(2px);
  }
  50% {
    transform: scale(1) rotate(180deg);
    filter: hue-rotate(180deg) saturate(1.5) blur(0px);
  }
  75% {
    transform: scale(1.4) rotate(315deg);
    filter: hue-rotate(270deg) saturate(4) blur(3px);
  }
  100% {
    transform: scale(1) rotate(360deg);
    filter: hue-rotate(360deg) saturate(2) blur(0px);
  }
}
@keyframes play-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.06);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.35;
  }
}
.shop-card {
  max-width: 25%;
  min-width: 300px;
  flex: 1;
  border: 1px solid #3d3e41;
  border-radius: 12px;
  text-align: center;
  position: relative;
  padding: 8px 8px 15px 8px;
  transition: 0.5s;
}
@media (max-width: 1700px) {
  .shop-card {
    max-width: 33%;
  }
}
@media (max-width: 1330px) {
  .shop-card {
    max-width: 50%;
  }
}
@media (max-width: 1100px) {
  .shop-card {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .shop-card {
    max-width: 100%;
    min-width: 100%;
  }
}
.shop-card .release-date {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: white;
  font-size: 11px;
}
.shop-card .pre-order {
  color: white;
  padding: 5px 10px;
  background: #f16448;
  font-weight: bold;
  margin-top: 10px;
}
.shop-card__image {
  width: 100%;
  padding: 5px;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.7s;
  position: relative;
}
.shop-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
.shop-card__image.is-edition {
  background: #3d3e41;
  margin-bottom: 10px;
}
.shop-card__image.is-edition img {
  object-fit: contain;
  max-height: 328.11px;
  max-width: 338.11px;
  transition: 0.7s;
}
@media screen and (max-width: 1440px) {
  .shop-card__image.is-edition img {
    max-height: 299.3px;
    min-width: 299.3px;
  }
}
@media screen and (max-width: 1280px) {
  .shop-card__image.is-edition img {
    max-height: 398.1px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-card__image.is-edition img {
    max-height: 414px;
  }
}
@media screen and (max-width: 768px) {
  .shop-card__image.is-edition img {
    max-height: 326px;
  }
}
@media screen and (max-width: 450px) {
  .shop-card__image.is-edition img {
    max-height: 354px;
  }
}
.shop-card__image.is-edition.in-discounts img {
  max-height: 399px;
  min-height: 399px;
  max-width: 338.11px;
}
@media screen and (max-width: 1530px) {
  .shop-card__image.is-edition.in-discounts img {
    max-height: 303.25px;
    min-width: 299.3px;
  }
}
@media screen and (max-width: 1440px) {
  .shop-card__image.is-edition.in-discounts img {
    max-height: 392px;
    min-height: 392px;
    height: 392px;
    min-width: 299.3px;
  }
}
@media screen and (max-width: 1280px) {
  .shop-card__image.is-edition.in-discounts img {
    max-height: 338.66px;
    height: 338.66px;
    min-height: 338.66px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-card__image.is-edition.in-discounts img {
    height: 406.5px;
    min-height: 406.5px;
    max-height: 406.5px;
  }
}
@media screen and (max-width: 768px) {
  .shop-card__image.is-edition.in-discounts img {
    height: 620px;
    min-height: 620px;
    max-height: 620px;
  }
}
@media screen and (max-width: 450px) {
  .shop-card__image.is-edition.in-discounts img {
    max-height: 356px;
    min-height: 356px;
    height: 356px;
  }
}
.shop-card__image .platforms {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.shop-card__image .platforms span {
  font-family: Names, Arial, sans-serif;
  padding: 5px 10px;
  border: 1px solid #f16448;
  border-radius: 5px;
  color: white;
  background: rgba(241, 100, 72, 0.6);
}
.shop-card__image .rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: Names, Arial, sans-serif;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 5px;
  color: black;
  background: rgba(255, 255, 255, 0.6);
}
.shop-card__image .rating svg {
  fill: black;
}
.shop-card__image .discount {
  position: absolute;
  top: 0;
  left: 0;
  background: #f16448;
  color: white;
  padding: 5px 60px;
  border-radius: 5px;
  font-family: Names, Arial, sans-serif;
  font-size: 14px;
  transform: rotate(-45deg) translateY(40px) translateX(-75px);
  transform-origin: left top;
  z-index: 1;
  display: none;
}
.shop-card__image .discount.active {
  display: block;
}
.shop-card__link {
  display: inline;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  color: white;
  margin: 10px auto;
  font-family: Names, Arial, sans-serif !important;
}
.shop-card__link:hover {
  background-image: linear-gradient(#f16448, #f16448);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  animation: underlineGrow 0.5s forwards;
}
.shop-card__buttons {
  position: absolute;
  top: 40px;
  right: -10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: rotateY(90deg);
  transition: 0.5s;
}
.shop-card__buttons--item {
  position: relative;
}
.shop-card__buttons--item .tooltip {
  position: absolute;
  top: 0;
  right: 180%;
  background: #fe0908;
  height: 40px;
  padding: 0 40px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  transform: rotateX(90deg);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
.shop-card__buttons--item button {
  background: #fe0908;
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #fe0908;
}
.shop-card__buttons--item button svg {
  width: 30px;
  height: 30px;
  margin-top: 3px;
  pointer-events: none;
}
.shop-card__buttons--item button:hover {
  background: white;
}
.shop-card__buttons--item button:hover svg {
  fill: #fe0908;
}
.shop-card__buttons--item:hover .tooltip {
  right: 110%;
  transform: rotateX(0deg);
  opacity: 1;
}
.shop-card__price {
  width: 100%;
  margin: auto 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-end;
  gap: 10px;
  padding: 10px 5px;
}
.shop-card__price--item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop-card__price--item .base-price.inactive {
  color: #fe0908;
  opacity: 0.5;
}
.shop-card__price--item span {
  font-size: 16px;
  letter-spacing: 1px;
}
.shop-card__price--item span.country {
  width: 110px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.shop-card__price--item .discounted-price-percentage {
  display: inline-block;
  background: rgba(241, 100, 72, 0.6);
  padding: 5px 3px 0 3px;
  border-radius: 5px;
  font-size: 16px;
}
.shop-card__categories {
  color: white;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}
.shop-card__discount-until {
  color: white;
  display: flex;
  flex-direction: column;
}
.shop-card .upsell-text {
  color: white;
  margin: 5px 0;
  font-size: 13px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.shop-card .upsell-text.is-edition {
  opacity: 0;
}
.shop-card .upsell-text img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.shop-card:hover {
  border: 1px solid #f16448;
}
.shop-card:hover .shop-card__image {
  padding: 0;
}
.shop-card:hover .shop-card__image.is-edition {
  padding: 5px;
}
.shop-card:hover .shop-card__image.is-edition img {
  transform: scale(1.1);
}
.shop-card:hover .shop-card__buttons {
  transform: rotateY(0deg);
}
@media (max-width: 1100px) {
  .shop-card .shop-card__buttons {
    transform: rotateY(0deg);
    right: -3px;
  }
}
.shop-card.new {
  background: #1e1e1e;
  padding: 30px 20px;
  text-align: left;
  border-radius: 20px;
  border-color: rgba(255, 255, 255, 0);
}
.shop-card.new:hover {
  border-color: #f16448;
}
.shop-card.new a {
  text-align: left;
}
.shop-card.new .shop-card__image {
  padding: 0;
  margin-bottom: 20px;
  border-radius: 35px;
  overflow: hidden;
}
.shop-card.new .shop-card__image img {
  min-height: 100%;
  display: block;
}
.shop-card.new .shop-card__price, .shop-card.new .shop-card__categories {
  padding-left: 0;
}
.shop-card.new .ratings-platforms-holder.new {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(159, 159, 169, 0.8);
  padding: 5px 10px;
}
.shop-card.new .ratings-platforms-holder.new .platforms {
  position: unset;
  gap: 3px;
}
.shop-card.new .ratings-platforms-holder.new .platforms span {
  background: none;
  color: white;
  font-size: 28px;
  font-weight: bolder;
  border: none;
  padding: 0;
}
.shop-card.new .ratings-platforms-holder.new .rating {
  position: unset;
  display: flex;
  flex-direction: row-reverse;
  font-weight: bolder;
  color: white;
  font-size: 28px;
  background: none;
  border: none;
}
.shop-card.new .ratings-platforms-holder.new .rating svg {
  margin-top: -3px;
}
.shop-card.new .ratings-platforms-holder.new .rating svg path {
  fill: white;
}
.shop-card.new .release-date {
  right: 20px;
}
.shop-card.new .discounted-price-percentage {
  display: none;
}
.shop-card.new .base-price {
  color: white;
  font-weight: bolder;
}
.shop-card.new .base-price.inactive {
  text-decoration: line-through;
  color: white;
  margin-left: auto;
}
.shop-card.new .discounted-price {
  color: #fe0908;
  font-weight: bolder;
}
.shop-card.new .shop-card__price--item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.shop-card .includes-special {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.shop-card .includes-special .special-prices {
  position: relative;
}
.shop-card .includes-special .special-prices__main {
  margin-right: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 3px;
  cursor: pointer;
}
.shop-card .includes-special .special-prices__main span {
  position: relative;
  font-weight: bolder;
  text-shadow: 0 5px 8px black;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.shop-card .includes-special .special-prices__main span.bold {
  font-size: 24px;
  line-height: 25px;
  font-family: Arial, sans-serif;
}
.shop-card .includes-special .special-prices__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-27deg);
}
.shop-card .includes-special .special-prices__main::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -25%;
}
.shop-card .includes-special .special-prices__items {
  position: absolute;
  bottom: 80%;
  right: 0%;
  background: #17161B;
  min-width: 200px;
  max-width: 300px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.shop-card .includes-special .special-prices__items div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #1E1E1E;
  padding: 5px;
  cursor: pointer;
}
.shop-card .includes-special .special-prices:hover .special-prices__items {
  opacity: 1;
  pointer-events: inherit;
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.75);
}

.discount-until {
  width: 100%;
  position: relative;
  margin-top: 200px;
}
.discount-until__header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0 50px 0;
}
@media screen and (max-width: 650px) {
  .discount-until__header {
    margin: 50px 0 30px 0;
  }
}
.discount-until__header h2 {
  text-align: center;
  color: white;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.discount-until__header h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00130B 0%, #FF0808 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.discount-until__header h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe0908 0%, #00130B 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.discount-until__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.discount-until__container .discount-until__item {
  width: 100%;
  max-height: 600px;
  display: flex;
  padding-top: 10px;
}
@media screen and (max-width: 1000px) {
  .discount-until__container .discount-until__item {
    height: 400px;
  }
}
@media screen and (max-width: 650px) {
  .discount-until__container .discount-until__item {
    height: 300px;
  }
}
.discount-until__container .discount-until__item--content {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 550px;
  max-height: 650px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .discount-until__container .discount-until__item--content {
    min-height: 250px;
    max-height: 350px;
  }
}
.discount-until__container .discount-until__item--content div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  padding: 20px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 650px) {
  .discount-until__container .discount-until__item--content div {
    padding: 10px;
  }
}
.discount-until__container .discount-until__item--content div h2 {
  color: white;
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .discount-until__container .discount-until__item--content div h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 650px) {
  .discount-until__container .discount-until__item--content div h2 {
    font-size: 20px;
    padding: 0 10px;
  }
}
.discount-until__container .discount-until__item--content div .countdown {
  color: white;
  padding: 20px;
  border-radius: 5px;
  font-size: 55px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .discount-until__container .discount-until__item--content div .countdown {
    font-size: 40px;
  }
}
@media screen and (max-width: 650px) {
  .discount-until__container .discount-until__item--content div .countdown {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .discount-until__container .discount-until__item--content div .countdown {
    font-size: 18px;
  }
}
.discount-until__games {
  width: 100%;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 100px 50px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .discount-until__games {
    padding: 50px 10px;
  }
}
.discount-until__games::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 500px) {
  .discount-until__games {
    width: 100%;
  }
  .discount-until__games .shop-card__price {
    padding: 10px 5px;
  }
}
.discount-until__games .discounted {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  .discount-until__games .discounted {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.discount-until__games .swiper-slide .shop-card {
  width: auto;
  max-width: 100%;
  min-width: auto;
  background: #1e1e1e;
}
.discount-until__navigator {
  padding: 10px 20px 0px 20px;
  background: rgba(241, 100, 72, 0.5);
  color: white;
  border-radius: 5px;
  cursor: pointer;
  width: fit-content;
  margin: 30px auto;
  position: relative;
  font-size: 36px;
  z-index: 10;
  transition: 0.5s;
}
@media screen and (max-width: 500px) {
  .discount-until__navigator {
    margin: 30px auto -43px auto;
    width: min-content;
    white-space: nowrap;
  }
}
.discount-until__navigator:hover {
  background: #f16448;
}
.discount-until .swiper-slide .shop-card {
  height: 100%;
}

#item-exists-in-cart {
  width: 100%;
  height: 100%;
  background: rgba(28, 40, 51, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 100;
}
#item-exists-in-cart .exists-container {
  width: 500px;
  height: 400px;
  background: #1c2833;
  box-shadow: 0 0 38px 3px rgba(254, 9, 8, 0.63);
  border-radius: 10px;
  position: relative;
  transform: translateY(-100px);
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  transition-delay: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  #item-exists-in-cart .exists-container {
    width: 94%;
    height: 400px;
  }
}
#item-exists-in-cart .exists-container .info-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  color: white;
  padding: 0 10px;
  text-align: center;
}
#item-exists-in-cart .exists-container h1 {
  color: #f16448;
}
#item-exists-in-cart .exists-container .indicator {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#item-exists-in-cart .exists-container .indicator div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f16448;
  transition-timing-function: linear;
}
#item-exists-in-cart.active {
  opacity: 1;
  pointer-events: inherit;
}
#item-exists-in-cart.active .exists-container {
  opacity: 1;
  transform: translateY(0px);
}
#item-exists-in-cart.active .exists-container .indicator div {
  width: 0%;
}
#item-exists-in-cart svg {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: 0.3s;
}
#item-exists-in-cart svg:hover {
  transform: scale(1.1) rotate(90deg);
}

.sidebar-cart {
  position: fixed;
  right: 0;
  top: 0;
  max-height: 100vh;
  min-height: 30vh;
  background: #1c2833;
  padding: 20px 10px;
  width: 500px;
  overflow-y: auto;
  transform: translateX(510px);
  transition: 0.5s;
  z-index: 99;
}
@media screen and (max-width: 550px) {
  .sidebar-cart {
    width: 100vw;
    transform: translateX(100vw);
  }
}
.sidebar-cart.active {
  transform: translateX(0px);
}
.sidebar-cart .close {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.sidebar-cart .close:hover {
  transform: scale(1.1);
}
.sidebar-cart h2 {
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
.sidebar-cart .empty-cart {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.sidebar-cart .empty-cart span {
  padding: 10px 15px;
  color: white;
  background: #f16448;
  border-radius: 5px;
  cursor: pointer;
}
.sidebar-cart .empty-cart span:hover {
  background: rgba(241, 100, 72, 0.7);
}
.sidebar-cart .sidebar-cart__container .cart-item {
  color: white;
  padding: 10px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-cart .sidebar-cart__container .cart-item .header {
  width: 200px;
}
.sidebar-cart .sidebar-cart__container .cart-item div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-cart .sidebar-cart__container .cart-item div .deleted {
  color: #f16448;
}
.sidebar-cart .sidebar-cart__container .cart-item svg {
  cursor: pointer;
}
.sidebar-cart .sidebar-cart__container .cart-item svg:hover {
  transform: scale(1.1);
}
.sidebar-cart .sidebar-cart__container .cart-item.removed {
  color: #f16448;
}
.sidebar-cart .sidebar-total-amount {
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 550px) {
  .sidebar-cart .sidebar-total-amount {
    font-size: 16px;
  }
}
.sidebar-cart .sidebar-total-amount .products-prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-cart .sidebar-total-amount .products-prices .sidebar-saved-amount {
  color: rgba(241, 100, 72, 0.5);
}
.sidebar-cart a {
  margin: 50px auto 20px auto;
  display: table;
  color: #f16448;
}

#order-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  background: rgba(28, 40, 51, 0.8);
  z-index: 98;
}
#order-modal.active {
  pointer-events: inherit;
  opacity: 1;
}
#order-modal .order-modal__container {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #order-modal .order-modal__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#order-modal .order-modal__container img {
  width: 110%;
  height: 110%;
  max-height: 400px;
  object-fit: cover;
  margin-left: -5%;
  margin-top: -5%;
}
@media screen and (max-width: 1200px) {
  #order-modal .order-modal__container img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
#order-modal .order-modal__container svg {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  background: white;
  width: 30px;
  height: 30px;
}
#order-modal .order-modal__container svg:hover {
  background: #f16448;
  fill: white;
}
@media screen and (max-width: 1200px) {
  #order-modal .order-modal__container svg {
    top: 20px;
    right: 25px;
  }
}
@media screen and (max-width: 500px) {
  #order-modal .order-modal__container svg {
    top: 20px;
    right: 10px;
  }
}
#order-modal .order-modal__container .game-container__cover--info {
  position: inherit;
  left: inherit;
  bottom: inherit;
}
#order-modal .order-modal__container .game-container__cover--info .buttons {
  justify-content: center;
}
#order-modal .order-modal__container .game-container__cover--info h3 {
  text-align: center;
  margin-bottom: 15px;
}
#order-modal .order-modal__container .game-container__cover--info .direct-order-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#order-modal .order-modal__container .game-container__cover--info .direct-order-price .discounted {
  color: #f16448;
}
#order-modal .order-modal__container .game-container__cover--info h1 {
  text-align: center;
  margin: 25px 0;
}

.random-newest-blogs {
  width: 70%;
  margin: 100px auto;
}
.random-newest-blogs h1 {
  color: white;
}
@media screen and (max-width: 850px) {
  .random-newest-blogs {
    width: 90%;
  }
}
.random-newest-blogs__blogs {
  padding-top: 50px !important;
  --swiper-navigation-size: 30px;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .image-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .image-container span {
  position: absolute;
  left: 0;
  top: 20px;
  padding: 10px 40px 10px 20px;
  background: #f16448;
  color: white;
  font-size: 18px;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0% 100%);
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .info {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .info span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .info span span {
  color: white;
  font-size: 14px;
  margin-top: 3px;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .info span svg {
  width: 15px;
  height: 15px;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .header {
  text-decoration: none;
  margin: 15px 0;
  display: block;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .header h2 {
  color: white;
  font-weight: bolder;
  transition: 0.3s;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .header:hover h2 {
  color: #f16448;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide p {
  color: white;
  margin: 20px 0;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .read-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .read-date a {
  padding: 8px 15px 5px 15px;
  color: white;
  text-decoration: none;
  background: #3d3e41;
  border-radius: 5px;
  transition: 0.3s;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .read-date a:hover {
  background: #f16448;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide .read-date span {
  color: white;
}
.random-newest-blogs__blogs .swiper-wrapper .swiper-slide:hover .image-container img {
  transform: scale(1.1);
}

.flip-cards {
  clip-path: polygon(30% 9%, 40% 0, 52% 7%, 64% 0, 76% 7%, 88% 0, 100% 7%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 9%);
  position: relative;
  margin-top: -93px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .flip-cards {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 85% 100%, 15% 100%, 0 97%);
    margin-top: 0;
  }
}
.flip-cards .red-bg {
  width: 64%;
  height: 200px;
  background: #ff0e1f;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .flip-cards .red-bg {
    display: none;
  }
}
.flip-cards__container {
  padding: 250px 20px 50px 20px;
  background: black;
  clip-path: polygon(30% calc(9% + 10px), calc(40% - 2px) 7px, 52% calc(7% + 3px), 64% 0, 76% 7%, 88% 0, 100% 7%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 calc(9% + 25px));
}
@media only screen and (max-width: 768px) {
  .flip-cards__container {
    padding: 50px 20px 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-cards__container {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 85% 100%, 15% 100%, 0 97%);
  }
}
.flip-cards__container .flip {
  max-width: 70%;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1700px) {
  .flip-cards__container .flip {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1450px) {
  .flip-cards__container .flip {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .flip-cards__container .flip {
    max-width: 98%;
  }
}
.flip-cards__container .header {
  font-size: 50px;
  color: white;
  text-align: center;
  margin: 50px auto 0 auto;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .flip-cards__container .header {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .flip-cards__container .header {
    font-size: 20px;
    margin: 30px auto 0 auto;
    width: 70%;
  }
  .flip-cards__container .header h2 {
    font-size: 22px;
  }
}

.top-rated {
  max-width: 98%;
  margin-top: 20px;
}
.top-rated .shop-card {
  min-width: 100%;
  height: 100%;
}

.articles {
  display: grid;
  grid-row-gap: 64px;
  grid-column-gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: center;
}

.articles__article {
  cursor: pointer;
  display: block;
  position: relative;
  animation-name: animateIn;
  animation-duration: 0.35s;
  animation-delay: calc(var(--animation-order) * 100ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  padding-bottom: 40px;
}

.articles__article::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  border: 2px dashed #ff0e1f;
  background-image: repeating-linear-gradient(-24deg, transparent, transparent 4px, rgba(255, 14, 31, 0.5) 0, rgba(255, 14, 31, 0.5) 5px);
  pointer-events: none;
  z-index: -1;
  transition: 0.5s;
}

.articles__article:hover::before {
  top: 16px;
  left: 16px;
  background-image: repeating-linear-gradient(24deg, transparent, transparent 4px, #ff0e1f 0, #ff0e1f 5px);
  transition: 0.5s;
}

.articles__article,
.articles__article::before {
  width: 100%;
  height: 400px;
}

.articles__article::before {
  height: 360px;
}

.articles__link {
  background-color: #ff0e1f;
  border: 2px solid #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  position: relative;
}
.articles__link .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(0deg, rgb(255, 14, 31) 0%, rgba(255, 255, 255, 0.4) 100%);
  transition: 0.3s;
  z-index: 0;
}
.articles__link h2 {
  position: relative;
}

.articles__link::after {
  content: attr(data-header);
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  transform: rotate(-90deg) translateY(-150px);
  height: 100%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease-in, transform 0.3s ease-in-out 0ms;
  box-sizing: border-box;
  padding-top: 85%;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 1445px) {
  .articles__link::after {
    width: 90%;
    transform: rotate(-90deg) translateY(-100px);
  }
}
@media only screen and (max-width: 1200px) {
  .articles__link::after {
    height: 280px;
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .articles__link::after {
    display: none;
  }
}

.articles__content {
  background-color: #ffffff;
  color: #1a1a1a;
  position: absolute;
  inset: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border: 2px solid #ffffff;
}

.articles__content--lhs {
  clip-path: polygon(0 0, 50.6% 0, 50.6% 100%, 0 100%);
  background-size: cover;
}

.articles__content--rhs {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  transition: transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
  backface-visibility: hidden;
  background-size: cover;
}

.articles__title {
  font-size: 18px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: #f16448;
  padding: 15px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .articles__title {
    opacity: 1;
  }
}

.articles__footer {
  margin-top: auto;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
}

.articles__link:hover .articles__content--rhs {
  background-color: #f5f5f5;
  transform: rotateY(-60deg);
}

.articles__link:hover .gradient {
  height: 100%;
}

.articles__link:hover::after {
  opacity: 1;
  transform: translateX(-50px) rotate(-90deg);
  transition: opacity 0.5s ease-in, transform 0.3s ease-in-out 0.25s;
}
@media only screen and (max-width: 1600px) {
  .articles__link:hover::after {
    transform: translateX(-20px) rotate(-90deg);
  }
}
@media only screen and (max-width: 1445px) {
  .articles__link:hover::after {
    transform: translateX(0px) rotate(-90deg);
  }
}
@media only screen and (max-width: 1200px) {
  .articles__link:hover::after {
    transform: translateX(-50px) rotate(-90deg);
  }
}

@keyframes animateIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.pre-order-content {
  margin-top: 180px;
}
.pre-order-content__header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0 -35px 0;
}
@media screen and (max-width: 650px) {
  .pre-order-content__header {
    margin: 50px 0 30px 0;
  }
}
.pre-order-content__header h2 {
  text-align: center;
  color: white;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.pre-order-content__header h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00130B 0%, #FF0808 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.pre-order-content__header h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe0908 0%, #00130B 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.pre-order-content__games {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .pre-order-content__games {
    width: 98%;
  }
  .pre-order-content__games .shop-card__price {
    padding: 10px 5px;
  }
}
.pre-order-content__games .pre-order {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  .pre-order-content__games .pre-order {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.pre-order-content__games .swiper-slide .shop-card {
  width: auto;
  max-width: 100%;
  min-width: auto;
}
.pre-order-content .swiper-slide .shop-card {
  height: 100%;
}

.messenger-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .messenger-btn {
    bottom: 5px;
    right: 5px;
  }
}
.messenger-btn span {
  background: #4388fa;
  color: white;
  padding: 10px 30px 5px 20px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 100%;
  top: calc(50% - 18px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100px);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  transition: 0.7s ease-in-out;
}
.messenger-btn a {
  width: 60px;
  height: 60px;
}
.messenger-btn a svg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .messenger-btn a {
    width: 50px;
    height: 50px;
  }
  .messenger-btn a svg {
    width: 50px;
    height: 50px;
  }
}
.messenger-btn:hover svg {
  transform: rotate(58deg);
}
.messenger-btn:hover span {
  opacity: 1;
  transform: translateX(0px);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes opacity {
  0% {
    background: #17161b;
  }
  100% {
    background: rgba(23, 22, 27, 0.8);
  }
}
@keyframes underlineGrow {
  to {
    background-size: 100% 2px;
  }
}
@keyframes headerAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@keyframes pulseSpin {
  0% {
    transform: scale(1) rotate(0deg);
    filter: hue-rotate(0deg) saturate(2) blur(0px);
  }
  25% {
    transform: scale(1.2) rotate(45deg);
    filter: hue-rotate(90deg) saturate(3) blur(2px);
  }
  50% {
    transform: scale(1) rotate(180deg);
    filter: hue-rotate(180deg) saturate(1.5) blur(0px);
  }
  75% {
    transform: scale(1.4) rotate(315deg);
    filter: hue-rotate(270deg) saturate(4) blur(3px);
  }
  100% {
    transform: scale(1) rotate(360deg);
    filter: hue-rotate(360deg) saturate(2) blur(0px);
  }
}
@keyframes play-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.06);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.35;
  }
}
footer {
  height: 800px;
  width: 100%;
  padding-top: 4px;
  margin-top: -250px;
  clip-path: polygon(57% 49%, 78% 45%, 86% 53%, 100% 50%, 100% 100%, 0 100%, 0 50%, 19% 51%, 29% 44%);
  background: #212f3d;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  footer {
    margin-top: -300px;
  }
}
footer .footer {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 798px;
  background-color: #17161b;
  clip-path: polygon(57% 49%, 78% 45%, 86% 53%, 100% 50%, 100% 100%, 0 100%, 0 50%, 19% 51%, 29% 44%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
footer .footer a img {
  width: 100px;
  transition: 0.5s;
}
@media screen and (max-width: 550px) {
  footer .footer a img {
    width: 80px;
  }
}
footer .footer a:hover img {
  transform: scale(1.1);
}
footer .footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 40px 10px;
}
footer .footer__menu a {
  color: white;
  font-size: 20px;
  text-underline-offset: 3px;
  transition: 0.5s;
}
@media screen and (max-width: 550px) {
  footer .footer__menu a {
    font-size: 18px;
  }
}
footer .footer__menu a:hover {
  text-underline-offset: 10px;
  text-decoration-color: #f16448;
}
@media screen and (max-width: 550px) {
  footer .footer__menu {
    margin: 20px 10px;
  }
}
footer .footer .navigation__main-content--left-side__social {
  background: black;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 30px;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
footer .footer .navigation__main-content--left-side__social a {
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 550px) {
  footer .footer .navigation__main-content--left-side__social a {
    font-size: 35px;
    line-height: 35px;
  }
}
footer .footer p {
  width: 100%;
  color: white;
  padding: 15px 10px;
  background: black;
  text-align: center;
}
@media screen and (max-width: 550px) {
  footer .footer p {
    padding: 10px 10px;
    font-size: 14px;
  }
}
footer .footer .facebook {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 550px) {
  footer .footer .facebook {
    margin-bottom: 10px;
  }
}

.remove-tr-discount.remove-ua-discount .discount.active {
  display: none !important;
}

.remove-tr-discount .reg-tr .discounted-price, .remove-tr-discount .reg-tr .discounted-price-percentage, .remove-tr-discount .reg-tr .order-discount-price:not(.no-sale), .remove-tr-discount .reg-tr .save, .remove-tr-discount .reg-tr .discount_amount {
  display: none !important;
}
.remove-tr-discount .reg-tr .base-price.inactive, .remove-tr-discount .reg-tr .amount__base {
  color: white !important;
  text-decoration: none !important;
}

.remove-ua-discount .reg-ua .discounted-price, .remove-ua-discount .reg-ua .discounted-price-percentage, .remove-ua-discount .reg-ua .order-discount-price:not(.no-sale), .remove-ua-discount .reg-ua .save, .remove-ua-discount .reg-ua .discount_amount {
  display: none !important;
}
.remove-ua-discount .reg-ua .base-price.inactive, .remove-ua-discount .reg-ua .amount__base {
  color: white !important;
  text-decoration: none !important;
}

.amount.discounted .amount__base {
  text-decoration: line-through !important;
}

@font-face {
  font-family: Mtavruli;
  src: url(3bbc382a0b63bd37717e.ttf);
}
@font-face {
  font-family: Names;
  src: url(8bc62e852b36ebc0b674.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Mtavruli, Arial, serif;
  scroll-behavior: smooth;
}

body, html {
  overflow-x: hidden;
  position: relative;
  background: #17161b;
}

/* Total scrollbar */
::-webkit-scrollbar {
  width: 7px; /* vertical scrollbar */
  height: 7px; /* horizontal scrollbar */
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #17161b;
}

/* Thumb (draggable part) */
::-webkit-scrollbar-thumb {
  background: #ff0e1f;
  border-radius: 7px;
}

/* Hovered thumb */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 700px) {
  .wrapper {
    padding: 0 10px;
  }
}

.swiper {
  padding-top: 80px !important;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  top: 50% !important;
  color: white;
  font-weight: bolder;
  width: 50px;
  height: 50px;
  background: #ff0e1f;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0);
}
.swiper .swiper-button-next:hover:before, .swiper .swiper-button-prev:hover:before {
  width: 62px;
  height: 62px;
  border: 3px solid white;
  position: absolute;
  left: -6px;
  top: -6px;
  background: #2997e6;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  font-size: 25px;
  font-weight: bolder;
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-prev {
  left: 0;
}

.animated__header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0 0 0;
}
@media screen and (max-width: 650px) {
  .animated__header {
    margin: 50px 0 0 0;
  }
}
.animated__header h2 {
  text-align: center;
  color: white;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.animated__header h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00130B 0%, #FF0808 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}
.animated__header h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe0908 0%, #00130B 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: headerAnimation 2s infinite alternate ease-in-out;
}

.navigator {
  padding: 10px 20px;
  background: rgba(241, 100, 72, 0.5);
  color: white;
  border-radius: 5px;
  cursor: pointer;
  width: fit-content;
  margin: 30px auto;
  text-decoration: none;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 500px) {
  .navigator {
    margin: 30px auto 30px auto;
  }
}
.navigator:hover {
  background: #f16448;
}

.home-page-faq {
  padding-top: 150px;
}

.faq__navigator {
  margin-bottom: 250px;
}

.order-result {
  width: 100%;
  height: 100vh;
  background: rgba(61, 62, 65, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.order-result__container {
  width: 600px;
  background: #3d3e41;
  border-radius: 10px;
  border: 1px solid #f16448;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  padding: 20px 10px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .order-result__container {
    width: calc(100% - 20px);
  }
}
.order-result__container h1 {
  color: #2ecc71;
}
.order-result__container h1.fail {
  color: #f16448;
}
.order-result__container .order-result__close {
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 30px;
  color: #f16448;
}
.order-result__container .order-result__close:hover {
  transform: scale(1.2);
}
.order-result__container strong {
  color: #2997e6;
  font-size: 18px;
}
.order-result__container .order-result__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.order-result__container .order-result__actions button {
  padding: 10px 20px 7px 20px;
  border: none;
  border-radius: 5px;
  background: #2ecc71;
  cursor: pointer;
}
.order-result__container .order-result__actions a {
  color: #2997e6;
  font-size: 20px;
}
.order-result__container .order-result__actions a:hover {
  text-underline-offset: 5px;
}

.is-invalid {
  border-color: #ea3323 !important;
}

.field-error {
  color: #ea3323;
  font-size: 15px;
  margin: 4px 0 8px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .field-error {
    font-size: 14px;
  }
}

.is-ended {
  display: none !important;
}

.dump {
  padding: 50px;
  color: white;
  font-size: 20px;
}
