* {
  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
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

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
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/maygarbars-fonts/maygarbars-roboto-v48-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/maygarbars-fonts/maygarbars-roboto-v48-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/maygarbars-fonts/maygarbars-roboto-v48-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('/maygarbars-fonts/maygarbars-roboto-v48-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/maygarbars-fonts/maygarbars-roboto-v48-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('/maygarbars-fonts/maygarbars-roboto-v48-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --font-main: "Roboto";
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #ca404f;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --pink: #FF8FC5;
  --orange: #FE7E49;
  --yellow: #FEBD23;
  --hover: #CA2E43;
  --active: #f3aa00
}

body {
  background: #101010;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
}



.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 40px
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.Poppins {
  font-family: Poppins
}

.logo {
  display: block;
  width: 154px;
  height: 40px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.app-link {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #FF5B5B;
  transition: all .3s;
  /* 93.75% */
}

.app-link:hover {
  background: #bd4545;
}

.mobile {
  display: none;
}

@media(max-width:991px) {
  .deks-n {
    display: none;
  }

  .mobile {
    display: flex;
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%
}

.tx-36-24 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-36-24 {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-36-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-36-24 {
    font-size: 24px
  }
}

.tx-64-24 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%
}

@media (max-width:1220px) {
  .tx-64-24 {
    font-size: 44px
  }
}

@media (max-width:991px) {
  .tx-64-24 {
    font-size: 34px
  }
}

@media (max-width:600px) {
  .tx-64-24 {
    font-size: 24px
  }
}

.pt-80-60 {
  padding-top: 80px
}

@media (max-width:600px) {
  .pt-80-60 {
    padding-top: 60px
  }
}

.tx-main {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}

@media(max-width:600px) {
  .tx-main {
    font-size: 16px;
  }
}

.but {
  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;
  padding: 10px 24px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  background-color: var(--yellow);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  min-width: 235px;
  min-height: 37px;
  text-align: center;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:991px) {
  .but {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 34px;
    font-size: 20px
  }
}

.but_background {
  border: 2px solid var(--white);
  background-color: #777
}

.but_border {
  color: #4e4e4e;
  border: 2px solid #4e4e4e;
  background-color: transparent
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%
}

.color-black {
  color: var(--black)
}

.color-brown {
  color: #631a22
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-30:not(:last-child) {
  margin-bottom: 30px
}

.mb-30-16:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .mb-30-16:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .mb-30-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-16-10:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:1220px) {
  .mb-section:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 55px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 32px
  }
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.terms {
  padding: 80px 0 0 0
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.maygarbars-header {
  background: #101010;
}

.maygarbars-header__container {
  display: flex;
  flex-direction: column;
  width: 100%;

}

.header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  background: #CA2E43;
  gap: 10px;
}

.p-big {
  padding: 10px 0px;
  margin-top: 20px;
}

.header-top-txt {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.75px;
  /* 133.929% */
}

.adult-img-header {
  background-image: url('/maygarbars-img/maygarbars-adult.webp');
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 46px;
  padding: 15px 0px;
}

@media (max-width:991px) {
  .maygarbars-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 .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .maygarbars-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.maygarbars-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.maygarbars-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

.nav__item--dropdown {
  position: relative;
}

.nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 200px;
  z-index: 10;
}

@media(max-width:991px) {
  .nav__dropdown {
    display: block;
    position: static;
    background-color: transparent;
  }

}

.nav__dropdown--active {
  display: block;
}

.nav__dropdown-item {
  list-style: none;
}

.nav__dropdown-item .nav__link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.nav__dropdown-item .nav__link:hover {
  background-color: #f5f5f5;
}

@media(max-width:991px) {
  .nav__dropdown-item .nav__link {
    color: #fff;
    padding: 0;
  }


}

/* Ensure arrow rotates when dropdown is active */
.nav__item--dropdown .arr-d {
  display: inline-block;
  transition: transform 0.3s ease;
}

.nav__item--dropdown.nav__dropdown--active .arr-d {
  transform: rotate(180deg);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .nav__dropdown {
    position: static;
    box-shadow: none;
    background-color: transparent;
    padding-left: 20px;
  }
}

.arr-d {
  background-image: url('/maygarbars-img/maygarbars-arr-d.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.nav__link {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width:991px) {
  .maygarbars-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .maygarbars-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.maygarbars-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)
}

.maygarbars-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)
}

.menu-open {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.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: 50px
}

@media(max-width:1100px) {
  .nav__list {
    gap: 20px;
  }
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

.nav__list_footer {
  align-items: center;
  flex-direction: row;
  gap: 44px;
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

@media(max-width:600px) {
  .nav__list_footer {
    flex-direction: column;
    align-items: start;
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nav__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav__buttons .btn {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1520px;
  cursor: pointer;
  color: #FFF;

  /* White 19/text/Text(d) */
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.btn1 {
  border-radius: 1520px;
  background: #FEBD23;
}

.btn2 {
  border-radius: 1520px;
  border: 1px solid #FFF;
}

.maygarbars-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: 42px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .maygarbars-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.maygarbars-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.maygarbars-hero {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('/maygarbars-img/maygarbars-hero-bg.webp');
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:1220px) {
  .maygarbars-hero {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

@media (max-width:991px) {
  .maygarbars-hero {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

@media (max-width:600px) {
  .maygarbars-hero {
    padding-top: 70px;
    padding-bottom: 70px
  }
}



.maygarbars-hero__container {
  position: relative;
  z-index: 2
}

@media (max-width:768px) {
  .maygarbars-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.maygarbars-hero__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.maygarbars-hero__title {
  color: #FFF;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 83.2px */
  text-transform: uppercase;
}

.maygarbars-hero__text {
  color: rgba(255, 255, 255, 0.85);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}


@media (max-width:768px) {
  .maygarbars-hero__content {
    margin-top: 16px
  }
}

@media (max-width:600px) {
  .maygarbars-hero__content {
    gap: 16px
  }
}

@media (max-width:600px) {
  .maygarbars-hero__title {
    font-size: 36px;
  }

  .maygarbars-hero__text {
    font-size: 16px;
  }
}

.maygarbars-about {
  padding: 100px 0;
}

@media(max-width:991px) {
  .maygarbars-about {
    padding: 50px 0;
  }
}

.maygarbars-about__container {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.row-r {
  flex-direction: row-reverse;
}

@media(max-width:991px) {
  .maygarbars-about__container {
    flex-direction: column;
    gap: 80px;
  }
}

.maygarbars-about-background {
  background-repeat: no-repeat;
  background-size: cover;
  height: 524px;
  max-width: 560px;
  width: 100%;
  background-image: url('/maygarbars-img/maygarbars-about-bg.webp');
  padding-top: 22px;
  display: flex;
  justify-content: start;
  align-items: start;
}

.maygarbars-menu-info-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  width: 100%;
  background-image: url('/maygarbars-img/maygarbars-menu-bg.webp');
  display: flex;
  justify-content: start;
  align-items: start;
}

.maygarbars-mini-menu__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.maygarbars-about-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.maygarbars-about-item {
  display: flex;
  padding: 20px 24px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  background: #1C1C1C;
  display: flex;
  gap: 15px;
  max-width: 292px;
  width: 100%;
}

.maygarbars-about-img {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.alc1 {
  background-image: url('/maygarbars-img/maygarbars-about-1.webp');
}

.alc2 {
  background-image: url('/maygarbars-img/maygarbars-about-2.webp');
}

.alc3 {
  background-image: url('/maygarbars-img/maygarbars-about-3.webp');
}

.maygarbars-about-txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.maygarbars-about-item-tit {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.25px;
  /* 132.813% */
}

.maygarbars-about-item-txt {
  color: rgba(255, 255, 255, 0.85);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.maygarbars-about-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 600px;
}

.ogr-w {
  max-width: 580px;
  width: 100%;
}

.gap-23 {
  gap: 23px;
}

.maygarbars-contact-info {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
}

.form-wrapper {
  display: flex;
  padding: 80px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  background: #1C1C1C;
  max-width: 560px;
  width: 100%;
}

.maygarbars___form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.double-inp {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

@media(max-width:600px) {
  .double-inp {
    flex-direction: column;
  }

  .form-wrapper {
    padding: 40px 10px;
  }
}

.maygarbars___input {
  background: transparent;
  border: 1px solid #FFF;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: #fff;
  font-family: Roboto;
}

.maygarbars-iframe {
  width: 100%;
  height: 480px;
}

.maygarbars___input::placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  width: 100%;
}

.maygarbars-about-accent {
  color: #FF5B5B;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 125% */
}

.maygarbars-about-heading {
  color: #FFF;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 138.889% */
  text-transform: uppercase;
}

.maygarbars-about-info {
  color: rgba(255, 255, 255, 0.85);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
}

.maygarbars-title-wrapper {
  border-radius: 8px;
  background: #1C1C1C;
  display: flex;
  padding: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}

.maygarbars-bar-background {
  height: 408px;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 560px;
  width: 100%;
}

.bg-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: 340px;
}

.maygarbars-menu-background-mini {
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 340px;
  width: 100%;
  background-image: url('/maygarbars-img/maygarbars-menu2.webp');
}

.maygarbars-menu-background-mini2 {
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 340px;
  width: 100%;
  background-image: url('/maygarbars-img/maygarbars-menu5.webp');
}


.maygarbars-menu-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
}

.menu-positions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 380px;
  width: 100%;
}

.menu-position {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.des-big {
  max-width: 580px;
}

@media(max-width:800px) {
  .maygarbars-menu-info {
    flex-direction: column;
  }

  .menu-positions {
    max-width: 100%;
  }
}

.item-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width:600px) {
  .maygarbars-bar-background {
    height: 260px;
  }
}

@media(max-width:340px) {
  .maygarbars-bar-background {
    height: 220px;
  }
}

.bar1 {
  background-image: url('/maygarbars-img/maygarbars-bar1.webp');
}

.bar2 {
  background-image: url('/maygarbars-img/maygarbars-bar2.webp');
}

.bar3 {
  background-image: url('/maygarbars-img/maygarbars-bar3.webp');
}

.bar4 {
  background-image: url('/maygarbars-img/maygarbars-bar4.webp');
}

.bar5 {
  background-image: url('/maygarbars-img/maygarbars-bar5.webp');
}

@media(max-width:600px) {
  .maygarbars-about-heading {
    font-size: 24px;
  }

  .maygarbars-title-wrapper {
    padding: 40px 10px;
  }
}

.mb-t {
  margin-top: 22px;
}

.maygarbars-info {
  border-radius: 8px;
  background: #1C1C1C;
  display: flex;
  padding: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.maygarbars-info-item {
  display: flex;
  max-width: 250px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

@media(max-width:991px) {
  .maygarbars-info {
    flex-wrap: wrap;
    gap: 20px;
  }

  .mob-gap {
    gap: 20px;
  }
}



@media(max-width:600px) {
  .maygarbars-info {
    padding: 40px 16px;
  }
}

.maygarbars-info-accent {
  color: #FF5B5B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 106.25% */
}

.maygarbars-info-item-tit {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  /* 144% */
}

.maygarbars-menu {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 24px;
}

@media(max-width:991px) {
  .maygarbars-menu {
    flex-wrap: wrap;
  }
}

.maygarbars-menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 284px;
  width: 100%;
}

.maygarbars-person-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 368px;
  width: 100%;
}

.maygarbars-menu-img {
  height: 200px;
  max-width: 284px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media(max-width:600px) {
  .maygarbars-menu-item {
    max-width: 100%;
  }

  .maygarbars-menu-img {
    max-width: 100%;
    background-size: cover;
  }
}

.food1 {
  background-image: url('/maygarbars-img/maygarbars-menu1.webp');
}

.food2 {
  background-image: url('/maygarbars-img/maygarbars-menu2.webp');
}

.food3 {
  background-image: url('/maygarbars-img/maygarbars-menu3.webp');
}

.food4 {
  background-image: url('/maygarbars-img/maygarbars-menu4.webp');
}

.maygarbars-persons {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  justify-content: center;
}

@media(max-width:991px) {
  .maygarbars-persons {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.maygarbars-person-img {
  height: 460px;
  max-width: 368px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.pers1 {
  background-image: url(/maygarbars-img/maygarbars-person1.webp);
}

.pers2 {
  background-image: url(/maygarbars-img/maygarbars-person2.webp);
}

.pers3 {
  background-image: url(/maygarbars-img/maygarbars-person3.webp);
}

.maygarbars-decor {
  background-image: url('/maygarbars-img/maygarbars-decorate-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center;
}

.maygarbars-cnt {
  background: #1C1C1C;
  padding-top: 130px;
  padding-bottom: 100px;
}

@media(max-width:991px) {
  .maygarbars-cnt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.maygarbars-cnt__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1020px;
}

.maygarbars-apie__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}


.maygarbars-cnt-img {
  background-image: url('/maygarbars-img/maygarbars-cnt-img.webp');
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 58px;
}

.maygarbars-cnt-txt {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.75px;
  /* 117.188% */
}

.maygarbars-about-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;
}

.maygarbars-about-view {
  display: flex;
  padding-bottom: 6px;
  align-items: center;
  gap: 13.75px;
}

.maygarbars-about-dot {
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  background-image: url('/maygarbars-img/maygarbars-bullet.webp.webp');
  width: 15px;
  height: 15px;
}

.maygarbars-about-view-txt {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.maygarbars-sec-background {
  background-image: url(/maygarbars-img/maygarbars-menu2.webp);
  height: 340px;
  max-width: 560px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.maygarbars-apie-background {
  height: 600px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/maygarbars-img/maygarbars-apie-img.webp');
  max-width: 560px;
  width: 100%;
}

@media(max-width:600px) {
  .maygarbars-apie-background {
    height: 300px;
  }
}

.maygarbars-les__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.with-dark {
  position: relative;
  background-image: url('/maygarbars-img/maygarbars-second-bg.webp');
}



.with-dark>* {
  position: relative;
  z-index: 2;
}


.maygarbars-hero__cont {
  align-items: center;
  justify-content: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  max-width: 900px;
}

.maygarbars-footer {
  padding-top: 100px;
}

.maygarbars-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media (max-width:991px) {
  .maygarbars-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column-reverse;
    gap: 41px
  }
}

@media (max-width:600px) {
  .maygarbars-footer__container {
    gap: 41px
  }

  .maygarbars-footer {
    padding-top: 50px;
  }
}

.maygarbars-footer__war {
  width: 121px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.adult-sw {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  justify-content: space-between;
  max-width: 190px;
  width: 100%;
}

@media(max-width:768px) {
  .adult-sw {
    min-height: auto;
    gap: 41px;
  }
}



.maygarbars-footer__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.policy-nav {
  margin-top: 26px;
}

.footer-nav__list {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-policy__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media(max-width:600px) {
  .footer-policy__list {
    flex-direction: column;
    gap: 10px;
  }
}

.policy-link {
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.simple-footer-txt {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.4px;
}

.mt-2 {
  margin-top: 20px;
}


.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


@media (max-width:991px) {
  .maygarbars-footer__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:768px) {
  .maygarbars-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}



.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__body {
  overflow: auto;
  max-width: 567px;
  width: 100%;
  position: relative;
  z-index: 999;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.popup__text {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.button__green {
  border-radius: 20px;
  background: #FEBD23;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.popup__button {
  min-width: 291px;
}

@media (max-width: 991px) {
  .popup__button {
    min-width: 120px;
  }

  .popup__body {
    width: 95%;
  }
}

@media (max-width:991px) {
  .popup__button {
    min-height: 42px;
    font-size: 20px
  }
}

@media (max-width:600px) {
  .popup__button {
    min-height: 35px;
    font-size: 16px
  }
}

.maygarbars-cookie-popup {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 7;
  width: 540px;
  padding: 50px 20px;
  background-color: var(--white);
  display: none !important;
}

@media (max-width:600px) {
  .maygarbars-cookie-popup {
    padding: 32px 20px;
    width: 100%
  }
}

.maygarbars-cookie-popup.disabled {
  display: none
}

.maygarbars-cookie-popup__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

.maygarbars-cookie-popup__links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.maygarbars-cookie-popup__links a {
  min-width: 0;
  width: 100%;
  border-radius: 20px;
  padding: 5px;
  min-height: 37px
}

@media (max-width:991px) {
  .maygarbars-cookie-popup__links a {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .maygarbars-cookie-popup__links a {
    font-size: 16px
  }
}

.maygarbars-cookie-popup__links button {
  min-width: 0;
  width: 100%;
  border-radius: 20px;
  padding: 5px;
  min-height: 37px
}

@media (max-width:991px) {
  .maygarbars-cookie-popup__links button {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .maygarbars-cookie-popup__links button {
    font-size: 16px
  }
}

.maygarbars-games-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.important-links-container {
  display: flex;
  width: 100%;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border: 2px solid #FFF;
}

.links1 {
  display: flex;
  align-items: flex-start;
  gap: 148px;
}

.gap-mini {
  gap: 94px;
}

.links-title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.links-txt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}



.link-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.link-big {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #FFF;
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media(max-width:600px) {
  .links1 {
    flex-direction: column;
    gap: 30px;
  }

  .links-title {
    font-size: 24px;
  }

  .links-txt {
    font-size: 14px;
  }

  .link-big {
    font-size: 18px;
  }

  .important-links-container {
    padding: 30px 16px;
  }
}

.maygarbars-game {
  display: flex;
  max-width: 610px;
  width: 100%;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  min-height: 310px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  flex: 0 1 calc(50% - 20px);
}

@media(max-width:900px) {
  .maygarbars-game {
    flex: auto;
  }
}

@media(max-width:600px) {
  .maygarbars-game {
    padding: 16px;
    min-height: 310px;
  }

  .maygarbars-games-wrapper {
    align-items: center;
    justify-content: center;
  }
}






.maygarbars-game__iframe {
  height: 600px;
  width: 100%
}

.maygarbars-game__iframe iframe {
  display: block;
  width: 100%;
  height: 100%
}


/* Popup */
.top10casino__popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  -o-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;
  height: 100vh;
}

.black {
  background-image: url('/maygarbars-img/maygarbars-arr-b.svg');
}

.top10casino__popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.top10casino__popup__body {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  max-width: 610px;
  padding: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
}

.top10casino__popup__title {
  color: #4E4E4E;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.plus {
  color: #FFF;
  font-family: "League Spartan";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .top10casino__popup__body {
    padding: 25px 15px;
  }
}

@media (max-width: 620px) {
  .top10casino__popup__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 450px) {
  .top10casino__popup__body {
    width: 95%;
    padding: 20px 10px;
  }
}

.top10casino__popup__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.popup-input {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(78, 78, 78, 0.20);
  display: flex;
  padding: 12px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #000;
  font-family: Inter;
}

.popup-input::placeholder {
  color: #4E4E4E;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top10casino__popup__text {
  color: #4E4E4E;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top10casino__popup__text button {
  color: #FEBD23;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  background: transparent;
}

/* @media (max-width: 991px) {
  .top10casino__popup__text {
      font-size: 16px;
      margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .top10casino__popup__text {
      font-size: 14px;
      margin-bottom: 20px;
  }
} */

.top10casino__form-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.top10casino__popup__button {
  border-radius: 20px;
  background: #FEBD23;
  display: flex;
  max-width: 200px;
  width: 100%;
  padding: 12px 24px;
  align-items: flex-start;
  gap: 10px;
  color: #FFF;
  justify-content: center;
  text-align: center;


  /* White 19/Button/Button(m) */
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.48px;
}

.error-message {
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  color: red;
}

.checbx {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Стилизация чекбокса */
.checkbox-input {
  appearance: none;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  height: 32px;
  border-radius: 5px;
  border: 2px solid #4E4E4E;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
}

/* Оформление состояния checked */
.checkbox-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* Эффект нажатия */
.checkbox-input:active {
  filter: brightness(90%);
}

/* Смена цвета границы при наведении */
.checkbox-input:hover:not(:disabled) {
  border-color: #0d6efd;
}

/* Стили для чекбокса при фокусе */
.checkbox-input:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Отключенный чекбокс */
.checkbox-input:disabled {
  filter: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.checkbox-input:disabled~.checkbox-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.disabled {
  display: none;
}

@media(max-width:991px) {
  .nav__item--dropdown .arr-d {
    display: none;
  }

  .nav__item--dropdown {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }

  .nav__dropdown {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}

.spass-content {
  display: flex;
  align-items: flex-start;
  gap: 59px;
  max-width: 850px;
  width: 100%;
}

@media(max-width:780px) {
  .spass-content {
    flex-direction: column;
    gap: 20px;
  }
}

.spass-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 850px;
}

.spass-info p {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.spass-info li {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc !important;
}

.spass-info ul {
  list-style: disc !important;
  padding-left: 25px;
}

.spass-txt {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
}





.spass-txt a {
  color: #000;
}

.no-br {
  border-radius: 0;
}

@media(max-width:780px) {
  .no-br {
    max-width: 328px;
    height: 328px;
    aspect-ratio: 1/1;
  }

  .spass-content {
    align-items: center;
  }
}

@media(max-width:600px) {
  .spass-txt {
    font-size: 20px;
    line-height: normal;
  }
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.flex-s {
  align-items: start;
}

.make-center {
  justify-content: center;
}

.make-centered {
  align-items: center;
}

.less-gap {
  gap: 20px;
}


.maw-100 {
  max-width: 100%;
  width: 100%;
}

.col-w {
  color: #fff;
}