/* ADAPTIV */
.maincontent img{
	max-width: 100%;
}
.mob-m,
.mob__tel{
	display: none;
}
.sbg #mainnav{
	display: block;
}

.tab-td{
	display: table-cell;
	vertical-align: top;
}
.mob-men{
	display: none;
    background: url('/img/arr.png') center center no-repeat;
    width: 50px;
    height: 45px;
    background-size: cover;
    position: relative;
    top: 4px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    transform: rotate(0);
    margin-left: 50%;
}
.top-men{
	display: none;
	background: url('/img/menu2.png') center right no-repeat;
    width: 50%;
    height: 50px;
    background-size: contain;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    transform: rotate(0);
    float: left;
	position: absolute;
}

.s-m .mob-men{
	transform: rotate(90deg);
}
.sbg .mbg{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.82);
}
.geo__inner table{
	width: 100%;
}
@media screen and (max-width: 1280px) {
	#main-wrapper{
		overflow: hidden;
	}
}
@media screen and (max-width: 980px) {
	#main-wrapper{
		border: none;
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 960px) {
	.mob__tel{
		display: block;
		text-align: center;
		color: white;
		padding: 10px 0;
		font-weight: 600;
		font-size: 15px;
		outline: none;
		text-decoration: none;
	}
	.mob__tel:hover{
		text-decoration: none;
	}
	.mob__logo{
		position: absolute;
		height: 60px;
		width: 60px;
		left: 50%;
		margin-left: -30px;
		background: url(../images/logo.jpg) no-repeat center;
		background-size: contain;
	}
	.mob-m{
		background: #ededed;
		width: 100%;
		height: 60px;
		position: relative;
		display: block;
	}
	.mob-m button {
		width: 30px;
		height: 40px;
		position: absolute;
		margin: 0;
		border: 0px;
		background: transparent;
		left: 20px;
		top: 10px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		outline: none;
	}
	.mob-m button span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #8a0102;
		border-radius: 2px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.mob-m button span:nth-child(1) {
		top: 9px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.mob-m button span:nth-child(2) {
		top: 19px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.mob-m button span:nth-child(3) {
		top: 29px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.mob-m button.openm span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 8px;
		left: 9px;
	}
	.mob-m button.openm span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}
	.mob-m button.openm span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 30px;
		left: 8px;
	}
	.over_bg {
		z-index: 999;
		position: fixed;
		bottom: 0;
		background: #000000d4;
		right: 0;
		top: 0;
		display: block;
		left: 0;
	}
	.open-m .mob-m button {
		z-index: 9999;
		left: 240px;
		position: fixed;
		top: 0;
	}
	.open-m .mob-m button span {
		background: white;
	}
	#menu{
		
	}
	.head-m{
		height: 55px;
	}
	.ccbnOutline{
		display: table-row;
	}
	#mainnav{
		float: none;
		width: 240px;
		position: fixed;
		top: 0;
		left: -240px;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		background: #9e0002;
		z-index: 9999;
		transition: all 0.3s;
	}
	.open-m #mainnav{
		left: 0;
	}
	#mainnav li,
	#mainnav li.last{
		background: none;
		float: none;
		border: none;
		width: 100%;
	}
	#mainnav li:hover,
	#mainnav li.last:hover{
		background: #fff;
		color: #000;
	}
	#top_banner{
		display: none;
	}
	#search{
		float: none;
		width: 100%;
		background-repeat: no-repeat;
		background: none;
		z-index: 66;
		position: relative;
		height: auto;
		box-sizing: border-box;
		padding: 0;
	}
	#logo{
		margin: 0 auto;
		position: relative;
		margin-top: -40px;
		z-index: 55;
		display: none;
	}
	header{
		height: auto;
		background: #8A0102;
	}
	#search:before{
		
	}
	aside.left-side{
		float: none;
		width: 100%;
		min-height: inherit;
	}
	body.left-side section.main{
		margin: 0;
	}
	.block .title{
		background: none;
	}
	.mob-men{
		display: block;
	}
	.s-m #menu{
		display: block;
	}
	aside .block{
		display: none;
	}
	aside .block:first-child{
		display: block;
		background: #D92100;
	}
	aside .block:first-child .title:before{
		content: '';
		background: url('img/more.png') no-repeat top left;
		display: block;
		position: absolute;
		height: 33px;
		width: 30px;
		left: 0;
		background-size: contain;
	}
	.maincontent{
		background: none;
	}
	footer span{
		display: none;
	}
	footer div{
		padding: 0;
		width: 200px;
	}
	.maincontent img{
		height: auto;
	}
}
@media screen and (max-width: 740px) {
	.top-men{
		display: block;
	}
	
}
@media screen and (max-width: 660px) {
	.ccbnOutline,
	.tab-td{
		display: block;
	}
	.tab-td img{
		width: 100%;
		height: auto;
	}
	.tab-td a img{
		width: 180px;
	}
}