html, body {
  position: relative;
  height: 100%;
  margin: 0;

}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  cursor: pointer;
  color:#ff9;
}

a:hover {
  text-decoration: none;
  color: #fff;
}
.bold{
	font-weight: bold;
}

body {
background: url(img/bg-blue.jpg) no-repeat center top;
background-color: #00042e;
background-position: top;
background-size: 1920px auto;
background-attachment: fixed;

font-family: Open Sans,Arial,sans-serif;
color:#b8d3e8;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
 -webkit-text-size-adjust: none;
}

@media (max-width: 1200px) {
	body {
		background-image: none;
	}
}



.wrapper{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.main{
	background-color: #112852;
	padding-top: 68px;
}
@media (max-width: 540px) {
	.main{
		padding-top: 50px;
	}
}	

.container{
	
}

.big-section{
	padding: 20px 30px;
	display: flex;
}
@media (max-width: 950px) {
	.big-section{
		padding: 15px 15px;
	}
}
@media (max-width: 540px) {
	.big-section{
		padding: 15px 8px;
	}
}
.section-main{
	flex:1 0 60%;
}
.section-aside{
	flex:0 0 320px;
}
.section-head-text{
	font-size: 17px;
	line-height: 24px;
	color:#fff;
	font-weight: bold;
}
.section-games-head{
	border-top-right-radius: 5px;
	background-image: linear-gradient(#242b3e,#242b3e),linear-gradient(180deg,#1c2439,rgba(26,34,55,0));
	background-color: #0f1930;
	background-position: 0 0,100% 80%;
	background-repeat: no-repeat;
	background-size: auto 1px,auto;
	overflow: hidden;
	padding: 2px 30px 0;
}
.section-head-tab{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: linear-gradient(#242b3e,#242b3e),linear-gradient(180deg,#2a344a,rgba(26,34,55,0));
	background-color: #1a2942;
	background-position: 0 0,100% 80%;
	background-repeat: no-repeat;
	background-size: auto 1px,auto;
	text-align: center;
	padding: 7px 15px;
	display: inline-block;
	box-shadow: 0 0 2px #000;
}
@media (max-width: 760px) {
	.section-head-tab{
		padding: 5px 7px;
		font-size: 16px;
	}
}


.header {
    background-image: linear-gradient(#17366e,#112854);
    background-size: 100% 17px;
    background-repeat: no-repeat;
    border-top: 1px solid #35486a;
    border-bottom: 1px solid #040a16;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    max-width: 1300px;
    height: inherit;
    margin: auto;
    background-color: #112852;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);
    will-change: transform;
}
.head-container{
	align-items: center;
	height: 68px;
	padding: 0 25px;
}
@media (max-width: 760px) {
	.head-container{
		height: 60px;
		padding: 0 10px;
	}
}
@media (max-width: 560px) {
	.head-container{
		height: 50px;
		padding: 0 5px;
	}
}
.header ul{
	margin: 0;
	padding: 0;
}
.header li{
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-right:20px;
}

.openmenu{
	flex:0 0 40px;
	margin-right: 25px;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding: 1px;
    background-image: linear-gradient(#385281,#476294);
    border-radius: 5px;
}
.openmenu svg{
	fill:#fff;
}
.openmenu_bg{
    display: flex;
    align-items:center;
	justify-content:center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    background-image: linear-gradient(#112952,#476294);
    will-change: transform;
}
.menu-icon{
	width: 40px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 1px #000;
}

.menu-wrapper{
	position: fixed;
    top: 0;
    z-index: 15;
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 68px;
    overflow: hidden;
    display: none;
}
.menu-wrapper.open{
	display: flex;
}
@media (max-width: 540px) {
	.menu-wrapper{
		padding-top: 50px;
	}
}
.menu{
	position: relative;
    width: 100%;
    height: 100%;
    background-color: #112852;
    box-sizing: border-box;
    flex:0 0 300px;
    height: 100%;
}
.black-cover{
	flex:1 0 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
}


.menu-item{
	border-color: #35486d transparent #030912;
    border-style: solid;
    border-width: 1px;
    background-color: #112852;
    color:#fff;
    font-size: 16px;
    padding: 5px 15px;
    display: block;
    line-height: 30px;
}





.hbutton{
	min-width: 108px;
	height: 38px;
	padding: 8px 14px;
	text-align: center;
	box-sizing: border-box;
	background: url(img/tab-nav-bg.png) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	line-height: 22px;
	font-weight: bold;
}
.hbutton:hover{
	filter:brightness(1.25);
}

.header .lev-logo{
	position: absolute;
	top:0px;
	left:50%;
	width: 140px;
	transform:translateX(-50%);
	transition: all 2s;
	z-index: 1;
}
@media (max-width: 560px) {
	.header .lev-logo{
		width: 80px;
	}
}
.header .head-bonus{
	flex:0 0 200px;
	white-space: nowrap;
	box-shadow: inset 0 3px 3px rgba(0,0,0,.4);
background-color: #111526;
border-radius: 5px;
}
.header .head-bonus .text{
	color: #ffc400;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-size: 13px;
	font-weight: bold;
	padding: 4px 10px;
}
@media (max-width: 992px) {
	.header .head-bonus{
		flex:0 0 0;
	}
	.header .head-bonus .text{
		display: none;
	}
}
.header .col-login{
	flex: 0 0 80px;
	margin-left:18px;
}

@media (max-width: 1024px) {
	.nav{
		display: none;
	}
	.nav .formobile{
		display: block;
	}
	.header .col-login{
		margin-left: auto;
	}
}



.button-main {
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    padding: 0 17px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0,0,0,.85);
    background-image: linear-gradient(180deg,#00659e,#00396c);
    box-shadow: 0 4px 4px rgba(0,0,0,.25), inset 0 4px 4px hsla(0,0%,100%,.25);
}
.button-reg{
	background-image: linear-gradient(180deg,#33c402,#206202);
}
.button-more{
	background-image: linear-gradient(180deg,#00659e,#00396c);
	box-shadow: 0 4px 4px rgba(0,0,0,.25),inset 0 4px 4px hsla(0,0%,100%,.25);
}

@media (max-width: 920px) {


}


.quick-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color:#f4f4fe;
    font-weight: 600;
    justify-content:center;
}
.quick-nav__link img{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
@media screen and (min-width: 1023px){
	.quick-nav__link {
	    flex-direction: row;
	    min-width: 105px;
	    height: 38px;
	    padding: 0 16px;
	    margin: 1px;
	}
}
.nav-link-text{
	z-index: 2;
}


.quick-nav__link-decor {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 16px;
    width: 42px;
    height: 42px;
    margin: auto;
    border-radius: 5px;
    background-image: linear-gradient(#112952,#476294);
}
@media screen and (min-width: 1023px){
	.quick-nav__link-decor {
	    top: 0;
	    bottom: auto;
	    width: auto;
	    height: 100%;
	}
}
.quick-nav__link-decor:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    margin: auto;
    border-radius: inherit;
    background-image: linear-gradient(#385281,#112851);
}
.quick-nav__link:hover .quick-nav__link-decor:before {
    background-image: linear-gradient(#2893c1,#2a9fd3);
}
@media (min-width: 1113px) and (orientation: landscape), screen and (min-width: 1024px) and (orientation: portrait){
	.quick-nav__link-decor:after {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-image: linear-gradient(#075da1,#41cafa);
	    border-radius: 5px;
	    opacity: 0;
	    pointer-events: none;
	    transition: opacity .3s;
	    will-change: opacity;
	}
}
.quick-nav__link:hover .quick-nav__link-decor:after {
    opacity: 1;
}


.section-promo img{
	width: 100%;
	display: block;
}



.games{
	margin: 0 -5px;
}
.games__item{
	flex:0 0 20%;
	max-width: 20%;
	padding: 0 5px;
	margin-bottom: 10px;
}
@media (max-width: 1100px) {
	.games__item{
		flex:0 0 25%;
		max-width: 25%;
	}
}
@media (max-width: 870px) {
	.games__item{
		flex:0 0 33.3333%;
		max-width: 33.3333%;
	}
}
@media (max-width: 560px) {
	
}
.game-card{
	position: relative;
	padding-bottom: 4px;
	border-radius: 5px;
	overflow: hidden;
	color: transparent;
	cursor: pointer;
	background-image: linear-gradient(transparent 50%,#0c5e9a);
	background-size: 100%;
}
.game-wrap{
	display: block;
}
.game-card__main{
display: block;
padding: 1px 1px 0;
background-image: linear-gradient(180deg,#10cdfd,#29cefb 75%,#1392ef);
background-size: 102%;
border-bottom: none;
border-radius: inherit;
}

.game-card__name {
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 2px 5px 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
display: block;
color: #fff;
font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: 500;
overflow: hidden;
}
.game-card__img-wrap img{
	width: 100%;
}

.game-card__star {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    background-color: #189ff2;
    border:none;
    border-radius: 0 4px 0 4px;
}
.status-flag {
	position: absolute;
top: 1px;
left: 1px;
    display: block;
    padding: 0 6px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0,0,0,.4);
    background-image: linear-gradient(#ffc700,#f60);
}
.game-card__star{
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
}



.turnir-info{
	background: linear-gradient(180deg,#1b2b49,#0b1b37);
	padding: 10px 15px;
	border-radius: 0 0 5px 5px;
	text-align: center;
	font-size: 14px;
}
.turnir-info .period{
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
	background: linear-gradient(180deg,rgba(255,255,255,0.8),rgba(255,255,255,0.7));
	border:1px solid #fff;
	color:#111;
	font-weight: bold;
	font-size: 1.1em;
}

.turnir-win .cubok{
	height: 130px;
	background-size: contain;
	transition:all .32s;
	position: relative;
	top:0;
}
.turnir-win .col:hover .cubok{
	top:-10px;
}
.cubok1{
	background: url(img/cubok-1.png) no-repeat center center;
}
.cubok2{
	background: url(img/cubok-2.png) no-repeat center center;
}
.cubok3{
	background: url(img/cubok-3.png) no-repeat center center;
}
.turnir-win .descr{
	padding: 12px 4px;
	border: 1px solid transparent;
	background-image: linear-gradient(180deg,#173674,#182b5f);
	box-shadow: 0 2px 9px rgba(0,0,0,.33);
	border-radius: 6px 6px 4px 4px;
	text-align: center;
	font-size: 14px;
}

.bt-1{
	border-top:1px solid rgba(250,250,250,0.1);
}


.content img{
	height: auto;
}
.content .table-resp{
	padding: 2px;
	border-radius: 4px;
	background: linear-gradient(180deg,#3a4b69 0,#132341 26%,#132341 79%,#3a4b69);
	max-width: 100%;
	overflow-x: auto;
	display: inline-block;
	margin-bottom: 1em;
}
.content .table-resp:after{
	display: block;
	}
.content table{
	background-image: linear-gradient(#1a2d4e,#0e1f3e);
	border:none;
	font-size: 0.92em;
	color:#eef;
}
.content .table-resp table{
	margin: 0;
	}
.content table td{
	padding: 4px 8px;
}
.content table td p:last-child{
	margin-bottom: 0;	
}
.content table tr{
	background-color:rgba(58, 75, 105, 0.15);
}

.content table tr:nth-child(2n+1){
	background-color: #0e2041;
}

.content ul{
	color:#dda;
	padding-left: 1.77em;
}
.content ol{
	color:#dda;
	padding-left: 1.77em;
	font-size: 11px;
}
.content ol{
	font-size: 1rem;	
}


.now-win-title{
	font-weight: bold;
	margin-bottom: 15px;
}

.now-win-box-cover{
	padding: 1px;
    border-radius: 5px;
    background: linear-gradient(180deg,#3a4b69 0,#132341 26%,#132341 79%,#3a4b69);
    background-color: #111526;
}
.now-win-box{
	margin: 0;
	padding: 15px;
	font-size: 15px;
	background-image: linear-gradient(#1a2d4e,#0e1f3e);
}
.now-win-box .win-item{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items:center;
	opacity: 1;
	transition:all .3s;
	border-radius: 4px;
	background: rgba(255,255,230,0);
}
.now-win-box .win-item.active{
	background: rgba(255,255,230,0.08);
}
.now-win-box .win-item:nth-child(n+7){
	display: none;
}

.now-win-box .win-item img{
	flex:0 0 70px;
	margin-right: 15px;
	border-radius: 3px;
}
.now-win-box .win-item .name{
	font-weight: bold;
}
.now-win-box .win-item .win{
	color:#fafa66;
	font-size: 16px;
}



.faq-wrap{
	padding: 2px;
	border-radius: 4px;
	background: linear-gradient(180deg,#3a4b69 0,#132341 26%,#132341 79%,#3a4b69);
	max-width: 100%;
	overflow-x: auto;
	display: inline-block;
}
.faq-list{
	background-image: linear-gradient(#1a2d4e,#0e1f3e);
	border:none;
	font-size: 0.92em;
	color:#eef;
	border-radius: 3px;
}
.faq-item{
	padding: 10px 15px;
	border-radius: 3px;
}
.faq-item:nth-child(2n+1){
	background: rgba(0,0,0,0.14);
}
.faq-list .question{
	font-size: 17px;
	cursor: pointer;
	margin: 0;
	padding: 3px 0;
}
.faq-list .question:before{
	content:"?";
	font-weight: bold;
	font-size: 19px;
	line-height: 19px;
	margin-right: 10px;
	display: inline-block;
	color:rgba(255,255,150,0.9);
}
.faq-list .answer{
	display: none;
	padding: 8px;
    background: rgba(240,240,255,0.07);
    border-radius: 4px;
    color: #ffb;
}


.com{
	clear:both;
	
}
.form-title{
	font-size: 21px;
	margin: 0 0 18px;
	font-weight: bold;
}
.com{
    background: rgba(10, 10, 50, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 4px rgba(20,15,65,0.3);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 18px;
}
.com fieldset {
    margin: 0;
    overflow: hidden;
    padding: 5px 5px 0;
    border: 0;
}
.com .r-text {
	box-sizing: border-box;
	width: 100%;
	display:block;
}
.com .r-rate {
    overflow: hidden;
    padding: 10px 20px;
}
.com .r-name, .com .r-email, .com textarea {
    background: #0e2041;
    border:2px solid #3a4b69;
    box-sizing: border-box;
    font-size: 16px;
    padding: 7px;
    font-family: inherit;
    border-radius: 3px;
    color:#fff;
}
.com .r-name {
    box-shadow: 0 0 4px 2px rgba(48, 46, 30,.3) inset;
    margin-right: 10px;
}
.com .r-name, .com .r-email {
    line-height: 26px;
}
.com .text-data{
	margin-bottom: 10px;
}
.com textarea {
    height: 130px;
    resize: none;
    width: 100%;
    padding: 10px 6px;
}
.com .submit {

    min-width: 170px;
    cursor: pointer;
}

.message{
	display:block;
	padding:10px;
	font-size: 18px;
	color:#ff9;
	margin-bottom:10px;
	border-left:2px solid #ee9;
}
.comments{
	margin: 0 0 12px;
	flex:1 0 100%;
}
.comments-list{
	margin: 0 0 5px;
	padding: 0;
}
.comments li{
	list-style: none;
	margin: 0 0 20px;
	padding: 10px;
	border-top:2px solid rgba(0,0,0,0.4);
	border-bottom:2px solid rgba(0,0,0,0.4);
	box-shadow:0 0 0px 5px rgba(20,15,65,0.3);
	border-radius: 5px;
}
.comments .comhead{
	margin: 0 0 10px;
	display: flex;
	align-items:center;
}
.comments .user-data{
	margin-bottom: 0;
}
.comments .name{
	font-size: 17px;
	color:#ffc400;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.comments .player{
	font-size: 13px;
	color:#aad;
}
.comments .time{
	font-size: 11px;
	margin-left: auto;
	
}
.comments .text{
	border:1px dashed rgba(0,0,70,0.3);
	padding:14px;
	margin:0;
	box-shadow:0 1px 0 rgba(248,146,20,0.8), 0px -1px 0 rgba(248,146,20,0.8), 0 0 30px rgba(248,146,20,0.1) inset;
	overflow: hidden;
}


@media (max-width: 640px){
	.com{
		padding: 6px;
	}
	.form-title{
		font-size: 19px;
	}
	.com .user-data{
		flex-wrap:wrap;
	}
	.com .r-name{
		margin:0 0 8px;
		width: 100%;
	}
	.com .submit {
		display: block;
		width: 100%;
	}

}



.footer{
	background-color: #111526;
	text-align: center;
	padding: 10px;
}
.footer a{
    color: #32a2f4;
    font-size: 14px;
}
.footer-menu{
	padding: 0;
	margin: 0 0 10px;
}
.footer-menu li{
	list-style: none;
	padding: 0;
	margin: 2px 5px;
	display: inline-block;
}
.footer-menu li a{
	display: inline-block;
	padding: 2px 5px;
}


