

@charset "utf-8";
@media screen and (max-width: 1600px) {
	.cover:not(.footer) {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 1400px) {
	.sidebar {
		display: none;
	}
	.main {
		margin-right: 0;
		width: -webkit-calc(100% - 260px);
		width: calc(100% - 260px);
	}
	.back-top {
		position: fixed;
		right: 15px;
		height: auto;
	}
	.prime{
		min-height: 360px;
	}
}
@media screen and (max-width: 1280px){
	.page__content {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cover:not(.footer) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navigation {
		position: static;
		max-height: 100%;
		width: 100%;
	}
	.navigation ul{
		display: none;
	}
	.navigation__head::before {
		-webkit-transform: scale(-1);
		    -ms-transform: scale(-1);
		        transform: scale(-1);
	}
	.active.navigation__head::before  {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.main{
		width: 100%;
		margin-left: 0;
	}
	.header__logo{
		margin-right: 30px;
	}
	.back-top{
		right: 10px;
	}
	.table td{
		padding: 12px 20px;
	}
}
@media screen and (max-width: 1140px) {

	.header__button {
		display: none;
	}
	.header__menu .header__button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 320px;
		padding: 12px;
	}
	.header__button-menu {
		display: block;
		background-color: #2E9344;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		        -webkit-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		        -webkit-order: 3;
		        order: 3;
		min-width: 0;
		padding: 13px;
		margin: 0px 0px 0px 16px;
		-webkit-border-radius: 12px;
		        border-radius: 12px;
	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
	}

	.header__button-menu svg rect {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}



	.header__button-menu.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		    transform: rotate(225deg);
	}

	.header__button-menu.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transform: scale(0,2);
		-ms-transform: scale(0,2);
		    transform: scale(0,2);
	}

	.header__button-menu.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		    transform: rotate(135deg);
	}

	.header__menu {
		display: block;
		position: absolute;
		top: -100vh;
		left: 0px;
		width: 100%;
		height: auto;
		max-height: -webkit-calc(100vh - 70px);
		max-height: calc(100vh - 70px);
		overflow: auto;
		background: #297a83;
		text-align: center;
		-webkit-box-shadow: 0px 0px 125px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 125px rgba(0,0,0,0.20);
		opacity: 0.00;
		padding: 30px 16px 110px 16px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}

	.header__menu .header-menu__desc {
		max-width: 320px;
	}

	.header__menu ul:last-child {
		display: block;
	}

	.header__menu > * {
		margin:16px auto 0px auto;
	}

	.header__button-menu.active ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}


	.header__menu ul a {
		padding: 10px;
		background: #124B4F;
		border: 1px solid #bed2e4;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
		text-align: center;
	}
	/* hover */
	.header__menu ul a:hover {
		border-color: #fff;
	}

	/*menu*/
	.header__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		        flex-direction: column;
		background-color: transparent;
		max-width: 320px;
		padding: 0;
		margin: 24px auto 0 auto;
	}

	.header__menu li {
		width: 100%;
	}
	.header__menu li + li {
		margin: 10px 0px 0px 0px;
	}
	.header__logo {
		margin-right: auto;
	}
	.footer__desc {
		width: 300px;
	}
	.prime {
		margin-top: 70px;
	}
	.mobile {
		padding: 15px 10px 0 10px;
	}
	.mobile_other {
		padding: 35px 10px;
	}
	.prime {
		min-height: 280px;
	}
	.prime__wrap {
		z-index: 1;
		background: rgba(0, 49, 53, 0.6);
		padding: 20px;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}

}

@media screen and (max-width: 900px){
	.app {
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
	}
	.app__logo {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}


	.compare {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.prime__background img {
		-o-object-position: left;
		   object-position: left;
	}

	.blocks .block {
		width: 100%;
	}
	.block__button{
		margin: 40px auto;
	}
	.vip__image{
		max-width: 45%;
	}
	.list__block{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.list__block .list{
		width: 100%;
	}
	.list__image{
		width: 100%;
		max-width: 400px;
	}
	.game{
		width: 100%;
	}
	.list_col li{
		width: 100%;
	}
	.reviews{
		padding: 0;
	}
	.reviews .owl-button {
		position: static;
		margin: 0 10px;
	}
	.reviews .owl-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 16px;
	}
	.mobile_other{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.mobile_other .mobile__image{
		display: none;
	}
	.tournament ul li{
		width: 100%;
	}
	.tournament ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.tournament ul li{
		padding: 12px 0px 12px 30px;
	}

	.article__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.article__image {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;
		max-width: 400px;
		width: 100%;
	}
	.article__inner .block{
		width: 100%;
	}

	.card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.card__image {
		max-width: 450px;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
	}
	.card__desc {
		width: 100%;
	}
	.conclusion__background img {
		-o-object-position: right;
		   object-position: right;
	}
}
@media screen and (max-width: 800px){
	.prime__image {
		width: 40%;
	}
	.prime__image--left img{
		-o-object-position: right;
		   object-position: right;
	}
	.prime__image--right img{
		-o-object-position: left;
		   object-position: left;
	}
	.page__content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.table_xl {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-border-radius: 6px 0 0 6px;
		        border-radius: 6px 0 0 6px;
	}
	.table_xl tbody, .table_xl thead {
		white-space: normal;
		width: 800px;
	}
	.table_xl thead {
		-webkit-border-radius: 0 6px 6px 0;
		        border-radius: 0 6px 6px 0;
	}
	.table_xl tbody{
		-webkit-border-radius: 0 0 6px 0;
		        border-radius: 0 0 6px 0;
	}
	.table td, .table th {
		padding: 12px;
		font-size: 14px;
	}
	.vip p {
		width: 100%;
	}

	.footer__menu {
		padding: 15px;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.footer-menu__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(50% - 10px);
		    -ms-flex: 0 1 calc(50% - 10px);
		        flex: 0 1 calc(50% - 10px);
	}
	.footer__terms{
		width: 100%;
	}
	.footer__regulator {
		width: -webkit-calc(40% - 5px);
		width: calc(40% - 5px);
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer__pays {
		width: -webkit-calc(60% - 5px);
		width: calc(60% - 5px);
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer__bottom{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__desc{
		width: 100%;
	}
	.footer__copy{
		padding: 15px;
	}
	.section{
		padding: 15px;
	}
	.tournament, .conditions {
		padding: 15px;
	}
	.conditions__list li {
		max-width: 100%;
	}
	.prime {
		padding-top: 35px;
		padding-bottom: 35px;
	}

}
@media screen and (max-width: 600px) {
	/* Title */
	h1, h1.title {
		font-size: 7vw;
    line-height: 8vw;
	}

	h2 {
		font-size: 6vw;
		line-height: 7vw;
		padding: 12px;
	}
	h3, h4, h5{
		font-size: 5vw;
		line-height: 6vw;
	}

	.cover.prime {
		padding: 0;
		-webkit-box-align: initial;
		-webkit-align-items: initial;
		    -ms-flex-align: initial;
		        align-items: initial;
	}

	.table_about {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
	.table_about tbody {
		white-space: normal;
		width: 600px;
		-webkit-border-radius: 0px 0px 6px 6px;
		        border-radius: 0px 0px 6px 6px;
	}
	.table_about td:nth-child(1){
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 40%;
		    -ms-flex: 1 0 40%;
		        flex: 1 0 40%;
	}
	.table_about td:nth-child(2){
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 60%;
		    -ms-flex: 1 0 60%;
		        flex: 1 0 60%;
	}
	.block {
		padding: 15px;
	}
	.compare-item ul{
		padding: 0;
	}
	.compare-item__title img{
		max-width: 30px;
		margin-right: 10px;
	}
	.mobile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mobile__buttons{
		margin-bottom: 10px;
	}
	.mobile__block{
		padding: 0;
	}
	ol.list > li {
		padding: 18px 12px 18px 56px;
		min-height: auto;
	}
	ol.list > li::before{
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 12px;
	}
	ol.list ul{
		margin-left: -36px;
	}

	.vip {
		min-height: 380px;
	}
	.game, .tile{
		padding: 15px;
	}
	.button {
		min-width: 200px;
	}
	.header__button-menu{
		min-width: auto;
	}
	.faq-item__title{
		padding-left: 12px;
		padding-right: 45px;
	}
	.faq-item__desc .wrap{
		padding: 10px 12px;
	}
	.faq-item__title:before{
		right: 10px;
	}

	.back-top{
		right: 5px;
	}
	.reviews-item {
		padding: 20px;
	}
	.reviews-item__inner, .reviews-item__desc {
		margin-bottom: 20px;
	}
	.table_grade td:last-child {
		width: 80px;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		    -ms-flex: none;
		        flex: none;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.table_grade td:first-child {
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		-webkit-box-flex: 0;
		-webkit-flex: none;
		    -ms-flex: none;
		        flex: none;
	}
	.conclusion h2{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 400px) {
	.header__time {
		display: none;
	}
}
