/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.sidearea div.include {
	margin-top: 0;
}

.tabs .nav-tabs+.tab-content {
	display: block;
	overflow: hidden;
}

.tabs.grey .nav.nav-tabs li a {
	color: #000;
	font-size: 14px;
}

.banners-big .item .video.video_mob {
	display: none !important;
}

.partners-page .item-views.list .item .image img {
	max-height: 160px;
}

.float_gallery_btn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0px 0px 0px;
	display: none;
}

.right_block .completed_projects img {
	max-width: 900px;
	width: 100%;
	cursor: pointer;
}

.right_block .completed_projects div {
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.float_gallery_btn {
		display: inline-block;
	}

	.float_gallery_index .row.items.flexbox .wrapped_items {
		display: none;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 980px) {
	.banners-big .item .video.video_mob {
		display: block !important;
	}

	.banners-big .item .video.video_desctop {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.detail .ext_view.sm .galery .flexslider.top-bigs .slides>li {
		max-height: 350px;
	}

	.catalog.detail .ext_view .head .row.galery {
		padding: 10px 0;
	}

	.page-top-wrapper.color {
		margin-bottom: 30px;
	}
}

@media (max-width: 570px) {
	.form.contacts .captcha-row .col-md-12 .captcha_input {
		position: static;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.float_gallery_btn {
		display: block;
	}
}

@media (max-width: 380px) {
	.form.contacts .captcha-row .col-md-12 .captcha_input {
		/* transform: scale(0.9);
		margin-left: -20px; */
		margin-top: 0;
	}

}