@media screen and (max-width: 1280px) {
	.container-md {
		zoom: 80%;
	}

	.container {
		max-width: 1090px;
	}

	header .row ul li {
		margin: 0px 20px 0 0;
		font-size: 13px;
	}

	header .row ul li::after {
		left: -9px;
		height: 7px;
		width: 7px;
	}
}

@media screen and (max-width: 1160px) {
	.container-md {
		zoom: 80%;
	}

	.container {
		max-width: 1026px;
	}

	header .row ul li {
		margin: 0px 17px 0 0;
		font-size: 11px;
	}

	header .row ul li::after {
		left: -7px;
		height: 5px;
		width: 5px;
	}

	header .row nav {
		flex-direction: column;
	}

	header .row nav .login {
		align-self: flex-end;
	}
}

@media screen and (max-width: 1024px) {
	header {
		padding: 0 50px 0 5px;
	}

	header .row ul {
		display: none;
	}

	header .row nav {
		flex-direction: row;
	}

	header .row nav .registration {
		margin: 0;
	}

	.burger {
		margin: 0 65px 0 0;
		display: block;
		background: url('../images/burger.png') center / cover no-repeat;
		width: 35px;
		height: 35px;
	}

	.logo-desk {
		display: none;
	}

	.logo-mob {
		display: block;
	}

	.mob {
		display: flex;
		align-items: center;
	}

	.bur-list {
		display: block;
		position: fixed;
		top: 46px;
		left: -150%;
		width: 553px;
		height: 100%;
		background-color: #000;
		transition: 0.3s all linear;
	}

	.bur-list.active {
		left: 0;
	}

	.bur-list .top {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#424242),
			to(#343434)
		);
		background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
		background: linear-gradient(to bottom, #424242 0, #343434 100%);
	}

	.bur-list .top h2 {
		padding: 5px;
		display: block;
		width: 100%;
		font-weight: 700;
		text-align: center;
		font-size: 19px;
		line-height: 22px;
		color: #fff;
		margin: 0;
	}

	.bur-list .top h2 span {
		color: red;
	}

	.bur-list .top .bonus__mob {
		padding: 5px;
		display: block;
		width: 100%;
		font-weight: 700;
		text-align: center;
		font-size: 19px;
		line-height: 22px;
		color: #fff;
		margin: 0;
	}

	.bur-list .top .bonus__mob span {
		color: red;
	}

	.bur-list .md {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.bur-list .md .list {
		position: relative;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#50c5ac),
			color-stop(50%, #3fa18d),
			to(#2e7f70)
		);
		background: -webkit-linear-gradient(
			top,
			#50c5ac 0,
			#3fa18d 50%,
			#2e7f70 100%
		);
		background: linear-gradient(
			to bottom,
			#50c5ac 0,
			#3fa18d 50%,
			#2e7f70 100%
		);
		text-decoration: none;
		color: white;
		padding: 0 10px;
		font-size: 1.25em;
		line-height: 45px;
		margin-bottom: 1px;
	}

	.bur-list .md .list:last-child {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#fdfdfd),
			to(#cfcfcf)
		);
		background: -webkit-linear-gradient(top, #fdfdfd 0, #cfcfcf 100%);
		background: linear-gradient(to bottom, #fdfdfd 0, #cfcfcf 100%);
		color: #000;
	}

	.bur-list .md .list:last-child::before {
		position: static;
		background: url(../images/tournament.svg) no-repeat center;
	}

	.m-ar::before {
		background: url(../images/ball.svg) no-repeat center;
	}
	.m-mv::before {
		background: url(../images/casino-icon.svg) no-repeat center;
	}
	.m-b::before {
		background: url(../images/live-dillers-w.svg) no-repeat
			center !important;
	}
	.m-l::before {
		background: url(../images/v-sport-w.svg) no-repeat center !important;
	}
	.m-p::before {
		background: url(../images/tv-games.svg) no-repeat center;
	}
	.m-r::before {
		background: url(../images/casino-icon.svg) no-repeat center;
	}
	.m-bl::before {
		background: url(../images/casino-icon.svg) no-repeat center;
	}
	.m-d::before {
		position: static;
		background: url(../images/tournament.svg) no-repeat center;
	}

	.bur-list .md .list:last-child::after {
		height: 28px;
		width: 55px;
		background: url(../images/aside_tournament.svg) no-repeat
			center;
		right: -5.2px;
		top: 45%;
	}

	.bur-list .md .list::before {
		content: '';
		display: inline-block;
		width: 27px;
		height: 27px;
		position: relative;
		top: 50%;
		vertical-align: middle;
		margin-bottom: 5px;
		margin-right: 5px;
	}

	.bur-list .md .list::after {
		content: '';
		display: block;
		width: 42px;
		height: 36px;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-image: url(../images/arrow_grey.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.container-md {
		zoom: 100%;
		max-width: 768px;
	}

	.start-bonuses h3,
	.start-bonuses h4 {
		font-size: 21px;
	}

	.cnt .banner-1 .body {
		left: 30px;
	}

	.cnt .mys-topf-h p:nth-child(1)::after,
	.cnt .mys-midf-h p:nth-child(1)::after {
		right: -50%;
	}

	.cnt {
		width: 75%;
	}

	main aside {
		width: 25%;
	}

	.cnt .mys-midf-card {
		flex-basis: 25%;
		max-width: 25%;
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.cnt .mys-midf-card__body {
		height: 82px;
	}

	.cnt .mys-midf-card__body .game {
		height: 82px;
	}

	.cnt .mys-midf-r {
		justify-content: flex-start;
	}

	.cnt .mys-inf-lspst-im {
		flex-direction: column;
		align-items: baseline;
	}

	.cnt .mys-inf-lspst-img {
		width: 515px;
		height: 281px;
		border-radius: 7px;
	}

	.cnt .mys-inf-lspst-body {
		width: 100%;
	}

	tr td:nth-child(2) {
		/*         width: 75%; */
	}

	footer .my-ftr-ptns {
		padding: 15px 0px;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .my-ftr-ptns img {
		padding: 0;
		height: 28px;
		margin: 4px 0;
	}

	footer {
		padding: 0;
	}

	footer .my-ftr-r {
		align-items: flex-end;
	}

	footer .my-ftr-r ul {
		width: 60%;
		flex-wrap: wrap;
	}

	.cnt .banner-2 .body {
		top: 53px;
		right: 13px;
	}
	.cnt .banner-2 h2 {
		left: 148px;
	}
	.cnt .banner-2 .btn {
		bottom: 23px;
		right: 44px;
	}

	.cnt .mys-bs-r {
		flex-direction: column;
	}
	.cnt .mys-bs-r img {
		width: 100%;
		height: 270px;
	}
	.cnt .mys-bs-r p {
		margin: 15px 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	header .row .logo {
		left: 35px;
		position: absolute;
	}

	header .row nav a {
		padding: 0 10px;
		justify-content: center;
		align-items: center;
		width: auto !important;
		height: 37px;
	}

	header .row nav a p {
		position: relative;
	}

	header {
		padding: 5px;
	}

	body {
		padding: 0;
		background-color: #272634;
	}

	main aside,
	.cnt .banner-1,
	.cnt .banner-2,
	.cnt .banner-3 {
		display: none;
	}

	.cnt {
		padding: 10px;
		width: 100%;
	}

	.cnt .mys-topf-slide {
		display: none;
	}

	.cnt h1 {
		position: static;
		margin: 20px 0 0 0;
		font-size: 24px;
	}
	.cnt h1:before {
		display: none;
	}

	.mys-midf-mob {
		margin: 15px 0 0 0;
		display: flex;
		justify-content: space-between;
	}
	.mys-midf-mob .all-games {
		display: flex;
		align-items: center;
		width: 49%;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#424242),
			to(#343434)
		);
		background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
		background: linear-gradient(to bottom, #424242 0, #343434 100%);
		border-radius: 6px;
		text-decoration: none;
	}
	.all-games img {
		margin: 0 7px;
		width: 20px;
		height: 16px;
	}
	.all-games p {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 35px;
		color: #ffffff;
	}
	.mys-midf-mob form {
		position: relative;
		width: 49%;
	}
	.search {
		position: absolute;
		left: 7px;
		top: 25%;
		width: 17px;
		height: 16.72px;
		z-index: 1;
	}
	.mys-midf-mob form input {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		line-height: 25px;
		height: 35px;
		border: 1px solid #ddd;
		border-radius: 6px;
		font-size: 16px;
		background-size: 20px;
		background-position: 6px 50%;
		padding-left: 30px;
		outline: none;
	}
	.cnt .mys-inf-lspst-img {
		width: 725px;
		height: 400px;
	}
	tr td:nth-child(2) {
		/*         width: 80%; */
	}
	footer {
		padding: 20px 0;
	}
	footer .my-ftr-ptns {
		display: none;
	}
	footer .my-ftr-md {
		margin: 0;
		flex-direction: column;
	}
	footer .my-ftr-r {
		flex-direction: column;
		align-items: center;
	}
	footer .my-ftr-md .logo {
		margin: 0 auto;
	}
	footer .my-ftr-r ul {
		margin: 35px 0 0 0;
		width: 100%;
		flex-wrap: nowrap;
	}
	footer .my-ftr-r li {
		margin: 0 5px;
	}
	footer .my-ftr-r .dmca {
		margin: 35px 0 0 0;
		width: 250px;
		height: 84px;
	}
	footer .my-ftr-lcs {
		flex-direction: column;
	}
	footer .my-ftr-lc {
		margin: 10px 0 0 0;
		align-self: center;
	}

	.cnt .banner-2 .body {
		top: 53px;
		right: 83px;
	}
	.cnt .banner-2 .btn {
		bottom: 54px;
		right: 44px;
	}
	.cnt .banner-2 h2 {
		left: 232px;
	}

	.cnt .mys-bs-r img {
		height: 385px;
	}
}

@media screen and (max-width: 600px) {
	.cnt .mys-topf-h,
	.cnt .mys-midf-h {
		display: none;
	}
	.cnt .mys-midf-card {
		display: none;
		width: 49%;
		flex-basis: 49%;
		max-width: 49%;
	}
	.cnt .mys-midf-card__body .game {
		height: 138px;
		width:100%;
	}
	.cnt .mys-midf-card__body {
		height: 143px;
	}
	.cnt .mys-midf-r .mys-midf-card:nth-child(1),
	.cnt .mys-midf-r .mys-midf-card:nth-child(2) {
		display: block;
	}
	.cnt .mys-inf-lspst-img {
		width: 100%;
		height: 208px;
	}
	footer .my-ftr-r ul {
		justify-content: center;
		width: 90%;
		flex-wrap: wrap;
	}
	footer .my-ftr-r ul li {
		margin: 0 20px 5px 0;
	}
	footer .my-ftr-r .dmca {
		margin: 0;
	}
	.bur-list {
		width: 354px;
	}
	.cnt .mys-bs-r img {
		width: 95%;
		height: 197px;
	}
	.cnt .mys-inf-cnt ol {
		padding: 0 0 0 10px;
	}
}

@media screen and (max-width: 375px) {
	.cnt .mys-midf-card__body .game {
		height: 125px;
	}
	.cnt .mys-midf-card__body {
		height: 125px;
	}
}

@media screen and (max-width: 350px) {
	.bur-list {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.bur-list {
		width: 100%;
	}
	.cnt .mys-midf-card__body .game {
		height: 100px;
	}
	.cnt .mys-midf-card__body {
		height: 100px;
	}
	.cnt .mys-bs-r img {
		width: 96%;
		height: 140px;
	}
}
