

@media screen and (max-width: 1260px) {
	.section {
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
	}

	.cover {
		padding-left: 30px;
		padding-right: 30px;
	}

}


@media screen and (max-width: 1180px) {
	.header__logo {
		margin-right: 25px;
	}
	.table th, .table td {
		padding: 10px 14px;
	}

	.casino__image {
		right: 10px;
	}
	.app {
		padding-right: 250px;
	}
	.app__image {
		max-width: 250px;
	}
}

@media screen and (max-width: 1040px) {
	/* HEADER */
	.header__cover {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		        -moz-box-pack: justify;
		        justify-content: space-between;
	}
	.header__buttons {
		margin-left: auto;
	}
	.header__logo {
		margin-right: 20px;
	}
	.header__button-menu {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		    -moz-box-flex: 0;
		    flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -moz-box-ordinal-group: 4;
		    order: 3;
		min-width: 0;
		background: -o-linear-gradient(top, #FF4303 0%, #FD6A35 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#FF4303), to(#FD6A35));
		background: -webkit-linear-gradient(top, #FF4303 0%, #FD6A35 100%);
		background: -moz-linear-gradient(top, #FF4303 0%, #FD6A35 100%);
		background: linear-gradient(180deg, #FF4303 0%, #FD6A35 100%);
		padding: 12px;
		-webkit-border-radius: 8px;
		        -moz-border-radius: 8px;
		        border-radius: 8px;
		margin: 0px 0px 0px 20px;
	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
		fill: #fff;
	}

	.header__button-menu svg rect {
		-webkit-transform-origin: 50% 50%;
		    -moz-transform-origin: 50% 50%;
		    -o-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.header__button-menu.active ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}

	/* hover */
	.header__button-menu:hover {
		-webkit-transform: none;
		        -moz-transform: none;
		        -o-transform: none;
		        transform: none;
	}
	.header__button-menu:hover svg {
		fill: #fefefe;
	}

	.header__button-menu.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		    -moz-transform: rotate(225deg);
		    -o-transform: rotate(225deg);
		    transform: rotate(225deg);
	}

	.header__button-menu.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		    -moz-transform-origin: 50% 50%;
		    -o-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transform: scale(0,2);
		    -moz-transform: scale(0,2);
		    -o-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);
		    -moz-transform: rotate(135deg);
		    -o-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 - 80px);
		max-height: -moz-calc(100vh - 80px);
		max-height: calc(100vh - 80px);
		overflow: auto;
		text-align: center;
		background: #373A40;
		opacity: 0.00;
		padding: 20px 32px 110px 32px;
		margin: 0px !important;
		z-index: 99;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		-moz-transition: all 0.75s;
		transition: all 0.75s;
		border-top: 1px solid rgba(16, 23, 29, 0.3);
		border-bottom: 1px solid rgba(16, 23, 29, 0.3);
	}


	.header__menu ul {
		display: block;
		max-width: 320px;
	}

	.header__menu ul:last-child {
		display: block;
	}

	.header__menu > * {
		margin: 24px auto 0px auto !important;
	}

	.header-menu__sub {
		margin: 0!important;
	}

	.header-menu__desc{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		        -moz-box-orient: vertical;
		        -moz-box-direction: normal;
		        flex-direction: column;
		margin: 16px 0px;
		background-color: transparent;
	}
	.header-menu__item a {
		border: 1px solid #838588;
		padding: 10px;
		-webkit-border-radius: 32px;
		        -moz-border-radius: 32px;
		        border-radius: 32px;
	}
	.header-menu__item a:hover{
		border-color: #fff;
	}
	.header-menu__item a::after {
		display: none;
	}

	.header-menu__item {
		width: 100%;
		padding: 0;
	}
	.header-menu__item + .header-menu__item{
		margin: 10px 0px 0px 0px;
	}

	.prime__cover {
		padding: 60px 30px;
	}
	.prime__background img {
		-o-object-position: right;
		   object-position: right;
	}

	.upto {
		padding: 40px 20px;
	}
	.bonuses {
		padding: 40px 20px;
	}
	.bonuses img{
		-o-object-position: 90%;
		   object-position: 90%;
		opacity: 0.65;
	}
	.bonuses p {
		font-size: 26px;
		max-width: 70%;
	}

	.casino__image {
		opacity: 0.5;
	}
	.reviews__list li {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.rating__title {
		margin-bottom: 115px;
	}
	.rating__list li {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
	}
}


@media screen and (max-width: 800px) {
	.prime__cover {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		        -moz-box-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		        -moz-box-align: center;
		        align-items: center;
	}
	.prime__title {
		text-align: center;
	}
	.prime__background {
		opacity: 0.6;
	}

	.prime__image {
		right: auto;
		left: auto;
		opacity: 0.6;
	}
	.upto__wrapp {
		width: 100%;
	}
	.upto__background {
		opacity: 0.65;
	}
	.upto__background img {
		-o-object-position: right;
		   object-position: right;
	}

	.bonuses p {
		max-width: 100%;
	}

	.app {
		padding-right: 20px;
		padding-bottom: 0;
	}
	.bonus__title {
		text-align: center;
	}
	.app__image {
		position: static;
		margin: 30px auto 0 auto;
	}
}


@media screen and (max-width: 700px) {

	h1, .title.general {
		font-size: 8vw;
		line-height: 9vw;
	}
	.prime__title small {
		font-size: 7vw;
	}
	h2,
	.title.hight,
	.title.faq__title {
		font-size: 7vw;
		line-height: 8vw;
		text-align: center;
	}

	h3,
	.title.middle {
		font-size: 6vw;
		line-height: 7vw;
		text-align: center;
	}

	h4,
	.title.mini {
		font-size: 5.5vw;
		line-height: 6.5vw;
		text-align: center;
	}
	.button-box {
		text-align: center;
		width: 100%;
	}
	.banner__title {
		font-size: 7vw;
		line-height: 8vw;
	}
	.section {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}


	.header__menu .header__button-signin, .header__menu .header__button-signup {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		        -moz-box-pack: center;
		        justify-content: center;
		max-width: 320px;
	}
	.header__buttons {
		display: none;
	}

	.header__menu {
		max-height: -webkit-calc(100vh - 74px);
		max-height: -moz-calc(100vh - 74px);
		max-height: calc(100vh - 74px);
	}

	.faq-item__title {
		text-align: left;
	}
	.upto {
		-webkit-box-align: center;
		-webkit-align-items: center;
		        -moz-box-align: center;
		        align-items: center;
	}


	.upto__title {
		font-size: 9vw;
		line-height: 10vw;
	}
	.upto__text {
		font-size: 6vw;
		line-height: 7vw;
	}


	.table th, .table td {
		padding: 8px;
		font-size: 14px;
	}
	.table-column-4 td {
		width: auto;
	}

	.bonus {
		margin: 0;
		display: block;
	}
	.bonus li {
		width: 100%;
		margin: 16px 0 0 0;
	}
	.qualities li{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		        -moz-box-orient: vertical;
		        -moz-box-direction: normal;
		        flex-direction: column;
	}
	.qualities__desc {
		padding: 0 25px 25px 25px;
		text-align: center;
	}

	.casino__image {
		right: 0;
		left: 0;
		margin: auto;
	}
	.reviews__list {
		margin: 0;
	}
	.reviews__list li {
		width: 100%;
		margin: 0;
	}
	.reviews__list li + li {
		margin-top: 12px;
	}
}




@media screen and (max-width: 600px) {
	.section {
		padding: 26px 14px;
		width: -webkit-calc(100% - 28px);
		width: -moz-calc(100% - 28px);
		width: calc(100% - 28px);

	}


	.cover {
		padding-left: 14px;
		padding-right: 14px;
	}


	.prime__cover {
		padding: 40px 14px;
	}


	.faq-item__title {
		padding: 12px 8px 12px 49px;
	}
	.faq-item__title::after {
		top: 10px;
		left: 8px;
	}
	.bonus__desc {
		padding: 20px 15px;
	}

	.app {
		padding: 24px 12px 0 12px;
	}
	.rating__list  {
		margin: 0;
	}
	.rating__title {
		margin-bottom: 24px;
	}
	.rating__list li {
		width: 100%;
		margin: 0;
	}
	.rating__list li + li {
		margin-top: 10px;
	}
	.rating__background {
		opacity: 0.7;
	}
}

@media screen and (max-width: 415px)  {
	.header__button-menu {
		margin-left: 15px;
	}
	.header__language {
		margin-right: 0;
	}
	.header__logo {
		max-width: 150px;
	}
	.header__menu {
		max-height: -webkit-calc(100vh - 68px);
		max-height: -moz-calc(100vh - 68px);
		max-height: calc(100vh - 68px);
	}

	.bonuses p {
		font-size: 20px;
		line-height: 24px;
	}
	.bonuses {
		padding: 24px 14px;
	}
	.qualities__desc {
		padding: 0 15px 20px 15px;
	}
	.table th img {
		max-width: 24px;
	}
	.qualities__title {
		font-size: 22px;
	}

}


@media screen and (max-width: 375px) {

	.header__menu .header__button-signin, .header__menu .header__button-signup {
		max-width: 100%;
	}

	.header__menu ul {
		max-width: 100%;
	}

	.upto__button {
		min-width: 100%;
	}
	.table th, .table td {
		font-size: 10px;
	}
}
@media screen and (max-width: 360px) {
	.table-column-4 th, .table-column-4 td {
		font-size: 8px;
	}
}
