:root{
	--main_color: #B80128;
	--grey: 	  #373737;
	--grey_light: #797979;
	--grey__extralight: #D9D9D9;
	--dark: 	  #151515;
	--font:       'Noto Sans Armenian', 'Noto Serif', sans-serif;
}
html, body{
	overflow-x: hidden;
}
body{
	font-family: var(--font);
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main{
	 flex: 1 0 auto;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,a,p,b,span,div,blockquote{
	font-family: var(--font);
}

.fs-10{
	font-size: 0.625rem;
}
.fs-15{
	font-size: 0.938rem;
}
.fs-16{
	font-size: 1rem;
}
.fs-17{
	font-size: 1.063rem;
}
.fs-18{
	font-size: 1.125rem;
}
.fs-20{
	font-size: 1.25rem;
}
.fs-22{
	font-size: 1.375rem;
}
.fs-25{
	font-size: 1.563rem;
}
.fs-30{
	font-size: 1.875rem;
}
.fs-35{
	font-size: 2.188rem;
}
.fs-40{
	font-size: 2.5rem;
}
.fs-45{
	font-size: 2.813rem;
}
.fs-47{
	font-size: 2.938rem;
}


/*Font withds*/
.fw-300{
	font-weight: 300;
}
.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500;
}

.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 700;
}


.sticky_header{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 999;
	animation: fadeInDown 0.5s ease;
	transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}


.top_heading {
  background: var(--dark);
  color: #fff;
  height: 49px;
  border-bottom: 0.5px solid #222222;
  display: flex;
  align-items: center;
}

.top_heading .breaking_text {
  background: var(--main_color);
  padding: 9px 2px;
  font-size: 14px;
  text-align: center;
}


.top_heading .breaking_news_items a{
	color: #fff;
	text-decoration: none;
	margin-right: 12px;
}	
.top_heading .breaking_news_items a:hover{
	color: var(--main_color);
}

.top_heading .breaking_news_items a time{
	color: var(--main_color);
}









.heading{
	background: var(--dark);
}
	.heading .heading_content{
		min-height: 67px;
		width: 100%;
		justify-content: space-between;
	}
	.heading .heading_content .date_text{
		display: flex;
		position: relative;
		font-weight: 700;
	}
	

	.heading .heading_content .date_text .curr_day{
		margin-right: 6px;
	}
	.heading .heading_content .date_text .curr_month span{
		text-transform: lowercase;
	}

		

	.search_bar{
		position: relative;
	}
	 .calendar_icon{
		width: 26px;
		height: 26px;
		background: var(--main_color);
		color: #fff;
		margin-right: 8px;
		cursor: pointer;
	}
		.calendar-archives {
		    width: 294px;
		    position: absolute;
		    top: 49px;
		    left: -123px;
		    z-index: 3;
		}
		.calendar-archives > .archives-years > .year.current {
		    background: #fff;
		}

		.calendar-archives.calendrier .calendar-navigation {
		    color: var(--dark);
		    text-shadow: none !important;
		    background: #EBEBEB !important;
		    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25) !important;
		    z-index: 1;
		    height: 40px !important;
		}
			.calendar-archives.calendrier .calendar-navigation>.menu-container>a.title{
				color: var(--dark) !important;
			}

		.calendar-archives.calendrier .week-row{
			background: #fff !important;
		}
			.calendar-archives.calendrier .day.weekday{
				    height: 30px !important;
			}

		.calendar-archives.calendrier .day {
		    width: 41px !important;
		    height: 41px !important;
		    text-align: center;
		     line-height: normal !important; 
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    border: none !important;
		}
		.calendar-archives.calendrier .month.has-posts a, .calendar-archives.calendrier .day.has-posts a{
			color: var(--dark) !important;
			font-weight: 600;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.calendar-archives.calendrier .month.has-posts a, .calendar-archives.calendrier .day.has-posts a,
		.calendar-archives.calendrier .month.has-posts, .calendar-archives.calendrier .day.has-posts{
    		background-color: transparent !important;
		}
		.calendar-archives.calendrier .month.has-posts, .calendar-archives.calendrier .day.today{
			border-radius: 100%;
			background: var(--main_color);
			color: #fff !important;
		}

		.calendar-archives.calendrier .calendar-navigation>.prev-year{
			box-shadow: none !important;
			border: none !important;
			color: var(--dark);
		}
		.calendar-archives.calendrier .calendar-navigation>.next-year{
			box-shadow: none !important;
			border: none !important;
			color: var(--dark);
		}
		.calendar-archives.calendrier .calendar-navigation>.next-year.disabled, .calendar-archives.calendrier .calendar-navigation>.prev-year.disabled{
			color: var(--grey);

		}

		.calendar-archives.calendrier .month.has-posts, .calendar-archives.calendrier .day.today a{
			border-radius: 100%;
			background: var(--main_color) !important;
			color: #fff !important;
		}


	.search_bar .search_form form .form-group {
	    position: relative;
	    width: 230px;
	    height: 27px;
	    background: var(--dark);
	    display: flex;
	    align-items: center;
	    padding: 0 0px 0px 8px;
	}

	.search_bar .search_form form .form-group input{
		width: 100%;
		height: 27px;
		background: var(--dark);
		outline: none;
    	border: none;
    	color: #fff;
    	padding: 0 10px 0px 10px;
	}
		 .search_form form .form-group{
			position: relative;
		}
		.search_form form .form-group:before{
			content: '\f002';
			font-family: 'Font Awesome 6 Pro';
			color: #868686;
			left: 0px;
			top: 3px;
		}

	.heading .heading_content .social_icons{
		width: 147px;
		display: flex;
		justify-content: space-between;
		height: 27px;
	}
		.social_icons .soc_item_icon a{
			width: 26px;
			height: 26px;
			background: var(--main_color);
			color: #fff;
			text-decoration: none !important;
			display: flex;
			align-items: center;
			justify-content: center;
		}


	.heading .heading_content	.whater_price{
	 	width: 119px;
		height: 67px;
		background: var(--dark);
		justify-content: center;
		align-items: center;
	}

	.heading .heading_content .whater_inf {
	    display: flex;
	    margin-left: 30px;
	    justify-content: center;
	    align-items: center;
	    top: 0px;
	}
	.heading .heading_content .whater_inf .slick-list{
		width: 160px;
	}
	.heading .heading_content .whater_inf span.cond_icon {
    font-size: 28px;
    margin-right: 10px;
	}
	.heading .heading_content .whater_inf span.cond_text{
		line-height: 22px;
	}
	.heading .heading_content .whater_inf span.cond_text_title {
	    font-size: 80%;
	}

/* Header */

header#header{
	background: #fff;
	min-height: 74px;
	border-block: 1px solid #E0E0E0;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.20);
	transition: background-color 0.3s ease;
}

	header#header .logo_header{
		height: auto;
	}
	header#header .mainmenu{
		margin-bottom: 0px !important;
		list-style: none;

	}
		
	header#header .mainmenu li {
    	margin-right: 26px;
	}	
		header#header .mainmenu li:last-child {
    		margin-right: 0px;
		}	

	header#header .mainmenu li a{
		color: var(--dark);
		font-weight: 700;
		font-size: 18px;
		text-decoration: none;
		text-transform: uppercase;
	}
		header#header .mainmenu li.menu-item-has-children{
			position: relative;
		}
		header#header .mainmenu li.menu-item-has-children .sub-menu{
			padding: 21px 16px;
			background: var(--grey);
			position: absolute;
			top: 68px;
			left: 50%;
			display: none;
			z-index: 4;
			transform: translate(-50%, 0);
		}
			header#header .mainmenu li.menu-item-has-children:after {
			    content: '';
			    width: 100%;
			    height: 30px;
			    position: absolute;
			    bottom: -23px;
                left: -30px;
			    display: none;
			}
			header#header .mainmenu li.menu-item-has-children:hover::after{
				display: block;
			}

			header .mainmenu li.menu-item-has-children:after:hover .sub-menu{
				display: block !important;
			}
			header .mainmenu li.menu-item-has-children:hover .sub-menu{
				display: block !important;
			}
			header#header .mainmenu li.menu-item-has-children .sub-menu li{
				margin-bottom: 20px;
			}
				header#header .mainmenu li.menu-item-has-children .sub-menu li:last-child{
					margin-bottom: 0px;
				}
			header#header .mainmenu li.menu-item-has-children .sub-menu li a{
				color: #fff;
				font-size: 16px;
				text-transform: uppercase;
				position: relative;
			}
				header#header .mainmenu li.menu-item-has-children .sub-menu li a::after {
				    content: "";
				    position: absolute;
				    bottom: -4px;
				    left: 0;
				    width: 0;
				    height: 2px;
				    background-color: var(--main_color);
				    transition: width 0.3s;
				}
				header#header .mainmenu li.menu-item-has-children .sub-menu li a:hover::after {
				    width: 100%;
				}

	header#header .mainmenu li.current-menu-item a{
		color: var(--main_color)
	}
	
	header#header .mainmenu li.menu-item-has-children .sub-menu li.current-menu-item a::after{
		width: 100%;
	}
				

	header#header .nav_menu_head .switcher_language{
		margin-bottom: 0px !important;
		padding-left: 0px !important;
		list-style: none;
	}

	header#header .nav_menu_head .switcher_language li{
		margin-left: 10px;
	}

	header#header .nav_menu_head .switcher_language li a{
		color: var(--dark);
		text-decoration: none;
	}
	header#header .nav_menu_head .switcher_language li.wpml-ls-current-language{
		font-weight: 700;
	}
		header#header .nav_menu_head .switcher_language li.wpml-ls-current-language a{
			color: var(--main_color) !important;
		}


/* hero live btn */
.hero__live {
	padding: 5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    background: var(--main_color);
    color: #fff;
    animation: bliking 1.5s infinite;
    min-width: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
}
.hero__live:hover {
	color: #fff;
}
@keyframes bliking {
	0% {
		background: #B80128;
	}
	50% {
		background: #b801298e;
	}
	100% {
		background: #B80128;
	}
}
.hero__livemob {
	display: none;
}
.video__container {
	width: 100%;
	height: 540px;
}

.video__container iframe {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
/* hero live btn end*/


/*  BTNS  */

.btn_bordered{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 36px;
	background: transparent;
	border: 1px solid var(--main_color);
	color: var(--main_color);
	font-weight: 500;
	outline: none !important;
	transition: background 0.5s ease;
	margin-top: 30px;
	border-radius: 3px;
	text-transform: uppercase;

}
.btn_bordered:hover{
	background: var(--main_color);
	color: #fff;
	transition: background 0.5s ease;

}












/* Footer  */
#footer{
	flex-shrink: 0;
	background: var(--main_color);
}
.mainmenu_footer li{
	margin-bottom: 16px;
}
.mainmenu_footer li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
}

#footer .footer_title{
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 22px;
	position: relative;
	display: flex;
	flex-direction: column;

}
#footer .footer_title:after{
	content: '';
	position: relative;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-top: 14px;
}

#footer .soc_item_icon a{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	background: #fff;
	color: var(--main_color);
	font-size: 17px;
}

#footer .footer_text{
	min-height: 74px;
	background: #77021B;
	color: #fff;
}
#footer .footer_text span {
    margin-left: 10px;
    position: relative;
    top: 2px;
}




/*end footer*/

p::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--main_color);
}

p::selection {
  color: #fff;
  background: var(--main_color);
}



/* Video live mini */
#video_footer_container {
    position: fixed;
    bottom: 20px;
    right: 5%;
    z-index: 8;
}


.border_bottom_item{
	width: 99%;
	margin: 0 auto;
}

.sharect{
	z-index: 6;
}


@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
	  transform: translateY(0);
  }
}