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

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

@media (max-width: 991px) {
  section {
    margin-bottom: 60px;
  }
}

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

.container {
  padding: 0 40px;
}

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

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    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: "slingospiels_Karla", sans-serif;
  --background-page: #131617;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

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

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

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

header a {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

header p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

footer a {
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

footer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }
  header a {
    font-size: 10px;
  }
}

.btn {
  font-family: "slingospiels_Karla";

  width: 100%;

  display: flex;
  justify-content: center;
}

/* font-weight */

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

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

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

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

.slingospiels_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-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}

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

.slingospiels_terms_container {
  padding-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slingospiels_header {
  padding: 15px 0;
  background: rgba(19, 22, 23, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
}

@media (max-width: 480px) {
  .slingospiels_header {
    padding: 10px 0;
  }
}

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

header .slingospiels_logo img {
  width: 161px;
  height: 25px;
}

.slingospiels_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) {
  .slingospiels_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(--black);
    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) {
  .slingospiels_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

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

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

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

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

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

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

.slingospiels_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: 40px;
}

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .slingospiels_header__container {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}

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

footer {
  background: linear-gradient(180deg, #131617 0%, #000 100%);
  padding: 50px 0;
}

.slingospiels_footer_container_lc,
.slingospiels_footer_container_rc {
  width: 50%;
}

.slingospiels_footer_link_1 {
  width: 176px;
  height: 70px;
}

.slingospiels_footer_link_2 {
  width: 190px;
  height: 45px;
}

.slingospiels_footer_link_3 {
  width: 140px;
  height: 46px;
}

@media (max-width: 480px) {
  .slingospiels_footer_container {
    flex-direction: column;
  }
  .slingospiels_footer_container_lc,
  .slingospiels_footer_container_rc {
    width: 100%;
  }
  .slingospiels_footer_nav;
}

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

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

.slingospiels_main {
  position: relative;
}

.slingospiels_page_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url(/slingospiels-img/slingospiels-bg.webp) lightgray 50% / cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  position: absolute;
  width: 100%;
  height: 700px;
  z-index: 1;
}
section {
  position: relative;
  z-index: 5;
}

.slingospiels_sect_1 {
  padding-top: 186px;
}

.slingospiels_sect_1_date_wrapper {
  border-radius: 20px;
  background: #000;
  padding: 10px 18px;
  width: fit-content;
}

.slingospiels_sect_1_text {
  max-width: 50%;
  margin-bottom: 22px;
}

.slingospiels_sect_1_li_img {
  content: url(/slingospiels-img/slingospiels-home-sect-1-li.svg);
}

.slingospiels_sect_1_ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* slingospiels_sect_1_card */

.slingospiels_sect_1_card {
  padding-right: 30px;

  border-radius: 10px;
  border: 1px solid #afafaf;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(247, 200, 0, 0.5);
}

.slingospiels_sect_1_card_logo {
  background-image: url(/slingospiels-img/slingospiels-card-bg.webp);
  border-radius: 10px 0 0 10px;
  padding: 20px;
  background-size: cover;
  width: 250px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slingospiels_sect_1_card h2 {
  font-size: 42px;
}

.slingospiels_sect_1_card_ul_li_img {
  content: url(/slingospiels-img/slingospiels-home-card-li.svg);
}

.slingospiels_sect_1_card_ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.slingospiels_sect_1_card_ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.slingospiels_sect_1_card_btn_wrapper p {
  font-size: 14px;
  margin-bottom: 5px;
}

.slingospiels_sect_1_card_btn_wrapper .btn {
  padding: 15px 36px;
  border-radius: 300px;
  background: #d60000;

  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.slingospiels_sect_1_img {
  content: url(/slingospiels-img/slingospiels-home-sect-1-img.webp);

  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(3%);
  z-index: 2;
}

@media (max-width: 991px) {
  .slingospiels_page_bg {
    height: 526px;
  }

  .slingospiels_sect_1_img {
    height: 526px;
  }

  .slingospiels_sect_1_text {
    max-width: 100%;
  }
  .slingospiels_sect_1_card h2 {
    font-size: 26px;
  }
  .slingospiels_sect_1_card_btn_wrapper .btn {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .slingospiels_sect_1_card {
    padding-right: 0;
    padding: 0 0 16px;
    flex-direction: column;
    max-width: 328px;
    margin: 0 auto;
  }
  .slingospiels_sect_1_card_logo {
    background-image: url(/slingospiels-img/slingospiels-card-bg-mob.webp);
    width: 100%;
    height: 120px;
    border-radius: 10px 10px 0 0;
  }

  .slingospiels_sect_1_card_ul {
    flex-direction: row;
    white-space: nowrap;
    gap: 10px;
  }
  .slingospiels_sect_1_card_ul li {
    font-size: 12px;
  }
  .carousel-container {
    overflow: hidden;
    width: 100%;
  }

  .carousel-track {
    display: flex;
    gap: 40px;
  }

  .carousel-track li {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }
  .carousel-track {
    animation: scroll-left 5s linear infinite;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .slingospiels_sect_1_card_btn_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    padding: 0 16px;
  }
  .slingospiels_sect_1_card_btn_wrapper .btn {
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }

  .slingospiels_sect_1_card_btn_wrapper p {
    font-size: 8px;
    text-align: center;
  }

  .slingospiels_sect_1_img {
    transform: translateX(-20%);
  }
}

@media (max-width: 480px) {
  .slingospiels_sect_1_img {
    width: 380px;
    height: 380px;
    top: 147px;
    transform: translateX(-35%);
  }
  .slingospiels_sect_1 {
    padding-top: 94px;
  }
  .slingospiels_sect_1_text {
    gap: 10px;
  }
  .slingospiels_sect_1_date_wrapper_p_mobile_none {
    display: none;
  }
  .slingospiels_sect_1_li_img {
    width: 15px;
    height: 15px;
  }
  .slingospiels_sect_1_card {
    gap: 10px;
  }
}

.disk {
  list-style: disc;
  margin-left: 20px;
}

.slingospiels_sect_4_content_lc_li {
  padding: 30px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 5px 0px rgba(247, 200, 0, 0.2);
}
.slingospiels_sect_4_content p {
  font-size: 12px;
}
.slingospiels_sect_4_content li {
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.slingospiels_sect_4_content_lc,
.slingospiels_sect_4_content_rc_img {
  width: 50%;
}

.slingospiels_sect_4_content_rc_img {
  object-fit: contain;
}

@media (max-width: 991px) {
  .slingospiels_sect_4_content {
    flex-direction: column;
    align-items: center;
  }
  .slingospiels_sect_4_content_lc {
    width: 70%;
  }
  .slingospiels_sect_4_content_rc_img {
    width: 4500px;
    height: 450px;
  }
}

@media (max-width: 700px) {
  .slingospiels_sect_4_content_lc {
    width: 100%;
  }
  .slingospiels_sect_4_content_rc_img {
    width: 328px;
    height: 328px;
  }
}
@media (max-width: 480px) {
  .slingospiels_sect_4_content_lc_li {
    padding: 16px;
  }
  .slingospiels_sect_4_content_lc_hed {
    margin-bottom: 10px;
  }
  .slingospiels_sect_4_content_lc_hed .slingospiels_sect_1_li_img {
    width: 20px;
    height: 20px;
  }
}

/* slingospiels_sect_5 */

.slingospiels_sect_5_container h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

.slingospiels_sect_5_container p {
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.slingospiels_sect_5_container li {
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.slingospiels_sect_5_container_lc,
.slingospiels_sect_5_container_rc {
  width: 50%;
}

@media (max-width: 480px) {
  .slingospiels_sect_5_container {
    flex-direction: column;
  }
  .slingospiels_sect_5_container_lc,
  .slingospiels_sect_5_container_rc {
    width: 100%;
  }
}

/* popap_age */
.popap_age {
  position: fixed;
  inset: 0;
  border-radius: 5px;
  border: 2px solid #fcbd18;
  background: rgba(19, 22, 23, 0.8);
  box-shadow: 0px 4px 20px 0px rgba(252, 189, 24, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.popap_age h3 {
  font-size: 40px;
}

.popap_age_btn {
  color: #131617;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 16px 36px;
  border-radius: 5px;
  background: #fcbd18;
  white-space: nowrap;
}

@media (max-width: 400px) {
  .popap_age_ban_wrapper {
    flex-direction: column;
  }
  .popap_age h3 {
    font-size: 28px;
  }
}

/* slingospiels_resp_sect_1 */

.slingospiels_page_bg_resp {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%),
    url(/slingospiels-img/slingospiels-bg.webp) lightgray 50% / cover no-repeat;
}

.slingospiels_resp_sect_1 {
  padding-top: 125px;
}

.slingospiels_resp_sect_1_container h1 {
  font-size: 40px;
}

.slingospiels_resp_sect_2 li {
  margin-left: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

@media (max-width: 991px) {
  .slingospiels_resp_sect_1_container h1 {
    font-size: 26px;
  }
  .slingospiels_resp_sect_2 li {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .slingospiels_resp_sect_1_container h1 {
    font-size: 20px;
  }
}

/* slingospiels_contact */

.slingospiels_contact {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%),
    url(/slingospiels-img/slingospiels-bg.webp) lightgray 50% / cover no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  margin-bottom: 0;
}

.slingospiels_contact h2 {
  font-size: 20px;
}
.slingospiels_contact p {
  font-size: 12px;
}
.slingospiels_contact a {
  font-size: 12px;
}

.slingospiels_contact_container_rc {
  content: url(/slingospiels-img/slingospiels-home-sect-1-img.webp);
  width: 570px;
  height: 570px;
  object-fit: contain;
}

.slingospiels_contact_container_lc,
.slingospiels_contact_container_rc {
  width: 50%;
}

@media (max-width: 991px) {
  /* .slingospiels_contact_container_rc {
    width: 500px;
    height: 500px;
  } */
}

@media (max-width: 768px) {
  .slingospiels_contact_container {
    flex-direction: column;
  }
  .slingospiels_contact_container_lc,
  .slingospiels_contact_container_rc {
    width: 100%;
  }
  .slingospiels_contact_container_rc {
    width: 500px;
    height: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .slingospiels_contact_container_rc {
    width: 360px;
    height: 360px;
  }
  .slingospiels_contact h1 {
    font-size: 26px;
  }
  .slingospiels_contact h2 {
    font-size: 16px;
  }
}

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