#adv-block {
	/*z-index: -1;*/
}
.footer {
	position: relative;
	/*height: 195px;*/
	padding-top: 60px;
}
.footer .container {
	margin-top: -59px;
}
body {
    /*margin-bottom: 0;*/
}
.main.articles.single {
	position: relative;
}
.logo_head {
	width: 128px;
	height: 32px;
	margin-top: -4px;
}
footer .logo_head {
	width: 113px;
}

.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;
}






.gr_banners_home {
 padding:0px;

}
.gr_banners_home .headline {
	text-align: left;
}
.gr_banners_home .headline .heading {
    font-family: BebasNeueRegular;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    position: initial;
}
.gr_banners_home .headline p {
    font-size: 14px;
    color: #fff;
    position: initial;
    line-height: 1.4;
}
.gr_banners_home .with_counts {
	bottom: -105px;
}
@media (min-width: 1200px) {
 .gr_banners_home img {
     max-height: 391px;
 }

 }

 @media (max-width: 1199px) {
 	.gr_banners_home .with_counts {
 	    bottom: -145px;
 	}
 	.gr_banners_home .headline p {
 		min-height: 114px;
 	}
  }

 @media (max-width: 991px) {
 	.gr_banners_home .with_counts {
 	    bottom: 0;
 	}
 	.gr_banners_home .headline p {
 		min-height: auto;
 	}
 	footer .logo_head {
 		width: 113px;

 	}	
  }








@media (max-width: 768px) {
	
	.overflow_hidden_767 {
		overflow: hidden;
	}
	.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;
	}
	footer .logo_footer {
		bottom: 0;
		    margin-top: 10px;
	}
	.footer .container {
		margin-top: 0;
		padding-top: 0;
	}	
	.footer {
		padding-top: 0;
	}
	body.branded::after {
		background-image: url(/uploads/userfiles/images/test/banner_index_mobile.jpg);
		background-size: 100%;
		background-position-y: 74px;
	}
	body > .container {
	    margin-top: 260px !important;
	}
}
@media (max-width: 663px) {
	body.branded::after {
		background-position-y: 90px;
	}

}
@media (max-width: 358px) {
	body.branded::after {
		background-position-y: 106px;
	}

}
@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;
	}

}