/* mobile */
 @media (max-width: 768px) { 
	html, body{
			min-width: 0px;
	}
	h2, h3{
		    font-size: 18px;
	}
	.cols_left{
			float: initial;
			text-align: center;
			width: inherit;
	}
	.cols_right{
		    margin-left: 0px;
	}
	.wrap{
			width: 100%;
	}
	.wrapper {
			background: whitesmoke;
	}
	.tel{
		    float: inherit;
			position: inherit;
			width: 100%;
			margin-bottom: 20px;
	}
	.img-tel{
		    width: 100%;
			max-width: 252px;
	}
	.footer-menu-container{
		    width: initial;
			margin-left: 0px; 
			text-align: center;
	}
	.header{
			display: none;
	}
	.bottom-middle-area{
		    width: initial;
			position: relative;
			top: -10px; 
	}
	.footer_logo{
			float: none;
			width: initial;
	}
	.content {
		    overflow: hidden;
			border: none;
			text-align: left;
	}
	.content img {
			max-width: 100%;    
			max-height: 100%;
			height: 100%;
			margin-top: 15px;
			margin-bottom: 15px;
	}
	.wrap_slider{
			display: none;
	}
	.top_menu-items > li{
			width: 100%;
	}
	.phone_center{
			text-align: center;
	}
	.top_menu-items{
			height: initial;
	}
	.p_m1{
			margin-right: 0px;
	}
	.p_m2{
		    width: 100%;
	}
	.p_m3{
			text-align: center;
	}
	.p_m4{
			width:100%;
			height: 350px;
	}
	.p_m5{
		    margin-bottom: 30px;
	}
	.pm_258{
			width: 30px;
			height: 30px;
			margin-right: 13px;
	}
	.p_m6{
		    color: white;
			font-size: 20px;
	}
	.p_m6:hover, .p_m6:focus{
		    color: white;
	}
	.p_m7{
		    overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
	}
	.top_menu-items > li > a.active{
			background: #EC6701;
			color: rgba(119, 52, 0, 0.69);
			border: 2px solid rgba(155, 67, 0, 0.35);
	}
		
	.top_menu-items > li{
			border: none;
			background: none;
	}
	.top_menu-items > li a{
			color: #EC6701;
	}
	.top_menu{
		    -webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			border: none;
			background: none;
	}
	.footer_copyr{
			display: none;
	}
	.call-phone{
			width: 100%;
			text-align: center;
			background: #EC6701;
			color: white;
			font-weight: 700;
			text-transform: uppercase;
			padding: 7px;
			border-radius: 30px;
			font: bold 15px "Arial";
			text-transform: uppercase;
			border-radius: 15px;
			box-shadow: 1px 1px 5px #000;
			cursor: pointer;
			margin-top: 15px;
			margin-bottom: 25px;
	}
	.logo_phone{
		    width: 100%;
			margin-bottom: 55px;
			max-width: 400px;
	} 
	.footer_menu li{
			float: none;
	}
	.footer_menu li a{
			text-decoration: none;
	}
	.footer_menu{
			text-align: center;
	}
	.footer{
			padding-top: 0px;
	}
	#phone_hide_git{
			display: none;
	}
	.sertifikat{
			margin: inherit;
			width: 100%;
			text-align: center;
	}
	.img-real-size{
			height: inherit; 
			width: inherit;
	}
 }   
 
 /* desctop */
 
  @media (min-width: 769px) { 
	#menu_helper{
		    display: none;
	}
	.p_m3{
			display: inline-block;
	}
	.p_m4{
			width:425px;
			height: 350px;
	}
	.p_m5{
			margin-bottom: 15px;
	}
	.wrap_menu{
		    margin-top: -70px;
	}
  }