* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "stoixima_inter_bold";
  font-weight: 100 900;
  font-style: normal;
  src: url(../stoixima-fonts/stoixima_inter_bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "stoixima_source_sans_3_pro_regular";
  font-weight: 100 900;
  font-style: normal;
  src: url(../stoixima-fonts/stoixima_source_sans_3_pro_regular.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "stoixima_source_sans_3_pro_regular", sans-serif;
  --background-page: #1f2139;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.stoixima_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

.stoixima_page_wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

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

@media (max-width: 991px) {
  .container {
    padding: 40px 16px;
  }
}

h1 {
  font-family: "stoixima_inter_bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-family: "stoixima_inter_bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-family: "stoixima_inter_bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

p,
a,
li {
  font-family: "stoixima_source_sans_3_pro_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  h1 {
    font-size: 24px;
  }
}

.btn {
  border-radius: 30px;
  background: var(--_5, linear-gradient(90deg, #fe8a1d 0%, #fe4e53 100%));

  color: var(--white);
  font-family: "stoixima_inter_bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  padding: 15px;
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: center;
}

.btn:hover {
  background: linear-gradient(90deg, #fd2e34 0%, #fd2e34 100%);
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.stoixima_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.stoixima_terms_container {
  color: var(--white);
}

.stoixima_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .stoixima_terms h1 {
    font-size: 16px;
  }
}

.stoixima_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.stoixima_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .stoixima_terms h2 {
    font-size: 16px;
  }
}

.stoixima_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.stoixima_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.stoixima_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.stoixima_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.stoixima_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--white);
  font-weight: 400;
}

.stoixima_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .stoixima_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .stoixima_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.stoixima_header {
  background: #070707;
}
.stoixima_header__container {
  padding: 7px 24px;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .stoixima_header__container {
    padding: 12px 16px;
  }
}

header .stoixima_logo img {
  width: 145px;
  height: 20px;
}

.stoixima_nav__list,
.stoixima_header__menu {
  width: 100%;
  max-width: 550px;
}
.stoixima_nav {
  width: 100%;
  max-width: 550px;
}
.stoixima_nav__link,
.stoixima_nav__item {
  width: 100%;
  max-width: 248px;
}

.btn_black {
  border-radius: 30px;
  border: 1px solid var(--oran, #ff652f);
  background: none;
}

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

@media (max-width: 991px) {
  .stoixima_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #1f2139;
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .stoixima_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.stoixima_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.stoixima_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .stoixima_header__exit-menu {
    display: block;
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 600px) {
  .stoixima_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.stoixima_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stoixima_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stoixima_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 991px) {
  .stoixima_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .stoixima_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .stoixima_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.stoixima_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .stoixima_nav__link:hover {
    color: var(--hover-a);
  }
}

.stoixima_nav__link:focus-visible {
  color: var(--hover-a);
}

.stoixima_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.stoixima_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .stoixima_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.stoixima_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

/* start nav */

.stoixima_nav__list_menu {
  width: 100%;
  max-width: 248px;
  padding: 16px 12px;
  justify-content: start;
  gap: 12px;
}
.ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;

  /* Цвет иконки = текущий color */
  background-color: currentColor;

  /* Маска (иконка), центр и contain */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Конкретная иконка */
.icon_home {
  -webkit-mask-image: url("../stoixima-img/stoixima-nav-1.svg");
  mask-image: url("../stoixima-img/stoixima-nav-1.svg");
}
.icon_card {
  -webkit-mask-image: url("../stoixima-img/stoixima-nav-2.svg");
  mask-image: url("../stoixima-img/stoixima-nav-2.svg");
}
.icon_mail {
  -webkit-mask-image: url("../stoixima-img/stoixima-nav-3.svg");
  mask-image: url("../stoixima-img/stoixima-nav-3.svg");
}
.icon_policy {
  -webkit-mask-image: url("../stoixima-img/stoixima-nav-4.svg");
  mask-image: url("../stoixima-img/stoixima-nav-4.svg");
}
.icon_terms {
  -webkit-mask-image: url("../stoixima-img/stoixima-nav-5.svg");
  mask-image: url("../stoixima-img/stoixima-nav-5.svg");
}

.stoixima_nav__link_active {
  color: #ffa435;
  background: var(--blue_5, #2b2d4a);
}

.stoixima_nav__link_menu {
  padding: 8px;
  width: 100%;
  white-space: nowrap;
}
.stoixima_nav__list_menu_wrapper_mob {
  display: none;
}

@media (max-width: 991px) {
  .stoixima_nav__list_menu_wrapper_mob {
    display: block;
  }
  .stoixima_nav__list_menu_wrapper_desk {
    display: none;
  }
  .stoixima_header__menu {
    max-width: 250px;
  }
  .stoixima_header__menu {
    padding: 32px 16px 16px 12px;
  }
  .stoixima_nav__list {
    gap: 16px;
  }
}

/* end nav */

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  background: #070707;
}
.stoixima_footer_container {
  max-width: 1440px;
  padding: 32px 100px;
  margin: 0 auto;
}

.stoixima_footer_age h3 {
  font-size: 24px;
  max-width: 687px;
}

@media (max-width: 991px) {
  .stoixima_footer_container {
    padding: 32px 16px;
  }
}

@media (max-width: 768px) {
  .stoixima_footer_container {
    gap: 24px;
  }
  .stoixima_footer_nev_ul,
  .stoixima_footer_links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .stoixima_footer_age {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .stoixima_footer_nev_ul {
    flex-direction: column;
  }
}
/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_page {
  display: none;
}
.popap_page_active {
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form_page */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_page {
  display: none;
}
.popap_page_active {
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form_popap */
/* !!!!!!!!!!!!!!!!!!!!!!! */

button {
  color: #fff;
}

.stoixima_form_popap_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stoixima_form_popap {
  padding: 40px;
  width: 100%;
  max-width: 630px;
  background: #070707;
}

@media (max-width: 480px) {
  .stoixima_form_popap {
    padding: 32px;
  }
}

.login_wrapper {
  max-width: 445px;
}
.stoixima_form_popap h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.form_page_reg {
  align-items: end;
}

.form_page_input {
  padding: 12px 15px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "stoixima_source_sans_3_pro_regular";
  font-size: 14px;
}

.form_page_reg .btn {
  width: 100%;
  max-width: 220px;
}

.form_page_reg .reg_btn {
  max-width: 100%;
}

.stoixima_form_popap_wrapper {
  display: none;
}

.stoixima_form_popap_wrapper_active {
  display: flex;
}

.form_page_input {
  width: 100%;
  max-width: 100%;
}

.p-t-24 {
  padding-top: 24px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup 21+*/
/* !!!!!!!!!!!!!!!!!!!!!!! */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
}

.popup.active {
  display: flex;
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__content {
  max-width: 540px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  border-top: 2px solid #ffa435;
  background: #070707;

  backdrop-filter: blur(12.5px);
  padding: 32px 16px;
  text-align: center;
}

.popup__text {
  color: var(--white);
}

.popup__text h3 {
  font-family: "Tomorrow";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.popup__text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  padding-top: 10px;
  padding-bottom: 24px;
}

.popup__exit:hover {
  background-color: var(--btn-hover);
}

.popup__content .btn {
  max-width: 100%;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

/* stoixima_home_sect_1 */

.stoixima_home_sect_1 {
  padding: 40px 0;
  background: url(../stoixima-img/stoixima-home-sect-1-bg-desk.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.stoixima_home_sect_1_container {
  max-width: 520px;
}

.stoixima_home_sect_1_container span {
  color: #ffa435;
}

@media (max-width: 991px) {
  .stoixima_home_sect_1 {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .stoixima_home_sect_1 .btn {
    max-width: 100%;
  }
}

/* running_line_wrapper start */

.running_line_wrapper {
  overflow: hidden; /* скрываем всё, что выходит */
  background: #fff;
  padding: 12px 0;
  width: 100%;
  max-width: 1227px;
  min-width: 0; /* ВАЖНО */
  contain: inline-size;
}

.running_line {
  display: flex;
  gap: 75px;
  animation: scroll 20s linear infinite; /* скорость регулируешь */
  white-space: nowrap;
}

.running_line_li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #000;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* половина, т.к. мы дублируем список */
  }
}

@media (max-width: 768px) {
  .running_line_wrapper {
    padding: 4px 0;
  }
  .running_line {
    gap: 24px;
  }
}

/* running_line_wrapper end */

/* stoixima_home_sect_2 */

.stoixima_home_sect_2_btn_games {
  color: #ffa435;
}

.stoixima_home_sect_2_ul_li {
  border-radius: 20px;
}

.stoixima_home_sect_2_ul_li_hed {
  padding: 12px 24px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.stoixima_home_sect_2_ul_li_hed h3 {
  color: #070707;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
  text-transform: none;
}

.stoixima_home_sect_2_ul_li_hed p {
  color: #959595;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.stoixima_home_sect_2_ul_li_games_img {
  object-fit: cover;
  height: 203px;
}

@media (max-width: 1300px) {
  .stoixima_home_sect_2_ul {
    contain: inline-size;
    justify-content: start;
  }
  .stoixima_home_sect_2_ul_li {
    width: 210px;
  }
  .stoixima_home_sect_2_ul.is-slider {
    display: grid; /* сетка-лента */
    grid-auto-flow: column; /* в одну строку */
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory; /* прилипание по карточкам */
    padding: 8px 16px;
    scrollbar-width: none; /* FF — скрыть скроллбар */
  }
  .stoixima_home_sect_2_ul.is-slider::-webkit-scrollbar {
    display: none; /* WebKit — скрыть скроллбар */
  }

  .stoixima_home_sect_2_ul.is-slider .stoixima_home_sect_2_ul_li {
    scroll-snap-align: start;
    min-width: 0; /* избегаем переполнения */
  }
}

@media (max-width: 500px) {
}

@media (max-width: 480px) {
  .stoixima_home_sect_2_wrapper_hed {
    flex-direction: column;
  }
  .stoixima_home_sect_2_wrapper_hed a {
    text-align: end;
    width: 100%;
  }
}

/* stoixima_policy_sect_2 */

.stoixima_policy_sect_2_container h2,
h3,
li {
  font-size: 14px;
  text-transform: none;
}

.stoixima_policy_sect_2_container ul {
  margin-bottom: 20px;
}
.stoixima_policy_sect_2_container p {
  margin-bottom: 20px;
}

/* stoixima_game_sect_1 */

.stoixima_game_sect_1 .stoixima_home_sect_1_container {
  max-width: 650px;
}

/* stoixima_contact_sect_2 */

.stoixima_contact_sect_2 h2 {
  text-transform: uppercase;
}

.stoixima_contact_sect_2 .form_page {
  width: 100%;
  max-width: 516px;
  margin: 0 auto;
}

.form_page_input {
  border-radius: 10px;
  border: 1px solid #959595;
  color: #959595;
  background: #fff;
}

.stoixima_contact_sect_2 textarea {
  height: 100px;
}

.stoixima_contact_sect_2 .btn {
  max-width: 100%;
}
