* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.5s;
}

@font-face {
	font-family: "MyriadProRegular";
	src: url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}

body {
	background: #16203b;
	color: #99aed2;
	height: 100%;
	font-family: 'MyriadProRegular', sans-serif;
}

h1, h2, h3 {
	color: white;
	margin-bottom: 30px;
}

h1 {
	font-size: 30px
}

.nyheter-h1 {
	margin-bottom: -38px;
}

h2 {
	font-size: 28px; 
}

h3 {
	font-size: 18px
}

p, blockquote {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 43px;
}

li {
	list-style-type: none;
	color: #fecc00;
}

.l-coll li {
	color:#99aed2;
	margin-left: 20px;
	list-style-type:disc;
}

.l-coll ul, ol {
	padding-bottom: 20px;
}

a {
	text-decoration: none;
	color: white;
}

a:active, a:hover, .header__burger-menu li:hover {
	color: #fecc00;
}

img {
	max-width: 100%;
}

::placeholder {
	color: #99aed2;
}


.inner {
	position: relative;
	width: 1054px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
    justify-content: space-between;
}

.text-link {
	color: #fecc00;
}

.btn-default {
	display: inline-block;
	padding: 15px 50px;
	color: white;
	font-weight: bold;
	background-color: #1e4992;
}

.header {
    display: flex;
    align-items: center;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1e4992;
}

.header .inner {
	align-items: center;
}

.header__logo {
	margin-right: 3px;
	max-width: 120px;
}

.header__navigation ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: bold;
}

.header__navigation ul li {
	margin-right: 7px;
}

.header__burger-nav {
	display: none;
}

.active a, .header__burger-menu .active li {
	color: #fecc00;
}

.header__language {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lang-wrapper {
	min-width: 55px;
}

.header__language img {
	max-width: 40px;
}

.top-arrow {
	background: url(../img/arrow.svg);
	width: 12px;
	height: 7px;
	margin-left: 3px
}

.main {
	display: flex;
	margin-top: 70px;
	margin-bottom: 100px;
	padding-top: 40px;
}

.l-coll {
	flex: 69%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 22px
}

.l-coll__promo-head {
	margin-bottom: 25px;
}

.l-coll__promo-head > img {
	float: right;
	padding: 0 15px 15px 0;
	margin-left: 10px;
}


.l-coll__casinoreview-promo {
	position: relative;
	margin-bottom: 53px;
}

.l-coll__casinoreview-promo img {
	float: left;
}

.l-coll__inter-casino {
	position: relative;
	width: 261px;
	height: 157px;
	background: #1e4992;
	margin-right: 17px;
	margin-bottom: 20px;
}

.l-coll__rating {
	position: absolute;
	top: 130px;
	left: 15px;
}

.l-coll__rating span {
	margin-right: 20px
}

.l-coll__description {
	display: flex;
	flex-direction: column;
	height: 157px;
	justify-content: space-between;
}

.l-coll__description strong {
	font-weight: lighter;
}

.l-coll__description span {
	color: white;
}

.l-coll__description strong span.star {
	color: #fecc00;
}

.l-coll__select-wrap {
	width: 100%;
}

.l-coll__select{
	float: right;
	width: 205px;
	margin-bottom: 0;
}

.l-coll__select select {
  width: 100%;
  height: 47px;
  padding-left: 21px;
  color:#93a7ca;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow.svg);
  background-position: 170px center;
  background-repeat: no-repeat;
  line-height: 1em;
  background-color: #002668;
  border:none;
  outline: none;
  cursor: pointer;
}

.l-coll__casino-list {
	width: 100%;
}

.l-coll__casino-list-item {
	border-top: 2px solid #193159;
	padding-top: 20px;
	margin-bottom: 30px;
}

.l-coll__casino-list-item img {
	max-width: 261px;
	height: 177px;
	margin-right: 22px;
	margin-bottom: 25px
}

.l-coll__casino-list-inner {
	display: flex;
	align-items: stretch;
}

.l-coll__casino-list-promo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.l-coll__casino-list-promo a {
	display: inline-block;
    padding: 15px 50px;
    color: white;
    font-weight: bold;
    background-color: #1e4992;
}

.l-coll__casino-list-promo a:hover {
	background: #6280b3;
	color: blue;
}

.l-coll__casino-list-date {
	background: #002668;
	padding: 8px 10px;
	color: white;
	margin-bottom: 15px;
}

.l-coll__table {
	width: 100%;
	margin-top: -34px;
}

.l-coll__table table{
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	color:#a5b0b6;
	text-align: center;
	font-size: 14px;
}

.l-coll__button{
	background: #41b359;
	text-decoration: none;
	text-align: center;
	color:white;
	width: 150px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

.l-coll__button:hover{
	background: #225a2e;
}

.l-coll__table table tr td{
	color:#a5b0b6;
}

.l-coll__table table tr td:nth-child(3) a, .l-coll__table table tr td:nth-child(2) a{
	color: #a5b0b6;
}

.l-coll__table table thead tr{
	height: 57px;
	background: #1e4992 !important;
	font-size: 16px;
	font-weight: 700;
}

.l-coll__table table thead tr td{
	color:white;
}

.l-coll__table table tr{
	height: 70px;
}

.l-coll__table table tr:nth-child(odd){
	background: #ffffff;
}

.l-coll__table table tr:nth-child(even){
	background: #d5e4fd;
}

.l-coll__table table tr:nth-child(even) td:first-child{
	background: #ffffff;
}

.l-coll__table table tr:nth-child(odd) td:first-child{
	background: #e2ecfe;
}

.l-coll__table table tr td:first-child{
	width: 80px;
	color:#002668;
	font-size: 22px;
	font-weight: 700;
}

.l-coll__table table thead tr td:first-child{
	color:white;
	font-size: 16px;
	background: #6280b3 !important;
}

.l-coll__table table tr td:last-child {
	padding-right: 10px;
}

.l-coll__table table .img{
	display: inline-block;
	vertical-align: middle;
	width: 85px;
	border-radius: 3px;
	padding:2px;
}

.l-coll__pagination {
	margin-bottom: 30px;
}

.l-coll__pagination a{
	display: inline-block;
	width: 35px;
	height: 36px;
	line-height: 40px;
	text-decoration: none;
	color: #6481b3;
	text-align: center;
	background: #002668;
	vertical-align: top;
	overflow: hidden;
}

.l-coll__pagination a.active, .l-coll__pagination a:hover{
	background: #1e4992;
	color:#ffffff;
}

.l-coll__pagination span{
	width: 35px;
	height: 36px;
	display: inline-block;
	line-height: 40px;
	color: #6481b3;
	background: #002668;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

.l-coll__pagination a.next{
	background-color: #41b359;
	background-image: url(../img/right-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
}

.l-coll__pagination a.next:hover{
	background-color: #225a2e;
}

.r-coll {
	flex: 31%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.r-coll strong {
	color: #fecc00;
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}

.r-coll form {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-left: 2px solid #193159;
	min-height: 297px;
	width: 100%
}

.r-coll input {
	width: 265px;
	height: 50px;
	margin-bottom: 2px;
	border: none;
	padding-left: 30px;
	padding-right: 60px;
	cursor: pointer;
}

.r-coll input:last-of-type {
	margin-top: 7px;
	padding: 0;
	color: white;
	background-color: #41b359;
	font-weight: bold;
}

.r-coll input:last-of-type:hover {
	background-color: #225a2e;
}

.r-coll__profile {
	background: #1e4992 url(../img/profile.svg) 222px center  no-repeat;
	color: #99aed2;
}

.r-coll__email {
	background: #1e4992 url(../img/email.svg) 218px center no-repeat;
	color: #99aed2;
}

.r-coll__table {
	width: 100%;
	margin-top: 60px;
	position: relative;
}

.r-coll__table:before {
	display: block;
	content: "";
	position: absolute;
 	background: url(../img/jack.png);
 	width: 135px;
 	height: 139px;
 	top: -130px;
    left: 85px;
}

.r-coll__table table {
	width: 100%;
	border-collapse: collapse;
	color:#a5b0b6;
	text-align: center;
	font-size: 14px;
}

.r-coll__table table tr:nth-child(odd){
	background: #ffffff;
}

.r-coll__table table tr:nth-child(even){
	background: #d5e4fd;
}

.r-coll__table-button{
	background: #1e4992;
	text-decoration: none;
	text-align: center;
	color:white;
	width: 110px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

.r-coll__table-button:hover{
	background: #6280b3;
}

.r-coll__table table thead tr{
	height: 57px;
	background: #fecc00 !important;
	font-size: 16px;
	font-weight: 700;
	color: white;
}

.r-coll__table table thead tr td:first-child {
	text-align: start;
}

.r-coll__table table thead tr td:last-child {
	text-decoration: underline;
}

.r-coll__table table tr{
	height: 70px;
}

.r-coll__table a:hover {
	color: blue
}

.r-coll__table table tr td:last-child {
	padding-right: 22px;
	padding-left: 15px
}

.r-coll__table table tr td:first-child {
	padding: 0 15px 0 26px;
}

.r-coll__medal-img {
	background: url(../img/medal.png) no-repeat;
	width: 36px;
	height: 45px;
	padding-top: 10px;
	color: #e24e4e;
}

.r-coll__table table .img{
	display: inline-block;
	width: 85px;
	border-radius: 3px;
	padding:2px;
}


.r-coll__promo {
	border-left: 2px solid #193159;
	padding: 0 22px 0 27px;
	margin-top: 46px;
	height: 49%;
	width: 100%;
}

.r-coll__promo strong {
	display: inline-block;
	text-align: left;
	font-size: 22px;
	color: white;
	margin-bottom: 30px;
}

.r-coll__promo a {
	display: inline-block;
	padding: 15px 50px;
	margin-bottom: 80px;
	color: white;
	font-weight: bold;
	background-color: #1e4992; 
}

.r-coll__promo a:hover {
	background: #6280b3;
	color: #fecc00;
}

.r-coll__coment {
	margin-bottom: 30px
}

.r-coll__avatar {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.r-coll__avatar span {
	margin-left: 16px;
	color: #ffffff;
}

.footer {
	display: flex;
	flex-direction: column;
}

.footer .inner {
	justify-content: flex-start;
}

.footer__content {
	position: relative;
	background-color: #1e4992;
	display: flex;
	justify-content: flex-start;
	padding: 30px 0 50px 0;
	z-index: 1
}

.breadcrumbs{display:flex;margin-left:-33px !important;padding-bottom:15px;font-size:16px;}
.breadcrumbs li{list-style-type:none;}
.breadcrumbs li a{padding-left: 15px;}
.bread-name{padding-left:15px;}

.page404{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:30px 0;flex-direction:column;
	text-align: center;}
.code404{font-size:80px;font-weight:bold;display:flex;}
.button404{text-align:center;height:50px;margin-bottom:27px;border-radius:50px;color:white;background-color:#1e4992;font-size:22px;transition:0.5s;padding:10px 50px;text-decoration:none;}
.button404:hover{background-color:#6280b3;color: black}
.code404 span{color:#1e4992;}
.code404 span:first-child, .code404 span:last-child{color:white;}
.page404 p{font-size:30px;color:#0F7EA5;font-weight:bold;padding-bottom:30px;}

.inner404 {
	position: relative;
	width: 1054px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: center;
}

.footer-img {
	margin-right: 50px;
	margin-bottom: 15px;
}

.footer-img > a > img {
	max-width: 144px;
	height: 35px
}

.footer__column {
	display: inline-block;
	width: 60%;
	-webkit-column-count: 3;
	column-count: 3;
	column-fill: balance;

}

.footer__column ul li {
	display: flex;
	padding-bottom: 8px;
}

.footer__column ul a {
	color: #fecc00;
}

.footer__column ul a:hover {
	color: white;
}

.footer .inner:after {
	display: block;
	content: "";
	position: absolute;
	background: url(../img/cardplayer.png);
	width: 342px;
	height: 240px;
	bottom: -50px;
	right: 0;
	z-index: -1
}

.footer__social {
	display: flex;
	margin-top: 25px
}

.footer__social img {
	margin-right: 10px;
}

.footer__social img:hover {
	opacity: 0.5
}

.footer__copyright {
	text-align: center;
	background-color: #153366; 
	padding: 23px 0;
	z-index: 1;
}

.header__burger {
	display: none;
}

ul.deep-2{display:none;}
.header__navigation ul li:hover ul.deep-2{display:flex;flex-direction:column;align-items: flex-start;position:absolute;z-index:99;background-color: #1e4992; padding: 10px; left: -10px}
.header__navigation ul li:hover ul.deep-2 li{margin:3px;max-width: 100%;width: 100%;text-align: left}
.header__navigation ul li:hover ul.deep-2 li a {height: 30px;line-height: 30px;width: 100%;}
.folder_root {position: relative}
@media screen and (max-width: 900px) {
	.header__burger-menu ul li:hover ul.deep-2{display:flex;flex-direction:column;align-items: flex-start;position:absolute;z-index:99;background-color: #1e4992; padding:0 10px; left: 24%;border: 1px solid #16203b}
	.header__burger-menu ul li:hover ul.deep-2 li{margin:0 3px;max-width: 100%;width: 100%;text-align: left}
	.header__burger-menu ul li:hover ul.deep-2 li a {height: 30px;line-height: 30px;width: 100%;}

	.header__logo {
		width: unset;
	}

	.header__language {
		width: 25%
	}

	.l-coll__promo-head {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 20px;
	}


	.l-coll__casinoreview-promo p {
		margin-left: 0;
	}

	.l-coll__button {
		width: 100px;
	}

	.header__burger-nav {
	display: block;
}

	.header__navigation {
		display: none;
	}

	.header__burger {
  		display: block;
  		position: absolute;
  		left: 185px;
  		top: 8px;
  		z-index: 1;
  		-webkit-user-select: none;
  		user-select: none;
	}

	.header__burger input {
  		display: block;
  		width: 40px;
  		height: 32px;
  		position: absolute;
  		top: -7px;
  		left: -5px;
  		cursor: pointer;
  		opacity: 0; 
  		z-index: 2; 
  		-webkit-touch-callout: none;
	}

	.header__burger span {
	  	display: block;
	  	width: 33px;
	  	height: 4px;
	  	margin-bottom: 5px;
	  	position: relative;
	  	background: #ffffff;
	  	border-radius: 3px;
	  	z-index: 1;
	  	transform-origin: 4px 0;
	  	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	  	            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	  	            opacity 0.55s ease;
	}

	.header__burger span:first-child {
  		transform-origin: 0 0;
	}

	.header__burger span:nth-last-child(2) {
  		transform-origin: 0 100%;
	}

	.header__burger input:checked ~ span {
  		opacity: 1;
  		transform: rotate(45deg) translate(-2px, -1px);
  		background: #ffffff;
	}

	.header__burger input:checked ~ span:nth-last-child(3) {
  		opacity: 0;
  		transform: rotate(0deg) scale(0.2, 0.2);
	}

	.header__burger input:checked ~ span:nth-last-child(2) {
  		transform: rotate(-45deg) translate(0, -1px);
	}

	.header__burger-menu {
  		position: absolute;
  		width: 250px;
  		margin: -50px 0 0 -195px;
  		padding-left: 27px;
  		padding-top: 15px;
  		background: #1e4992;
  		list-style-type: none;
  		-webkit-font-smoothing: antialiased;
  		transform-origin: 0 0;
  		transform: translate(-100%, 0);
  		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	.header__burger-menu li {
  		padding: 10px 0;
  		font-size: 14px;
  		font-weight: bold;
  		color: white;
	}

	.header__burger input:checked ~ div {
  		transform: none;
	}
}

@media screen and (max-width: 835px) {
	.main .inner {
		flex-direction: column;
		flex-wrap: wrap; 
	}

	.l-coll, .r-coll {
		flex: none;
	}

	.l-coll {
		margin-right: 0;
	}

	.r-coll form, .r-coll__promo {
		border: none;
	}

	.footer__column {
		column-count: 2;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}
}
	

@media screen and (max-width: 550px) {
	.inner {
		padding: 0 10px;
	}

	.l-coll__button {
		width: 80px;
	}

	.l-coll__casino-list-inner {
		flex-direction: column;
	}

	.l-coll__select {
		width: 150px;
	}
	.l-coll__select select {
		background-position: 120px center;
	}

	.bonus, .rank, .date, .betyg{
		display: none;
	}

	.l-coll__table table tr td:first-child {
		width: unset;
	}

	.r-coll__table table tr td:last-child {
		padding: 0;
	}

	.footer__column {
		column-count: 1;
		width: 38%;
	}

	.footer .inner {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.footer .inner:after {
		display: none;
	}

	.footer-img {
		margin-right: 0;
	}

	.footer__column ul li {
		justify-content: center;
	}
}
.sort-box img{
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	border-bottom: 2px solid #16203b;
	margin: 12px 7px 7px 7px;
}

.sort_slots.active{
	border-bottom: 2px solid #41b359;
}
.sort-box{
	display: flex;
	justify-content: flex-end;
	position: relative;

}
.sort-flex{
	display: flex;
	width: 150px;
	position: absolute;
	top:-29px;
	justify-content: center;
}


