@media screen and (max-width: 600px) {
	.container {
		max-width: 90%;
	}

	header .row .burger {
		display: flex;
		position: relative;
		z-index: 9;
	}

	header {
		padding: 19px 0;
	}
	header .row {
		justify-content: center;
	}

	header .row .logo {
		height: 60px;
		position: relative;
		z-index: 9;
		
	}

	header .row .burger p {
		display: none;
	}

	header .row .burger .toggle {
		margin: 0;
		width: 30px;
		height: 20px;
	}
	header.active .burger  {
		background: none;
	}

	header.active .row .burger .toggle {
		width: 30px;
		height: 30px;
	}

	header.active {
		background: #EEEEEE;
	}

	header .menu {
		position: absolute;
		flex-direction: column;
		justify-content: flex-start;
		background: #EEEEEE;
		padding: 70px 20px 20px 20px;
		width: 100%;
		top: -1000px;
		border: none;
	}

	.wrapper .container {
		max-width: 85%;
	}

	header.active .menu {
		top: 120px;
	}

	header .menu li {
		align-self: center;
		color: #444444;
	}
	.burger {
		display: block;
	}

	.wrapper {
		background: url('../img/mob.webp') center top / contain no-repeat;
	}

	.inner {
		padding: 185px 0 60px 0;
	}

	.cnt {
		width: 100%;
	}

	.inner h1 {
		margin: 0 0 21px 0;
		font-size: 28px;
		letter-spacing: 0.69px;
	}

	.inner .btn {
		width: 100%;
		font-size: 15px;
		text-align: center;
	}

	.cnt h2 {
		margin: 0 0 20px 0;
		font-size: 25px;
		text-align: center;
	}

	.cnt h3, .menu-title {
		margin: 0 0 20px 0;
		font-size: 20px;
		text-align: center;
	}

	.cnt p,
	.cnt span,
	.cnt li,
	.cnt td,
	.cnt th {
		font-size: 15px;
		line-height: 24px;
		text-align: center;
	}

	.footer p {
		font-size: 14px;
	}

	footer {
		padding: 100px 0 130px 0;
	}

	footer .menu li {
		margin: 10px 5px;
	}
	.img-micro {
		float: none !important;
		margin: 20px auto !important;
	}

}

@media screen and (max-width:1250px) {
	.casino {
		flex-direction: column;
	}
	.casino__items {
		margin-bottom: 10px;
	}
	.casino__items:last-child {
		width: 100%;
	}
	.casino-link {
		width: 100%;
		text-align: center;
	}
	.blog {
		position: relative;
		width: 100%;
		margin-top: 80px;
	}
	.blog:before {
		width:100%;
	}
	.blog:after {
		content: none;
	}
	footer {
		margin-top:0;
	}


}
