@media screen and (max-width: 800px) {
	body {
		overflow-x: hidden;
		background: #080807 url(../img/body_bg.jpg) center top no-repeat;
		background-size: 400%;
	}
	
	#wrapper {
		width: auto;
	}
	
	.header {
		height: 200px;
	}
	
	.header > a {
		position: absolute;
		top: 20px;
		margin-top: 0px;
		left: 50%;
		width: 200px;
		margin-left: -100px;
	}
	
	.header > a img {
		width: 100%;
	}
	
	.timer {
		padding-top: 130px;
	}
	
	#timer_block {
		min-height: 100px;
	}
	
	.f_wrapper .f_logo {
		display: none;
	}
	
	.left_block {
		float: none;
		width: 291px;
		margin: 0px auto;
		padding: 0px;
	}
	
	.main_block {
		width: auto;
		margin: 0px;
		padding: 20px;
	}
	
	.slider:after {
		display: none;
	}
	
	.f_wrapper {
		width: auto;
		padding: 0px;
	}
	
	.f_soc {
		float: none;
		width: auto;
		padding: 0px;
		text-align: center;
		height: 40px;
	}
	
	.f_soc a {
		display: inline-block;
		margin: 0px 10px;
		float: none;
	}
	
	.f_agreement {
		float: none;
		width: auto;
		padding: 0px;
		text-align: center;
	}
	
	.f_agreement a {
		margin: 0px 10px;
	}
	
	.f_copyright {
		padding: 0px;
		margin-top: 20px;
	}
	
	.f_copyright hr {
		margin: 0px;
		margin-bottom: 20px;
	}
	
	.footer {
		min-height: 50px;
		border-top: 1px solid #3e3c38;
		background: url(../img/content_bg.jpg) -300px repeat-y;
		padding: 20px;
	}
	
	.title {
		width: auto;
		background: url(../img/title_bg.png) center top no-repeat;
		padding: 30px 35px 0px 35px;
		margin: 0px -20px;
		height: 70px;
	}
	
	.title h2 {
		margin: 0px;
	}
	
	.slider {
		width: auto;
		height: auto;
		margin: 0px auto;
	}
	
	.swiper-news_info span {
		font-size: 30px;
	}
	
	.swiper-news_info {
		width: auto;
		bottom: -10px;
	}
	
	.swiper-slide img {
		width: 100%;
	}
	
	.bonuses {
		width: auto;
		background-size: 100%;
		box-shadow: none;
		height: 115px;
	}
	
	.bonus {
		width: 33%;
		padding-top: 74px;
	}
	
	.bonus:before {
		width: 100%;
		background-size: 100%;
		top: -48px;
	}
	
	.server_status {
		margin: 0px;
	}
	
	.menu {
		background: url(../img/menu_mobile.png) center top no-repeat;
	}
	
	.start_button {
		left: 50%;
		margin-left: -57px;
	}
	
	.lang {
		left: auto;
		right: 30px;
	}
	
	#lang_panel {
		left: auto;
		right: 0px;
	}
	
	.content_top {
		background: none;
	}
	
	.content {
		background: url(../img/content_bg.jpg) -300px repeat-y;
	}
	
	/* Mobile Menu */
	
	#menu_icon {
		display: block;
	}
	
	.toggle-button {
		position: fixed;
		width: 23px;
		height: 20px;
		padding: 24px 16px 16px 21px;
		top: 0px;
		left: 0px;
		transition: .25s;
		z-index: 15;
	}
	.toggle-button:hover {
		cursor: pointer;
	}
	.toggle-button .menu-bar {
		position: absolute;
		width: 16px;
		transition: .5s;
	}
	.toggle-button .menu-bar-top {
		border: 2px solid #fff;
		border-bottom: none;
		top: 24;
	}
	.toggle-button .menu-bar-bottom {
		border: 2px solid #fff;
		border-top: none;
		top: 34px;
	}
	.button-open .menu-bar-top {
		border-color: #fff;
		transform: rotate(45deg) translate(8px, 8px);
		transition: .5s;
	}
	.button-open .menu-bar-bottom {
		border-color: #fff;
		transform: rotate(-45deg) translate(7px, -7px);
		transition: .5s;
		top: 40px;
	}
	
	.menu_drop:before, .sub-menu > a:before {
		right: 40px;
	}
	
	.button-open {
		width: 23px;
		height: 25px;
		padding: 19px 16px 16px 21px;
	}
	
	.menu-wrap {
		background: rgba(28,26,26,0.95);
		position: fixed;
		top: 0;
		height: 100%;
		width: 80%;
		font-size: 15px;
		margin-left: -90%;
		overflow: auto;
		transition: .25s;
		z-index: 12;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	}
	.menu-show {
		margin-left: 0;
	}
	
	.menu_p > span {
		display: none;
	}
	
	.menu_p > a,
	.menu_p .menu_drop button {
		width: 100%;
		display: block;
		padding: 0px;
		text-align: center;
	}
	
	.menu_p .menu_drop {
		width: 100%;
		display: block;		
	}
	
	.menu_p {
		margin-top: 50px;
		margin-right: 0px;
	}
	
	.main_block button {
		margin-bottom: 10px;
	}
}