/*!
Theme Name: Top News
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topnews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Top News is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	color: #4e4d4b;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:hover {
	text-decoration: none;
	color: #614b00;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
label {
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="url"],
textarea {
	width: 100%;
  height: 32px;
  outline: none;
  border: 1px solid #d0d0d0;
}
input[type="submit"] {
	outline: none;
  width: auto;
  height: 42px;
  padding: 0 20px;
  background: #614b00;
  border: none;
  color: #fff;
  transition: .25s;
}
input[type="submit"]:hover {
	opacity: .8;
}
textarea {
	height: 120px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 15px;
}

.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.gallery-item{display:inline-block;text-align:center;width:100%}.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.gallery-columns-7{grid-template-columns:repeat(7,1fr)}.gallery-columns-8{grid-template-columns:repeat(8,1fr)}.gallery-columns-9{grid-template-columns:repeat(9,1fr)}.gallery-caption{display:block}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}



.top-bar {
	position: relative;
	background: #272727;
	padding: 15px 0;
	color: #4e4d4b;
}
.top-bar__content {
	display: flex;
	align-items: center;
}
.top-bar__content-end {
	justify-content: flex-end;
}
.top-bar__content > * {
	margin-right: 40px;
}
.top-bar__content > *:last-child {
	margin-right: 0;
}
.top-bar__content > *:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgb(255 255 255 / 0.4);
  right: -20px;
  top: 0;
}
.top-bar__content > *:last-child:after {
	display: none;
}
.top-bar__date,
.top-bar__time,
.top-bar__email {
	position: relative;
	padding-left: 24px;
	font-weight: 500;
	font-size: 12px;
}
.top-bar__date a,
.top-bar__time a,
.top-bar__email a {
	color: #fff;
	transition: .25s;
}
.top-bar__email a:hover {
	color: #614b00;
}
.top-bar__date:before,
.top-bar__time:before,
.top-bar__email:before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0px;
	background: #fff;
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: .25s;
}
.top-bar__email:hover:before {
	background: #614b00;
}
.top-bar__date:before {
	-webkit-mask-image: url(images/calendar.svg);
  mask-image: url(images/calendar.svg);
}
.top-bar__time:before {
	-webkit-mask-image: url(images/clock.svg);
  mask-image: url(images/clock.svg);
}
.top-bar__email:before {
	-webkit-mask-image: url(images/email.svg);
  mask-image: url(images/email.svg);
}
.top-bar__soc {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.top-bar__soc li {
	margin-right: 10px;
}
.top-bar__soc li:last-child {
	margin-right: 0;
}
.top-bar__soc li a {
	display: block;
}
.top-bar__soc li a:before {
	content: '';
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  transition: .25s;
}
.top-bar__soc li.top-bar__soc-fb a:before {
	-webkit-mask-image: url(images/facebook.svg);
  mask-image: url(images/facebook.svg);
}
.top-bar__soc li.top-bar__soc-youtube a:before {
	-webkit-mask-image: url(images/youtube.svg);
  mask-image: url(images/youtube.svg);
}
.top-bar__soc li.top-bar__soc-instagram a:before {
	-webkit-mask-image: url(images/instagram-sketched.svg);
  mask-image: url(images/instagram-sketched.svg);
}
.top-bar__soc li.top-bar__soc-telegram a:before {
	-webkit-mask-image: url(images/telegram.svg);
  mask-image: url(images/telegram.svg);
}
.top-bar__soc li a:hover:before {
	background: #614b00;
}



header {
	position: relative;
	padding: 0px 0;
	background: #4e4d4b;
}
.logo {
	max-width: 360px;
}
.logo img {
	width: 100%;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-menu li {
	margin-right: 60px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	position: relative;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: .25s;
	display: block;
	text-align: center;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
	color: #ccc;
}
.main-menu li a:hover:before,
.main-menu li.current-menu-item a:before {
	content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background: #ccc;
  border-radius: 50%;
  bottom: -8px;
  left: calc(50% - 3px);
}


.searchform {
	display: block;
	position: relative;
  width: 100%;
  border-bottom: 1px solid #8e8e8e;
}
.searchform:before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	background: #8e8e8e;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(images/search.svg);
  mask-image: url(images/search.svg);
  z-index: -1;
  top: calc(50% - 9px);
  left: 0;
}
.searchform input {
	background: none;
	border: none;
	padding: 0 15px 0 25px;
	outline: none;
}

nav {
	margin-bottom: 30px;
}
.category-menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #4e4d4b;
	justify-content: space-between;
	flex-wrap: wrap;
}
.category-menu:before {
	content: '';
	background: rgb(243,243,243);
	background: -moz-linear-gradient(90deg, rgba(243,243,243,0.19931722689075626) 0%, rgba(243,243,243,0.896796218487395) 15%, rgba(243,243,243,1) 50%, rgba(243,243,243,0.8995973389355743) 85%, rgba(243,243,243,0.20211834733893552) 100%);
	background: -webkit-linear-gradient(90deg, rgba(243,243,243,0.19931722689075626) 0%, rgba(243,243,243,0.896796218487395) 15%, rgba(243,243,243,1) 50%, rgba(243,243,243,0.8995973389355743) 85%, rgba(243,243,243,0.20211834733893552) 100%);
	background: linear-gradient(90deg, rgba(243,243,243,0.19931722689075626) 0%, rgba(243,243,243,0.896796218487395) 15%, rgba(243,243,243,1) 50%, rgba(243,243,243,0.8995973389355743) 85%, rgba(243,243,243,0.20211834733893552) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#f3f3f3",GradientType=1);
	width: 100%;
	height: 2px;
	position: absolute;
	top: -2px;
}
.category-menu li {
	position: relative;
	/*margin-right: 5px;*/
}
.category-menu li:last-child {
	margin-right: 0;
}
.category-menu li a {
  color: #161e2b;
  text-transform: uppercase;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.category-menu li a:hover,
.category-menu li.current-menu-item a {
	color: #614b00;
}
.category-menu li .sub-menu {
	display: none;
}
.category-menu li:hover .sub-menu {
	display: block;
  position: absolute;
  background: #fff;
  top: calc(100% - 2px);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  min-width: 180px;
  left: 0;
  box-shadow:0 1px 2px -1px hsl(0deg 0% 0% / 60%);
  z-index: 2;
}
.category-menu li .sub-menu li a {
	height: auto;
	line-height: normal;
	padding: 10px 15px;
}

.banner {
	text-align: center;
	margin-bottom: 35px;
}


.home-first-block {
	display: flex;
	justify-content: space-between;
}
.home-first-block__left {
	flex: 0 0 calc(67% - 15px);
	max-width: calc(67% - 15px);
}
.main-news {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.main-news-covid {
	flex: 0 0 calc(33% - 15px);
	max-width: calc(33% - 15px);
}
.minus_number {
	position: relative;
}
.main-news-covid__title {
	font-weight: 500;
	color: #614b00;
	margin-bottom: 15px;
	font-size: 16px;
}
.main-news-covid__item {
	border: 1px solid #f3f3f3;
  padding: 20px 20px 25px;
  margin-bottom: 20px;
}
.main-news-covid__item:last-child {
	margin-bottom: 0;
}
.main-news-covid__item-title {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}
.main-news-covid__item-stats {
	display: flex;
	align-items: flex-end;
}
.main-news-covid__item-stats strong {
	position: relative;
	top: 4px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	margin-right: 15px;
}
.main-news-covid__item-stats__graph {
	display: flex;
	align-items: flex-end;
	height: 24px;
}
.main-news-covid__item-stats__graph span {
	margin-right: 5px;
	width: 4px;
	background: #614b00;
}
.main-news-covid__item-stats__graph span:last-child {
	margin-right: 0;
}
.main-news-covid__item-stats > span {
  color: #614b00;
  position: relative;
  top: 2px;
  line-height: 1;
  margin-left: 10px;
}
.main-news-first {
	flex: 0 0 calc(67% - 15px);
	max-width: calc(67% - 15px);
}
.main-news-first-full {
	flex: 0 0 100%;
	max-width: 100%;
}
.section-3-main-news {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.main-news-first-half {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.main-news-first__img {
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}
.main-news-first h3 {
	font-size: 18px;
	font-weight: bold;
	color: #4e4d4b;
	margin-bottom: 10px;
}
.main-news-first__text {
	margin-bottom: 10px;
}
.main-news-first__meta {
	display: flex;
}
.main-news-first__meta-calendar,
.main-news-first__meta-comment,
.main-news-first__meta-author {
	position: relative;
	padding-left: 20px;
	color: #898a8f;
	font-size: 12px;
	font-weight: 500;
}
.main-news-first__meta-calendar,
.main-news-first__meta-author {
	margin-right: 30px;
}
.main-news-first__meta-calendar:before,
.main-news-first__meta-comment:before,
.main-news-first__meta-author:before {
	content: '';
  background: #898a8f;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}
.main-news-first__meta-calendar:before {
  -webkit-mask-image: url(images/calendar.svg);
  mask-image: url(images/calendar.svg);
}
.main-news-first__meta-comment:before {
  -webkit-mask-image: url(images/eye.svg);
  mask-image: url(images/eye.svg);
}
.main-news-first__meta-author:before {
	-webkit-mask-image: url(images/user.svg);
  mask-image: url(images/user.svg);
}
.main-news-first__cat {
	margin-bottom: 10px;
}
.main-news-first__cat a {
	font-size: 12px;
	position: relative;
	padding-left: 10px;
	color: #7b7b7b;
	text-transform: uppercase;
	margin-right: 10px;
}
.main-news-first__cat a:last-child {
	margin-right: 0;
}
.main-news-first__cat a:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 4px;
	left: 0;
	background: #7b7b7b;
	border-radius: 50%;
}





.main-news-others {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.main-news-others {
	display: flex;
	justify-content: space-between;
}
.main-news-others__item {
	flex: 0 0 calc(33% - 10px);
	max-width: calc(33% - 10px);
}
.main-news-others-col-4 .main-news-others__item {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.main-news-others-col-2 .main-news-others__item {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.main-news-others-col-1 .main-news-others__item {
	flex: 0 0 100%;
	max-width: 100%;
}
.main-news-others__img,
.all-news__img {
	height: 196px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.section-2 .main-news-others-col-2 .main-news-others__img,
.all-news__img{
	height: 280px;
}
.main-news-others h3,
.all-news h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4e4d4b;
	margin-bottom: 10px;
}
.main-news-others__meta,
.all-news__meta {
	display: flex;

}
.main-news-others__meta-calendar,
.main-news-others__meta-comment,
.main-news-others__meta-author,
.all-news__meta-calendar,
.all-news__meta-comment,
.all-news__meta-author {
	position: relative;
	padding-left: 20px;
	color: #898a8f;
	font-size: 12px;
	font-weight: 500;
}
.main-news-others__meta-calendar,
.main-news-others__meta-author,
.all-news__meta-calendar,
.all-news__meta-author {
	margin-right: 15px;
}
.main-news-others__meta-calendar:before,
.main-news-others__meta-comment:before,
.main-news-others__meta-author:before,
.all-news__meta-calendar:before,
.all-news__meta-comment:before,
.all-news__meta-author:before {
	content: '';
  background: #898a8f;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}
.main-news-others__meta-calendar:before,
.all-news__meta-calendar:before {
  -webkit-mask-image: url(images/calendar.svg);
  mask-image: url(images/calendar.svg);
}
.main-news-others__meta-comment:before,
.all-news__meta-comment:before {
  -webkit-mask-image: url(images/eye.svg);
  mask-image: url(images/eye.svg);
}
.main-news-others__meta-author:before,
.all-news__meta-author:before {
	-webkit-mask-image: url(images/user.svg);
  mask-image: url(images/user.svg);
}
.main-news-others__cat,
.all-news__cat {
	margin-bottom: 8px;
}
.main-news-others__cat a,
.all-news__cat a {
	font-size: 10px;
	position: relative;
	padding-left: 8px;
	color: #7b7b7b;
	text-transform: uppercase;
	margin-right: 10px;
}
.main-news-others__cat a:last-child,
.all-news__cat a:last-child {
	margin-right: 0;
}
.main-news-others__cat a:before,
.all-news__cat a:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	top: 3px;
	left: 0;
	background: #7b7b7b;
	border-radius: 50%;
}
.main-news-others-line {
	position: relative;
	margin-bottom: 30px;
}
.news-line__item {
	display: block;
	background: #614b00;
	padding: 20px;
	color: #fff;
	transition: .25s;
}
.news-line__item h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
}
.news-line__item:hover {
	opacity: .8;
}


.main-news-last {
	margin-bottom: 50px;
}
.news-lite {
	position: relative;
	display: block;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.news-lite a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.news-lite:before {
	content: '';
  background: rgb(0 0 0 / .45);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: .25s;
}
.news-lite:hover:before {
	background: rgb(0 0 0 / .6);
}
.news-lite-info {
	position: absolute;
	bottom: 30px;
	padding: 0 30px;
	width: 100%;
	left: 0;
}
.news-lite-info h3 {
	font-size: 18px;
	margin: 0 0 15px;
	color: #fff;
}
.news-lite__meta {
	display: flex;
}
.news-lite__meta-calendar,
.news-lite__meta-comment {
	position: relative;
	padding-left: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.news-lite__meta-calendar {
	margin-right: 30px;
}
.news-lite__meta-calendar:before,
.news-lite__meta-comment:before {
	content: '';
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}
.news-lite__meta-calendar:before {
  -webkit-mask-image: url(images/calendar.svg);
  mask-image: url(images/calendar.svg);
}
.news-lite__meta-comment:before {
  -webkit-mask-image: url(images/eye.svg);
  mask-image: url(images/eye.svg);
}

.news-lite__cat {
	position: absolute;
  right: 0;
  background: #614b00;
  top: 10px;
  z-index: 3;
  padding: 5px 10px;
}
.news-lite__cat a {
	font-size: 12px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}


.section-1 {
	margin-bottom: 50px;
}

.section-heading {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.section-heading h2 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 20px;
  background: #fff;
}
.section-heading:after {
	content: '';
  background: #4e4d4b;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.home-first-block__right {
	flex: 0 0 calc(33% - 15px);
  max-width: calc(33% - 15px);
}
.last-news {
	margin-bottom: 50px;
}
.last-news-item {
	margin-bottom: 20px;
}
.last-news-item a {
	display: flex;
	position: relative;
}
.last-news-date {
	flex: 0 0 42px;
  max-width: 42px;
}
.last-news-date span {
	font-size: 12px;
	position: relative;
	color: #03a9f4;
	display: inline-block;
}
.last-news-date span:before {
	content: '';
	background: #614b00;
	width: 100%;
	height: 2px;
	display: block;
	margin-bottom: 4px;
}
.last-news-img {
	flex: 0 0 86px;
  max-width: 86px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.last-news-item h3 {
	flex: 0 0 calc(100% - 128px);
  max-width: calc(100% - 128px);
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #4e4d4b;
  margin: 0;
}
.last-news-item-date-section {
	text-transform: lowercase;
  color: #03a9f4;
  font-weight: 500;
  font-size: 16px;
}
.last-news-href {
	display: inline-block;
	text-decoration: underline;
}

.widget {
	margin-bottom: 30px;
}
.widget h5 {
	font-size: 18px;
  color: #614b00;
  margin: 0 0 10px;
}



.last-video {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.last-video__item {
	position: relative;
	flex: 0 0 calc(33% - 10px);
	max-width: calc(33% - 10px);
	height: 280px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.last-video__item:before {
	content: '';
	background: rgb(0 0 0 / .45);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.last-video__info {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: 30px;
	padding: 0 20px;
}
.last-video__cat {
	margin-bottom: 8px;
}
.last-video__cat span {
	font-size: 10px;
	position: relative;
	padding-left: 8px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 10px;
}
.last-video__cat span:last-child {
	margin-right: 0;
}
.last-video__cat span:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	top: 3px;
	left: 0;
	background: #fff;
	border-radius: 50%;
}
.last-video__info h3 {
	font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.last-video__btn {
	background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(images/video.svg);
  mask-image: url(images/video.svg);
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 3;
  opacity: .6;
  transition: .25s;
}
.last-video__item:hover .last-video__btn {
	opacity: 1;
}



footer {
	position: relative;
	background: #4e4d4b;
	padding: 30px 0;
	margin-top: 60px;
}
.footer-logo {
	max-width: 360px;
}
.footer-soc {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-soc p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 10px;
}
.footer-soc .top-bar__soc li a {
	display: block;
  background: #4a4a4a;
  padding: 5px;
  border-radius: 5px;
}
.footer-soc .top-bar__soc li a:before {
	width: 24px;
	height: 24px;
}

.footer-menu {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 30px 0 0;
	padding: 20px 0 0;
}
.footer-menu:before {
	content: '';
	flex: 0 0 100%;
	max-width: 100%;
	content: '';
  background: rgb(243,243,243);
  background: -moz-linear-gradient(90deg, rgba(243,243,243,0.19931722689075626) 0%, rgba(243,243,243,0.896796218487395) 15%, rgba(243,243,243,1) 50%, rgba(243,243,243,0.8995973389355743) 85%, rgba(243,243,243,0.20211834733893552) 100%);
  background: -webkit-linear-gradient(90deg, rgba(243,243,243,0.19931722689075626) 0%, rgba(243,243,243,0.896796218487395) 15%, rgba(243,243,243,1) 50%, rgba(243,243,243,0.8995973389355743) 85%, rgba(243,243,243,0.20211834733893552) 100%);
  background: linear-gradient(90deg, rgba(243,243,243,0.19931722689075626) 0%, rgba(243,243,243,0.896796218487395) 15%, rgba(243,243,243,1) 50%, rgba(243,243,243,0.8995973389355743) 85%, rgba(243,243,243,0.20211834733893552) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#f3f3f3",GradientType=1);
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
}
.footer-menu li {
	margin: 5px 30px 5px 0;
}
.footer-menu li a {
	position: relative;
	color: #fff;
  text-transform: uppercase;
  padding: 5px 5px 5px 17px;
}
.footer-menu li a:before {
	content: '';
	background: #fff;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	border-radius: 50%;
}
.footer-menu .sub-menu {
	display: none;
}

.copyright {
	background: #121212;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	font-size: 12px;
}
.copyright a {
	color: #fff;
}



.page-header {
	margin-bottom: 30px;
}
.page-header h1 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 0;
}


.all-news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.all-news article {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin-bottom: 30px;
}


.pagination {
	margin-bottom: 30px;
	border-radius: 0;
	display: block;
}
.pagination .screen-reader-text {
	display: none;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links a,
.nav-links span {
	padding: 5px 10px;
  font-weight: 500;
  color: #4e4d4b;
  font-size: 16px;
}
.nav-links span.current {
	border: 1px solid #614b00;
}


.single-news {

}
.single-news-left {
  float: left;
  max-width: 420px;
  margin-right: 30px;
}
.single-news-img {
	margin-bottom: 15px;
}
.single-news-img img {
	max-width: 100%;
	max-height: 400px;
	width: auto;
}
.single-news__meta {
	display: flex;

	margin-bottom: 20px;
}
.single-news__meta-calendar,
.single-news__meta-comment,
.single-news__meta-author {
	position: relative;
	padding-left: 20px;
	color: #898a8f;
	font-size: 12px;
	font-weight: 500;
}
.single-news__meta-calendar,
.single-news__meta-author {
	margin-right: 30px;
}
.single-news__meta-calendar:before,
.single-news__meta-comment:before,
.single-news__meta-author:before {
	content: '';
  background: #898a8f;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}
.single-news__meta-calendar:before {
  -webkit-mask-image: url(images/calendar.svg);
  mask-image: url(images/calendar.svg);
}
.single-news__meta-comment:before {
  -webkit-mask-image: url(images/eye.svg);
  mask-image: url(images/eye.svg);
}
.single-news__meta-author:before {
	-webkit-mask-image: url(images/user.svg);
  mask-image: url(images/user.svg);
}
.single-news-title {
	font-size: 26px;
  margin-bottom: 20px;
}
.single-news-content {
	margin-bottom: 30px;
}
.addtoany_content {
	margin: 20px 0 0 !important;
}
.addtoany_header {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px !important;
}
.post-navigation {
	border-bottom: 1px dashed #eee;
	border-top: 1px dashed #eee;
	padding: 10px 0;
	clear: both;
}
.post-navigation .screen-reader-text {
	display: none;
}
.post-navigation .nav-links {
	justify-content: space-between;
}
.post-navigation .nav-links > * {
	flex: 0 0 calc(50% - 25px);
	max-width: calc(50% - 25px);
}
.post-navigation .nav-previous {
	text-align: left;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	padding: 0;
	display: flex;
	align-items: center;
}
.post-navigation .nav-next a {
	text-align: right;
}
.post-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-next .nav-subtitle {
	padding: 0;
	flex: 0 0 21px;
	max-width: 21px;
	height: 21px;
	background: #777;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(images/arrow.svg);
  mask-image: url(images/arrow.svg);
}
.post-navigation .nav-previous .nav-subtitle {
  transform: rotate(180deg);
}
.post-navigation .nav-previous .nav-title,
.post-navigation .nav-next .nav-title {
	flex: 0 0 calc(100% - 21px);
	max-width: calc(100% - 21px);
	font-size: 14px;
}


.comments-area {

}
.comments-title,
.comment-reply-title {
	font-size: 21px;
}
.comments-title {
	margin-bottom: 20px;
}
.comments-title span {
	color: #614b00;
}

.comment-list {
	margin-bottom: 30px;
}
.comment-list > .comment {
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.comment-list .comment:last-child {
	margin-bottom: 0;
}
.comment .bypostauthor {
	padding-left: 30px;
}
.comment-block {
	display: flex;
	margin-bottom: 20px;
}
.comment-block-img {
	flex: 0 0 32px;
	max-width: 32px;
}
.comment-block-img img {
	border-radius: 50%;
}
.comment-block-info {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
	padding-left: 20px;
}
.comment-block-top {
	display: flex;
	margin-bottom: 5px;
}
.comment-block-top .fn {
	font-weight: bold;
}
.comment-meta.commentmetadata {
	font-size: 12px;
  margin-left: 5px;
}
.comment-block-content {
	margin-bottom: 5px;
}
.comment-reply-link {
	text-decoration: underline;
}

.page-content-404 {
	font-size: 112px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  color: #614b00;
}


.addtoany_content {
	clear: inherit !important;
	margin-bottom: 15px !important
}

#minfin-informer-m1Fn-region iframe {
	width: 100% !important;
}


.mobile-menu {
	display: none;
}




.subscribe_soc {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 !important;
	padding: 0;
	list-style: none;
}
.subscribe_soc li {
	margin-right: 30px;
}
.subscribe_soc li:last-child {
	margin-right: 0;
}
.subscribe_soc li a {
	display: block;
}
.subscribe_soc li a img {
	max-width: 48px;
	max-height: 48px;
}




@media (max-width: 1399px) {
	.main-menu li {
    margin-right: 40px;
	}
	.main-news-first__img {
		height: 280px;
	}
	.main-news-others__img, .all-news__img {
		height: 170px;
	}
	.section-2 .main-news-others-col-2 .main-news-others__img, .all-news__img {
    height: 230px;
	}
	.last-news-item:nth-last-child(2),
	.last-news-item:nth-last-child(3) {
		display: none;
	}
	.single-post .last-news-item:nth-last-child(2),
	.single-post .last-news-item:nth-last-child(3) {
		display: block;
	}
	.last-video__item {
		height: 250px;
	}
	.single-news-left {
		max-width: 360px;
	}
	.single-news-img img {
		max-height: 360px;
	}
}



@media (max-width: 1199px) {
	header {
		padding: 25px 0;
	}
	nav {
		margin-bottom: 20px;
	}
	.category-menu {
		padding: 10px 0;
		justify-content: center;
	}
	.category-menu li a {
		height: 36px;
		padding: 0 10px;
	}
	.banner {
		margin-bottom: 25px;
	}
	.main-news {
		flex-wrap: wrap;
	}
	.main-news-covid {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.main-news-covid__title {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.main-news-covid__item {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.main-news-covid__item,
	.main-news-covid__item:last-child {
		margin-bottom: 15px;
	}
	.main-news-first {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.main-news-first__img {
		height: 320px;
	}
	.main-news-others {
		flex-wrap: wrap;
	}
	.main-news-others__item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
	}
	.main-news-others .main-news-others__item:last-child,
	.main-news-others-line {
		display: none;
	}
	.banner-lg-half {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.banner-lg-half .banner {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin: 0 10px;
	}
	.main-news-others__img, .all-news__img {
    height: 186px;
	}
	.main-news-others-col-2 .main-news-others__item:last-child {
		display: block;
	}
	.section-2 .main-news-others-col-2 .main-news-others__img, .all-news__img {
    height: 200px;
	}
	.last-video__item {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
		height: 280px;
	}
	.last-video .last-video__item:last-child {
		display: none;
	}
	.last-news-item:nth-last-child(2), .last-news-item:nth-last-child(3) {
		display: block;
	}
	.section-3-main-news .main-news-first-half {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.section-3-main-news .main-news-first-half .main-news-first__img {
		height: 280px;
	}
	.main-news-others-col-4 .main-news-others__item {
		flex: 0 0 calc(33% - 10px);
		max-width: calc(33% - 10px);
	}
	.single-news-left {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	.single-news-img img {
		max-height: 420px;
	}
}


@media (max-width: 991px) {
	.main-menu {
		margin-top: 20px;
	}
	.home-first-block {
		flex-wrap: wrap;
	}
	.home-first-block__left {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.home .last-news-img {
		flex: 0 0 64px;
    max-width: 64px;
    height: 48px;
	}
	.home .last-news-item h3 {
    flex: 0 0 calc(100% - 64px);
    max-width: calc(100% - 64px);
    padding-left: 10px;
  }
  .home .last-news-date {
    position: absolute;
    top: 50px;
	}
	.home .last-news-date span:before {
		display: none;
	}
	.section-1 {
		margin-bottom: 0;
	}
  .main-news-first__img {
    height: 380px;
	}
	.main-news-others {
		margin-bottom: 0;
	}
	.main-news-others__item {
    margin-bottom: 30px;
	}
	.main-news-others__img, .all-news__img {
    height: 280px;
	}
	.main-news-others .main-news-others__item:last-child {
		margin-bottom: 0;
	}
	.home-first-block__right {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.section-2 .main-news-others-col-2 .main-news-others__img {
    height: 280px;
	}
	.all-news__img {
		height: 220px;
	}
	.last-video__item,
	.section-3-main-news .main-news-first-half .main-news-first__img {
		height: 240px;
	}
	.main-news-others-col-4 {
		margin-bottom: 0;
	}
	.main-news-others-col-4 .main-news-others__item {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.main-news-others-col-4 .main-news-others__item:last-child {
		display: block;
	}
	.main-news-others-col-4 .main-news-others__item .main-news-others__img {
		height: 200px;
	}
	.main-news-others-col-2 {
		margin-bottom: 0;
	}
	.single-news-img {
		text-align: center;
	}
	.last-news {
		display: none;
	}
}


@media (max-width: 767px) {
	.top-bar {
		padding: 10px 0;
	}
	.top-bar__content{
		display: none;
	}
	.top-bar__content-end {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}
	header {
    padding: 20px 0;
	}
	.menu-toggled {
		text-align: right;
	}
	.menu-toggled button {
		background: none;
		border: none;
		padding: 0;
		background: #fff;
	  -webkit-mask-size: contain;
	  -webkit-mask-repeat: no-repeat;
	  -webkit-mask-image: url(images/bars.svg);
	  mask-image: url(images/bars.svg);
	  width: 36px;
	  height: 36px;
	}
	body.hidden {
		overflow: hidden;
	}
	.mobile-menu {
		position: fixed;
		right: -100%;
		opacity: 0;
		transition: .25s;
		z-index: -1;
		display: block;
	}
	.mobile-menu.active {
    top: 0;
    right: 0;
    background: rgb(0 0 0 / .75);
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999;
	}
	.mobile-menu-overflow {
		position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	}
	.mobile-menu-container {
		height: 100%;
    width: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 280px;
    background: #fff;
    z-index: 2;
    position: relative;
    margin-left: auto;
	}
	.mobile-menu-close {
		border: none;
    padding: 0;
    background: #fff;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(images/close.svg);
    mask-image: url(images/close.svg);
    width: 24px;
    height: 24px;
    position: absolute;
        right: 290px;
    top: 10px;
    z-index: 1;
	}
	.mobile-menu-nav {
		margin: 0;
    list-style: none;
    padding: 20px 0;
	}
	.mobile-menu-nav li a {
		padding: 8px 20px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
	}

	.main-news-first__img,
	.last-video__item, .section-3-main-news .main-news-first-half .main-news-first__img {
    height: 280px;
	}
	.main-news-others__img, .all-news__img,
	.section-2 .main-news-others-col-2 .main-news-others__img,
	.section-3-main-news .main-news-first-half .main-news-first__img,
	.main-news-others-col-4 .main-news-others__item .main-news-others__img {
    height: 180px;
	}
	.main-news-others-col-2 ~ .banner {
		margin-top: 20px;
	}
	.last-video {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.last-video__item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.footer-soc p {
		font-size: 14px;
	}
}



@media (max-width: 575px) {
	body {
		font-size: 13px;
	}
	.main-news-covid__item-stats strong {
		font-size: 21px;
		top: 2px;
	}
	.main-news-covid__item-stats__graph {
		height: 20px;
	}
	.main-news-first__img, .last-video__item, .section-3-main-news .main-news-first-half .main-news-first__img,
	.main-news-others__img, .all-news__img,
	.section-2 .main-news-others-col-2 .main-news-others__img,
	.main-news-others-col-4 .main-news-others__item .main-news-others__img {
    height: 250px;
	}
	.main-news-first__cat a {
		font-size: 11px;
	}
	.main-news-first h3,
	.last-video__info h3 {
		font-size: 16px;
	}
	.main-news-others__item,
	.main-news-others-col-2 .main-news-others__item,
	.section-3-main-news .main-news-first-half,
	.main-news-others-col-4 .main-news-others__item,
	.all-news article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
	}
	.section-2 {
		margin-bottom: 30px;
	}
	.section-3-main-news {
		flex-wrap: wrap;
	}
	.page-header h1,
	.section-heading h2 {
		font-size: 18px;
	}
	.single-news-title {
		font-size: 18px;
	}
	.comments-title, .comment-reply-title {
		font-size: 16px;
	}
}


@media (max-width: 480px) {
	.menu-toggled button {
		width: 32px;
		height: 32px;
	}
	.main-news-covid__item {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.main-news-first__img, .last-video__item, .section-3-main-news .main-news-first-half .main-news-first__img, .main-news-others__img, .all-news__img, .section-2 .main-news-others-col-2 .main-news-others__img, .main-news-others-col-4 .main-news-others__item .main-news-others__img {
    height: 220px;
	}
	.post-navigation .nav-previous .nav-title, .post-navigation .nav-next .nav-title {
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.main-news-first__img, .last-video__item, .section-3-main-news .main-news-first-half .main-news-first__img, .main-news-others__img, .all-news__img, .section-2 .main-news-others-col-2 .main-news-others__img, .main-news-others-col-4 .main-news-others__item .main-news-others__img {
    height: 200px;
	}
}