/*BEGIN #preloader*/
#preloader{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	background: #fdfdfd;
}
.preloader_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 14px;
	width: 66px;
	opacity: 0;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transform: translate(-90px, -7px);
	transform: translate(-33px, -7px);
	
	-webkit-animation: preloader_el_fade_in 1s 1s ease-in-out 1 forwards;
	animation: preloader_el_fade_in 1s 1s ease-in-out 1 forwards;
}
.preloader_element{
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	background: #0D0D0D;
   
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.preloader_element_1{
	-webkit-animation: preloader_el_move 1s ease-in-out infinite;
	animation: preloader_el_move 1s ease-in-out infinite;
}
.preloader_element_2{
	-webkit-animation: preloader_el_fade_in 1s ease-in-out infinite;
	animation: preloader_el_fade_in 1s ease-in-out infinite;
}
.preloader_element_3{
	-webkit-animation: preloader_el_move 1s ease-in-out infinite;
	animation: preloader_el_move 1s ease-in-out infinite;
}

.preloader_element_2{
	margin-left: -18px;
	opacity: 0;
}
.preloader_element_4{
	opacity: 1;
	
	-webkit-animation: preloader_el_fade_out 1s ease-in-out infinite;
	animation: preloader_el_fade_out 1s ease-in-out infinite;
}

@-webkit-keyframes preloader_el_move{
	0%{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100%{
		-webkit-transform: translateX(22px);
		transform: translateX(22px);
	}
}
@keyframes preloader_el_move{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(22px);
	}
}

@-webkit-keyframes preloader_el_fade_in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes preloader_el_fade_in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
  
@-webkit-keyframes preloader_el_fade_out{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes preloader_el_fade_out{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
/*END #preloader*/

/*BEGIN index.html, comunal_news.html, ecology.html, infrastructura.html, sport.html, pravo.html, afisha.html, chroniky_viyny.html*/
/*BEGIN FONT*/
@font-face{
	font-family: "MontserratAlternates-Light";
	src: url("../fonts/MontserratAlternates-Light.woff") format("woff");
}
@font-face{
	font-family: "Montserrat-SemiBold";
	src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
/*END @FONT*/

/*BEGIN GENERAL SETTINGS*/
html {
    font-size: 10px;
}
body{
	background-color: #fdfdfd;
	font-family: "MontserratAlternates-Light";
	color: #0D0D0D;
}
html.overflow_y_hidden,
body.overflow_y_hidden{
	overflow-y: hidden;
}
.container{
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.padding_type_1{
	padding-top: 180px;
}
.padding_type_2{
	padding-top: 90px;
}
.padding_type_3{
	padding-top: 60px;
}
.align_center{
	text-align: center;
}
.oe, .navigation_btn, a{
	cursor: pointer;
}
a.active{
	background-color: transparent;
	color: #178D45;
}
a:hover:not(.active){ 
	background-color: transparent;
	color: #E33047;
}
@media (min-width: 1251px){
	body::-webkit-scrollbar{
		width: 5px;
	}
	body::-webkit-scrollbar-track{
		background: #fdfdfd;
	}
	body::-webkit-scrollbar-thumb{
		background: #0d0d0d;
	}
	.oe{
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
	.oe:hover{
		opacity: 0.7;
	}
}
@media (max-width: 991px){
	.padding_type_1{
		padding-top: 60px;
	}
	.padding_type_2{ 
		padding-top: 60px;
	}
	.padding_type_3{
		padding-top: 30px;
}
}
/*END GENERAL SETTINGS*/

/*BEGIN TEXT*/
.title_type_1{
	font-family: "MontserratAlternates-Light";
	font-size: 60px;
	line-height: 1.2em;
	font-weight: bold;
}
.title_type_2{
	font-family: "MontserratAlternates-Light";
	font-size: 30px;
	line-height: 1.5em;
}
.title_type_3{
	font-family: "MontserratAlternates-Light";
	font-weight: bold;
	font-size: 22.5px;
	line-height: 1.5em;
}
.text_type_1,
.text_type_3{
	font-family: "MontserratAlternates-Light";
	font-size: 22.5px;
	line-height: 1.5em;
}
.text_type_2{
	font-family: "MontserratAlternates-Light";
	font-size: 15px;
	line-height: 1.5em;
}
.text_type_4{
	font-family: "MontserratAlternates-Light";
	font-size: 30px;
	line-height: 1.5em;
}
.text_type_5{
	font-family: "MontserratAlternates-Light";
	font-size: 45px;
	line-height: 1.5em;
}
@media (min-width: 1740px){
	.text_type_1{
		font-size: 30px;
	}
}
@media (max-width: 991px){
	.title_type_1{
		font-size: 45px;
	}
	.text_type_2,
	.text_type_3{
		font-size: 15px;
	}
	.text_type_4,
	.text_type_5{
		font-size: 22.5px;
	}
}
/*END TEXT*/

/*BEGIN #top_menu .first*/
#top_menu{
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 180px;*/
	background: #fdfdfd;
}
#top_menu .top_menu_inner{
	position: fixed;
	display: flex;
	/*height: 180px;
	max-height: 320px;*/
	margin: auto;
	background: #fdfdfd;
}
#top_menu .first{
	height: 120px;
	width: 100%;
	position: relative;
	display: flex;
}
#top_menu .top_menu_inner,
#top_menu .c.bar,
#top_menu .box,
#top_menu .top_icons{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap; 
	
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#top_menu .main_logo{
	position: relative;
	left: 0;
	width: 21%;
	height: 120px;
	margin: 0;
	outline: 0;
}
#top_menu .main_logo a{
	position: absolute;
	padding: 20px 30px;
}
#top_menu .top_logo{
	top: 30px;
	left: 60px;
	width: 185px;
	height: 90px;
}
#top_menu .live_nav{ 
	position: relative;
	display: flex;
	outline: 0;
	left: 0;
	width: 21%;
	height: 120px;
}
/*BEGIN .live_nav (кружечок)*/
#top_menu .circle{
	width: 25px;
	height: 25px;
	position: absolute;
	background: #178D45;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	top: 50px;
	left: 40px;
}
.circle, .circle::before {
  content: " ";
  margin: 15px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.4s;
  background-color: #178D45;
}

.circle::before {
  animation: mymove 2s infinite;
  position: absolute;
  background-color: #E33047;
}

@-webkit-keyframes mymove {
  50%   {
    transform: scale(2);
    opacity: 0
  }
  100%   {
    transform: scale(2);
    opacity: 0
  }
}
/*END .live_nav (кружечок)*/
#top_menu .c_bar{
	padding: 30px 60px;
	width: 210px;
	height: 60px; 
}
#top_menu .c_bar a{
	font-size: 4.5em;
	line-height: 60px;
	color: #0d0d0d;
	padding: 30px 15px;
	left: 195px;
	text-decoration: none;
}
#top_menu .c_bar a.active{
	background-color: transparent;
	color: #178D45;
}
#top_menu .c_bar a:hover:not(.active){ 
	background-color: transparent;
	color: #E33047;
}
#top_menu .search{
	position: relative;
	display: flex;
	width: 27.3%;
	height: 120px;	
}
#top_menu .search_inner{
	height: 120px;
	padding: 0 45px;
	width: 300px;
}
.box{
	padding: 30px 0;
	width: 300px;
    display: flex;
    position: absolute;
}
.container-1{
	width: 345px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    height: 60px;
    left: 0;
    display: flex;
}
.container-1 input#search,
.container-1 input#search_m{
    width: 300px;
    height: 60px;
    background: #fdfdfd;
    font-size: 30px;
    float: left;
    color: #0D0D0D;
	/*outline: 1px solid;*/
	/*outline-color: #178D45;*/
	outline: none !important;
    padding-left: 60px;
    padding-right: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border: #98A79C;
    position: absolute;
    display: flex;

	font-family: "MontserratAlternates-Light";
}
.container-1 input#search,
.box.mobi .container-1{
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.15);
	box-shadow: 0 3px 9px rgba(0,0,0,0.15);
}
.container-1 input{
	background: none !important;
	-webkit-appearance: none !important;
}
.container-1 input#search::-webkit-input-placeholder ,
.container-1 input#search_m::-webkit-input-placeholder {
    color: #0d0d0d;
}
.container-1 input#search:-moz-placeholder,
.container-1 input#search_m:-moz-placeholder { /* Firefox 18- */
    color: #0d0d0d;  
}
.container-1 input#search::-moz-placeholder,
.container-1 input#search_m::-moz-placeholder {  /* Firefox 19+ */
    color: #0d0d0d;  
}
.container-1 input#search:-ms-input-placeholder,
.container-1 input#search_m:-ms-input-placeholder {  
    color: #0d0d0d;  
}
.container-1 .icon_search{
    position: absolute;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    z-index: 1;
    top: 50%;                        
    transform: translate(0, -50%); 
}
/*.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline: 2px solid #178D45;
    background: #transparent;
}*/
#top_menu .top_menu_icons{
	position: relative;
	width: 30.7%;
	height: 120px;
	display: flex;
	outline: 0;
	right: 0;
	margin:0;
}
#top_menu .top_icons{
	position: relative;
	padding: 0 15px;
	width: 465px;
	height: 120px;
	display: flex;
}
@media (min-width: 1600px){
    #top_menu .search{
        width: 29.3%;
    }
    #top_menu .top_menu_icons{
        width: 28.7%;
    }
	#top_menu .top_icons{
		left: 45px;
	}
	#top_menu .top_icons .icons_in{
	    margin-right: 45px;
	}
}
#top_menu .top_icons .icons_in{
	position: absolute;
	padding: 30px 15px;
	width: 375px;
	height: 60px;
	right: 0;
}
#top_menu .top_icons a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
}
#top_menu .top_icons img{
    width: 60px;
    position: absolute;
}
#top_menu .top_icons a:not(:last-child){
    margin-right: 15px;
}

@media (max-width: 1300px)/*було 1260px*/{
	#top_menu .first,
	#top_menu .main_logo,
	#top_menu .live_nav{ 
		height: 90px;
	}
	#top_menu .main_logo a{
		position: absolute;
		padding: 0 15px;
		top: 9px;
	}
	#top_menu .top_logo{
		top: 30px;
		left: 60px;
		width: 150px;
		height: 60px;
	}
	/*BEGIN .live_nav (кружечок)*/
	#top_menu .circle{
		width: 15px;
		height: 15px;
		-moz-border-radius: 35px;
		-webkit-border-radius: 35px;
		border-radius: 35px;
		top: 30px;
		left: 20px;
	}
	.circle, .circle::before {
		content: " ";
		margin: 15px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		margin: 0 auto;
		transition: all 0.4s;
		background-color: #178D45;
	}

	.circle::before {
		animation: mymove 2s infinite;
		position: absolute;
		background-color: #E33047;
	}

	@-webkit-keyframes mymove {
		50%   {
			transform: scale(2);
			opacity: 0
		}
		100%   {
			transform: scale(2);
			opacity: 0
		}
	}
	/*END .live_nav (кружечок)*/
	#top_menu .c_bar{
		padding: 15px 15px 15px 45px;
		width: 150px;
		height: 45px; 
	}
	#top_menu .c_bar a{
		font-size: 3em;
		line-height: 45px;
		color: #0d0d0d;
		padding: 0;
		left: 195px;
		text-decoration: none;
	}
	#top_menu .search{
		height: 90px;
	}
	#top_menu .search_inner{
		height: 90px;
		padding: 0 15px;
		width: 300px;
	}
	.box{
		padding: 15px 0;
		width: 240px;
		display: flex;
		position: absolute;
	}
	.container-1{
		width: 255px;
		vertical-align: middle;
		white-space: nowrap;
		position: relative;
		height: 45px;
		left: 0;
		display: flex;
	}
	.container-1 input#search,
	.container-1 input#search_m{
		width: 225px;
		height: 45px;
		background: #fdfdfd;
		font-size: 22.5px;
		float: left;
		color: #0D0D0D;
		outline: 1px solid;
		outline-color: #178D45;
		padding-left: 45px;
		padding-right: 15px;
    }
	.container-1 .icon_search{
		margin-left: 5px;
		width: 35px;
		height: 35px;
		color: #178D45;
	}
	#top_menu .top_menu_icons{
		height: 90px;
	}
	#top_menu .top_icons{
		position: relative;
		padding: 0 15px;
		width: 330px;
		height: 90px;
		display: flex;
	}
	#top_menu .top_icons .icons_in{
		position: absolute;
		padding: 15px 0px;
		width: 300px;
		height: 45px;
	}
	#top_menu .top_icons a{
		position: relative;
		display: inline-block;
		width: 45px;
		height: 45px;
		padding: 0;
	}
	#top_menu .top_icons img{
	    width: 45px;
	}
	#top_menu .top_icons a:not(:last-child){
		margin-right: 15px;
	}	
}
/*END #top_menu .first*/
/*BEGIN .news_menu*/
.news_menu{
	bottom: 0;
	width: 100%;
	background-color: #fdfdfd;
	
	/*border-top: 1px solid #178D45;
	border-bottom: 1px solid #178D45;*/
}
.menu_nav{
	position: relative;
	width: 100%;
	padding: 0;
	/*top: 50%;
	height: 45px;
	transform: translate(0, -50%);*/
}
.menu_nav_inner{
	position: relative;
	width: 100%;
	padding: 0 30px;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_nav_inner a{
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 60px;
	text-decoration: none;
	color: #0D0D0D;
	
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.menu_nav_inner .current-menu-item a,
.menu_nav_inner .current-post-ancestor:not(:first-child) a{
	color: #178D45;
}

@media (max-width: 1379px) and (min-width: 992px) {
	.menu_nav_inner a{
		line-height: 45px;
	}
}

@media (min-width: 1251px){
	.menu_nav_inner a:hover{ 
		background-color: #178D45;
		color: #fdfdfd;
	}
}

@media (min-width: 992px){
	.menu_nav_inner .menu{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap; 
		
		-webkit-justify-content: center;
		justify-content: center;
	}
	.news_menu{
		-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.15);
		box-shadow: 0 0 9px rgba(0,0,0,0.15);
	}
}
@media (max-width: 1245px){
	.menu_nav_inner{
		padding-left: 0;
	}	
	/*.menu_nav{
		height: 90px;
		max-width: 1060px;
	}*/
}
/*END .news_menu*/

/*BEGIN .SANDWICH*/
@media (max-width: 991px){
	#top_menu{
		-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.1);
		box-shadow: 0 3px 9px rgba(0,0,0,0.1);
	}
	#top_menu,
	#top_menu .top_menu_inner{
		height: 60px;
	}
	#top_menu .top_menu_inner
	#top_menu .c.bar,
	#top_menu .box,
	#top_menu .top_icons,
	#top_menu .news_menu{
		display: block;
	}
	#top_menu .main_logo{
		position: fixed;
		width: 180px;
		height: 60px;
	}
	#top_menu .sandwich, #top_menu .sandwich *{
		cursor: pointer;
	}
	#top_menu .sandwich{
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translate(0, -50%);
		display: block;
		width: 45px;
		height: 45px;
	
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#top_menu .sandwich::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#top_menu .sandwich .inner{
		position: relative;
		width: 30px;
		height: 20px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); 
	}
	#top_menu .sandwich .inner div{
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background: #E33047;
	}
	#top_menu .sandwich .inner div:nth-child(1){
		top: 0;
		
		-webkit-transition: top 0.2s 0.2s ease, transform 0.2s ease;
		transition: top 0.2s 0.2s ease, transform 0.2s ease;
	}
	#top_menu .sandwich .inner div:nth-child(2){
		top: 9px;
		
		-webkit-transition: opacity 0.2s 0.2s ease;
		transition: opacity 0.2s 0.2s ease;
	}
	#top_menu .sandwich .inner div:nth-child(3){
		bottom: 0;
		
		-webkit-transition: bottom 0.2s 0.2s ease, transform 0.2s ease;
		transition: bottom 0.2s 0.2s ease, transform 0.2s ease;
	}
	#top_menu.active .sandwich .inner div:nth-child(1){
		top: 9px;
		
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		
		-webkit-transition: top 0.2s ease, transform 0.2s 0.2s ease;
		transition: top 0.2s ease, transform 0.2s 0.2s ease;
	}
	#top_menu.active .sandwich .inner div:nth-child(2){
		opacity: 0;
		
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	#top_menu.active .sandwich .inner div:nth-child(3){
		bottom: 9px;
		
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		
		-webkit-transition: bottom 0.2s ease, transform 0.2s 0.2s ease;
		transition: bottom 0.2s ease, transform 0.2s 0.2s ease;
	}
	/* Меню, яке буде з'являтися */
	#top_menu .first{
		width: 100vw;
		height: 60px;
	}
	#top_menu .top_logo{
		width: auto;
		height: 45px;	
	}
	#top_menu .live_nav{
		display: none;
	}
	#top_menu .search{
		display: none;
	}
	#top_menu .top_menu_icons{
		display: none;
	}
	#top_menu .news_menu{
		position: absolute;
		top: 60px;
		left: -100vw;
		width: 100vw;
		height: calc(100vh - 50px);
		background: #fefefe;
		overflow-y: auto;
		opacity: 0;
		
		-webkit-transition: left 0s 0.4s, opacity 0.4s ease-in-out;
		transition: left 0s 0.4s, opacity 0.4s ease-in-out;
	}
	#top_menu .menu_nav{
		height: calc(100vh - 50px);
	}
	#top_menu.active .news_menu{
		left: 0;
		opacity: 1;
		
		-webkit-transition: left 0s, opacity 0.4s ease-in-out;
		transition: left 0s, opacity 0.4s ease-in-out;
	}
	#top_menu .news_menu::-webkit-scrollbar{
		width: 5px;
	}
	#top_menu .news_menu::-webkit-scrollbar-track{
		background: #efefef;
	}
	#top_menu .news_menu::-webkit-scrollbar-thumb{
		background: #222;
	}
	#top_menu .search,
	#top_menu .live_nav{
		left: 0;
	}
	#top_menu .mobi{
		display: flex;
		position: relative;
	}
	#top_menu .news_menu{
		border: 0;
	}
	#top_menu .news_menu .menu_nav_inner{
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 100px;
		padding-left: 30px;
	}
	#top_menu .menu_nav_inner a{
		display: block;
		padding: 0 0;
		height: 45px;
		line-height: 45px;
		margin-left: 0;
	}
	#top_menu .news_menu .live_nav{
		width: 210px;
		height: 45px;
	}
	#top_menu .news_menu .circle{
		margin-left: 0;
		margin-right: 0;
		top: 15px;
		left: 15px;
		display: flex;
	}
	#top_menu .news_menu .c_bar{
		padding: 0 0 0 45px;
		display: flex;
		position: relative;
	}
	#top_menu .news_menu .live_1 {
		position: absolute;
		top: 0;
		left: 30px;
	}
	#top_menu .news_menu .top_icons{
		width: 300px;
		height: 75px;
		padding: 15px 15px 0 0;
		left: 0;
	}
	#top_menu .news_menu .icons_in{
		padding: 15px 15px 15px 0;
	}
	#top_menu .news_menu .icons_in a{
		position: relative;
		display: inline-block;
	}
	#top_menu .news_menu .top_icons a:not(:last-child){
		margin-right: 15px;
	}
}
@media (min-width: 991px){
	#top_menu .news_menu .mobi{
		display: none;
	}
}
/*END SANDWICH*/
/*BEGIN .category_wrapper*/
.screen_1{
	position: relative;
	height: 100%;
}
.screen_1 .container{
	z-index: 1;
	position: relative;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 991px){
	.screen_1{
		background-attachment: scroll;
	}
}
.screen_1 .category_wrapper{
	position: relative;
	z-index: 1;
}
.container{
	padding-left: 15px;
	padding-right: 15px;
}
.category_wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap; 
}
.category_wrapper .category_block:not(:nth-child(3n + 3)){
	margin-right: 30px;
}
@media (max-width: 991px){
	.category_wrapper{
		display: block;
		max-width: 800px;
		margin: 0 auto;
	}
	.category_wrapper .category_block:not(:nth-child(3n + 3)){
		margin-right: 0;
	}
	.category_wrapper .category_block .text_block{ 
		padding-right: 0;
	}
}
.screen_1 .category_block{ 
	position: relative;
	width: calc(33.33% - 20px);
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 60px;
	
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.1);
    box-shadow: 0 3px 9px rgba(0,0,0,0.1);
}
@media (max-width: 991px){
	.screen_1 .category_block{
		width: 100%;
	}
}
.category_wrapper .category_block .category_thumb{
	line-height: 0;
}
.category_wrapper .category_block img{
	width: 100%;
	height: auto;
}
.category_wrapper .category_block .text_block{ 
	max-width: 370px;
	padding: 30px 15px;
}
.category_wrapper .category_block .text_block .title_type_3{ 
	text-align: left;
	line-height: 1.2em;
}
.category_wrapper .category_block .text_block .text_type_2{
	margin-top: 15px;
}
.category_wrapper .category_block a{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	color: #178D45;
	/*border-top: 1px solid #178D45;*/
	font-size: 15px;
	line-height: 60px;
	text-decoration: none !important;
	text-align: center;
	
	-webkit-box-shadow: 0 -3px 60px rgba(0,0,0,0.1);
    box-shadow: 0 -3px 60px rgba(0,0,0,0.1);
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.category_wrapper .category_block a:hover{
	background-color: #178D45;
	color: #fdfdfd;
}
.category_wrapper .nothing_found{
	width: 100%;
}
.live_1{
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.mb_30{
	margin-bottom: 30px;
}

@media (max-width: 991px){
	/*.category_wrapper .category_block a{
		background-color: #178D45;
		color: #fdfdfd;
	}*/
}

/*END .category_wrapper*/

/*BEGIN .post_navigation*/
.post_navigation *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.post_navigation{
	margin: auto;
	text-align: center;
}
.post_navigation a{
	text-decoration: none !important;
}
.post_navigation .pagination h2{
	margin: 0;
}
.post_navigation .nav-links .current, .post_navigation .nav-links a{
	display: inline-block;
	width: 45px;
	height: 45px;
	
	color: inherit !important;
	line-height: 49px;
	text-align: center;
}
.post_navigation .nav-links .current{
	position: relative;
	color: #178D45 !important;
}
.post_navigation .nav-links .current, .post_navigation .nav-links .dots{
	cursor: default;
}
.post_navigation .nav-links .prev, 
.post_navigation .nav-links .next{
	position: relative;
	top: 2px;
}
.post_navigation .nav-links .prev{
	background: url(../img/general/btn_arrow_black_left.svg) no-repeat 50% 52% / 10px 16px;
}
.post_navigation .nav-links .next{
	background: url(../img/general/btn_arrow_black_right.svg) no-repeat 50% 52% / 10px 16px;
}

@media (min-width: 1251px){
	.post_navigation .nav-links a{
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
	.post_navigation .nav-links a:hover{
		opacity: 0.7;
	}
}
/*END .post_navigation*/

/*BEGIN .footer*/
footer{
	display: block;
	position: relative;
	width: 100%;
	height: 240px;
	background-color: #98A79C;
	left: 0;
	bottom: 0;
	padding-bottom: 0;
	margin-top: 90px;
}
footer .bottom_menu{
	display: block;
	position: relative;
	width: 335px;
	height: 150px;
	top: 60px;
	left: 60px;
}
footer .bottom_menu_inner{
	position: relative;
	display: block;
	width: 335px;
	height: 60px;
}
footer .bottom_menu_inner a{
	text-decoration: none;
	color: #0d0d0d;
	display: block;
	position: absolute;
	
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
footer .bottom_menu_inner a.active{
	background-color: transparent;
	color: #E33047;
}
footer .bottom_menu_inner a:hover:not(.active){ 
	background-color: transparent;
	color: #E33047;
}
footer .bottom_menu_inner a:not(:first-child){
	top: 30px;
}
footer .bottom_menu_icons{
	width: 330px;
	height: 45px;
	margin-top: 30px;	
}
footer .bottom_icons{
	width: 300px;
	height: 45px;
}
footer .bottom_icons a{
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
}
footer .bottom_icons a:not(:last-child){
	margin-right: 15px;
}
footer .bottom_logo{
	position: absolute;
	width: 185px;
	height: 90px;
	right: 45px;
	top: 50%;                         
    transform: translate(0, -50%)   
}
footer .bottom_logo a{
	width: 185px;
	height: 90px;
	right: 45px;
}
footer .bottom_logo .footer_logo{
	width: 185px;
	height: 90px;
}
@media (max-width: 991px){
	footer .bottom_menu{
		width: 225px
	}
	footer .bottom_menu_inner a{
		font-size: 15px;
	}
	footer .bottom_logo{
		width: 150px;
		height: 60px;
	}
	footer .bottom_logo a{
		width: 150px;
		height: 60px;
	}
	footer .bottom_logo .footer_logo{
		width: 150px;
		height: 60px;
	}
	
	footer{
		width: 100%;
		height: auto;
		padding: 90px 15px;
		text-align: center;
		
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	footer .bottom_logo{
		position: static;
		height: auto;
		margin: 0 auto 45px;
		
		-webkit-transform: none;
		transform: none;
	}
	footer .bottom_menu{
		position: static;
		width: 100%;
		height: auto;
	}
	footer .bottom_menu_inner{
		position: static;
		width: 100%;
		height: auto;
	}
	footer .bottom_menu_inner a{
		position: static;
		line-height: 30px;
	}
	footer .bottom_menu_icons{
		margin: 45px auto 0;
	}
	footer .bottom_icons{
		padding: 0 15px;
	}
}
/*END .footer*/
/*END index.html, comunal_news.html, ecology.html, infrastructura.html, sport.html, pravo.html, afisha.html, chroniky_viyny.html*/

/*BEGIN live_now.html novyna.html about_us.html*/
/*BEGIN .screen_1*/
.screen_1 .category_wrapper .name{
	display: block;
	position: relative;
	width: 30vw;
	height: 90px;
	margin-bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.screen_1 .h1{
	position: absolute;
	display: block;
	width: 30vw;
	text-decoration: none;
}
@media (max-width: 991px){
	.wrapper_novyna{
		display: block;
		max-width: none;
		margin: 0 auto;
	}
	.screen_1 .wrapper_novyna .name{
		width: 60vw;
		height: 60px;
	}
	.screen_1 .h1{
		width: 60vw;
	}
	.screen_1{
		background-attachment: scroll;
	}
}
.screen_1 iframe{
	position: relative;
	width: 90%;
	height: 52em;
	margin-bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.screen_1 .image{
	position: relative;
	width: 90%;
	height: auto;
	margin-bottom: 60px;
	left: 50%;
	transform: translate(-50%, 0);
}
@media (max-width: 991px){
	.screen_1 iframe{
		height: 30em;
	}
	.screen_1 .image{
		margin-bottom: 45px;
	}
}
.description{
	display: block;
	position: relative;
	width: 75%;
	height: auto;
	left: 50%;
	transform: translate(-50%, 0);
	margin-bottom: 45px;
}
.data{
	margin-top: 15px;
	margin-bottom: 30px;
	position: relative;
	display: inline-flex;
	width: 75%;
	left: 50%;
	transform: translate(-50%, 0);
}
.data .author,
.data .time_date{
	width: 50vw;
}
.data p{
	color: #178D45;
}
.data .time_date p{
	text-align: right;
}
.description .abzac:not(:last-child){
	margin-bottom: 30px;
}
@media (max-width: 991px){
	.screen_1 iframe{
		margin-bottom: 45px;
	}
	.screen_1 .abzac:not(:last-child){
		margin-bottom: 15px;
	}
}
/*END .screen_1*/
/*END live_now.html novyna.html about_us.html*/

/*BEGIN .single_screen_1*/
.single_screen_1 .container{
	padding-top: 60px;
}
.single_screen_1 .the_content p,
.single_screen_1 .single_pag_wrap{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.single_screen_1 .date_block{
	margin-top: 30px;
	border-top: 1px solid #98A79C;
	border-bottom: 1px solid #98A79C;
}
.single_screen_1 .date_block .info_block > *{
	white-space: nowrap;
}
.single_screen_1 .date_block .info_block > *:not(:last-child){
	margin-right: 30px;
}
.single_screen_1 .date_block .info_block{
	padding: 13px 0;
}
.single_screen_1 .the_content{
	padding: 45px 0 30px 0;
}
.single_screen_1 .the_content p{
	margin-bottom: 30px;
}
.single_screen_1 .the_content a,
.single_screen_1 .single_pag_wrap a{
	color: #178D45;
	text-decoration: none !important;
	
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.single_screen_1 .the_content a:hover,
.single_screen_1 .single_pag_wrap a:hover{
	color: #E33047;
}
.single_screen_1 .single_pag_wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap; 
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	padding-bottom: 45px;
}
.single_screen_1 .top_img{
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.single_screen_1 iframe{
	width: 100%;
}
.single_screen_1 .online_iframe_block{
	margin-bottom: 45px;
}

@media (max-width: 991px){
	.single_screen_1 .title_type_1{
		font-size: 30px;
	}
	.single_screen_1 .the_content p,
	.single_screen_1 .single_pag_wrap{
		width: 100%;
	}
	.single_screen_1 .date_block{
		margin-top: 15px;
	}
	.single_screen_1 .the_content{
		padding: 30px 0 0 0;
	}
	.single_screen_1 .single_pag_wrap{
		padding-bottom: 0;
	}
	.single_screen_1 .top_img,
	.single_screen_1 .online_iframe_block{
		margin-bottom: 30px;
	}
}
/*END .single_screen_1*/
