@charset "utf-8";
/* CSS Document */


/* FONT
------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

@font-face {
    font-family: "SegoeUI";
    src: url(../fonts/SegoeUI.ttf);
}



/* COMMON
----------------------------------------------------------------------------*/
header,
section#offer,
section#games,
section#testimonials,
section#terms,
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-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #9e818a;
	letter-spacing: 2px;
	text-align: left;
}





/* MAIN
----------------------------------------------------------------------------*/
main {
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	background: url("../images/bg.jpg") center top;
}





/* HEADER
----------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 70px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #E90859;
	--radius-border: 28px;
	border-bottom-left-radius: var(--radius-border);
	border-bottom-right-radius: var(--radius-border);
	-webkit-border-bottom-left-radius: var(--radius-border);
	-webkit-border-bottom-right-radius: var(--radius-border);
	z-index: 1;
}


#flag {
	position: relative;
	float: left;
	margin: 24px 0 0 20px;
}

#flag .iconImage {
	width: 46px;
	height: 24px; 
	overflow: hidden;
}

#flagTitle {
	color: #ffffff;
}


#logoImage {
	width: 160px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -80px;
	cursor: pointer;
}

#partnerLogo {
	position: relative;
	float: right;
	margin: 10px 20px 0 10px;
}

#partnerLogoTitle {
	position: relative;
	right: 0;
	font-size: 8px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 2px;
}

#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;
	color: #ffffff;
}

#login:hover #loginTitle {
	text-decoration: underline;
}





/* OFFER
----------------------------------------------------------------------------*/
section#offer {
	width: 100%;
	position: relative;
	float: left;
	text-align: left;
	margin: 15px 0 0 0;
	background: url("../images/offer-back.png") center top no-repeat;
}


/* SLIDER */
#offerSlider {
	position: absolute;
	top: 14px;
    right: -114px;
	z-index: 1;
}

#offerSlider img {
	position: relative;
	float: left;
	top: 0;
}


/* OFFER */
#offerContent {
	width: 100%;
	position: relative;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	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;
}

.ctaBlock {
	min-width: 225px;
	position: relative;
	float: left;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
}

.ctaBlock.signup {
	background-color: #f9ae2f;
	border: 1px solid #f4cb80;
}
.ctaBlock.signup:hover {
	box-shadow: 0 3px 20px #f8af32;
}

.ctaBlock.download {
	background-color: #e90859;
	border: 1px solid #ff5793;
}
.ctaBlock.download:hover {
	box-shadow: 0 3px 20px #e90859;
}

.ctaBlock>div {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 4px;
	padding: 20px 20px 18px;
}

.separatorCTA {
	position: relative;
	float: left;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	letter-spacing: 2px;
	margin: 28px 18px 0;
}




/* CURRENCIES */
#offerCurrencies {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 30px;
	z-index: 2;
}

#currenciesTitle {
	width: 100%;
	position: relative;
	float: left;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #BBBBBB;
	letter-spacing: 4px;
}

#currenciesList {
	position: relative;
	float: left;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 20px;
}

#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;
	border: 1px dashed #5d5d5d;
	padding: 0 0 10px 0;
	margin: 40px 0 0 0;
	background: rgba(255, 255, 255, 0.02);
}

section#support .content:after,
section#support .content:before {
	content: "";
	position: absolute;
}

section#support .content:before {
	width: 63px;
	height: 53px;
	top: -21px;
	left: -120px;
	background: url("../images/coins/support-left.png") left top no-repeat;
}

section#support .content:after {
	width: 40px;
	height: 45px;
	top: 25px;
	right: -90px;
	background: url("../images/coins/support-right.png") left top no-repeat;
}


section#support .iconBlock {
	position: relative;
	float: left;
	margin: 10px 60px 0 0;
}

section#support .iconBlock:last-child {
	float: right;
}

section#support .iconTitle {
	color: #9e818a;
}






/* GAMES
----------------------------------------------------------------------------*/
#gamesContent {
	width: 100%;
	position: relative;
	float: left;
	margin: 80px 0 0 0;
}

#gamesADS {
	width: 100%;
	max-width: 801px;
	position: relative;
	float: right;
	margin: 15px 0 0 0
}

#gamesADS>div {
	width: 30%;
	position: relative;
	float: left;
	margin: 0 5% 0 0;
}

#gamesADS>div:last-child {
	margin: 0;
}

#gamesADS .image,
#gamesADS .description {
	width: 100%;
	position: relative;
	float: left;
}

#gamesADS .description {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #BBBBBB;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 20px 0 0 0;
}


#gamesSignUp {
	width: 287px;
	position: relative;
	float: left;
}

#gamesSignUpTitle {
	width: 100%;
	position: relative;
	float: left;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 5px;	
}

#gamesSignUpDescription {
	width: 80%;
	position: relative;
	float: left;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #C9C9C9;
	letter-spacing: 4px;
	line-height: 30px;
	margin: 25px 0 0 0;
}

#gamesSignUp .ctaBlock {
	margin-top: 20px;
}

#gamesSignUp .ctaBlock:before {
	content: "";
	width: 157px;
	height: 106px;
	position: absolute;
	top: 67px;
    right: -43px;
	background: url("../images/coins/game.png") left top no-repeat;
}

#gamesSignUp .ctaBlock>div {
	font-size: 14px;
	padding: 14px 20px 12px;
}







/* TESTIMONIALS
----------------------------------------------------------------------------*/
section#testimonials {
	padding-bottom: 80px;
	background: url("../images/offer-back.png") center bottom no-repeat;
	background-position-y: 10px;
}

#testimonialContent {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 80px;
}

#testimonialTitle {
	width: 100%;
	position: relative;
	float: left;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	letter-spacing: 5px;
}

#reviews {
	width: 100%;
	position: relative;
	float: left;
	margin: 50px 0 0 0;
}

#reviews:before,
#reviews:after {
	content: "";
	position: absolute;
	opacity: 0.4;
}

#reviews:before {
	width: 152px;
	height: 196px;
	top: 50px;
    left: -185px;
	background: url("../images/coins/reviews-left.png") left top no-repeat;
}

#reviews:after {
	width: 150px;
	height: 170px;
	bottom: 50px;
    right: -180px;
	background: url("../images/coins/reviews-right.png") left top no-repeat;
}

#reviews>div {
	display: inline-block;
	width: 33.33%;
	position: relative;	
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 5px;
}

#reviews>div:nth-child(2) {
	width: 39.33%;
	background: none;
	background-color: #E90859;
	box-shadow: 0 0 20px #121442;
	z-index: 2;
}

#reviews>div:nth-child(2),
#reviews>div:nth-child(3) {
	margin: 0 0 0 -3%;
}


#reviews>div .text {
	position: relative;
	float: left;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 20px;
	z-index: 1;
}

#reviews>div .text:before {
	content: "";
	width: 43px;
	height: 33px;
	position: absolute;
	top: -58px;
	left: 0;
	background: url("../images/quotemarks.png") left top no-repeat;
	background-size: 43px 33px;
}

#reviews>div:nth-child(1) .text {
	width: 76%;
	margin: 100px 15% 20px 9%;
}

#reviews>div:nth-child(2) .text {
	width: 80%;
	margin: 100px 10% 20px;
}

#reviews>div:nth-child(2) .text:before {
	width: 63px;
	height: 47px;
	top: -74px;
	background-size: 63px 47px;
}

#reviews>div:nth-child(3) .text {
	width: 76%;
	margin: 100px 9% 20px 15%;
}

	
#reviews>div .author {
	position: relative;
	float: right;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
	color: #E5E5E5;
}

#reviews>div .author:before {
	content: "";
	width: 17px;
	height: 18px;
	position: absolute;
	top: -2px;
	left: -24px;
	background: url("../images/author.png") left top no-repeat;
	background-size: 17px 18px;
}

#reviews>div:nth-child(1) .author {
	margin: 15px 15% 35px 0;
}

#reviews>div:nth-child(2) .author {
	margin: 15px 10% 45px 0;
}

#reviews>div:nth-child(3) .author {
	margin: 15px 9% 35px 0;
}






/* FOOTER
----------------------------------------------------------------------------*/
footer {
	width: calc(100% - 2px);
	position: relative;
	float: left;
	background: rgba(0, 0, 0, 0.35);
	border: 1px dashed #5D5D5D;
}

footer:before {
	content: "";
	width: 490px;
	height: 420px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -45px;
	background: url("../images/footer.png") left top no-repeat;
	background-size: contain;
	opacity: 0.2;
}



#footerTop,
#footerContent,
#footerBottom {
	width: 100%;
	position: relative;
	float: left;
}


#footerTop {
	margin: 20px 0 0 0;
}

#footerLogo {
	width: 134px;
	position: relative;
	float: left;
}

#footerLogo img {
	width: 100%;
	float: left;
}



#footerContent {
	margin: 20px 0 0 0;
}

#tncs {
	position: relative;
	float: left;
}

#tnc {
	width: 40%;
	position: relative;
	float: left;
}

#tncTitle,
#tncsItems,
.tncsTitle,
.tncsItem {
	width: 100%;
	position: relative;
	float: left;
}

#tncTitle {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 3px;
}

.tncsTitle,
.tncsItem {
	font-size: 14px;
	font-family: "SegoeUI", sans-serif;
	line-height: 20px;	
}

.tncsTitle {
	color: #ffffff;
	margin: 30px 0 0 0;
}

.tncsItem {
	color: #7888ae;
}



#footerCurrencies {
	width: calc(60% - 227px);
	position: relative;
	float: left;
}

#footerCurrenciesTitle {
	width: 100%;
	position: relative;
	float: left;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	letter-spacing: 4px;
}

#footerCurrenciesList>div {
	display: inline-block;
	width: 40%;
	position: relative;
	vertical-align: middle;
	margin: 28px 0 0 0;
}


footer .ctaBlock>div {
	font-size: 16px;
	margin: 0;
}



#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: 14px;
	font-family: "SegoeUI", sans-serif;
	color: #d2d2db;
	text-align: center;
	margin: 24px 0;
}