@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

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

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

button {
  cursor: pointer;
  background: transparent;
}

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

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

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  font-family: "Inter", sans-serif;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #0E0E0E;
}

.main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

section {
  scroll-margin-top: 100px;
}

[class*=__text] {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 48px);
  font-weight: 700;
}

.h3 {
  color: #96F;
  font-size: 20px;
  font-weight: 700;
}

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

.btn {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  background: #96F;
  padding: 22px 60px;
}

.btn-border {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  border: 1px solid #96F;
  padding: 22px 60px;
}
.btn-border_red {
  border: 1px solid #F66;
  color: #F66;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: #0E0E0E;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
}
@media (max-width: 575px) {
  .header__content {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header__logo {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .header__menu {
    gap: 15px;
  }
}

.footer {
  padding: 0 0 20px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__text {
  max-width: 970px;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 20px;
  max-width: 600px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #96F;
  background: #0E0E0E;
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cookies__icon {
  margin: 0 auto;
}
.cookies__title {
  color: #96F;
  font-size: 30px;
  font-weight: 700;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.cookies__btn {
  width: 100%;
  padding: 24px 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #19222D;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.popup__content {
  border-radius: 30px;
  border: 1px solid #96F;
  background: #0E0E0E;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 600px;
  padding: 20px;
}
.popup__title {
  color: #96F;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.popup__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-direction: column;
}
.popup__accept, .popup__exit {
  width: 100%;
  padding: 24px 0;
}

.hero {
  margin: 70px 0 0;
  background: url(/wp-content/themes/allslotsrank/img/bg.webp) no-repeat center/100% 100%;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .hero {
    margin: 107px 0 0;
    padding: 60px 0;
    background: url(/wp-content/themes/allslotsrank/img/bg-mob.webp) no-repeat center/100% 100%;
  }
}
.hero_privacy {
  background: url(/wp-content/themes/allslotsrank/img/bg-1.webp) no-repeat center/100% 100%;
}
@media (max-width: 575px) {
  .hero_privacy {
    background: url(/wp-content/themes/allslotsrank/img/bg-1-mob.webp) no-repeat center/100% 100%;
  }
}
.hero__content {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .hero__content {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .hero__img {
    max-width: 590px;
    width: 100%;
  }
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__title {
  color: #FFF;
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 700;
}
.hero__list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .hero__list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.play {
  margin: 60px 0;
}
.play__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.play__card {
  border-radius: 24px;
  border: 2px solid #96F;
  padding: 0 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.play__label {
  width: -moz-fit-content;
  width: fit-content;
}
.play__label p {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  background: #96F;
  padding: 8px 15px;
}
.play__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.play__name {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 328px;
}
.play__rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.play__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.play__num {
  color: #FFF;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}
.play__txt {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}
.play__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1023px) {
  .play__column {
    width: 100%;
  }
  .play__column a {
    width: 100%;
  }
}
.play__icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.faq__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq__title {
  max-width: 784px;
}
.faq__row {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .faq__row {
    flex-direction: column;
  }
}
.faq__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq__card {
  border-radius: 20px;
  border: 2px solid #96F;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.faq__card.active .faq__arrow img {
  transform: rotate(180deg);
}
.faq__card.active .faq__text {
  max-height: 500px;
  opacity: 1;
  margin-top: 15px;
}
.faq__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.faq__text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
  margin-top: 0;
}
.faq__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.faq__arrow img {
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .faq__img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .faq__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.info {
  margin: 60px 0;
  background: url(/wp-content/themes/allslotsrank/img/bg-2.webp) no-repeat center/100% 100%;
  padding: 60px 0;
}
@media (max-width: 575px) {
  .info {
    background: url(/wp-content/themes/allslotsrank/img/bg-2-mob.webp) no-repeat center/100% 100%;
  }
}
.info__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info__title {
  max-width: 784px;
  margin: 0 auto;
  text-align: center;
}
.info__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .info__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 20px;
}

.privacy {
  margin: 30px 0 60px;
}
.privacy__text {
  max-width: 1098px;
}