﻿@charset "UTF-8";
#gtx-trans {display: none;}
body {font-family: sf-pro-display-regular,sans-serif;color: #eaebf3;background-color: #171716;overflow-x: hidden !important;overflow-y: auto !important;margin: 0;}
body a {color: #f8ff13;}
.button {cursor: pointer;font-size: 14px;display: flex;flex-shrink: 0;align-items: center;align-items: center;transition: .2s ease;border-radius: 100px;background-color: #110f22;padding: 10px 16px;border-width: 0;justify-content: center;text-decoration: none;color: #292621;}
.button:hover {background: rgb(185, 255, 46);}
.button.button__purple {background-color: #8755f2;background: linear-gradient(180deg,#7331ff,#8755f2);box-shadow: 0 3px 51px rgba(115,49,255,.4);}
.button.button__purple:hover {background: linear-gradient(180deg,#8755f2,#8755f2);}
.button__white {background: #fff;}
.button__white:hover{background: #e1f038;}
.button__yellow {background: #e1f038;}
.button.md{display: inline-flex;width: auto;min-width: 200px;}
@media (max-width: 499px) {.button {padding: 5px 10px;font-size: 12px;}}
.container {padding: 0 15px;}
img {max-width: 100%;height: auto;}
.pre-header__wrapper {display: flex;justify-content: space-between;}
.pre-header__left {display: flex;gap: 30px;}
.pre-header__info-item {display: flex;align-items: center;gap: 5px;}
.pre-header__info-item img {width: 21px;height: auto;}
.pre-header__info-title {color: #6e6a97;font-size: 9px;line-height: 12px;letter-spacing: .2px;}
.pre-header__info-count {font-size: 11px;line-height: 14px;color: #eaebf3;letter-spacing: .3px;}
.pre-header__menu {display: flex;list-style: none;padding-left: 0;gap: 10px;}
.pre-header .pre-header__menu-item a {padding: 4px 10px 3px;margin: 0 8px;border-radius: 9px;font-size: 10px;background: #1d1c36;color: #eaebf3;border: 1px solid #272543;height: 27px;display: flex;gap: 10px;align-items: center;text-decoration: none;}
.pre-header .pre-header__menu-item a:hover {background: #2c2a43;background: radial-gradient(circle closest-corner at 50%,at 58px,#ffbe18,#2c2a43);background: radial-gradient(circle closest-corner at 50% 58px,#ffbe18,#2c2a43);color: #eaebf3;}
.pre-header .pre-header__menu-item a img {width: 21px;}
@media (max-width: 991px) {.pre-header__right {display: none;}}
@media (max-width: 376px) {.pre-header {overflow-x: auto;}}
.header{position: sticky;top: 0;left: 0;right: 0;z-index: 10;}
.header__wrapper {display: flex;align-items: center;justify-content: space-between;background: #000;border-radius: 10px 10px 0 0;height: 48px;}
.header__menu {display: flex;}
@media (max-width: 991px) {.header__menu {display: none;}}
.header__menu__item {display: flex;align-items: center;font-weight: 300;line-height: 18px;letter-spacing: -.03px;color: #eaebf3;padding: 12px 20px;position: relative;font-size: 12px;text-decoration: none;background: #000;}
.header__menu__item:hover {background: #262626;color: #f8ff13;}
.header__menu__item:hover svg {fill: #f8ff13;}
.header__menu svg,
.header__menu img {width: 20px;margin-right: 6px;fill: #fff;}
.header__buttons {display: flex;gap: 15px;position: absolute;right: 15px;}
@media (max-width: 991px) {.header__buttons {position: relative;}}
.logo {width: 80px;}
.sidebar {width: 288px;background-color: #171716;box-shadow: 0 0 15px rgba(0,0,0,.25);-webkit-clip-path: inset(0 -15px 0 0);clip-path: inset(0 -15px 0 0);vertical-align: top;margin-top: 0px;padding: 20px 0 0;float: unset;height: 100%;flex-shrink: 0;position: relative;top: 0;}
@media (max-width: 991px) {.sidebar {display: none;transition: .3s;position: fixed;left: 0;top: 48px;z-index: 100;padding-top: 10px;overflow-y: auto;}}
.sidebar .left-menu {padding: 10px;display: flex;flex-wrap: wrap;gap: 15px;}
.sidebar.opened {display: block;}
.nav {display: flex;flex-wrap: wrap;width: 100%;border-bottom: 1px solid rgba(255,255,255,.1);}
.nav__item {width: 100%;padding: 8px 16px;text-decoration: none;transition: all .3s ease;color: #fff;font-weight: 700;font-size: 18px;display: flex;align-items: center;margin-bottom: 5px;border-radius: 12px;gap: 10px;}
.nav__item img {flex: 0 0 auto; margin: 0; width: 24px;height: auto;}
@media (max-width: 991px) {.nav__item {padding: 4px 16px;font-size: 14px;}}
.nav__item--active {background: #292621;color: #fff;}
.nav__item span {line-height: 24px;padding-top: 4px;}
.nav__item:hover {color: #fff;background: #4f4a40;}
.tags {display: flex;flex-wrap: wrap;width: 100%;gap: 10px;}
.tags__header {width: 100%;font-size: 18px;font-weight: 600;line-height: 22px;}
.tags__item {width: calc(50% - 10px);text-decoration: none;transition: all .3s ease;color: #fff;font-weight: 700;font-size: 14px;height: 48px;display: flex;align-items: center;justify-content: center;background: #292621;margin-bottom: 5px;border-radius: 32px;gap: 10px;}
@media (max-width: 991px) {.tags__item {height: 30px;font-size: 12px;}}
.tags__item:hover {background: #4f4a40;}
.mob-nav-btn {flex: 0 0 35px;display: none;height: 35px;z-index: 1000;width: 35px;padding: 3px 5px 0 5px;color: #fff;}
.mob-nav-btn.opened span:nth-child(1) {top: 50%;margin-top: -2px;transform: rotate(45deg);}
.mob-nav-btn.opened span:nth-child(2) {opacity: 0;}
.mob-nav-btn.opened span:nth-child(3) {top: 50%;margin-top: -2px;transform: rotate(-45deg);}
.mob-nav-btn span {display: block;height: 4px;border-radius: 4px;position: absolute;background: #fff;left: 5px;right: 5px;transition: all 300ms ease;}
.mob-nav-btn span:nth-child(1) {top: 5px;}
.mob-nav-btn span:nth-child(2) {top: 16px;}
.mob-nav-btn span:nth-child(3) {top: 27px;}
@media (max-width: 991px) {.mob-nav-btn {display: flex;align-items: center;}}
.slider-container {margin-bottom: 30px;}
.home-slider__item img {display: block;width: 100%;max-width: 100%;}
.home-slider__item-content{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: flex-end;overflow: hidden;background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .9) 100%);}
.home-slider__item-text{padding: 20px;color: #fff;}
.home-slider__item-text.text-right{text-align: right;}
.home-slider__item-sub-title{display: block;font-size: 15px;line-height: 1.2;text-transform: uppercase;font-weight: normal;margin: 0 0 10px;}
.home-slider__item-title{display: block;font-size: 32px;line-height: 1.2;text-transform: uppercase;}
.home-slider__item-text .button {margin: 10px 0 0;min-width: 140px;}
@media (max-width: 1400px) {.home-slider__item-sub-title{font-size: 14px;}.home-slider__item-title{font-size: 28px;}}
@media (max-width: 1200px) {.home-slider__item-title{font-size: 26px;}.home-slider__item-text .button{min-width: 80px;}}
@media (max-width: 768px) {.home-slider__item-title{font-size: 22px;}.home-slider__item-sub-title{font-size: 13px;margin: 0 0 4px;}.home-slider__item img{min-height: 160px;object-fit: cover;}.home-slider__item-content{background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, .9) 100%);}}
.index-page-block {width: 100%;}
.index-block-games {margin-bottom: 32px;}
.index-page-block .head-box__title {display: flex;align-items: center;font-style: normal;font-weight: 500;font-size: 18px;line-height: 28px;border-top-left-radius: 12px;position: absolute;}
.index-page-block .head-box__title img {margin-right: 10px;float: left;}
.index-page-block .head-box__title-border {background-position: left -100% top 100%,left -120% top 42px,right 0 top -105px;background-repeat: no-repeat;background-size: 11px,calc(100% - 39px),35px;height: 56px;transition: 1s;transition-delay: 12s;-webkit-animation: border-animation 1.5s ease-in forwards;animation: border-animation 1.5s ease-in forwards;}
.block-games__list {width: 100%;display: flex;flex-wrap: wrap;gap: 10px;}
.block-games__item {flex: 1;padding: 12px;}
.block-games__item.eight-items {flex: 1 12.5%;}
.block-games__item.six-items {flex: 1 25%;max-width: calc(25% - 24px);}
.block-games-card, .block-games-card > div {width: 100%;height: 100%;display: flex;position: relative;}
.block-games-card {background-color: #1e1b35;border-radius: 10px;padding: 0;}
.block-games-card__play-btn {background: url("") no-repeat 50%;width: 93px;height: 94px;display: flex;align-items: center;margin: -234px auto 0;opacity: 0;transition: 4s;}
.block-games-card__img-wrap {width: 100%;display: flex;overflow: hidden;border-radius: 12px;}
.block-games-card__img-wrap img {width: 100%;height: auto;}
.block-games-card__favorite {position: absolute;opacity: 0;right: 10px;top: 10px;z-index: 1;}
.block-games-card__demo {position: absolute;opacity: 1;top: 0;left: 0;padding: 5px 13px;z-index: 1;font-weight: 700;font-size: 11px;color: #eaebf3;transition: .3s;border-radius: 10px 0 10px 0;background: linear-gradient(180deg,#7331ff,#874ff8);}
.block-games-card:active .block-games-card__play-btn, .block-games-card:hover .block-games-card__play-btn {margin-top: 0;opacity: 1;}
.block-games-card:active .block-games-card__play-btn > span, .block-games-card:hover .block-games-card__play-btn > span {-webkit-animation: circleBg .5s forwards;animation: circleBg .5s forwards;}
.block-games-card__play-btn > span, .block-games-card__play-btn > span > span {-webkit-clip-path: polygon(0 23%,50% 0,100% 23%,100% 77%,50% 100%,0 77%);clip-path: polygon(0 23%,50% 0,100% 23%,100% 77%,50% 100%,0 77%);display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.block-games-card__play-btn > span {width: 60px;height: 71px;transition: 1s;background: #8755f2;}
.block-games-card:active .block-games-card__play-btn > span > span, .block-games-card:hover .block-games-card__play-btn > span > span {-webkit-animation: circleShadow .5s linear forwards;animation: circleShadow .5s linear forwards;}
.block-games-card__play-btn > span > span {width: 55px;height: 64px;transition: .5s;box-shadow: inset 0 0 18px 20px #151226;}
.block-games-card__play-btn > span > span svg {margin-left: 5px;}
.block-games-card:active .block-games-card__hover, .block-games-card:hover .block-games-card__hover {display: flex;opacity: 1;top: 0;}
.block-games-card__hover {position: absolute;display: none;width: 100%;height: 100%;opacity: 0;border-radius: 12px;align-items: center;transition: 1s;}
.block-games-card:active .block-games-card__img-wrap, .block-games-card:hover .block-games-card__img-wrap {filter: blur(3px);transform: scale(1.02);}
.block-games-card:active .block-games-card__name, .block-games-card:hover .block-games-card__name {bottom: 5%;opacity: 1;}
.block-games-card__name {position: absolute;bottom: -20px;transition: .1s linear;width: 100%;text-align: center;opacity: 0;color: #fff;}
.games {padding: 0;}
.game-item {width: calc(( 100% / 6 ) - 10px);}
.game-item__img {position: relative;border-radius: 12px;overflow: hidden;}
.game-item__button {color: #292621;width: 80px;height: 80px;border-radius: 50%;background: #e1f038;display: flex;align-items: center;justify-content: center;}
.game-item__hover {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(48,45,39,.65);display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;transition: all .2s ease;flex-wrap: wrap;flex-direction: column;gap: 15px;}
.game-item:hover .game-item__hover {opacity: 1;visibility: visible;}
.game-item__demo {width: 75%;}
@media (max-width: 1199px) {.game-item {width: calc(( 100% / 4 ) - 8px);}}
@media (max-width: 991px) {.block-games__item.eight-items {flex: 1 20%;}
	.block-games__item.six-items {flex: 1 20%;max-width: unset;}}
@media (max-width: 768px) {.game-item {width: calc(( 100% / 3 ) - 10px);}
	.block-games__item.eight-items {flex: 1 40%;}
	.block-games__item.six-items {flex: 1 40%;}}
.footer-menu {display: flex;gap: 10px;border-bottom: 1px solid #25243e;}
.footer-menu__item {text-decoration: none;line-height: 43px;position: relative;font-size: 12px;color: #6e6a97;border-bottom: 2px solid transparent;}
.footer__vertical-menu .footer-menu__item {border-bottom: none;}
.footer__vertical-menu .footer-menu__item:hover {border-bottom: none;}
.footer-menu__item:hover {border-bottom: 2px solid #8755f2;color: #8755f2;}
.footer-menu__item--first {color: #fff;font-weight: 600;}
.footer {color: #fff;font-size: 12px;margin-top: 30px;border-top:1px solid #fff;}
.footer__middle {justify-content: space-between;margin-top: 30px;}
.footer__middle > div {width: 220px;}
@media (max-width: 991px) {.footer__middle {flex-direction: column;align-items: center;}}
.footer__vertical-menu {display: flex;flex-direction: column;}
.footer__bottom {display: flex;align-items: center;justify-content: space-between;padding: 30px 0;}
@media (max-width: 991px) {.footer__bottom {flex-direction: column;}}
.footer__licenses {display: flex;align-items: center;gap: 15px;}
.footer__licenses img {max-height: 26px;}
@media (max-width: 991px) {.footer__licenses {flex-wrap: wrap;}}
.footer__copirights {font-size: 12px;color: #6e6a97;line-height: 1.7;}
@media (max-width: 991px) {.footer__top.footer-menu {align-items: center;flex-direction: column;}}
.footer__menu {display: flex;justify-content: center;align-items: center;gap: 30px;border-bottom: 1px solid;padding-bottom: 15px;}
@media (max-width: 550px) {.footer__menu {flex-direction: column;}}
.footer__menu__item {color: #333;text-decoration: none;}
.footer__menu__item:hover {text-decoration: underline;}
@media (max-width: 991px) {.footer {padding-bottom: 65px;}}
.footer-text {font-size: 10px;color: #6e6a97;line-height: 1.7;}
.footer-payment-methods {display: flex;gap: 20px;padding: 30px 0;border-bottom: 1px solid #25243e;}
.footer-payment-methods__list {display: flex;gap: 20px;align-items: center;}
.footer-payment-methods__list img {width: 48px;border: 1px solid #eee;padding: 0 7px;}
@media (max-width: 991px) {.footer-payment-methods__list {flex-wrap: wrap;}}
@media (max-width: 991px) {.footer-payment-methods {flex-wrap: wrap;}}
.encryption-btn {align-items: center;gap: 6px;background-color: rgba(110,231,80,.1);color: #6ee750;padding: 8px 10px 8px 25px;border-radius: 8px;transition: 1s;cursor: default;display: flex;width: 139px;float: left;text-align: center;font-size: 12px;}
.mobile-menu {display: none;}
@media (max-width: 991px) {.mobile-menu {display: block;width: 100%;position: fixed;bottom: 0;left: 0;z-index: 11;transition: .5s;background: rgba(0,0,0,.6);-webkit-backdrop-filter: blur(28px);backdrop-filter: blur(28px);padding-top: 10px;padding-bottom: 10px;border-top: 1px solid #4c5062;}
	.mobile-menu__wrapper {display: flex;justify-content: space-between;align-items: flex-start;}
	.mobile-menu__item {width: 20%;display: flex;flex-direction: column;align-items: center;padding-top: 14px;line-height: 14px;justify-content: center;text-align: center;font-size: 9px;color: #858cab;}
	.mobile-menu__item span {margin-top: 5px;}
	.mobile-menu__item svg,
	.mobile-menu__item img {fill: #fff;width: 24px;}
	.mobile-menu__btn {width: 36px;height: 32px;clip-path: polygon(9px 0%,calc(100% - 9px) 0%,100% 50%,calc(100% - 9px) 100%,9px 100%,0% 50%);display: flex;align-items: center;margin: 0 auto;background: #8755f2;overflow: hidden;cursor: pointer;box-shadow: inset 0 0 10px 10px #16152b;justify-content: center;}
	.mobile-menu__btn img {width: 22px;height: 22px;}
	.mobile-menu__btn--big {width: 48px;height: 48px;box-shadow: inset 0 0 10px 100px #8755f2;}}
.content-text {color: #fff;line-height: 1.7;font-size: 14px;}
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text .h1, .content-text .h2, .content-text .h3, .content-text .h4, .content-text .h5 {color: #fff;}
.content-text h1, .content-text .h1 {font-size: 36px;}
.content-text h2, .content-text .h2 {font-size: 30px;}
.content-text h3, .content-text .h3 {font-size: 26px;}
.content-text h4, .content-text .h4 {font-size: 20px;}
.content-text h5, .content-text .h5 {font-size: 16px;}
.content-text blockquote {margin: 30px;background: #444;padding: 40px;padding-left: 70px;font-size: 16px;position: relative;}
.content-text blockquote:before {content: "";display: block;width: 50px;height: 60px;background-image: url("../assets/img/left-quote.svg");background-size: contain;background-position: center;background-repeat: no-repeat;position: absolute;left: 10px;top: 10px;}
@media (max-width: 599px) {.content-text blockquote:before {width: 30px;height: 40px;}}
@media (max-width: 599px) {.content-text blockquote p {margin-top: 0;}}
.content-text table {width: 100%;max-width: 100%;margin-bottom: 20px;}
.content-text table td {border: 1px solid #9e9e9e;vertical-align: middle;}
.content-text table tr:nth-child(even) {background: #363636;}
.content-text table thead tr {background: #18182f;color: #fff;}
.content-text th, .content-text td {padding: 10px;}
.content-text ul li {display: flex;align-items: center;}
.content-text ul li:before {content: "";display: block;margin-right: 7px;}
.content-text ul li a {display: contents;}
.content-text ul:not([class^="marker-"]) li {align-items: flex-start;}
.content-text ul:not([class^="marker-"]) li:before {content: "";width: 5px;height: 5px;background: #f8ff13;border-radius: 50%;flex-shrink: 0;margin-top: .6em;}
.content-text ul[class^="marker-"] li {line-height: 1.3;margin-bottom: 4px;}
.content-text ul[class^="marker-"] li:last-of-type {margin-bottom: 0;}
.content-text ul[class^="marker-"] li:before {flex: 0 0 15px;top: 1px;left: -22px;width: 15px;height: 15px;background-size: contain;background-repeat: no-repeat;border: none;border-radius: 0;background-color: transparent;}
@media (max-width: 768px) {.table-wrap {overflow-x: scroll;}
	.content-text h1, .content-text .h1 {font-size: 28px;line-height: 30px;}
	.content-text h2, .content-text .h2 {font-size: 22px;line-height: 24px;}
	.content-text h3, .content-text .h3 {font-size: 20px;line-height: 22px;}
	.content-text blockquote {padding: 65px 20px 20px;margin: 10px;margin-bottom: 25px;}
	.content-text p {display: inline-block;}}
@media (max-width: 500px) {.content-text p img {display: block;margin: 15px auto;float: unset !important;}}
.main__content.page-404 {min-height: calc(100vh - 380px);display: flex;justify-content: center;align-items: center;gap: 50px;}
.main__content.page-404 .content-text {text-align: center;}
.main__content.page-404 .main__content {width: 100%;}
.accord-block {min-height: 20px;background: #000;border: 1px solid #f8ff13;border-radius: 5px;margin: 10px 0;transition: all .3s ease-out;}
.accord-block.open {color: #fff;background: #3a393a;}
.accord-block.open .accord-block-header:after {border-top-color: #fff;transform: rotate(180deg);}
.accord-block .accord-block-header {position: relative;padding: 15px 40px 15px 25px;cursor: pointer;font-weight: 700;}
.accord-block .accord-block-header h3 {font-size: inherit;margin: 0;}
.accord-block .accord-block-header:after {content: "";position: absolute;top: 24px;right: 20px;display: block;border: 5px solid transparent;border-bottom-width: 0;border-top-color: #fff;transition: all .6s ease-out;}
.accord-block .accord-block-content {display: none;padding: 0 30px 15px;margin: 0;}
.accord-block .accord-block-content p:last-of-type {margin-bottom: 0;}
.btnTop {position: fixed;background: #4f4a40;z-index: 100;bottom: 160px;right: 15px;width: 35px;height: 35px;border-radius: 50%;display: flex;align-items: center;justify-content: center;box-shadow: 0 0 5px #fff;cursor: pointer;}
.btnTop:before {content: "";width: 0;height: 0;margin: 0 auto;border-style: solid;border-width: 0 8px 10px;border-color: transparent transparent #fff;border-radius: 3px;}
.banner{margin-bottom: 30px;}
.banner__wrapper {display: flex;min-height: 250px;border-radius: 12px;background: #292522;}
.banner__text {padding: 50px;flex: 1 1 auto;}
.banner__text-title {display: block;font-size: 32px;line-height: 1.1;font-weight: 700;text-shadow: 0 0 11px #000;margin: 0;}
.banner__text__content {font-size: 24px;line-height: normal;font-weight: 700;text-shadow: 0 0 11px #000;text-align: left;}
.banner__button {display: flex;color: #000;background: #f8ff13;text-decoration: none;padding: 10px 50px;width: fit-content;font-size: 20px;line-height: 1.2;font-weight: 700;border-radius: 12px;transition: .3s ease;}
.banner__button:hover {background: #e1f038;}
.banner__image {flex: 0 0 auto;width: 35%;border-radius: 0 12px 12px 0;overflow: hidden;}
.banner__image img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}
.banner__image.t-r img{object-position: top right;}
@media (max-width: 1400px) {.banner__text {padding: 40px;}.banner__text-title{font-size: 28px;}}
@media (max-width: 1200px) {.banner__text {padding: 30px;}}
@media (max-width: 991px) {.banner__text-title {font-size: 26px;}
	.banner__text__content {font-size: 20px;}}
@media (max-width: 768px) {.banner__text {padding: 15px;}}
@media (max-width: 599px) {
	.banner__wrapper {min-height: 130px;display: block;position: relative;}
	.banner__text {text-align: center;position: relative;z-index: 2;}
	.banner__image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;border-radius:12px;}
	.banner__image::after{position: absolute;content: '';top:0;left:0;width: 100%;height: 100%;background: linear-gradient(45deg, black, transparent);}
	.banner__button {margin: auto;}}
.page-game {width: 100%;}
.page-game__item {max-width: 800px;margin: 0 auto;width: 100%;position: relative;}
.page-game__item:hover .page-game__img {-webkit-filter: blur(4px) brightness(.8);filter: blur(4px) brightness(.8);-webkit-transition: all .35s;-o-transition: all .35s;transition: all .35s;}
.page-game__item iframe {border: none;}
.page-game__img {margin: 0 auto;border-radius: 5px;width: 100%;margin-top: 10px;position: relative;}
.page-game__button {top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);position: absolute;display: block;cursor: pointer;}
.game-button-ref {display: flex;justify-content: center;margin: 30px 0;}
.page-game__btn.btn--primary.page-game__btn--ref {background: tomato;padding: 10px 30px;border-radius: 5px;font-weight: 500;font-size: 20px;}
.comments-block {margin-bottom: 15px;margin-top: 15px;}
.comment-item {padding: 0;flex-direction: column;display: flex;background: #292522;border-radius: 10px;overflow: hidden;}
.comment-item:not(:last-of-type) {margin-bottom: 20px;}
.comment-item .comment-header {display: flex;align-items: center;justify-content: space-between;background: #000;color: #fff;padding: 10px;}
.comment-item .comment-header .btn {width: auto;flex: 0 0 auto;font-size: 13px;text-transform: none;padding: 3px 5px;margin-right: 5px;}
.comment-item .comment-header .casino {display: flex;align-items: center;font-weight: 700;font-size: 16px;}
.comment-item .comment-header .casino img {width: 65px;margin-right: 10px;}
.comment-item .avatar {flex: 0 0 40px;}
.comment-item .avatar.logo {flex-basis: 50px;}
.comment-item .comment-body {padding: 5px;}
.comment-item .comment-body .comment-title {margin: 7px 20px 10px;color: #f8ff13;margin-left: 0;}
.comment-item .comment-title {flex: 1 1 auto;font-weight: bold;font-size: 14px;line-height: 1.2;margin: 5px 10px;}
.comment-item .comment-date {font-size: 12px;margin-right: 5px;font-style: italic;}
.comment-item .comment-author {font-size: 13px;margin-left: 10px;text-align: right;}
.comment-item .comment-author span {font-weight: bold;margin-right: 5px;}
.comment-item .comment-text {margin: 7px 20px 0;}
.comment-item .comment-text .caption {font-weight: bold;}
.comment-item .caption-minus {color: #d93232;}
.comment-item .caption-plus {color: #0cce0c;}
.comment-item .comment-body-bottom {display: flex;justify-content: flex-end;align-items: center;margin-top: 5px;}
.comment-item .comment-body-bottom .comment-author {margin-top: 0;}
.comment-item .comment-body-bottom .comment-date {margin-left: 15px;}
.comment-item .comment-body-bottom .comment-date span {font-weight: bold;}
.comment-form {padding: 15px;background: #292522;border-radius: 10px;}
.comment-form input, .comment-form textarea, .comment-form select {padding: 9px;width: calc(100% - 20px);max-width: 100%;background: #fff;color: #000;border: 1px solid #90909c;border-radius: 4px;}
.comment-form textarea {display: block !important;width: calc(100% - 20px) !important;resize: none;}
.comment-form .input-group {position: relative;padding-top: 21px;margin-bottom: 10px;overflow: hidden;}
.comment-form .caption {position: absolute;padding: 0 5px;top: 0;left: 0;}
.comment-form .input-block {display: flex;align-items: center;justify-content: space-between;}
.comment-form .input-block > div {flex: 0 1 49%;}
.comment-form .error {font-size: 12px;font-weight: bold;color: #f00;}
.comment-form .button {margin-top: 15px;}
.comment-form button[disabled] {opacity: .6;cursor: not-allowed;color: #fff !important;}
.comment-form .iagree-block {display: flex;margin: 10px 0 0;}
.comment-form .iagree-block input {margin: 2px;flex-basis: 25px;}
.comment-form .iagree-block label {margin-left: 5px;font-size: 13px;line-height: 1.2;cursor: pointer;}
.comment-form .center {text-align: center;margin-bottom: 20px;display: flex;justify-content: center;}
.main {display: flex;}
.main__content {max-width: calc(100vw - 366px) !important;padding: 29px 0 0 50px;}
.main__content--fullwidth {margin: auto;}
@media (max-width: 991px) {.main__content {max-width: 100% !important;padding-left: 0;padding-right: 0;}}
.footer-payment-methods {flex-direction: column;align-items: center;gap: 15px;}
.footer-payments-caption {font-size: 14px;font-weight: bold;text-align: center;}
.footer-payment-methods__list {justify-content: center;}
.footer__text {text-align: center;}
@media (max-width: 991px) {.footer-payment-methods__list {gap: 10px;}}
.image-center {text-align: center;}
.image-center img {display: inline-block;vertical-align: top;}
.content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 60px 0;
}
  
.content-container .image-container img {
	max-width: 400px;
	height: auto;
	border-radius: 10px;
}
.content-container .text-container{box-sizing: border-box;}

@media screen and (min-width: 768px) {
	.content-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		margin: 0px 0 0 0;
	}

	.content-container .image-container {
		flex: 1;
		margin-right: 20px; /* Space between image and text */
	}

	.content-container .text-container {
		flex: 2;
	}

	.content-container .text-container h1 {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.content-container .text-container p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.content-container .text-container h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 1200px) {
	.content-container .image-container img{max-width: 300px;}
}

/* Mobile layout */
@media screen and (max-width: 768px) {
	.content-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin: 0px 0 0 0;
	}

	.content-container .image-container {
		width: 100%;
		margin-bottom: 20px;
	}

	.content-container .image-container img {
		width: 100%;
		max-width: 300px; /* Fixed size for the image */
		height: auto;
	}

	.content-container .text-container {
		width: 100%;
		padding: 0 15px 15px;
	}

	.content-container .text-container h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.content-container .text-container p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.text-center {
	text-align: center;
}
.text-center .button {
	display: inline-flex;
	vertical-align: top;
}

/* form modal */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.pum-container,.pum-content{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}
.pum-content{position:relative;z-index:1}
.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}
.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}
.pum-container .pum-content>:last-child{margin-bottom:0}
.pum-container .pum-content:focus{outline:0}
.pum-container .pum-content>:first-child{margin-top:0}
.popmake-close{cursor:pointer}
.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}
.pum-container {
	box-sizing: border-box;
	margin-bottom: 0;
	background: black !important;
	bottom: 0;
	top: auto !important;
    border: none;
    padding: 18px;
    border-radius: 3px;
    background-color: rgba( 255, 255, 255, 1.00 );
}

.pum-container * {box-sizing: border-box;}

.pum-content form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 5px 0;
}

.pum-content .popup__text {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	 font-family: "Parimatch", sans-serif;
    text-transform: uppercase;
}

.pum-content .wpcf7-submit {
	background: black;
	color: black;
	border: 1px solid #faff0e;
	background-color: #faff0e;
	padding: 6px 30px 5px 30px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	width: 180px;
	transition: 0.3s;
	    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    font-family: "Parimatch", sans-serif;
    text-transform: uppercase;
}

.pum-content .wpcf7-submit:hover {
	background: #faff0e;
	color: black;
	cursor: pointer;
	border: 1px solid black;
}

.pum-content .wpcf7-email {
	background: #fff;
	border: 1px solid #fff;
	padding: 7px 7px 7px 20px;
	color: #000;
	transition: 0.3s;
	clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    font-family: "Parimatch", sans-serif;
    text-transform: uppercase;
}

.pum-content .wpcf7-email:focus {
	border: 1px solid #fff;
}

.pum-close {
	color: #faff0e !important;
	border: 2px solid #faff0e !important;
	right: 15px;
    position: absolute;
    z-index:3;
    height: 26px;
    width: 26px;
    left: auto;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background: rgba( 0, 0, 0, 1.00 );
    text-decoration:none;
    text-align:center;
    line-height:1;
    cursor:pointer;
}

.pum-close:hover {
    background: #faff0e;
	color: #000 !important;
}

.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	color: #dc3232;
	font-weight: normal;
    display: none;
}

.error .wpcf7-not-valid-tip{display: block;}

.wpcf7-response-output {
	display: none !important;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.popmake {
    position: sticky;
    z-index: 100;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
    vertical-align: top;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 5px 24px 0;
	position: relative;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="email"] {
	direction: ltr;
}


@media screen and (max-width: 1200px) {
	.pum-content .popup__text {font-size: 20px;}
}
@media screen and (max-width: 1023px) {
	.pum-content .popup__text {font-size: 18px;}
	.wpcf7 input[type="email"] {width: 30vw;}
}
@media screen and (max-width: 767px) {
	.btnTop{bottom: 100px;}
	.pum-container {
        display: none !important;
	}
}

.swiper {
	max-width: 1360px;
	margin: 0 auto 30px;
}

.footer-nav{
	border-bottom: 1px solid #fff;
}

.footer-nav__list {
	margin: 0;
	padding: 1em;
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-nav__list li {
	margin: 1em;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
}

.footer-nav a:hover{color: #faff0e;}
