@media screen and (max-width: 960px) {

	body {
		background: url('../img/body-bg-mobile.jpg') center top no-repeat #fff;
		background-repeat:no-repeat;
		background-position:top center;
		background-size: 100% auto;
		min-width: 200px;
	}
	
	header {
    background:none;
		height:auto;
	}
	
	#header {
    height: 84vw;
	}

	.container_12 {
    width: 100%;
    max-width: 960px;
		margin:0;
		padding:0;
	}
	
	.width960 {
		width: 100%;
    max-width: 960px;
	}
	
	.container_12 .grid_5 {
    width: 50%;
	}

	#header-pic, #top-menu, .pc {
		display:none;
	}
	.mobile {
		display:block;
	}
	
	#logo {
    position: relative;
		margin:0;
		top: 3vw;
    left: 3%;
    width: 60%;
	}
	#logo img {
    width:100%;
		height:auto;
	}
	
	#mobile_menu {
    position: absolute;
		margin:0;
		top: 4.5vw;
    right: 3%;
    width: 8%;
	}
	#mobile_menu img {
    width:100%;
		height:auto;
	}
	
	#top-menu {
		position: absolute;
		top: 15vw;
	}
	
	
	
	#top-menu {
		background:#ba0101;
		width:100%;
		height: auto;
	}
	#top-menu li {
    display: inline-block;
    width: 95%;
	}
	
	
	#header-contacts {
    margin:0;
    text-align: right;
    color: #fff;
    font-weight: 300;
		position: absolute;
    top: 22vw;
    right: 3%;
    font-size: 3vw;
		line-height:auto;
		width:50%;
	}
	#header-contacts img{
    width:100%;
		height:auto;
	}
	
	#content-wraper {
		background:none;
		padding-bottom: 20px;
	}
	
	.container_12 .grid_8 {
    width: 90%;
		margin-left:5%;
	}
	.container_12 .grid_4 {
		width: 90%;
		margin-left:5%;
	}
	
	.container_12 .suffix_3 {
    padding-right: 0px;
	}
	
	#sidebar-wraper {
    background: url('../img/sidebar-bg.png') no-repeat;
    background-size: 100%;
		height: 95vw;
		margin-top:10vw;
	}
	
	#sidebar {
    margin: 13vw 0 0 8vw;
    color: #fff;
	}
	
	#sidebar h3 {
    margin: 0 0 13vw;
		font-size:7vw;
	}
	
	#sidebar p {
    font-size:4vw;
		line-height:normal;
	}
	
	#content #inner {
    margin: 0;
		font-size:4vw;
	}
	
	#content #inner p {
		line-height:normal;
	}
	
	footer {
    background: url('../img/footer-bg-mobile.png') no-repeat;
    background-color: #000;
		background-size: 100%;
    height: 65vw;
    position: relative;
	}
	
	#footer {
		height:auto;
	}
	
	#footer-logo {
    position: relative;
    top: 10vw;
    left: 30%;
    width: 40%;
	}
	
	#footer-logo img {
    width: 100%;
		height:auto;
	}

	#address, #footer-contacts {
		top: 40vw;
		font-size:2.5vw;
	}
	
	#copyright {
    position: absolute;
    top: 55vw;
		width:100%;
		font-size:2.2vw;
		text-align:center;
	}

}