@media print, (max-width: 767px)
{

	.cont {
		width: 100%;
		margin: 0 auto;
	}
	
	#logo {
		margin: 0 15px;
	}

	#logo img {
		max-width: 65px;
	}
 
	#slogan {
		font: 18px/69px Myriad Pro;
		margin: 0;
	} 
	
	header {
		background: transparent url(../images/mob_header.jpg);
		background-size: cover;
	}
 
	body {
		background: transparent;
	}
	
	header .phone {
		color: #fff;
		font: 17px/24px Myriad Pro;
		margin-top: 3px;
		float: none;
		text-align: center;
		clear: both;
	}
 
    #menu {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		height: auto;
		margin: 0;
		left: 0;
		z-index: 2;
	}
	
	#menu li.selected {
		padding-bottom: 0;
		background: transparent;
	}
	
	#menu li {
		float: none;
	}
	
	#menu li a {
		width: 100%;
	}
	
	.menu_m.active span {
		position: absolute;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
        left: 0px;
        top: 14px 
	}
	
	.menu_m.active span:nth-child(2) {
        display: none; 
	}
	
	.menu_m.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg); 
	}
	
	.epigrof-text {
		width: 100%;
		height: auto;
		float: none;
		box-sizing: border-box;
	}
	
	.epigrof img {
		float: none;
		width: 100%;
	}
	
	
	aside.left {
		float: none;
		width: 100%;	
	}
	
	section.right {
		float: none;
		width: 100%;
        padding: 8px;
		box-sizing: border-box;
	}
	
	.m_u {
		display: none;
	}
	
	.ofor_form {
		width: 100%;	
        margin: 0;		
	}
	
	.bonuses {
		margin-left: 0px;
	}
	
	.personal .item {
		margin-bottom: 15px;
		width: 100%;
	}
	
	
	.gallery .item {
		width: 100%;
		float: none;
	}
	
	.ofor_form textarea.textarea, .ofor_form input  {
		min-width: 100%;
		box-sizing: border-box;
	}
	
	.bonuses .title {
		color: #2c8693;
		font: 17px/44px Myriad Pro;
	}
	
	.f-r {
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.gallery .item .after, .gallery .item .before {
		width: 49%;
	}
	
	.gr {
		width: 49%;	
	}
	
	footer .copyright {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}	
	
	footer .phone {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.text-d {
		box-sizing: border-box;
		padding: 10px;
	}
	
	.summary {
        font-size: 13px;
	}
	
	
	.summary p {
		text-align: left;
	}
	
	.summary img {
		max-width: 150px;
		height: auto;
	}
	
	.link-to-portfolio {
		font: 14px/66px Myriad Pro;
	}
	
	header {
		position: relative;
	}
	
	header 	.menu_m {
		z-index: 3;
	}
	
	.menu_m {
		display: inline-block;
		margin: 1px 0 0 0;
		line-height: 0px;
		font-size: 12px;
		text-align: center;
		color: #fff;
		position: absolute;
		width: 28px;
		height: 28px;
		top: 7px;
		right: 7px;

	}
	
	.epigrof {
		margin-bottom: 0;
	}
	
	.menu_m span {
	    display: block;
	    position: relative;
	    -webkit-transition: .5s;
	    -o-transition: .5s;
	    transition: .5s;
	    height: 4px;
	    background: #fff;
	    margin-bottom: 6px;
	    width: 28px; 
	}	
	
	.menu_m i {
		font-style: normal;
	}
	
	.ofor_input, .ofor_form textarea.textarea {
		width: 100%;
	}
	
	.services .title {
		position: relative;
		padding: 0 0 0 70px;
	}
	
	.services .title .menu_m {
		left: 27px;
	}
	
}
