* {margin: 0; padding: 0; box-sizing: border-box;}

html {scroll-behavior: smooth;}

body {font-weight: normal; color:#fff; font-family: "Cadiz"; display: flex; flex-direction: column;}

img {image-rendering:-webkit-optimize-contrast; image-rendering:-o-crisp-edges; image-rendering:-moz-crisp-edges; width: 100%;}

h1,h2,h3,h4,h5,h6 {font-weight: 700; color:#fff; font-family: "Cadiz";}

h2 {font-weight: 700; font-size: 21px; line-height: 1.2;}

b {font-weight: 700;}

ul li {font-family: "Cadiz";}

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

/* ------ HEADER ------ */

.top {
	background-image: url(images/triangle-m.png), url(images/punchline-m3.jpg);
	background-position: left top, center;
	background-repeat: no-repeat, no-repeat;	
	background-size: 35%, cover;
	display: flex;
	flex-direction: column;
}

.top-wrapper {
	padding: 13px 10px 10px 14px;
}

header {
	display: flex;
	flex-direction: row;
    margin-bottom: 12px;
}

.logo {
	width: 85px;
}

nav {
	margin-left: auto;
}

nav ul {
	display: flex;
	flex-direction: row;
}

nav ul li {
	margin-right: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 3px;
	font-size: 16px;	
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	font-weight: bold;
	display: block;
	height: 100%;
}

nav ul li span {
	position: relative;
	top: -1px;
}

.login {
	outline: 1px solid #fff;
}

.login a {
	padding: 8px 17px;
}

.register {
	background: rgb(252,141,67);
	background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);
}

.register a {
	padding: 8px 19px;
}

/* ------ PUNCHLINE ------ */

.punchline {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.promo {
	font-size: 31px;
}

.promo-bigger {
	font-size: 44px;	
}

.promo-description {
	display: block;
	margin-bottom: 360px;
	position: relative;
	top: -1px;
	background: rgb(252,141,67);
	background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);
	font-size: 27px;
	font-weight: 600;
	transform: rotate(-4deg);
	padding: 6px 8px;
}

.cta-text {
	display: flex;
	flex-direction: column;
}

.cta {
	background: rgb(252,141,67);
	background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);	
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 23px;
	padding: 12px 27px;
	/*order: 1;*/
}

.cta a {
	display: inline-block;
}	

.promo-list {
	text-align: center;
	/*order: 2;*/
}

.promo-list li {
	font-size: 9px;
	letter-spacing: .36px;
	line-height: 1.2;
	margin-bottom: 3px;
	text-shadow: 1px 1px 3px #000;
}

.promo-list li:before {
	content: "• ";
	color: rgba(251,37,141,1);
	position: relative;
	top: -1px;
	left: -1px;
}

.promo-list-star {
	font-size: 10px;
	line-height: 1.2;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3px;
}

.promo-list-star a {
	text-decoration: underline;
}

.bold {
	font-weight: 600;
}

.promo-list-star .slash, .slash {
	background: rgb(251,37,141,1);
	background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: #061534;
}

@media screen and (min-width: 431px) and (max-width: 639px) {

	.top {
		background-image: url(images/triangle-m.png), url(images/punchline-m3.jpg);
		background-position: left top, center;
		background-repeat: no-repeat, no-repeat;	
		background-size: 35%, cover;
		display: flex;
		flex-direction: column;
	}

	.top-wrapper {
		padding: 33px 20px 10px 24px;
	}

	header {
		display: flex;
		flex-direction: row;
		margin-bottom: 12px;
	}

	.logo {
		width: 85px;
	}

	nav {
		margin-left: auto;
	}

	nav ul {
		display: flex;
		flex-direction: row;
	}

	nav ul li {
		margin-right: 26px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		border-radius: 3px;
		font-size: 18px;	
	}

	nav ul li:last-child {
		margin-right: 0;
	}

	nav ul li a {
		font-weight: bold;
		display: block;
		height: 100%;
	}

	nav ul li span {
		position: relative;
		top: -1px;
	}

	.login {
		outline: 1px solid #fff;
	}

	.login a {
		padding: 8px 17px;
	}

	.register {
		background: rgb(252,141,67);
		background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);
	}

	.register a {
		padding: 8px 19px;
	}

	/* ------ PUNCHLINE ------ */

	.punchline {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.promo {
		font-size: 34px;
	}

	.promo-bigger {
		font-size: 44px;	
	}

	.promo-description {
		display: block;
		margin-bottom: 360px;
		position: relative;
		top: -1px;
		background: rgb(252,141,67);
		background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);
		font-size: 32px;
		font-weight: 600;
		transform: rotate(-4deg);
		padding: 6px 8px;
	}

	.cta-text {
		display: flex;
		flex-direction: column;
	}

	.cta {
		background: rgb(252,141,67);
		background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);	
		border-radius: 4px;
		margin: 0 auto;
		margin-bottom: 10px;
		font-weight: 700;
		font-size: 23px;
		padding: 12px 27px;
		/*order: 1;*/
	}

	.cta a {
		display: inline-block;
	}	

	.promo-list {
		text-align: center;
		/*order: 2;*/
	}

	.promo-list li {
		font-size: 12px;
		letter-spacing: .36px;
		line-height: 1.2;
		margin-bottom: 3px;
		text-shadow: 1px 1px 3px #000;
	}

	.promo-list li:before {
		content: "• ";
		color: rgba(251,37,141,1);
		position: relative;
		top: -1px;
		left: -1px;
	}

	.promo-list-star {
		font-size: 12px;
		line-height: 1.2;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 3px;
	}

	.promo-list-star a {
		text-decoration: underline;
	}

	.bold {
		font-weight: 600;
	}

	.promo-list-star .slash, .slash {
		background: rgb(251,37,141,1);
		background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);	
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-color: #061534;
	}
}

@media screen and (min-width: 300px) and (max-width: 360px) {

	nav ul li {
		margin-right: 12px;
		font-size: 14px;	
	}

	.login a {
		padding: 8px 10px;
	}

	.register a {
		padding: 8px 10px;
	}

	/* ------ PUNCHLINE ------ */

	.promo {
		font-size: 25px;
	}

	.promo-bigger {
		font-size: 38px;	
	}

	.promo-description {
		margin-bottom: 373px;
		font-size: 24px;
		padding: 6px 8px;
	}

	.cta {
		margin-bottom: 10px;
	}

}

@media screen and (min-width: 640px) and (max-width: 999px) {
	.top {
		background-image: url(images/triangle-d.png), url(images/triangle-r.png), url(images/punchline3shade.jpg);
		background-position: left top, right bottom, center;
		background-size: auto, 25%, cover;		
	}

	.top-wrapper {
		padding: 20px 29px 30px 22px;
	}

	header {
	    margin-bottom: 0px;
	}

	.logo {
		width: 100px;
	}

	nav ul li {
		margin-right: 25px;
		border-radius: 3px;
		font-size: 14px;
		position: relative;
		/*top: -19px;*/
	}

	nav ul li span {
		position: relative;
		top: -1px;
	}

	.login a {
		padding: 12px 26px;
	}

	.register a {
		padding: 12px 26px;
	}

	/* ------ PUNCHLINE ------ */

	.punchline {
		align-items: flex-start;
		padding-left: 105px;
		position: relative;
		top: 0;
	}

	.promo {
		font-size: 26px;
		margin-bottom: 4px;
	}

	.promo-bigger {
		font-size: 105px;	
	}

	.promo-description {
		margin-bottom: 24px;
		top: -5px;
		font-size: 24px;
		letter-spacing: .1px;
		padding: 5px 9px;
	}

	.cta-text {
		flex-direction: column-reverse;
		position: relative;
		width: 70%;
		max-width: 440px;
		left: -14px;
	}

	.cta {
		border-radius: 6px;
		margin-bottom: 5px;
		font-weight: 700;
		font-size: 18px;
		padding: 10px 20px;
		/*order: 2;*/
		display: inline-flex;
		margin: 0;
		margin-right: auto;
		letter-spacing: .2px;
		position: relative;
		left: 4px;
	}

	.promo-list {
		text-align: left;
		margin-bottom: 10px;
		/*padding-right: 100px;
		order: 1;*/
	}

	.promo-list li {
		font-size: 14px;
		letter-spacing: .9px;
		line-height: 1.18;
		margin-bottom: 10px;
		display: flex;
	}

	.promo-list li:before {
		content: "•";
		color: rgba(251,37,141,1);
		position: relative;
		top: 0px;
		left: -8px;
	}

	.promo-list-star {
		text-align: left;
		font-size: 14px;
		line-height: 1.2;
		position: relative;
		left: 6px;
		display: block;
		margin-bottom: 10px;
	}

	.promo-list-star .bold {
		font-weight: 600;
	}

	.promo-list-star .slash {
		background: rgb(251,37,141,1);
		background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);	
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}


@media screen and (min-width: 1000px) and (max-width: 1199px) {
	.top {
		background-image: url(images/triangle-d.png), url(images/triangle-r.png), url(images/punchline3shade.jpg);
		background-position: left top, right bottom, center;
		background-size: auto, auto, cover;		
		height: 640px;
	}

	.top-wrapper {
		padding: 30px 29px 10px 26px;
	}

	header {
	    margin-bottom: 0px;
	}

	.logo {
		width: 150px;
	}

	nav ul li {
		margin-right: 41px;
		border-radius: 7px;
		font-size: 20px;
		position: relative;
		/*top: -19px;*/
	}

	nav ul li span {
		position: relative;
		top: -1px;
	}

	.login a {
		padding: 15px 32px;
	}

	.register a {
		padding: 15px 34px;
	}

	/* ------ PUNCHLINE ------ */

	.punchline {
		align-items: flex-start;
		padding-left: 135px;
		position: relative;
		top: 0;
	}

	.promo {
		font-size: 46px;
		margin-bottom: 4px;
	}

	.promo-bigger {
		font-size: 105px;	
	}

	.promo-description {
		margin-bottom: 54px;
		top: -5px;
		font-size: 43px;
		letter-spacing: .1px;
		padding: 9px 14px 18px 14px;
	}

	.cta-text {
		flex-direction: column-reverse;
		position: relative;
		left: -14px;
		max-width: 70%;
	}

	.cta {
		border-radius: 6px;
		margin-bottom: 5px;
		font-weight: 700;
		font-size: 24px;
		padding: 16px 38px;
		/*order: 2;*/
		display: inline-flex;
		margin: 0;
		margin-right: auto;
		letter-spacing: .2px;
		position: relative;
		left: 4px;
	}

	.promo-list {
		text-align: left;
		margin-bottom: 10px;
		padding-right: 100px;
		/*order: 1;*/
	}

	.promo-list li {
		font-size: 16px;
		letter-spacing: .9px;
		line-height: 1.18;
		margin-bottom: 10px;
		display: flex;
	}

	.promo-list li:before {
		content: "•";
		color: rgba(251,37,141,1);
		position: relative;
		top: 0px;
		left: -8px;
	}

	.promo-list-star {
		text-align: left;
		font-size: 16px;
		line-height: 1.2;
		position: relative;
		left: 8px;
		display: block;
		margin-bottom: 10px;
	}

	.promo-list-star .bold {
		font-weight: 600;
	}

	.promo-list-star .slash {
		background: rgb(251,37,141,1);
		background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);	
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.top {
		background-image: url(images/triangle-d.png), url(images/triangle-r.png), url(images/punchline3shade.jpg);
		background-position: left top, right bottom, center;
		background-size: auto, auto, cover;		
		height: 700px;
	}

	.top-wrapper {
		padding: 66px 29px 10px 26px;
	}

	header {
	    margin-bottom: 0px;
	}

	.logo {
		width: 205px;
	}

	nav ul li {
		margin-right: 41px;
		border-radius: 7px;
		font-size: 20px;
		position: relative;
		/*top: -19px;*/
	}

	nav ul li span {
		position: relative;
		top: -1px;
	}

	.login a {
		padding: 15px 32px;
	}

	.register a {
		padding: 15px 34px;
	}

	/* ------ PUNCHLINE ------ */

	.punchline {
		align-items: flex-start;
		padding-left: 213px;
		position: relative;
		top: -34px;
	}

	.promo {
		font-size: 46px;
		margin-bottom: 4px;
	}

	.promo-bigger {
		font-size: 105px;	
	}

	.promo-description {
		margin-bottom: 54px;
		top: -5px;
		font-size: 43px;
		letter-spacing: .1px;
		padding: 9px 14px 18px 14px;
	}

	.cta-text {
		flex-direction: column-reverse;
		position: relative;
		left: -14px;
		max-width: 55%;
	}

	.cta {
		border-radius: 6px;
		margin-bottom: 5px;
		font-weight: 700;
		font-size: 24px;
		padding: 16px 38px;
		/*order: 2;*/
		display: inline-flex;
		margin: 0;
		margin-right: auto;
		letter-spacing: .2px;
		position: relative;
		left: 4px;
	}

	.promo-list {
		text-align: left;
		margin-bottom: 10px;
		/*order: 1;*/
	}

	.promo-list li {
		font-size: 18px;
		letter-spacing: .9px;
		line-height: 1.18;
		margin-bottom: 10px;
		display: flex;
	}

	.promo-list li:before {
		content: "•";
		color: rgba(251,37,141,1);
		position: relative;
		top: 0px;
		left: -8px;
	}

	.promo-list-star {
		text-align: left;
		font-size: 18px;
		line-height: 1.2;
		position: relative;
		left: 10px;
		display: block;
		margin-bottom: 10px;
	}

	.promo-list-star .bold {
		font-weight: 600;
	}

	.promo-list-star .slash {
		background: rgb(251,37,141,1);
		background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);	
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

@media screen and (min-width: 1400px) {
	.top {
		background-image: url(images/triangle-d.png), url(images/triangle-r.png), url(images/punchline3shade.jpg);
		background-position: left top, right bottom, center;
		background-size: auto, auto, cover;		
		height: 888px;
	}

	.top-wrapper {
		padding: 66px 29px 10px 26px;
	}

	header {
	    margin-bottom: 0px;
	}

	.logo {
		width: 205px;
	}

	nav ul li {
		margin-right: 41px;
		border-radius: 7px;
		font-size: 28px;
		position: relative;
		/*top: -19px;*/
	}

	nav ul li span {
		position: relative;
		top: -1px;
	}

	.login a {
		padding: 15px 32px;
	}

	.register a {
		padding: 15px 34px;
	}

	/* ------ PUNCHLINE ------ */

	.punchline {
		align-items: flex-start;
		padding-left: 213px;
		position: relative;
		top: -34px;
	}

	.promo {
		font-size: 79px;
		margin-bottom: 4px;
	}

	.promo-bigger {
		font-size: 105px;	
	}

	.promo-description {
		margin-bottom: 54px;
		top: -5px;
		font-size: 66px;
		letter-spacing: .1px;
		padding: 9px 14px 18px 14px;
	}

	.cta-text {
		flex-direction: column-reverse;
		position: relative;
		left: -14px;
		max-width: 55%;
	}

	.cta {
		border-radius: 6px;
		margin-bottom: 5px;
		font-weight: 700;
		font-size: 35px;
		padding: 19px 44px;
		/*order: 2;*/
		display: inline-flex;
		margin: 0;
		margin-right: auto;
		letter-spacing: .2px;
		position: relative;
		left: 4px;
	}

	.promo-list {
		text-align: left;
		margin-bottom: 10px;
		/*order: 1;*/
	}

	.promo-list li {
		font-size: 24px;
		letter-spacing: .9px;
		line-height: 1.18;
		margin-bottom: 10px;
		display: flex;
	}

	.promo-list li:before {
		content: "•";
		color: rgba(251,37,141,1);
		position: relative;
		top: 0px;
		left: -8px;
	}

	.promo-list-star {
		text-align: left;
		font-size: 28px;
		line-height: 1.2;
		position: relative;
		left: 10px;
		display: block;
		margin-bottom: 10px;
	}

	.promo-list-star .bold {
		font-weight: 600;
	}

	.promo-list-star .slash {
		background: rgb(251,37,141,1);
		background: linear-gradient(90deg, rgba(252,141,67,1) 0%, rgba(251,37,141,1) 100%);	
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}


.betting-partners {
	display: flex;
	flex-direction: column;
	padding: 22px 15px 22px 15px;
	justify-content: space-between;
	margin: 0 auto;
}

.betting-partners ul {
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.betting-partners ul li {
	/*display: flex;*/
	align-items: center;
	font-weight: bold;
	color: #000d29;
	width: 28%;
	height: 100%;	
}

.betting-partners .betting-partner {
	display: flex;
}

.betting-partners ul li.separator {
	display: none;
}

.betting-partners .betting-partner-header-desktop {
	display: none;
	color: #000d29;
}

.betting-partner-header-mobile {
	display: block;
	color: #000d29;
	margin: 0 auto 20px;
	font-size: 18px;
	text-align: center;
}

@media screen and (min-width: 431px) and (max-width: 639px) {
	.betting-partner-header-mobile {
		font-size: 20px;	
	}
}

@media screen and (min-width: 640px) {
	.betting-partners ul {
		flex-direction: row;
		max-width: 1450px;
		margin: 0 auto;
		width: 100%;
	}
	.betting-partners ul li.step {
		margin-bottom: 0;
	}
	.betting-partners ul li.separator:after {
		content: " ";
		height: 100%;
		transform: rotate(27.5deg);
		background: #e4e4e4;
		position: relative;
		width: 4px;
		left: 47%;
	}
	
	.betting-partner img {
		max-height: 160px;
	}	
	
}

@media screen and (min-width: 640px) and (max-width: 999px) {
	.betting-partners {
		padding: 14px 27px 17px 27px;
		height: 140px;
		width: 90%;
	}

	.betting-partners ul li.separator {
		display: flex;
	}

	.betting-partners ul li.separator:after {
		width: 2px;		
	}

	.betting-partners .betting-partner-header-desktop {
		display: flex;
		font-size: 12px;
		line-height: 1.15;
	}

	.betting-partner-header-mobile {
		display: none;
	}

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
	.betting-partners {
		padding: 14px 27px 17px 27px;
		height: 190px;
		width: 90%;
	}

	.betting-partners ul li.separator {
		display: flex;
	}

	.betting-partners .betting-partner-header-desktop {
		display: flex;
		font-size: 20px;
		line-height: 1.15;
	}

	.betting-partner-header-mobile {
		display: none;
	}

}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.betting-partners {
		padding: 14px 27px 17px 27px;
		height: 242px;
		width: 90%;
	}

	.betting-partners ul li.separator {
		display: flex;
	}

	.betting-partners .betting-partner-header-desktop {
		display: flex;
		font-size: 22px;
		line-height: 1.15;
	}

	.betting-partner-header-mobile {
		display: none;
	}

}

@media screen and (min-width: 1400px) {
	.betting-partners {
		padding: 14px 27px 17px 27px;
		height: 242px;
		max-width: 1372px;
	}

	.betting-partners ul li.separator {
		display: flex;
	}

	.betting-partners .betting-partner-header-desktop {
		display: flex;
		font-size: 24px;
		line-height: 1.15;
	}

	.betting-partner-header-mobile {
		display: none;
	}

}



.games-info {
	background: url('images/icons-bg-mobile.jpg');
	background-size: cover;
	padding:  37px 18px 30px 21px;
	margin-bottom: 3px;
}

.games-wrapper {
	display: flex;
	flex-direction: column;
}

.icons {
	margin-bottom: 30px;
}

.info {
	text-align: center;

}

.info p {
	padding: 0 34px;
	font-size: 14px;
	letter-spacing: .5px;
}

.info h2 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .6px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.info p {
	line-height: 1.2;
}

@media screen and (min-width: 300px) and (max-width: 370px) {
	
	.info h2 {
		font-size: 24px;
	}
	
	.info p {
		padding: 0;
	}
}

@media screen and (min-width: 640px) and (max-width: 999px) {

	.games-info {
		background: url('images/icons-bg-desktop.jpg');
		padding:  60px 0 20px 0;
	}

	.games-wrapper {
		flex-direction: row;
		max-width: 1372px;
		position: relative;
		justify-content: space-between;
		margin: 0 auto;
		width: 90%;		
		padding: 0 27px;
	}

	.icons {
		max-width: px;
		margin-bottom: 30px;
		width: 36%;
		max-width: 491px;
	}

	.info {
		text-align: left;
		width: 54%;
	}

	.info p {
		font-size: 14px;
		letter-spacing: 1.8px;
		padding: 0;
		line-height: 1.3;
	}

	.info h2 {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: -1px;
		line-height: 1;
		margin-bottom: 21px;
	}

	.info p {
		line-height: 1.3;
		padding-right: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	
	.info h2 {
		font-size: 34px;
		font-weight: 500;
		letter-spacing: -1px;
		line-height: 1;
		margin-bottom: 21px;
	}

	.info p {
		font-size: 16px;
	}
}



@media screen and (min-width: 1000px) and (max-width: 1199px) {

	.games-info {
		background: url('images/icons-bg-desktop.jpg');
		padding:  60px 0 0 0;
		height: 460px;
	}

	.games-wrapper {
		flex-direction: row;
		max-width: 1372px;
		position: relative;
		justify-content: space-between;
		margin: 0 auto;
		width: 90%;
		padding: 0 27px;
	}

	.icons {
		max-width: px;
		margin-bottom: 30px;
		width: 36%;
		max-width: 491px;
	}

	.info {
		text-align: left;
		width: 54%;
	}

	.info p {
		font-size: 22px;
		letter-spacing: 1.8px;
		padding: 0;
		line-height: 1.3;
	}

	.info h2 {
		font-size: 45px;
		font-weight: 500;
		letter-spacing: -1px;
		line-height: 1;
		margin-bottom: 41px;
	}

	.info p {
		line-height: 1.2;
		padding-right: 10px;
	}
}


@media screen and (min-width: 1200px) and (max-width: 1399px) {

	.games-info {
		background: url('images/icons-bg-desktop.jpg');
		padding:  100px 0 0 0;
		height: 590px;
	}

	.games-wrapper {
		flex-direction: row;
		max-width: 1372px;
		position: relative;
		justify-content: space-between;
		margin: 0 auto;
		width: 90%;		
		padding: 0 27px;
	}

	.icons {
		max-width: px;
		margin-bottom: 30px;
		width: 36%;
		max-width: 491px;
	}

	.info {
		text-align: left;
		width: 54%;
	}

	.info p {
		font-size: 28px;
		letter-spacing: 1.8px;
		padding: 0;
		line-height: 1.3;
	}

	.info h2 {
		font-size: 50px;
		font-weight: 500;
		letter-spacing: -1px;
		line-height: 1;
		margin-bottom: 41px;
	}

	.info p {
		line-height: 1.2;
		padding-right: 10px;
	}
}

@media screen and (min-width: 1400px) {

	.games-info {
		background: url('images/icons-bg-desktop.jpg');
		padding:  100px 0 0 0;
		height: 724px;
	}

	.games-wrapper {
		flex-direction: row;
		max-width: 1372px;
		position: relative;
		justify-content: space-between;
		margin: 0 auto;
	}

	.icons {
		max-width: px;
		margin-bottom: 30px;
		width: 36%;
		max-width: 491px;
	}

	.info {
		text-align: left;
		width: 54%;
	}

	.info p {
		font-size: 33px;
		letter-spacing: 1.8px;
		padding: 0;
	}

	.info h2 {
		font-size: 72px;
		font-weight: 500;
		letter-spacing: -1px;
		line-height: 1;
		margin-bottom: 41px;
	}

	.info p {
		line-height: 1.2;
		padding-right: 10px;
	}
}

main {}

footer {
	display: flex;
	flex-direction: column;
}

.download {
	padding: 15px 10px 10px 10px;
	background: #011c39;
	margin-bottom: 2px;
	text-align: center;
}

footer h3 {
	font-size: 19px;
	letter-spacing: .4px;
	margin-bottom: 23px;
}

footer h4 {
	font-size: 12px;
	letter-spacing: .4px;
	margin-bottom: 8px;
	color: #b4b4b6;
}

.download-icons {
	width: 79%;
	max-width: 390px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.download-icon {
	width: 49%;
}

.download-icons img {
	width: ;
}

.settings {
	background: #011c39;
	padding: 6px 10px 10px 10px;
	margin-bottom: 2px;
}

.links-mobile {
	background: #011c39;
	padding: 20px 20px;
	margin-bottom: 2px;
	text-align: center;
}

.links-mobile-list li {
	font-size: 14px;
	margin-bottom: 6px;
}

.links-mobile-list li a {
	text-decoration: underline;
}

@media screen and (min-width: 640px) {
	.links-mobile {
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width:639px) {
	.links {
		display: none;
	}
}

.online-games {
	display: none;
}

.settings h3 {
	margin-bottom: 28px;
}

.settings img {
	width: 100%;
}

.payment {
	background: #011c39;
	padding: 30px 10px 30px 10px;
	margin-bottom: 2px;
	text-align: center;
}

.payment h3 {
	margin-bottom: 15px;
}

.payment-logos {
	width: 77%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.payment-logos .logo {
	display: flex;
    flex: 0 0 calc(25% - 12px);
    margin-bottom: 16px;
}

	.ideal {
		width: 80%;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		align-items: center;
		margin-bottom: 20px;
		justify-content: space-around;
	}

	.ideal-logo {
		margin-right: 10px;
		width: 25%;
		display: block;
	}

	.ideal-info {
		width: 65%;
	}
	
	.ideal-info span {
		display: block;
		font-size: 12px;
		line-height: 1.2;
		text-align: left;
	}

@media screen and (min-width: 361px) and (max-width: 430px) {
	.ideal-info span {
		font-size: 13px;
	}	
}

@media screen and (min-width: 431px) and (max-width: 639px) {
	.ideal-info span {
		font-size: 15px;
	}	
}

.banners {
	background: #011c39;
	padding: 30px 10px 10px 10px;
	height: 203px;
	margin-bottom: 2px;
}

.banners img {
}

.safe {
	margin: 0 auto;
	width: 255px;
	margin-bottom: 5px;
}

.other-banners {
	margin: 0 auto;	
	display: flex;
	width: 80%;
	justify-content: space-between;
	align-items: flex-end;
}


@media screen and (max-width: 639px) {
	.other-banners {
		max-width: 375px;
	}
}

.kanspellautoriteit {
	width: 124px;
}

.cruks {
	width: 80px;
}

.eighteen {
	width: 49px;
}

.providers {
	background: #011c39;
	padding: 22px 10px 10px 10px;
	height: 120px;
}

.providers h3 {
	margin-bottom: 28px;
}

.providers-first {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;	
	margin-bottom: 7px;
	max-width: 415px;	
	align-items: center;	
}

.providers-second {
	width: 97%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 415px;
	align-items: center;
}

.playtech {
	width: 105px;
}

.microgaming {
	width: 103px;
}

.wms {
	width: 110px;
}

.gli {
	width: 61px;
}

.igt {
	width: 67px;
}

.netent {
	width: 66px;
}

.playngo {
	width: 106px;
}

.about {
	background: #011c39;
	padding: 20px 20px;
	margin-bottom: 2px;
	text-align: center;
}

.about ul li {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 4px;
	text-align: left;
}

@media screen and (min-width: 300px) and (max-width: 370px) {
	
	.payment {

	}
		
	.payment-logos .logo {
		display: flex;
		flex: 0 0 calc(25% - 10px);
	}
}

@media screen and (min-width: 640px) and (max-width: 999px) {

	footer {
		background: #011c39;		
		display: grid;
		justify-content: space-between;
		grid-template-columns: 30% 38% 32%;
		grid-template-rows: auto auto;
		grid-template-areas:
			'settings about payment'
			'banners banners banners';		
	}

	.download {
		padding: 0px 0px 10px 0px;
		background: #011c39;
		height: 124px;
		margin-bottom: 2px;
		grid-area: download;
	}

	footer h3 {
		font-size: 18px;
		letter-spacing: .4px;
		margin-bottom: 29px;
	}

	footer h4 {
		font-size: 20px;
		letter-spacing: .4px;
		margin-bottom: 8px;
		color: #b4b4b6;
	}

	.download h3 {
	    margin-bottom: 35px;
	}

	.download-icons {
		width: 100%;
		max-width: 450px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.download-icon {
		width: 90%;
	}

	.download-icons img {
		width: 100%;
	}

	.settings {
		background: #011c39;
		padding: 38px 10px 10px 50px;
		height: 196px;
		margin-bottom: 2px;
		grid-area: settings;
	}

	.online-games {
		display: flex;
		flex-direction: column;
		margin-bottom: 17px;
	}

	.online-games li {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.settings h3 {
		margin-bottom: 29px;
		text-align: left;
	}

	.payment {
		padding: 38px 40px 10px 0;
		background: #011c39;
		margin-bottom: 18px;
		grid-area: payment;
	}

	.ideal {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		align-items: center;
		margin-bottom: 30px;
	}

	.ideal-logo {
		margin-right: 0px;
		margin-bottom: 10px;
		width: 40%;
		display: block;
	}

	.ideal-info {
		width: 100%;
	}
	
	.ideal-info span {
		display: block;
		font-size: 12px;
		line-height: 1.2;
		text-align: center;
	}

	.payment h3 {
		margin-bottom: 29px;
	}

	.payment-logos {
		width: 100%;
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.payment-logos .logo {
		display: flex;
	    flex: 0 0 calc(25% - 3px);
	    margin-bottom: 6px;
	}

	.banners {
		background: #011c39;
		padding: 20px 10px 10px 10px;
		height: auto;
		margin-bottom: 2px;
		grid-area: banners;
		display: flex;
		align-items: flex-end;		
		width: 83%;
		margin: 0 auto;
		max-width: 1100px;
	}

	.banners img {
	}

	.safe {
		margin: 0;
		width: 706px;
		margin-bottom: 5px;
		margin-right: 26px;
	}

	.other-banners {
		margin: 0 auto;	
		display: flex;
		width: 68%;
		justify-content: space-between;
		align-items: flex-end;
	}

	.kanspellautoriteit {
		width: 284px;
	}

	.cruks {
		width: 147px;
	}

	.eighteen {
		width: 85px;
	}

	.providers {
		display: none;
	}

	.about {
		padding: 38px 30px 10px 0;
		grid-area: about;
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	.about ul li {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 14px;
	}

}



@media screen and (min-width: 1000px) and (max-width: 1199px) {

	footer {
		background: #011c39;		
		display: grid;
		justify-content: space-between;
		grid-template-columns: 22% 45% 26%;
		grid-template-rows: auto auto 220px;
		grid-template-areas:
			'settings about payment'
			'settings about payment'			
			'banners banners banners';		
	}

	.download {
		padding: 0px 0px 10px 0px;
		background: #011c39;
		height: 124px;
		margin-bottom: 2px;
		grid-area: download;
	}

	footer h3 {
		font-size: 18px;
		letter-spacing: .4px;
		margin-bottom: 29px;
	}

	footer h4 {
		font-size: 20px;
		letter-spacing: .4px;
		margin-bottom: 8px;
		color: #b4b4b6;
	}

	.download h3 {
	    margin-bottom: 35px;
	}

	.download-icons {
		width: 100%;
		max-width: 450px;
		display: flex;
		justify-content: space-between;
	}

	.download-icon {
		width: 49%;
	}

	.download-icons img {
		width: 100%;
	}

	.settings {
		background: #011c39;
		padding: 68px 10px 10px 50px;
		height: 196px;
		margin-bottom: 2px;
		grid-area: settings;
	}

	.online-games {
		display: flex;
		flex-direction: column;
		margin-bottom: 37px;
	}

	.online-games li {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.settings h3 {
		margin-bottom: 29px;
		text-align: left;
	}

	.payment {
		padding: 68px 40px 10px 0;
		background: #011c39;
		height: 183px;
		margin-bottom: 18px;
		grid-area: payment;
	}

	.ideal {
		width: 90%;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		align-items: center;
		margin-bottom: 40px;
	}

	.ideal-logo {
		margin-right: 20px;
		width: 33%;
		display: block;
	}

	.ideal-info {
		width: 65%;
	}
	
	.ideal-info span {
		display: block;
		font-size: 10px;
		line-height: 1.2;
		text-align: left;
	}

	.payment h3 {
		margin-bottom: 29px;
	}

	.payment-logos {
		width: 90%;
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.payment-logos .logo {
		display: flex;
	    flex: 0 0 calc(25% - 3px);
	    margin-bottom: 16px;
	}

	.banners {
		background: #011c39;
		padding: 30px 10px 10px 10px;
		height: 203px;
		margin-bottom: 2px;
		grid-area: banners;
		display: flex;
		align-items: flex-end;		
		width: 83%;
		margin: 0 auto;
		max-width: 1100px;
	}

	.banners img {
	}

	.safe {
		margin: 0;
		width: 706px;
		margin-bottom: 5px;
		margin-right: 26px;
	}

	.other-banners {
		margin: 0 auto;	
		display: flex;
		width: 80%;
		justify-content: space-between;
		align-items: flex-end;
	}

	.kanspellautoriteit {
		width: 284px;
	}

	.cruks {
		width: 147px;
	}

	.eighteen {
		width: 85px;
	}

	.providers {
		display: none;
	}

	.about {
		padding: 68px 40px 10px 0;
		grid-area: about;
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	.about ul li {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 14px;
	}

}


@media screen and (min-width: 1200px) and (max-width: 1399px) {

	footer {
		background: #011c39;		
		display: grid;
		justify-content: space-between;
		grid-template-columns: 22% 45% 26%;
		grid-template-rows: auto auto 220px;
		grid-template-areas:
			'settings about payment'
			'settings about payment'			
			'banners banners banners';		
	}

	.download {
		padding: 0px 0px 10px 0px;
		background: #011c39;
		height: 124px;
		margin-bottom: 2px;
		grid-area: download;
	}

	footer h3 {
		font-size: 23px;
		letter-spacing: .4px;
		margin-bottom: 29px;
	}

	footer h4 {
		font-size: 20px;
		letter-spacing: .4px;
		margin-bottom: 8px;
		color: #b4b4b6;
	}

	.download h3 {
	    margin-bottom: 35px;
	}

	.download-icons {
		width: 100%;
		max-width: 450px;
		display: flex;
		justify-content: space-between;
	}

	.download-icon {
		width: 49%;
	}

	.download-icons img {
		width: 100%;
	}

	.settings {
		background: #011c39;
		padding: 68px 10px 10px 50px;
		height: 196px;
		margin-bottom: 2px;
		grid-area: settings;
	}

	.online-games {
		display: flex;
		flex-direction: column;
		margin-bottom: 37px;
	}

	.online-games li {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.settings h3 {
		margin-bottom: 29px;
		text-align: left;
	}

	.payment {
		padding: 68px 40px 10px 0;
		background: #011c39;
		height: 183px;
		margin-bottom: 18px;
		grid-area: payment;
	}

	.ideal {
		width: 90%;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		align-items: center;
		margin-bottom: 40px;
	}

	.ideal-logo {
		margin-right: 20px;
		width: 33%;
		display: block;
	}

	.ideal-info {
		width: 65%;
	}
	
	.ideal-info span {
		display: block;
		font-size: 12px;
		line-height: 1.2;
		text-align: left;
	}

	.payment h3 {
		margin-bottom: 29px;
	}

	.payment-logos {
		width: 90%;
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.payment-logos .logo {
		display: flex;
	    flex: 0 0 calc(25% - 10px);
	    margin-bottom: 16px;
	}

	.banners {
		background: #011c39;
		padding: 30px 10px 10px 10px;
		height: 203px;
		margin-bottom: 2px;
		grid-area: banners;
		display: flex;
		align-items: flex-end;		
		width: 83%;
		margin: 0 auto;
		max-width: 1100px;
	}

	.banners img {
	}

	.safe {
		margin: 0;
		width: 706px;
		margin-bottom: 5px;
		margin-right: 26px;
	}

	.other-banners {
		margin: 0 auto;	
		display: flex;
		width: 80%;
		justify-content: space-between;
		align-items: flex-end;
	}

	.kanspellautoriteit {
		width: 284px;
	}

	.cruks {
		width: 147px;
	}

	.eighteen {
		width: 85px;
	}

	.providers {
		display: none;
	}

	.about {
		padding: 68px 40px 10px 0;
		grid-area: about;
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	.about ul li {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 14px;
	}

}


@media screen and (min-width: 1400px) {

	footer {
		background: #011c39;		
		display: grid;
		justify-content: space-between;
		grid-template-columns: 22% 45% 26%;
		grid-template-rows: auto auto 220px;
		grid-template-areas:
			'settings about payment'
			'settings about payment'			
			'banners banners banners';		
	}

	.download {
		padding: 0px 0px 10px 0px;
		background: #011c39;
		height: 124px;
		margin-bottom: 2px;
		grid-area: download;
	}

	footer h3 {
		font-size: 27px;
		letter-spacing: .4px;
		margin-bottom: 29px;
	}

	footer h4 {
		font-size: 20px;
		letter-spacing: .4px;
		margin-bottom: 8px;
		color: #b4b4b6;
	}

	.download h3 {
	    margin-bottom: 35px;
	}

	.download-icons {
		width: 100%;
		max-width: 450px;
		display: flex;
		justify-content: space-between;
	}

	.download-icon {
		width: 49%;
	}

	.download-icons img {
		width: 100%;
	}

	.settings {
		background: #011c39;
		padding: 108px 10px 10px 50px;
		height: 196px;
		margin-bottom: 2px;
		grid-area: settings;
	}

	.online-games {
		display: flex;
		flex-direction: column;
		margin-bottom: 57px;
	}

	.online-games li {
		font-size: 25px;
		margin-bottom: 19px;
	}

	.settings h3 {
		margin-bottom: 29px;
		text-align: left;
	}

	.payment {
		padding: 108px 40px 10px 0;
		background: #011c39;
		height: 183px;
		margin-bottom: 18px;
		grid-area: payment;
	}

	.ideal {
		width: 90%;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		align-items: center;
		margin-bottom: 40px;
	}

	.ideal-logo {
		margin-right: 20px;
		width: 25%;
		display: block;
	}

	.ideal-info {
		width: 65%;
	}
	
	.ideal-info span {
		display: block;
		font-size: 16px;
		line-height: 1.2;
		text-align: left;
	}

	.payment h3 {
		margin-bottom: 29px;
	}

	.payment-logos {
		width: 90%;
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.payment-logos .logo {
		display: flex;
	    flex: 0 0 calc(25% - 14px);
	    margin-bottom: 16px;
	}

	.banners {
		background: #011c39;
		padding: 30px 10px 10px 10px;
		height: 203px;
		margin-bottom: 2px;
		grid-area: banners;
		display: flex;
		align-items: flex-end;		
		width: 83%;
		margin: 0 auto;
		max-width: 1100px;
	}

	.banners img {
	}

	.safe {
		margin: 0;
		width: 500px;
		margin-bottom: 5px;
		margin-right: 26px;
	}

	.other-banners {
		margin: 0 auto;	
		display: flex;
		width: 80%;
		justify-content: space-between;
		align-items: flex-end;
	}

	.kanspellautoriteit {
		width: 230px;
	}

	.cruks {
		width: 147px;
	}

	.eighteen {
		width: 85px;
	}

	.providers {
		display: none;
	}

	.about {
		padding: 108px 40px 10px 0;
		grid-area: about;
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	.about ul li {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 14px;
	}

}


@media screen and (max-width: 639px) {
	.providers-desktop {display: none;}
}

@media screen and (min-width: 640px) {

.providers {
	background: #011c39;
	padding: 22px 10px 10px 10px;
	height: 120px;
}

.providers h3 {
	margin-bottom: 28px;
}

.providers-first {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;	
	margin-bottom: 7px;
	max-width: 415px;	
}

.providers-desktop .providers-second {
	width: 97%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 415px;
	align-items: center;
}

.providers-desktop .playtech {
	width: 30%;
}

.providers-desktop .microgaming {
	width: 30%;
}

.providers-desktop .wms {
	width: 30%;
}

.providers-desktop .gli {
	width: 22%;
}

.providers-desktop .igt {
	width: 22%;
}

.providers-desktop .netent {
	width: 22%;
}

.providers-desktop .playngo {
	width: 26%;
}

}