body {
	/* font-family: 'BPG ExtraSquare Mtavruli'; */
	font-family: 'firagoMedium';
}

header {
	border-bottom: 1px solid #707070;
	position: relative;
}

main {
	padding-top: 50px;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

.header_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav_ {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_a {
	margin-right: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav_a:last-child {
	margin-right: 40px;
}

.lang_bar_ {
	text-transform: uppercase;
	cursor: pointer;
	color: #707070;
}

.act_lang {
	color: #FE0000;
}

.weather_box {
	position: relative;
	margin-right: 20px;
}

.weather_ p {
	font-size: 15px;
	color: #000000;
}

.circle_ {
	position: absolute;
	right: -15px;
	top: -5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #000;
}

.img_fluid {
	width: 100%;
	height: 100%;
	display: block;
}

.logo_ {
	width: 283px;
	height: 57px;
}

.news_block {
	position: relative;
	width: 100%;
	height: 490px;
}

/*
.news_block:before {
	content: '';
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 66%);
	opacity: .2;
} */
.news_img {
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgb(255, 255, 255, .2) 0%, rgb(0, 0, 0, .5) 75%),
}

.news_items {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 999;
}

.news_link {
	font-size: 16px;
	color: #fff !important;
	padding: 5px 10px;
	width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
}

.last_news_title {
	color: #535353;
	font-size: 14px !important;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.last_news {
	/* height: 100%; */
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}

.news_title {
	font-size: 26px;
	color: #fff;
	width: 90%;
	margin-top: 15px;
	line-height: normal;
}

.last_news_img {
	width: 166px;
	height: 109px;
}

.last_news_txt {
	width: 55%;
}

.news_txt {
	font-family: 'BPG Mrgvlovani';
	color: #707070;
	font-size: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: normal;
}

.title_ {
	line-height: normal;
	color: #1D1D1D;
	font-size: 12px;
}

.news_ {
	margin-bottom: 10px;
}

.news_:last-child {
	margin-bottom: 0px;
}

.actual_info {
	height: 100%;
	padding: 0 15px;
}

.actual_border {
	border-right: 1px solid #DFDFDF;
}

.act_info_img {
	height: 176px;
	margin-bottom: 40px;
}

.act_title {
	font-size: 13px;
	color: #141414;
	margin-bottom: 30px;
	height: 46px !important;
}

.act_txt {
	margin-bottom: 30px;
	font-family: 'BPG Mrgvlovani';
	color: #707070;
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: normal;
}

.more_ {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.more_ a {
	font-size: 13px;
	color: #fff !important;
	background: #FE0000;
	border-radius: 5px;
	height: 38px;
	width: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	transition: all .3s ease;
}

.more_ a:hover {
	color: #FE0000 !important;
	background: #fff;
	border: 1px solid #FE0000;
}

.time_ {
	font-size: 15px;
	color: #B5B5B5;
}

.video_box {
	background: #F9F9F9;
}

.analitics_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.border_box {
	border-top: 5px solid #2669A2;
}

.top_box,
.bottom_box {
	font-size: 30px;
	color: #fff !important;
	height: 48%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_box {
	background-color: #FE0000;
}

.bottom_box {
	background-color: #2669A2;
}

.relative_ {
	position: relative;
}

.news_box_ {
	width: 100%;
	height: 390px;
}

.news_box_::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.news_img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.social_info {
	background-color: #F9F9F9;
	height: 100%;
}

.social_info .act_info_img {
	margin-bottom: 25px;
	height: 214px;
}

.social_txt {
	padding: 0 30px 30px 30px;
	line-height: normal;
}

.main_txt {
	position: absolute;
	top: 0;
	left: 20px;
	color: #fff;
	font-size: 9px;
	width: 70px;
	height: 19px;
	background-color: #0E8DF8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info_img {
	height: 287px;
	margin-bottom: 25px;
}

.blog_img {
	border: 1px solid #F1F1F1;
	background-color: #fff;
	height: 193px;
}

.name_ {
	font-size: 14px;
	color: #2669A2;
	margin-bottom: 15px;
}

.blog_txt {
	font-size: 14px;
	font-family: 'Brush Script MT';
	font-style: italic;
	line-height: normal;
}

.blog_info {
	background-color: #F9F9F9;
	position: relative;
}

.blog_autor_info {
	padding: 20px 0 20px 30px;
}

.blog_autor_info .time_ {
	font-size: 10px;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: inherit;
	position: initial !important;
	margin: 0;
	top: initial !important;
	height: initial !important;
}

.blog_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 10px;
	width: 70px;
}

.arrow_box {
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2669A2;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.8;
}

.footer_ {
	background-color: #303038;
	padding: 30px 0;
}

.footer_li {
	padding-top: 10px;
	color: #fff;
}

.footer_nav_ {
	height: 100%;
}

.middle_block {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.right_block {
	display: flex;
	justify-content: flex-end;
}

.burger_btn {
	cursor: pointer;
	position: absolute;
	top: 45px;
	left: 100px;
}
.burger_btn_inside
{
	cursor: pointer;
	top: 45px;
	left: 100px;
}
.burger_btn_inside span {
	width: 38px;
	height: 6px;
	display: block;
	background-color: #707070;
}
.burger_btn_inside span:nth-child(2) {
	margin: 5px 0;
}
.burger_btn span {
	width: 38px;
	height: 6px;
	display: block;
	background-color: #707070;
}

.burger_btn span:nth-child(2) {
	margin: 5px 0;
}

.burger-menu {
	position: absolute;
	width: 560px;
	height: 1040px;
	top: 0;
	left: -100%;
	background-color: #fff;
	z-index: 3;
	transition: 0.4s;
	padding: 30px 40px;
	z-index: 9999;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.burger-menu.active {
	left: 0;
}

.header-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-right {
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.menu {
	margin-bottom: 50px;
}

.menu_title {
	color: #707070;
	font-size: 23px;
}
.hidden_{
	overflow: hidden;
}
.category_title{
	font-size: 20px;
	color: #535353;
}
.news_info_img{
	width: 247px;
	height: 162px;
}
.time_p{
	color: #B5B5B5;
	font-size: 14px;
}
.all_title{
	font-size: 18px;
	color: #1D1D1D;
	margin: 20px 0;
}
.more_info{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: normal;
	color: #707070;
}
.news_img_{
	width: 560px;
	height: 292px;
	float: left;
	margin: 0 20px 45px 0px;
}
.news_more{
	font-size: 14px;
	color: #000000;
	font-family: 'BPG Mrgvlovani';
	line-height: 1.3;
}
.autor_block{
	margin: 40px 0 20px;
}
.autor_block p{
	color: #000;
	font-size: 14px;
	font-family: 'BPG Mrgvlovani';
}
.share_block{
	margin-bottom: 40px;
}
.social_a{
	width: 20px;
	height: 20px;
	background-color: #000;
	color: #fff!important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social_a i{
	font-size: 12px;
}
.comment_title{
	font-size: 20px;
	color: #000000;
}
.comment_total_{
	font-size: 12px;
	color: #000000;
	font-family: 'BPG Mrgvlovani';
	margin: 14px 0 40px;
}
.comment_autor{
	width: 80px;
	height: 70px;
	margin-right: 15px;
}
.comment_txt{
	position: relative;
	width: 800px;
}
.comment_area{
	height: 100%;
	width: 100%;
	resize: none;
	border: 1px solid #CECECE;
	padding: 10px;

}
.comment_area:focus{
	outline: none;
}
.camera_icon{
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 12px;
	color: #CECECE;
}
.autor_name{
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
}
.full_comment{
	font-size: 14px;
	color: #0E8DF8;
	font-family: 'BPG Mrgvlovani';
}
.similar_title{
	font-size: 20px;
	color: #000000;
}
.banner_{
	width: 100%;
	height: 200px;
}


.banner-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    gap: 40px;
    width: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 10px !important;
}

.banner-swiper .swiper-pagination-bullet {
    background: #FE0000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
    position: relative;
    margin: 0 !important;
}

.banner-swiper .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 40px; 
    height: 1px;
    background: white;
    z-index: 1;
}
.banner-swiper .swiper-pagination-bullet:first-of-type::before { content: none; }

.banner-swiper .swiper-pagination-bullet-active {
    border: 3px solid white;
    width: 16px;
    height: 16px;
}
.banner-swiper .swiper-pagination-bullet-active::before { left: -43px; }