@font-face {
  font-family: Instrument Sans;
  src: url(/sportifbettor-fonts/sportifbettor-instrument-sans-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url(/sportifbettor-fonts/sportifbettor-instrument-500.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url(/sportifbettor-fonts/sportifbettor-instrument-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  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;
}

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%;
}

.w100 {
  width: 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;
}

.section {
  /* margin-bottom: 80px; */
}

.section_pages {
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .section {
    /* margin-bottom: 40px; */
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

.container_section {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {

  .container,
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {

  .container,
  .container_section {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {

  .container,
  .container_section {
    padding: 0 16px;
  }
}

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

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Instrument Sans", sans-serif;
  --background-page: #0B0B23;
  --main: var(#fff);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.sportifbettor_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
  background-color: var(--background-page);
  position: relative;
  z-index: 0;
}

.uppercase {
  text-transform: uppercase;
}

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

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

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

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* 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-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 */

.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-20 {
  padding-bottom: 20px;
}

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

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

/* margin */
.m-t-10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.sportifbettor_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-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.visibility {
  visibility: hidden;
}

.section_updates {
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

.scroll-btn {
  scroll-behavior: smooth;
}


/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.sportifbettor_header__container_main {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
}

.sportifbettor_header {
  /* padding: 20px 0; */
  /* z-index: 1;
  position: absolute;
  top: 0;
  left: 0; */
  /* z-index: 7; */
  width: 100%;
  background: #0B0B23;

}

.sportifbettor_header__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

header .sportifbettor_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

header .sportifbettor_logo img {
  max-width: 185px;
  width: 100%;
}

header .sportifbettor_logo p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

header .sportifbettor_logo,
header .sportifbettor_logo_burger {
  max-width: 185px;
  width: 100%;
}

header .sportifbettor_logo_burger p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 400px) {

  header .sportifbettor_logo p,
  header .sportifbettor_logo_burger p {
    font-size: 16px;
  }
}

header .sportifbettor_logo_burger {
  display: none;
}

@media (max-width: 991px) {
  header .sportifbettor_logo_burger {
    display: block;
    max-width: 150px;
  }

  .sportifbettor_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: 40px;
    /* padding: px 16px; */
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
}

.sportifbettor_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px 16px; */
}

@media (max-width: 991px) {
  .sportifbettor_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;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--background-page);
    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) {
  .sportifbettor_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

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

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

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

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

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

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

.sportifbettor_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;
  gap: 50px;
}

.sportifbettor_nav__item a {
  color: #FFF;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1305px) {
  .sportifbettor_nav__list {
    gap: 40px;
  }
}

@media (max-width: 1205px) {
  .sportifbettor_nav__list {
    gap: 30px;
  }

  .sportifbettor_nav__item a {
    font-size: 10px;
  }
}

@media (max-width: 1050px) {
  .sportifbettor_nav__list {
    gap: 20px;
  }

}

@media (max-width: 991px) {
  .sportifbettor_nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .sportifbettor_nav {
    flex-direction: column;
  }
}

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

@media (max-width: 991px) {
  .sportifbettor_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) {
  .sportifbettor_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.sportifbettor_nav__link.active {
  color: #018CFF;
}

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

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

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

}

.sportifbettor_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) {
  .sportifbettor_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sportifbettor_header__img18plus {
    display: none;
  }
}

.sportifbettor_burger img {
  width: 44px;
  height: 44px;
}

.btn_header_login {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #89F3FF;
  background: linear-gradient(0deg, rgba(34, 4, 45, 0.80) 0%, rgba(187, 0, 255, 0.80) 100%);

}

.btn_header_login span {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}

.btn_header_registr {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid #FFF;
}

.btn_header_registr span {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 600px) {

  .btn_header_registr span,
  .btn_header_login span {
    font-size: 10px;
  }
}

.sportifbettor_lang {
  position: relative;
}

.lang-switcher {
  max-width: 70px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: #018CFF;
}

.lang-current,
.lang-dropdown a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.lang-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.lang-switcher.open .arrow-icon {
  transform: rotate(180deg);
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  max-width: 70px;
  width: 100%;
  /* display: flex; */
  padding: 5px 10px;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: #018CFF;
  text-align: center;
  z-index: 10;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.lang-dropdown a {
  display: block;
  padding: 6px 12px;
  transition: background 0.2s ease;
}

.lang-dropdown a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lang-switcher.open .lang-dropdown {
  display: block;
}

.bg-main-section-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 10px;
}

.bg-main-section {
  background: url(/sportifbettor-img/sportifbettor-bg-main-section.webp) no-repeat center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 10px;
}

.main_text_container {
  max-width: 1240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.main_text_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.main_text_block_h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_text_block p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_section_image {
  max-width: 533px;
  width: 100%;
}

.main_section_image_mobile {
  max-width: 328px;
  width: 100%;
  display: none;
}

.main_section_image img,
.main_section_image_mobile img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .main_text_container {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .main_text_container {
    gap: 20px;
  }

  .main_section_image_mobile {
    display: block;
  }

  .main_section_image img {
    display: none;
  }

  .main_section_image {
    display: none;
  }

  .main_text_block h1 {
    font-size: 36px;
  }


}

.section_games {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container_games {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.container_games_h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.games_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.games_list_item {
  display: flex;
  max-width: 270px;
  width: 100%;
  flex-direction: column;
  list-style: none;
}

.game_block_wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 270px;
  height: 253px;
  cursor: pointer;
}

.game_block_image {
  max-width: 270px;
  width: 100%;
}

.game_block_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
  transition: transform 0.3s ease;
}

.btn_game_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 100px;
  background: #018CFF;
  color: #fff;
  padding: 10px 24px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
  max-width: 210px;
  width: 100%;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.game_block_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 30px;
  z-index: 1;

}

.game_block_wrapper:hover .btn_game_block {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}

.game_block_wrapper:hover::after {
  opacity: 1;
}

.games_list_item a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.bg_game_demo {
  padding-top: 70px;
  padding-bottom: 70px;
}

.game_demo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_about {
  padding-top: 70px;
  padding-bottom: 70px;
}

.about_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 20px;
}

.about_block_images {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.logo_title_about {
  max-width: 560px;
  width: 100%;
}

.logo_title_about img {
  width: 100%;
  height: auto;
  display: block;
}

.about_image {
  max-width: 560px;
  width: 100%;
}

.about_image_mobile {
  max-width: 328px;
  width: 100%;
  display: none;
}

.about_image img,
.about_image_mobile img {
  width: 100%;
  height: auto;
  display: block;
}

.about_block_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.about_block_text_h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about_block_text p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 991px) {
  .about_block {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .about_image {
    display: none;
  }

  .about_image_mobile {
    display: block;
  }
}

.why_section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.why_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.why_block_h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why_block p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.why_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
}

.why_item {
  position: relative;
  border-radius: 30px;
  background: #11112B;
  max-width: 270px;
  width: 100%;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;
}

.why_item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(to bottom,
      rgba(1, 140, 255, 0) 0%,
      rgba(1, 140, 255, 0.2) 20%,
      rgba(1, 140, 255, 1) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}


.header_why_img {
  max-width: 43px;
  width: 100%;
}

.header_why_img img {
  width: 100%;
  height: auto;
  display: block;
}

.why_item span {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why_item p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 600px) {
  .why_item {
    max-width: 328px;
  }
}

.bg_section_contact {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(/sportifbettor-img/sportifbettor-bg-contact.webp) center no-repeat;
  background-size: cover;
}

.block_contact_form {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.block_contact_form_h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.block_contact_form p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact_form {
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact_form p {
  margin-bottom: -9px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_form input,
.contact_form textarea {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;

  padding: 14px 16px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 820px;
  margin: 0;
}

.contact_form_btn {
  display: flex;
  padding: 14px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  max-width: 246px;
  width: 100%;

  border-radius: 10px;
  background: #0B0B23;

  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-top: 10px;
}

.contact_form textarea {
  min-height: 100px;
}

@media (max-width: 900px) {
  .block_contact_form {
    flex-direction: column;
    gap: 24px;
  }

  .form_container_header {
    display: none;
  }

  .form_container_header_mobile {
    display: flex;
    width: 100%;
    max-width: 328px;
  }

  .form_container_header img {
    display: none;
  }

  .contact_form {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .contact_form_btn {
    font-size: 14px;
  }

}

.success_message {
  display: none;
  color: var(--background-page);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 10px;

  text-align: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.success_message.show {
  display: flex;
}

input,
textarea {
  color: #272727;
  border: 1px solid #272727;
  transition: all 0.3s ease;
  padding: 8px;
  width: 300px;
  margin-bottom: 10px;
}

input:valid,
textarea:valid {
  color: #000;
  border: 2px solid #000;
  background-color: #fff;
}

.faq_section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.faq_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.faq_block_h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq_block p {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.faq_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.faq_item {
  display: flex;
  max-width: 560px;
  width: 100%;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  border-radius: 30px;
  border: 1px solid #018CFF;
  background: #061E4A;
}

.faq_g {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq_a {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.disclaimer_section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.disclaimer_block {
  width: 100%;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid #FF7575;
  background: linear-gradient(to right, #0B0B23 0%, #4A0606 50%, #0B0B23 100%);



}

.disclaimer_block_h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.disclaimer_block p {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.bg_table {
  background: url(/sportifbettor-img/sportifbettor-bg_table.webp) no-repeat center;
  background-size: cover;
}

.main_rating_block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main_rating_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.main_rating_list,
.main_rating_list2 {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.rating_header {
  width: 100%;
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(208, 204, 204, 0.6);
  backdrop-filter: blur(6px);
}

.rating_header h2 {
  color: #22042D;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.game_card_item {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(34, 4, 45, 0.55);
}

.game_card_text {
  max-width: 370px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.game_card_text p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.game_card_image {
  max-width: 60px;
  width: 100%;
}

.game_card_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.block_game_card_btn {
  border: 1px solid #fff;
  background: rgba(208, 204, 204, 0.6);
  backdrop-filter: blur(6px);
  border-radius: 1000px;
  display: flex;
  height: 44px;
  padding: 14px 30.09px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.btn_game_card span {
  color: #22042D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 1100px) {
  .main_rating_container {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .main_rating_block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .game_card_text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .game_card_item {
    gap: 20px;
  }

  .rating_header {
    padding: 40px 5px;
  }

  .rating_header h2 {
    font-size: 24px;
  }

  .main_rating_container {
    gap: 20px;
  }

  .main_rating_list,
  .main_rating_list2 {
    gap: 10px;
  }
}

.sportifbettor_container {
  background: var(--background-page);
  margin: 0;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_disclaimer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.disclaimer_text_p {
  color: #F1F1F1;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_info_block {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.footer_cookie_block,
.footer_age_block {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer_cookie_block_p,
.footer_age_block_p {
  color: #F1F1F1;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_cookie_block_p2,
.footer_age_block_p2 {
  color: #F1F1F1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {

  .footer_cookie_block,
  .footer_age_block {
    width: 100%;
  }

  .footer_info_block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.links_company_footer {
  width: 100%;
}

.links_company_footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 90px;
  align-self: stretch;
  list-style: none;
}

.links_company_footer li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links_company_footer img {
  max-height: 40px;
  width: 100%;
  max-width: 400px;
  display: block;
}

.footer_img_18plus {
  max-width: 84px;
  width: 100%;
}

.footer_img_18plus img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 530px) {
  .links_company_footer ul {
    gap: 20px;
  }
}

.copiright_footer {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
}

.politic_page_links {
  width: 100%;
}

.politic_page_links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links li {
  margin: 0;
}

.politic_page_links a {
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;

}

.politic_page_links a:hover,
.politic_page_links a:active,
.politic_page_links a:focus {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 800px) {
  .politic_page_links ul {
    gap: 20px;
  }
}

.main_section_image_propos {
  max-width: 560px;
  width: 100%;
}

.main_section_image_propos img {
    width: 100%;
  height: auto;
  display: block;
}

.sportifbettor_main {
  position: relative;
}

.sportifbettor_page {
  position: relative;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.modal.active {
  display: flex;
}

.modal-content {
  border-radius: 10px;
  background: #E4E4E4;
  box-shadow: 12px -1px 30px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12.5px);
  padding: 30px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  animation: fadeIn 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #22042D;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.modal-content input {
  width: 100%;
  margin: 10px 0;
  display: flex;
  padding: 15px 10px 15px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
}

.btn_modal {
  border-radius: 30px;
  border: 1px solid #89F3FF;
  background: linear-gradient(0deg, rgba(34, 4, 45, 0.80) 0%, rgba(187, 0, 255, 0.80) 100%);
  display: flex;
  height: 44px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: 8px;

  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.btn_form_register_login {
  cursor: pointer;
  margin-top: 15px;

  color: #22042D;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #000;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
}

.btn_return_home {
  margin-top: 15px;
  border-radius: 30px;
  border: 1px solid #89F3FF;
  background: var(--button, linear-gradient(0deg, rgba(34, 4, 45, 0.80) 0%, rgba(187, 0, 255, 0.80) 100%));
  display: flex;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;

}

.block_page_text {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_page_text p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.block_page_text_h1 {
  word-break: break-all;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.page_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page_item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal-content {
  background: #022664;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 16px;
  padding: 50px 30px;
  text-align: center;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 20px #022664;
  margin: 0 20px;
}

.age-modal-content_h2 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

.age-modal-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.age-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.age-modal-buttons button {
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background-color: #0C9100;
  color: #fff;
}

#ageYes:hover {
  background-color: #032300;
}

#ageNo {
  background-color: red;
  color: #fff;
}

#ageNo:hover {
  background-color: #999;
}

.background_dots {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; 
}

#flyingDots {
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  display: block;
}

