#adv-block {
	/*z-index: -1;*/
}
.footer {
	position: relative;
	height: 195px;
	padding-top: 60px;
}
body {
    /*margin-bottom: 0;*/
}
.main.articles.single {
	position: relative;
}
.logo_head {
	width: 128px;
	height: 32px;
	margin-top: -4px;
}
footer .logo_head {
	margin-top: 0px;
}
.h1_main {
	background: url('../img/text_block_index.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 8px 0 3px 0;
	position: absolute;
	width: 100%;
	top: 50px;
	text-transform: none;
	font-family: Tahoma, ArialMT;
	font-size: 14px;
	color: #999;
}
.bg_black {
	background: #333;
}
















@media (max-width: 768px) {
	.h1_main {
	    background: #222;
	    padding: 5px 10px;
	}
	.big_block .headline > p {
	    font-size: 22px;
	}
	footer .row {
		background: #2c2c2c;
	}
	.mobile_overlay2 {
		width: 80%;
		height: 100%;
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		display: none;
		background: rgb(44, 44, 44);
		cursor: pointer;
	}
}

@media (min-width: 767px) {
	.h1_main {
	    background: #222;
	    padding: 5px 10px;
	    margin-top: 9px;
	}
	.big_block .headline > p {
	    font-size: 30px;
	}
}

@media (max-width: 991px) {
	.breadcrumbs {
	    position: sticky;
	}	
	body .container.single.video .breadcrumbs {
	    position: relative;
	}
	body .container.single.video {
		box-shadow: none;
		margin-top: 250px;
	}

}