
@charset "utf-8";


@media screen and (max-width: 1300px) {
	.cover {
		padding: 0px 30px;
	}
	.prime {
		padding: 60px 30px;
	}
	.cover.header {
		padding: 16px 30px;
	}
	.cover.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.menu li > a {
		padding: 10px;
	}
	.section {
		max-width: 100%;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 1200px) {
	.bonus-item {
		padding: 0;
	}
	.bonus-item__inner {
		padding: 40px 50px 60px 0px;
	}
}
@media screen and (max-width: 1150px) {
	.prime__image {
		right: 0;
	}
}
@media screen and (max-width: 1050px) {
	.header {
		height: 76px;
	}
	.header__logo {
		margin-right: auto;
	}

	/* HEADER */

	.header__button-signup {
		padding: 13px 36px;
	}
	.header__button-signin {
		padding: 12px 36px;
	}
	.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: #E93E3A;
		padding: 11px;
		margin: 0px 0px 0px 16px;
		-webkit-border-radius: 12px;
		        border-radius: 12px;
		border: 1px solid #fff;
	}

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

	.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 ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}
	.header__button-menu.active svg, .header__button-menu:hover svg {
		fill: #fff;
	}
	/* hover */
	.header__button-menu:hover {
		background: #E93E3A;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.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 - 76px);
		max-height: calc(100vh - 76px);
		overflow: auto;
		text-align: center;
		background: #132031;
		opacity: 0.00;
		padding: 10px 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;
	}


	.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 {
		width: 100%;
		text-align: center;
		padding: 12px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		border: 1px solid #FFF5D6;
		-webkit-border-radius: 8px;
		        border-radius: 8px;
	}
	.menu li {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.menu li + li {
		margin: 10px 0 0 0;
	}
	.menu li::after {
		margin: 5px 0;
	}

	.upto {
		padding: 80px;
	}
	.app {
		padding: 25px 40px;
	}
	.benefits {
		padding: 30px 20px 20px 20px;
	}
}
@media screen and (max-width: 1000px) {
	.bonus-item__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.bonus-item__desc {
		margin: 20px 0 0 0;
	}
	.benefits__image {
		width: 25%;
		position: absolute;
		bottom: 0;
		opacity: 0.5;
	}
	.benefits__image--left {
		left: 0;
	}
	.benefits__image--right{
		right: 0;
	}
	.benefits__inner {
		max-width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 900px) {
	.upto {
		padding: 50px 20px;
	}

	.upto__background img {
		opacity: 0.56;
		-o-object-position: right;
		   object-position: right;
	}
	.upto__wrapp {
		z-index: 1;
	}

	.app {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 30px;
	}


	.app__logo {
		margin: 0 0 30px 0;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.cover {
		padding: 0px 16px;
	}
	.cover.header {
		padding-left: 16px;
		padding-right: 16px;
	}
	.cover.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.cover.prime {
		padding: 40px 16px;
	}
	.upto {
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.footer::before {
		background-size: cover;
		height: 100px;
	}
	.table th, .table td {
		padding: 10px;
	}
	.games-table th {
		min-width: auto;
	}
}

@media screen and (max-width: 800px) {
	.prime__image {
		max-width: 350px;
	}
	.cover.prime {
		min-height: auto;
		padding: 30px 16px 200px 16px;
	}

	h2 br,h3 br,h4 br{
		display: none;
	}

}
@media screen and (max-width: 700px) {
	.header__language {
		margin-right: 0;
	}
	.header__button-signup, .header__button-signin{
		display: none;
	}

	.header__menu .header__button-signup, .header__menu .header__button-signin {
		display: block;
		max-width: 320px;
	}

	.header__button-menu {
		margin-left: 30px;
	}

	.modal {
		left: auto;
		right: 0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.bonus-item__image {
		position: absolute;
		height: 100%;
		opacity: 0.5;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.bonus-item__inner {
		padding: 40px;
		max-width: 100%;
	}
	.bonus-item {
		min-height: auto;
	}

}

@media screen and (max-width: 600px) {
	h2, .title.high {
		font-size: 6vw;
		line-height: 7vw;
	}

	h3, .title.middle {
		font-size: 5.3vw;
		line-height: 6.3vw;
	}

	h4, .title.mini {
		font-size: 4.5vw;
		line-height: 5.5vw;
	}

	.prime__title {
		font-size: 7vw;
		line-height: 8vw;
		text-align: center;
	}

	.prime__image {
		max-width: 100%;
		width: 100%;
		left: 0;
		opacity: 0.6;
	}
	.cover.prime {
		padding: 80px 20px;
	}
	.prime__button {
		width: 100%;
		min-width: auto;
		max-width: 300px;
	}
	.header__button-menu {
		min-width: auto;
		padding: 12px;
	}

	.upto {
		padding: 45px 16px;
	}

	.upto__title {
		font-size: 9.5vw;
		line-height: 10.5vw;
	}
	.upto__button {
		min-width: auto;
		width: 100%;
	}
	.upto__text {
		font-size: 6vw;
		line-height: 7vw;
	}

	.faq-item__title {
		font-size: 18px;
		padding: 12px 40px 12px 12px
	}
	.faq-item__desc .wrap {
		padding: 12px;
	}
	.faq-item__title::before {
		top: 14px;
		right: 5px;
	}

	.table th, .table td {
		font-size: 12px;
		line-height: 17px;
	}
	.table-discover th:first-child, .table-discover td:first-child {
		white-space: nowrap;
	}
	.bonus-item__inner__list li {
		text-align: center;
	}
	.bonus-item__inner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 30px 16px 20px 16px;
	}
	.bonus-item__subtitle {
		text-align: center;
		font-size: 5vw;
		line-height: 6vw;
	}
	.bonus-item__title {
		font-size: 7vw;
		line-height: 8vw;
		text-align: center;
	}
	.bonus-item__list li {
		text-align: center;
	}
	.benefits__subtitle {
		font-size: 5vw;
		line-height: 6vw;
	}
	.benefits__text {
		font-size: 16px;
	}

	.table.games-table {
		border: none;
	}
	.games-table th, .games-table td {
		width: 100%;
		display: block;
		text-align: center;
	}
	.table.games-table th {
		border: 1px solid #FCC211;
		-webkit-border-radius: 6px 6px 0 0;
		        border-radius: 6px 6px 0 0;
		white-space: normal;
	}
	.table.games-table td{
		border: 1px solid #FCC211;
		border-top: none;
		-webkit-border-radius: 0 0 6px 6px;
		        border-radius: 0 0 6px 6px;
	}
	.games-table tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.games-table tr + tr {
		margin-top: 12px;
	}
	.table-credit {
		overflow-x: auto;
		white-space: nowrap;
	}
	.table-credit table {
		width: 600px;
		white-space: normal;
	}
}


@media screen and (max-width: 415px) {

	.footer__additional {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__additional > div {
		margin: 0 0 10px 0;
	}

	.section {
		padding: 24px 12px;
	}

	.app {
		padding: 24px 12px;
	}

}


@media screen and (max-width: 375px) {
	.header__button-menu {
		margin-left: 20px;
	}
	.table th, .table td {
		font-size: 10px;
		line-height: 16px;
		padding: 10px 6px;
	}
	.section {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}
