/*!
Theme Name: sat7
Theme URI: http://underscores.me/
Author: Vasyl Chopyk
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sat7
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sat7 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Luckiest+Guy&display=swap");
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #0F1013;
  height: 100%;
}

p, h1, h2, h3, a {
  margin: 0;
  padding: 0;
}

[class*=__container] {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  [class*=__container] {
    padding: 0 10px;
  }
}

.textBlockWithBorder {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
  padding: 80px;
  border: 1px solid #fff;
  border-radius: 32px;
}
@media (max-width: 991.98px) {
  .textBlockWithBorder {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .textBlockWithBorder {
    border: none;
    padding: 10px;
    gap: 20px;
  }
}
.textBlockWithBorder--withDecor {
  position: relative;
  margin-top: 140px;
  padding-top: 170px;
}
@media (max-width: 767.98px) {
  .textBlockWithBorder--withDecor {
    margin-top: 0;
    padding-top: 0;
  }
}
.textBlockWithBorder--withDecor--main {
  margin-top: 80px;
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  .textBlockWithBorder--withDecor--main {
    margin-top: 0;
    padding-top: 0;
  }
}
.textBlockWithBorder--withDecor--mainPayments {
  margin-top: 20vw;
  padding-top: 22vw;
}
@media (min-width: 1979.98px) {
  .textBlockWithBorder--withDecor--mainPayments {
    margin-top: 380px;
    padding-top: 480px;
  }
}
@media (max-width: 767.98px) {
  .textBlockWithBorder--withDecor--mainPayments {
    margin-top: 0;
    padding-top: 0;
  }
}
.textBlockWithBorder--withShadow {
  background-image: url("/img/shadowBG.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .textBlockWithBorder--withShadow {
    background-image: none;
  }
}
.textBlockWithBorder--witoutBorder {
  border: none;
  border-radius: 0;
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .textBlockWithBorder--witoutBorder {
    padding: 0 10px;
  }
}

.paragraphText {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.textList {
  padding-left: 15px;
  margin: 0;
}

.textListItem {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 3px 0;
}
@media (max-width: 767.98px) {
  .textListItem {
    font-size: 16px;
  }
}

.bigHeadingText {
  color: #FFF;
  font-family: "Luckiest Guy", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .bigHeadingText {
    font-size: 32px;
  }
}

.headingText {
  color: #FFF;
  font-family: "Luckiest Guy", cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .headingText {
    font-size: 24px;
  }
}

.smallHeadingText {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.textButton {
  border: 1px solid #27AE60;
  color: #27AE60;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
}
.textButton--white {
  border: 1px solid #fff;
  color: #fff;
}

.linkWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}

.button {
  background-color: transparent;
  padding: 0.5em 1em;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: all 0.25s ease;
}
.button:hover {
  transform: translateY(-2.5px);
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  flex: 1 1 auto;
}

.header {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 32px 20px;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .header {
    position: static;
  }
}
@media (max-width: 479.98px) {
  .header {
    padding: 20px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
}
.header__leftSide {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header__logoWrapp {
  max-width: 111px;
}
.header__logo {
  width: 100%;
  height: 100%;
}
.header__menu {
  display: flex;
  gap: 32px;
  padding: 0 30px;
}
@media (max-width: 1279.98px) {
  .header__menu {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .header__menu {
    display: none;
  }
}
.header__menuItem {
  color: #ffffff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.25s ease;
}
@media (max-width: 1279.98px) {
  .header__menuItem {
    font-size: 12px;
  }
}
.header__menuItem:hover {
  color: #27AE60;
}
.header__buttonWrapper {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header__button {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  background-color: #27AE60;
  padding: 0.7em 1.5em;
}
@media (max-width: 1279.98px) {
  .header__button {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .header__button {
    display: none;
  }
}
.header__button--green {
  border: 1px solid #27AE60;
  color: #27AE60;
  background-color: transparent;
}
.header__burger {
  display: none;
}
@media (max-width: 991.98px) {
  .header__burger {
    display: block;
  }
}

.paymentsBlock {
  background: #1B1C1F;
  background-image: url("/img/bgPayments.png");
  background-position: center -500px;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
@media (max-width: 767.98px) {
  .paymentsBlock {
    margin-right: -30px;
    margin-left: -30px;
    padding: 30px 20px;
    border-radius: 0;
    background-position: center -650px;
  }
}

.decorItemPayments {
  position: absolute;
  top: -22vw;
  width: 60vw;
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1979.98px) {
  .decorItemPayments {
    top: -400px;
    width: 1100px;
  }
}
@media (max-width: 767.98px) {
  .decorItemPayments {
    position: static;
    width: 100%;
    transform: translateX(0);
  }
}

.mobileAppBlock {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .mobileAppBlock {
    flex-direction: column;
    background: #1B1C1F;
    background-image: url("/img/bgPayments.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    margin-right: -30px;
    margin-left: -30px;
    padding: 30px 20px;
    border-radius: 0;
    background-position: center -650px;
  }
}
.mobileAppBlock__leftSide {
  padding-right: 20px;
  flex: 45%;
}
@media (max-width: 767.98px) {
  .mobileAppBlock__leftSide {
    flex: 1;
    padding-right: 0;
  }
}
.mobileAppBlock__rightSide {
  flex: 55%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .mobileAppBlock__rightSide {
    flex: 1;
  }
}
.mobileAppBlock__img {
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #0F1013;
}
@media (max-width: 767.98px) {
  .footer {
    font-size: 17px;
    background-color: #2E2F3D;
  }
}

.footerPayments__list {
  padding: 20px;
  max-width: 1480px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  gap: 25px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1279.98px) {
  .footerPayments__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footerPayments__list {
    justify-content: space-between;
  }
}
@media (max-width: 479.98px) {
  .footerPayments__list {
    gap: 20px;
  }
}

.footerPayment__img {
  width: 100%;
  height: 100%;
}
@media (max-width: 479.98px) {
  .footerPayment__img {
    width: 90%;
    height: 90%;
  }
}

.paymentTypes__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .paymentTypes__wrapper {
    gap: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 479.98px) {
  .paymentTypes__wrapper {
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .payment__imgWrapper {
    width: 25%;
  }
}

.payment__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.copyright {
  background-color: #2E2F3D;
  color: #ffffff;
  font-size: 20px;
  padding: 56px 100px;
}
@media (max-width: 767.98px) {
  .copyright {
    padding: 52px 30px;
    font-size: 17px;
    background-color: #0F1013;
  }
}
@media (max-width: 479.98px) {
  .copyright {
    padding: 32px 20px;
    font-size: 14px;
  }
}
.copyright__desc {
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 46px;
}
@media (max-width: 479.98px) {
  .copyright__desc {
    padding-bottom: 26px;
  }
}
.copyright__btnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 991.98px) {
  .copyright__btnWrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 479.98px) {
  .copyright__btnWrapper {
    gap: 10px;
  }
}
.copyright__btn {
  padding: 10px 15px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.25s ease;
  text-align: center;
}
@media (max-width: 479.98px) {
  .copyright__btn {
    padding: 5px;
  }
}
.copyright__btn:hover {
  color: #27AE60;
}

.burgerMenu {
  z-index: 10;
  position: fixed;
  top: 70px;
  right: -270px;
  padding: 50px 50px;
  background-color: #0F1013;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 479.98px) {
  .burgerMenu {
    top: 60px;
  }
}
.burgerMenu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.burgerMenu__item {
  color: #ffffff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.25s ease;
}
.burgerMenu__item:hover {
  color: #27AE60;
}
.burgerMenu__close {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 3px;
  cursor: pointer;
}
.burgerMenu .burgerBtn {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .burgerMenu .burgerBtn {
    display: block;
  }
}

.burgerMenu.active {
  right: 0;
}

.header__burger.active {
  opacity: 0;
}

.mainPageWrapper {
  padding: 56px 20px 100px 20px;
}
@media (max-width: 479.98px) {
  .mainPageWrapper {
    padding: 56px 5px;
  }
}

.supportSection {
  background-color: #1B1C1F;
  padding: 55px 20px 95px 20px;
  margin: 0 -20px;
}
@media (max-width: 479.98px) {
  .supportSection {
    padding: 20px;
    background-color: transparent;
  }
}

.laptopBlock {
  margin: 0 -20px;
  background: radial-gradient(50.76% 50.23% at 55.31% 49.77%, #1C9B52 0%, #136636 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 221px;
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .laptopBlock {
    margin-top: 70px;
    height: 150px;
  }
}
.laptopBlock__img {
  width: 100%;
  height: 100%;
  margin-top: -150px;
}
@media (max-width: 767.98px) {
  .laptopBlock__img {
    margin-top: -70px;
  }
}

.actualPvoviders__topSide {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: normal;
  max-width: 950px;
}
@media (max-width: 767.98px) {
  .actualPvoviders__topSide {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .actualPvoviders__topSide {
    justify-content: space-around;
    gap: 30px;
  }
}
.actualPvoviders__btn {
  border-radius: 30px;
  padding: 0.7em 2em;
}
@media (max-width: 767.98px) {
  .actualPvoviders__btn {
    justify-content: space-around;
    padding: 10px 10px;
    flex: 25%;
    font-size: 14px;
    max-width: 170px;
  }
}

.responsibleGamb {
  padding: 64px 20px 130px 20px;
}
@media (max-width: 767.98px) {
  .responsibleGamb {
    padding: 56px 20px;
  }
}
.responsibleGamb__container {
  padding: 64px 0 0 0;
}
@media (max-width: 767.98px) {
  .responsibleGamb__container {
    padding: 46px 0 0 0;
  }
}

.smallHeading {
  color: #27AE60;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 16px;
}
@media (max-width: 767.98px) {
  .smallHeading {
    font-size: 20px;
  }
}

.heading {
  color: #ffffff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .heading {
    font-size: 32px;
  }
}

.mainPStrongText {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.games {
  padding: 50px 0;
  background-image: url("/img/gamesBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767.98px) {
  .games {
    padding: 30px 0;
    background-image: none;
  }
}

.gamesPreview__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gameItem {
  position: relative;
  flex: 20%;
  height: 189px;
  margin: 20px;
  border-radius: 17px;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 1279.98px) {
  .gameItem {
    flex: 25%;
  }
}
@media (max-width: 991.98px) {
  .gameItem {
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .gameItem {
    flex: 33%;
  }
}
@media (max-width: 479.98px) {
  .gameItem {
    margin: 10px;
    height: 108px;
    border: 0.5px solid #27AE60;
  }
}

.gameItem:hover .gameItem__overlay {
  opacity: 1;
  visibility: visible;
}

.gameItem__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.gameItem__title {
  display: none;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--white);
  background-color: rgba(57, 57, 57, 0.95);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .gameItem__title {
    font-size: 12px;
    line-height: 18px;
  }
}

.gameItem__overlay {
  opacity: 0;
  visibility: hidden;
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(57, 57, 57, 0.7);
  transition: 0.25s ease;
  z-index: 3;
}

.gameItem__btn {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  background-color: #27AE60;
  padding: 0.7em 1.5em;
}
@media (max-width: 1279.98px) {
  .gameItem__btn {
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .gameItem__btn {
    font-size: 11px;
  }
}

.headSection {
  padding: 80px 20px 50px 20px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(46, 47, 61);
  height: 75vh;
}
@media (max-width: 767.98px) {
  .headSection {
    padding: 20px 20px 40px 20px;
    margin: 0;
    height: auto;
    background-image: none !important;
    background-color: transparent;
  }
}
.headSection__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headSection__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .headSection__text {
    align-items: center;
    gap: 30px;
    padding: 0 10px;
  }
}
.headSection__heading {
  color: #ffffff;
  font-family: "Luckiest Guy", cursive;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767.98px) {
  .headSection__heading {
    font-size: 48px;
  }
}
.headSection__desc {
  max-width: 900px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .headSection__desc {
    font-size: 14px;
    text-align: center;
  }
}
.headSection__img {
  display: none;
  width: 100%;
}
@media (max-width: 767.98px) {
  .headSection__img {
    display: block;
  }
}

.bonuses__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767.98px) {
  .bonuses__wrapper {
    gap: 50px;
  }
}

.bonusesSection {
  display: flex;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .bonusesSection {
    flex-direction: column;
  }
}
.bonusesSection__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bonusesSection__list--gamePage {
  flex: 50%;
}
.bonusesSection__gamesPage {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .bonusesSection__gamesPage {
    flex-direction: row;
  }
}

.textBlock {
  display: inline-flex;
  background-color: #24252F;
  border-radius: 30px;
  padding: 40px;
  gap: 20px;
}

.infoBlockWithImg {
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 5%;
}
@media (max-width: 767.98px) {
  .infoBlockWithImg {
    flex-direction: column;
    padding: 0 10px;
  }
}
.infoBlockWithImg__leftSide {
  order: 1;
  flex: 45%;
}
@media (max-width: 767.98px) {
  .infoBlockWithImg__leftSide {
    flex: 1;
    order: 0;
  }
}
.infoBlockWithImg__leftSide--supportTable {
  flex: 55%;
}
@media (max-width: 767.98px) {
  .infoBlockWithImg__leftSide--supportTable {
    flex: 1;
    order: 1;
    padding-top: 50px;
  }
}
.infoBlockWithImg__rightSide {
  flex: 45%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .infoBlockWithImg__rightSide {
    flex: 1;
  }
}
.infoBlockWithImg__rightSide--supportTable {
  flex: 35%;
}
.infoBlockWithImg__img {
  width: 100%;
  height: 100%;
}

.supportTable {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-spacing: 0px;
  width: 100%;
}
.supportTable__item {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 479.98px) {
  .supportTable__item {
    font-size: 14px;
  }
}

.promosSection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .promosSection {
    gap: 25px;
  }
}

.promoItem {
  position: relative;
  flex: 30%;
}
@media (max-width: 991.98px) {
  .promoItem {
    flex: 40%;
  }
}
@media (max-width: 479.98px) {
  .promoItem {
    flex: 70%;
  }
}
.promoItem__img {
  width: 100%;
  height: 100%;
}

.FAQ__section {
  padding-top: 20px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.FAQ__heading {
  padding-bottom: 30px;
  text-align: center;
}
.FAQ__desc {
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 60px;
}
.FAQ__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faqItem {
  border-radius: 16px;
  padding: 20px 50px 20px 20px;
}
.faqItem__question {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: block;
  padding-right: 10px;
}
.faqItem__answer {
  padding-top: 20px;
  display: none;
}
.faqItem__toggle {
  position: absolute;
  top: 5px;
  right: -30px;
  transition: 0.25s ease;
}

.faqItem.active {
  background: #24252F;
}

.faqItem.active > .faqItem__question {
  font-weight: 500;
}

.faqItem.active > .faqItem__answer {
  display: block;
}

.faqItem.active > .faqItem__question > .faqItem__toggle {
  transform: rotate(-180deg);
}