/*Сетка*/
@media (min-width: 1200px) {
	.column-md-5{
		float: left;
		width: 20%;
		padding: 0 15px;
	}
}
/*Style*/
@media (max-width: 992px) {
    /*Header*/
    .nav_menu{
        width: 60%;
    }
    .carousel-indicators {
    	display: none;
    }
    .info_ap {
	}
	/*Slider*/
	.home_slider_text{
		width: 100%;
	}
	.home_slider_caption {
		top: 32%;
		left: 0%;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
	.banner-ap{
	    height: auto;
	    padding-top: 130px;
	    padding-bottom: 30px;
	}
	/*Work*/
	.work_caption, .work_caption_s {
		height: auto;
	}
	.work_caption p {
		height: 76px;
	}
	.work_caption_s p{
		height: 132px;
	}
	.work_caption_s p {
		font-size: 18px;
	}
	.work_caption_link{
		font-size: 18px;
	}
	.work_text_wrap{
		width: auto;
	}
	/*About us*/
	.info_media_title{
		font-size: 20px;
	}
	.info_media_body p {
		font-size: 18px;
	}
	/*Footer*/
	.footer-ap,
	.footer_info_r{
		text-align: center;
	}
	.footer_menu {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.footer_info_adres{
		display: inline-block;
		width: 50%;
	}
	/*Page content*/
	.content-area{
	    padding-bottom: 50px;
	}
}
@media (max-width: 768px) {
    /*Header*/
	.header-ap .header_mid {
		background: #fff;
	}
	.nav a {
	    line-height: 45px!important;
	}
	.carousel-indicators {
		display: none;
	}
.main_news li {
	width: 100%;
}
.info_ap {
    background-color: #006bbd!important;
    background-image: none;
}
.av-about-company {
    border: none;
}
.av-logo p:last-child {
	/*margin-bottom: 50px!important;*/
}
.av-telephone {
    display: inline-block;
    font-size: 14px;
    color: #4e4e4e;
    padding-top: 10px;
    font-weight: bold;
    float: left;
    width: 100%;
	text-align: center;
}
.av-telephone span{

    float: left;
    width: 100%;
	text-align: center;
}
.av-location {
	float: left!important;
	width: 100%;
	text-align: center;
}
.logo-ap{
	display: inline-block;
    padding: 14px 0px 0px;
    width: 110px;
}
	.header_mid{
		border-bottom: 1px solid rgba(209, 209, 209, 0.38);
    	-webkit-box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.38);
    	-moz-box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.38);
    	box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.38);
	}
	.nav_menu{
		width: 100%;
		padding-left: 15px;
		margin-left: -10px;
	}
	.nav_menu li {
		display: block;
	}
	.nav_menu>li>a{
		padding: 10px 7px;
	}
	.header_phone{
		display: inline-block;
	}
	.header_mid_nav{
		margin-bottom: 0;
	}
	.header_info {
	    width:100%;
		padding-top: 10px;
		text-align: left;
		margin-left: -15px;
	}
	.nav_toggle_ap{
		padding-bottom: 10px;
	}
	.info_ap {
		
	}
	.nav_toggle_ap button{
		background: rgba(255, 255, 255, 0.8);
	}
	/*Slider*/
	.home_slider_caption {
		top: 18%;
	}
	.title-slider {
		font-size: 30px;
	}
	/*Work*/
	.work_caption_s p{
			height: 76px;
		}
	.p0-m{
	    padding: 0;
	}
	.m0-m{
	    margin: 0!important;
	}
	.mrl15-m{
	    margin-left: 15px!important;
	    margin-right: 15px!important;
	}
	.prl15-m{
	    padding-left: 15px!important;
	    padding-right: 15px!important;
	}
	.border-bottom-a a{
	    border-bottom: 1px solid #ccc;
	}
	.border-bottom-a li:last-child a{
	    border-bottom: none;
	}
}