
@charset "utf-8";


@media screen and (max-width: 1200px) {
	.section {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		max-width: 100%;
	}
	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}

}
@media screen and (max-width: 1180px) {
	.menu li + li {
		margin-left: 12px;
	}
	.app-banner__image {
		right: 0;
	}
	.app-banner {
		padding: 70px 60px;
	}
}

@media screen and (max-width: 1025px) {

	/* HEADER */

	.header__button-menu {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		    flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		    order: 3;
		min-width: 0;
		background: #34434D;
		padding: 10px;
		margin: 0px 0px 0px 16px;
		border-width: 1px;
	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
		fill: #2BC69D;
	}

	.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 {
		background: #2BC69D;

	}
	.header__button-menu.active svg{
		fill: #34434D;
	}
	.header__button-menu.active ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}

	/* hover */
	.header__button-menu:hover {
		background: #2BC69D;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.header__button-menu:hover svg {
		fill: #34434D;
	}
	.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 - 68px);
		max-height: calc(100vh - 68px);
		overflow: auto;
		text-align: center;
		background: -o-linear-gradient(top, #313F4B 14.04%, #2d353b 52.71%, #19232D 76.03%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(14.04%, #313F4B), color-stop(52.71%, #2d353b), color-stop(76.03%, #19232D));
		background: linear-gradient(180deg, #313F4B 14.04%, #2d353b 52.71%, #19232D 76.03%);
		opacity: 0.00;
		padding: 40px 32px 80px 32px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}


	.header__menu ul {
		display: block;
		max-width: 320px;
	}

	.header__menu ul:last-child {
		display: block;
	}

	.header__menu > * {
		margin: 24px auto 0px auto !important;
	}

	.header__button-signin {
		margin-left: auto;
	}


	.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 16px 0px;
		background-color: transparent;
	}
	.menu li > a {
		padding: 10px;
		border: 1px solid #fff;
		-webkit-border-radius: 12px;
		        border-radius: 12px;
	}
	.menu li {
		width: 100%;
	}
	.menu li + li {
		margin: 10px 0px 0px 0px;
	}

	.app-banner__image {
		z-index: -1;
	}
}


@media screen and (max-width: 1000px) {
	.prime {
		padding: 150px 30px 30px 20px;
	}

	.table-slots th, .table-slots td {
		padding: 12px 10px;
	}
	.table-about td {
		padding: 16px;
	}
}


@media screen and (max-width: 900px) {
	.type li {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.slots__list li {
		width: -webkit-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);
	}
	.footer__pays {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__pays ul {
		margin: 20px 0;
	}
	.footer__pays p {
		text-align: center;
	}

	.app-banner {
		padding: 20px 20px 30px	20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.app-banner__logo {
		max-width: 100%;
		margin: 0 0 20px 0;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;
	}



}

@media screen and (max-width: 800px) {
	.prime {
		padding: 100px 20px 20px 20px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.prime__bonus {
		margin: 0 auto;
	}
	.prime__title {
		text-align: center;
		margin-bottom: 20px;
	}
	.prime__background {
		opacity: 0.7;
	}
	.prime__image {
		opacity: 0.7;
		width: 100%;
		right: 0;
		left: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}



@media screen and (max-width: 700px) {
	/* MAIN */
	.header .header__button {
		display: none;
	}
	.header__menu .header__button-signin, .header__menu .header__button-signup {
		display: inline-block;
		width: 160px;
		margin: 0;
	}


	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__text {
		text-align: center;
	}
	.footer__logo {
		margin: 0 0 10px 0;
	}

	.table-rating td {
		padding: 16px;
	}

	.slots__list li {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}

	.table-casino, .table-slots {
		white-space: nowrap;
		overflow-x: auto;

	}
	.table-casino table, .table-slots table {
		width: 700px;
		white-space: normal;
	}
}



@media screen and (max-width: 600px) {

	.title {
		text-align: center;
	}
	h1, h1.general {
		font-size: 7.8vw;
    line-height: 9vw;
	}

	h2 {
		font-size: 6vw;
		line-height: 7vw;
		text-align: center;

	}
	h3{
		font-size: 6vw;
		line-height: 7vw;
		text-align: center;
	}

	h4 {
		font-size: 6vw;
		line-height: 6vw;
		text-align: center;
	}
	article,
	.article {
		font-size: 16px;
	}

	article h2, .article h2 {
		font-size: 7vw;
		line-height: 8vw;
	}
	article h3, .article h3 {
		font-size: 6vw;
		line-height: 7vw;
	}

	article h4, .article h4 {
		font-size: 5vw;
		line-height: 6vw;
	}



	article .btn-box {
		text-align: center;
	}
	/* Content */
	.content,
	.cover {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding: 20px;
	}


	.prime {
		padding: 80px 15px 20px 15px;
	}
	.prime__bonus {
		font-size: 7vw;
		line-height: 8vw;
	}

	.header__menu {
		max-height: -webkit-calc(100vh - 70px);
		max-height: calc(100vh - 70px);
	}



	.btn-box {
		text-align: center;
	}

	.faq-item__title {
		text-align: left;
		padding: 16px 12px 16px 45px;
		font-size: 20px;
	}
	.faq-item__title::before {
		left: 8px;
	}


	.header__menu {
		padding: 40px 20px 80px 20px;
	}

	.app-banner__image img {
		height: 100%;
	}


	.footer__pays {
		padding: 10px;
	}
	.footer__pays ul li + li {
		margin-left: 4px;
	}

	.table-about td {
		padding: 12px 8px;
		font-size: 14px;
		line-height: 18px;
	}
	.bonus-type .type-item__title, .casino-type .type-item__title {
		font-size: 18px;
		line-height: 22px;
	}
	.slots {
		padding: 0;
	}
	.article__form {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.article__form img {
		width: 150%;
		-o-object-position: right;
		   object-position: right;
	}
	.type {
		margin: 0;
	}
	.type li {
		width: 100%;
		margin: 0;
	}
	.type li + li {
		margin-top: 20px;
	}
	.type-item {
		min-height: 180px;
	}
	.table-casino th {
		width: auto;
	}
	.table-casino th:first-child {
		width: auto;
		min-width: 100px;
	}
	.slots__list li {
		width: -webkit-calc(50% - 16px);
		width: calc(50% - 16px);
		margin: 8px;
	}
	.slots__list li + li {
		margin: 8px;
	}
	.slots__list {
		margin: -8px;
	}
	.slots-item__button {
		width: 90%;
		padding: 10px;
	}
}



@media screen and (max-width: 380px) {

	.header__language-dropdown > ul {
		padding: 12px 7px 12px 12px;
	}
	.header__logo {
		max-width: 110px;
	}

	.menu li > a {
		padding: 9px;
	}

	.header__menu {
		padding: 32px 15px 80px 15px;
	}
	.header__menu .header__button-signin, .header__menu .header__button-signup {
		width: 130px;
		padding: 16px 10px;
	}
	.header__menu .header__button-signin, .header__menu .header__button-signup {
		width: 100%;
	}

	.header__menu ul {
		max-width: 100%;
	}

	.table th, .table td{
		font-size: 10px;
		line-height: 15px;
	}

	.table ul > li:before {
		width: 6px;
		height: 6px;
		top: 4.5px;
	}
	.table ul > li {
		padding-left: 12px;
	}

	.prime__image img {
		width: 100%;
	}

}
@media screen and (max-width: 370px)  {
	.app-banner__button {
		min-width: 100%;
		padding: 12px 20px;
	}

}
