/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.logo img{
		width: 200px;
	}
	.adv-item, .news-item{
 	width: 45%;
 }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
header{
	    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}
 .uslugi-descr  .call-back-info,
 .uslugi-descr  .usd-price{
 	width: 100%;
 }
 .post-image{
 	height: 350px;
 }
 #menu-item-44{
 	display: none;
 }
main{
	margin-top: 88px;	
}
.logo-wrapper{
	margin-right: auto;
}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.adv-wrapper{
		justify-content: center;
	}
	.projects .left-column .project-item {
    height: 320px;
}
	.news-wrapper,
	.uslugi-wrapper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.news-item {
    width: 50%;
    margin-bottom: 10px;
}
.uslugi-wrapper .uslugi-item {
    width: 100%;
}
.right-column .row {
    margin-left: 0;
    width: 100%;
}
.footer-callback-form input[type="text"], .footer-callback-form input[type="tel"]{
	width: 100%;
}
#home-slider>div[id^="metaslider"].flexslider .slides img{
	height: 300px;
	width: auto;
}
	.adv-item, .news-item{
 	width: 100%;
 }

 #home-slider>div[id^="metaslider"]{
 	min-height: inherit;
 }
  #home-slider>div[id^="metaslider"] .caption h2{
	font-size: 18px;
    font-weight: bold;
  }
    #home-slider>div[id^="metaslider"] .caption p{
    font-size: 15px;
    text-align: center;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
.news-item {
    width: 100%;
}
.uslugi-descr .call-back-info, .uslugi-descr .usd-price{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.uslugi-descr .usd-price .price{
	margin-bottom: 20px;
}
.uslugi-descr .call-back-info{
 	justify-content: center;
 }
.uslugi-descr .call-back-info i{
  	margin-bottom: 15px;
  }
  .promo-section {
    padding: 50px 0;
}
}
@media only screen and (max-width : 400px) {
.logo img {
    width: 150px;
}
.h_c_btn {
    width: 40px;
    height: 40px;
}
}