@charset "utf-8";
/* CSS Document */


/* FONTS
------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');







/* COMMON
----------------------------------------------------------------------------*/
header,
section#offer,
section#support,
section#games,
section#testimonials,
footer {
	width: 100%;
	position: relative;
	float: left;
}

.content {
	max-width: 1088px;
	position: relative;
	margin: 0 auto;
}




/* ICONS
----------------------------------------------------------------------------*/
.iconBlock {
	position: relative;
	float: left;
}

.iconImage,
.iconTitle {
	display: inline-block;
	position: relative;
	vertical-align: middle;
    line-height: normal;
    margin: 1px 0 0 0;
}

.iconImage {
	margin: 0 8px 0 0;
}
.iconImage img {
	position: relative;
	float: left;
}

.iconTitle {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	color: #c2c2c2;
	text-align: left;
}





/* MAIN
----------------------------------------------------------------------------*/
main {
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
    background-color: #06090d;
}





/* HEADER
----------------------------------------------------------------------------*/
header {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	padding-bottom: 20px;
	z-index: 1;
}


#flag {
	position: relative;
	float: left;
	margin: 24px 0 0 20px;
}

#flag .iconImage {
	width: 46px;
	height: 24px;
	overflow: hidden;
}

#flagTitle {
	letter-spacing: 1px;
	color: #ffffff;
}


#logoImage {
	width: 181px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 20px 0 0 -92px;
	cursor: pointer;
}

#partnerLogo {
	position: relative;
	float: right;
	margin: 10px 20px 0 10px;
}

#partnerLogoTitle {
	position: relative;
	right: 0;
	font-size: 8px;
	font-family: 'Muli', sans-serif;
	color: #ffffff;
}

#partnerLogoImage {
	width: max-content;
	position: relative;
	right: 0;
	float: right;
}

#logoImage img,
#partnerLogoImage img {
	width: 100%;
	float: left;
}


#login {
	position: relative;
	float: right;
	margin: 24px 20px 0 0;
	cursor: pointer;
}

#loginTitle {
	font-size: 12px;
	font-family: 'Muli', sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
}

#login:hover #loginTitle {
	text-decoration: underline;
}





/* OFFER
----------------------------------------------------------------------------*/
section#offer {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}


/* SLIDER */
#offerSlider {
	position: absolute;
	top: 0;
	right: -176px;
	text-align: center;
	z-index: 1;
}

#offerSlider img {
	position: relative;
	float: left;
	top: 0;
}


/* OFFER */
#offerContent {
	width: 100%;
	position: relative;
	float: left;
	font-family: 'Muli', sans-serif;
	color: #ffffff;
	text-align: center;
	z-index: 2;
}

#offerContent .block {
	display: inline-block;
}

#offerContent>.block {
	width: 100%;
	position: relative;
	float: left;
	line-height: normal;
	clear: both;
}

#offerContent .text {
	display: table;
	width: 100%;
	line-height: 1;
}




/* CTA */
#offerCta {
	width: 100%;
	position: relative;
	float: left;
	z-index: 2;
}

#offerCta>div {
	display: inline-block;
    float: none;
}

.ctaBlock {
	min-width: 230px;
	position: relative;
	float: left;
	color: #ffffff;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50px;
	box-shadow: 0 0 10px #6ad9ed;
	cursor: pointer;
}

.ctaBlock::before,
.ctaBlock::after {
	content: "";
	position: absolute;
}

.ctaBlock::before {
	width: 44px;
	height: 35px;
	top: 0;
	right: 0;
	margin: -22px 10px 0 0;
	background: url("../images/coin-button-1.png") left top no-repeat;
}

.ctaBlock::after {
	width: 44px;
	height: 35px;
	top: 0;
	left: 0;
	margin: 36px 0 0 24px;
	background: url("../images/coin-button-2.png") left top no-repeat;
}

.ctaBlock:hover {
	box-shadow: 0 0 16px #6AD9ED;
}

.ctaBlock>div {
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 16px 20px;
	text-shadow: 0 0 10px #83B99C;
}

.ctaBlock>div::after,
.ctaBlock>div::before {
	content: "";
	position: absolute;
	top: 0;
}

.ctaBlock>div::before {
	width: 60px;
	height: 60px;
	left: 0;
	margin-top: -30px;
	margin-left: 20px;
	background: url("../images/button-blink-1.png") left top no-repeat;

}

.ctaBlock>div::after {
	width: 27px;
	height: 27px;
	right: 0;
	margin-top: 39px;
	margin-right: 30px;
	background: url("../images/button-blink-2.png") left top no-repeat;
}

.separatorCTA {
	position: relative;
	float: left;
	font-size: 12px;
	font-family: 'Muli', sans-serif;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin: 22px 18px 0;
}




/* CURRENCIES */
#offerCurrencies {
	width: 100%;
	position: relative;
	float: left;
	margin: 60px 0 60px 0;
	z-index: 2;
}

#currenciesTitle {
	width: 100%;
	position: relative;
	float: left;
	font-size: 16px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #BBBBBB;
	letter-spacing: 1px;
}

#currenciesList {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 20px;
	justify-content: center;
}

#currenciesList>div {
	display: inline-block;
	vertical-align: middle;
}

#currenciesList>div:last-child {
	margin-right: 0;
}








/* SUPPORT
----------------------------------------------------------------------------*/
section#support {
	width: calc(100% - 2px);
	position: relative;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

section#support .iconBlock {
	position: relative;
	float: left;
}

section#support .iconBlock:nth-child(2) {
	margin-left: 60px;
}

section#support .iconBlock:last-child {
	float: right;
}

section#support .iconTitle {
	letter-spacing: 2px;
}






/* GAMES
----------------------------------------------------------------------------*/
section#games {
	padding: 0 0 80px 0;
}

#gamesContent {
	width: 100%;
	position: relative;
	float: left;
	margin: 70px 0 0 0;
}

#gamesContent::before,
#gamesContent::after {
	content: "";
	width: 194px;
	height: 250px;
	position: absolute;
	top: 0;
	margin-top: 42px;
	background: url("../images/coins.png") left top no-repeat;
	z-index: 1;
}

#gamesContent::before {
	left: 0;
	margin-left: -138px;
}

#gamesContent::after {
	right: 0;
	margin-right: -138px;
	transform: scale(-1);
}

#gamesADS {
	width: 100%;
	max-width: 820px;
	position: relative;
	float: right;
}

#gamesADS>div {
	width: 33%;
	position: relative;
	float: left;
	margin: 0;
}

#gamesADS .title {
	width: 100%;
	position: relative;
	float: left;
	font-size: 25px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
}

#gamesADS .image,
#gamesADS .description {
	width: 90%;
	position: relative;
	float: left;
	margin-left: 5%;
}

#gamesADS .image {
	margin-top: 25px;
}

#gamesADS .description {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #BABABA;
	text-align: left;
	line-height: 20px;
	margin-top: 20px;
}



#gamesSignUp {
	width: 268px;
	position: relative;
	float: left;
}

#gamesSignUpTitle {
	font-size: 28px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 70px;
	text-shadow: 0 0 10px #2F7408;
}

#gamesSignUpTitle::after {
	content: "";
	width: 178px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 110px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px #55AFF5;
}

#gamesSignUpDescription {
	width: 80%;
	position: relative;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 26px;
	margin: 28px 0 0 0;
}

#gamesSignUp .ctaBlock {
	margin: 32px 0 0 0;
}







/* TESTIMONIALS
----------------------------------------------------------------------------*/
#testimonialContent {
	width: 100%;
	position: relative;
	float: left;
	margin: 50px 0 80px 0;
}

#testimonialTitle {
	width: 100%;
	position: relative;
	float: left;
	font-size: 28px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1px;
}

#testimonialTitle::after {
	content: "";
	width: 168px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 38px;
	background-color: #ffffff;
	box-shadow: 0 0 10px #55aff5;
}

#reviews {
	width: 100%;
	position: relative;
	float: left;
	margin: 70px 0 0 0;
}

#reviews::before {
	top: 30px;
    left: -250px;
}

#reviews::after {
	top: 30px;
    right: -250px;
}

#reviews>div {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border-radius: 5px;
	border: 2px solid #ffffff;
	box-shadow: 0 0 15px #178598;
	z-index: 2;
}



#reviews>div:nth-child(1),
#reviews>div:nth-child(3) {
	width: calc(33.33% - 4px);
	margin: 0;
	z-index: 1;
}

#reviews>div:nth-child(2) {
	width: calc(39.33% - 4px);
	z-index: 2;
}

#reviews>div:nth-child(2),
#reviews>div:nth-child(3) {
	margin: 0 0 0 -3%;
}


#reviews>div:nth-child(1) {
	background: #060c14 url("../images/back-testimonials-1.png") right top no-repeat;
}

#reviews>div:nth-child(2) {
	background: #060c14 url("../images/back-testimonials-2.png") right bottom no-repeat;
}

#reviews>div:nth-child(3) {
	background: #060c14 url("../images/back-testimonials-3.png") right bottom no-repeat;
}


#reviews>div .text {
	position: relative;
	float: left;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 20px;
	z-index: 1;
}

#reviews>div .text::before {
	content: "";
	width: 63px;
	height: 47px;
	position: absolute;
	left: 0;
	background: url("../images/quotemarks.png") left top no-repeat;
}

#reviews>div:nth-child(1) .text {
	margin-right: 15%;
	margin-left: 8%;
}

#reviews>div:nth-child(2) .text {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 120px;
}

#reviews>div:nth-child(3) .text {
	margin-right: 8%;
	margin-left: 15%;
}

#reviews>div:nth-child(1) .text,
#reviews>div:nth-child(3) .text {
	margin-top: 80px;
}

#reviews>div:nth-child(1) .text::before,
#reviews>div:nth-child(3) .text::before {
	width: 43px;
	height: 32px;
	top: -54px;
	background-size: cover;
}

#reviews>div:nth-child(2) .text::before {
	top: -66px;
}




#reviews>div .author {
	position: relative;
	float: right;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #e5e5e5;
	letter-spacing: 1px;
	margin-top: 10px;
}

#reviews>div .author::before {
	content: "";
	width: 17px;
	height: 18px;
	position: absolute;
	top: -2px;
	left: -24px;
	background: url("../images/author.png") left top no-repeat;
}

#reviews>div:nth-child(1) .author {
	margin-right: 15%;
}

#reviews>div:nth-child(2) .author,
#reviews>div:nth-child(3) .author {
	margin-right: 8%;
}

#reviews>div:nth-child(1) .author,
#reviews>div:nth-child(3) .author {
	margin-bottom: 35px;
}

#reviews>div:nth-child(2) .author {
	margin-bottom: 45px;
}






/* FOOTER
----------------------------------------------------------------------------*/
footer {
	width: 100%;
	position: relative;
	float: left;
	background: linear-gradient(to top, #0E1723, #06090D);
}


#footerTop,
#footerContent,
#footerBottom {
	width: 100%;
	position: relative;
	float: left;
}


#footerTop {
	margin: 45px 0 0 0;
}

#footerLogo {
	width: 181px;
	position: relative;
	float: left;
}

#footerLogo img {
	width: 100%;
	float: left;
}



#footerContent {
	margin: 30px 0 0 0;
}

#tncs {
	position: relative;
	float: left;
}

#tnc {
	width: 25%;
	position: relative;
	float: left;
	margin: 0 10% 0 0;
}

#tncTitle,
#tncsItems,
.tncsTitle,
.tncsItem {
	width: 100%;
	position: relative;
	float: left;
}

#tncTitle {
	font-size: 22px;
	font-family: 'Muli', sans-serif;
	color: #FFFFFF;
	text-shadow: 0 0 8px #2F7408;
}

.tncsTitle,
.tncsItem {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	line-height: 20px;
}

.tncsTitle {
	font-weight: 700;
	color: #FFFFFF;
	margin: 28px 0 0 0;
}

.tncsItem {
	color: #FFFFFF;
}



#footerCurrencies {
	width: calc(65% - 234px);
	position: relative;
	float: left;
}

#footerCurrenciesTitle {
	width: 100%;
	position: relative;
	float: left;
	font-size: 22px;
	font-family: 'Muli', sans-serif;
	color: #FFFFFF;
	text-shadow: 0 0 8px #2F7408;
}

#footerCurrenciesList>div {
	display: inline-block;
	width: 40%;
	position: relative;
	vertical-align: middle;
	margin: 28px 0 0 0;
}


footer .ctaBlock>div {
	font-size: 20px;
	margin: 0;
	letter-spacing: 1px;
}



#logotypes {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	margin: 50px 0 0 0;
}

#logotypes div,
#logotypes div img {
	width: 132px;
	height: 66px;
	position: relative;
}

#logotypes div {
	display: inline-block;
	position: relative;
	margin: 3px;
	padding: 0;
}


#copyright {
	width: 100%;
	position: relative;
	float: left;
	font-size: 12px;
	font-family: 'Muli', sans-serif;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	margin: 25px 0 40px;
}