.mbl_menu_cont {
	display: none;
}

.h-mbl {
	display: none;
}

.mbl-pack-mask {
	display: none;
}

.mbl-paging {
	display: none;
}

@media only screen and (min-width: 720px) and (max-width: 850px) {
	ul.menu li {
		padding-right: 2px;
	}
	ul.menu li a {
		font-size: 11px;
	}
}

@media only screen and (max-width: 720px) {
	html,
	body {
		max-width: 720px;
		min-width: 520px;
	}
	.wraper.head {
		min-width: 0;
	}
	.head-els {
		max-width: 570px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.menu {
		display: none;
	}
	.mbl-menu {
		width: 40px;
		height: 36px;
		background-color: #5d6d7e;
		float: right;
		position: absolute;
		right: 40px;
		padding-top: 4px;
		cursor: pointer;
		z-index: 49;
		display: inline-block;
		top: 20px;
	}
	.mbl_menu_el {
		height: 4px;
		width: 25px;
		display: block;
		margin: 5px auto 5px auto;
		background-color: white;
	}
	.mbl_menu_cont {
		position: absolute;
		top: 103%;
		left: 0;
		right: 0;
		margin: auto;
		width: 550px;
		display: none;
	}
	.mbl_menu_cont ul {
		list-style: none;
		position: absolute;
		left: -9999px;
		opacity: 0;
		-webkit-transition: 0.25s linear opacity;
		margin-left: auto;
		margin-right: auto;
	}
	.mbl_menu_cont li {
		float: none;
		list-style: none;
		background-color: #5d6d7e;
		height: 60px;
		text-align: center;
		line-height: 60px;
		text-transform: uppercase;
		color: white;
		border-bottom: 1px lightgray solid;
		font-size: 22px;
	}
	.mbl_menu_cont a {
		white-space: nowrap;
		display: block;
		text-decoration: none;
		text-decoration: none;
		color: white;
	}
	.h-pc {
		display: none;
	}
	.h-mbl {
		display: block;
	}
	.wraper_bg-bright {
		background-image: url("../img/bg-bright-mbl.png");
		overflow: hidden;
		padding-top: 20px;
	}
	.wraper_bg-bright h3,
	.wraper_bg-raw h3 {
		max-width: 480px;
		margin: auto;
	}
	.map {
		height: 660px;
	}
	.address {
		margin: 0;
		width: 100%;
		top: 0;
	}
	.address h1 {
		margin: 0px auto 0px auto;
		padding: 0;
		text-align: center;
	}
	.address h3 {
		padding: 0;
		font-size: 14px;
		color: #37353a;
		line-height: 18px;
		max-width: 480px;
		margin: auto;
		text-align: center;
	}
	.head-els.footer {
		height: 80px;
		text-align: center;
		margin-top: 5px;
	}
	.logo {
		font-size: 33px;
	}
	.head-els.footer .logo {
		display: inline-block;
		float: none;
	}
	.footer.wraper {
		padding: 0;
	}
	.footer {
		height: 80px;
	}
	.wraper_bg-bright h3,
	.wraper.bg-raw h3 {
		font-size: 19px;
	}
	#intro .cont {
		height: auto;
		margin-bottom: -10px;
	}
	#mor .cont {
		height: auto;
		margin-bottom: 20px;
	}
	.intro_cont,
	.mor_cont {
		height: auto;
		width: auto;
		min-width: inherit;
	}
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
	.super-puper-mega-h {
		width: 500px;
		margin: auto;
	}
	.map_container {
		width: auto;
	}
	.address3 {
		width: auto;
		padding-top: 40px;
	}
	.address_cont {
		height: auto;
		text-align: center;
		width: 504px;
		margin-left: 20px;
		margin-bottom: 60px;
	}
	.icon_white {
		width: 52px;
		height: 52px;
		border-radius: 26px;
	}
	.icon_white img {
		width: 33px;
	}
	.diagonal1,
	.diagonal2 {
		background-image: url("../img/bg-bright-mbl.png");
	}
	#intro {
		margin-bottom: -24px;
		margin-top: 50px;
	}
	#mor {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	#mor .dok_links {
		margin-bottom: 20px;
	}
	.address1,
	.address2 {
		width: 250px;
	}
	.wraper.head {
		height: 80px;
	}
}

