/*!
Theme Name: Bobrynets
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: bobrynets
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.

Bobrynets 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/
*/

@font-face {
    font-family: 'Kurale Regular';
    src: url('fonts/Kurale-Regular.eot');
    src: url('fonts/Kurale-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Kurale-Regular.woff') format('woff'),
    url('fonts/Kurale-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');


:root {
	--main-color: #03B6F2;
	--text-color: #323232;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: var(--text-color);
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 18px;
}
p, ul, ol, blockquote, .wp-caption, .gallery {
	margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, .gallery:last-child {
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 13px 20px;
	width: 100%;
	background: #E6E6E6;
	border-radius: 5px;
	outline: none;
	border: none;
}
textarea {
	height: 165px;
}



.btn {
  padding: 9.5px 20px;
  font-size: 16px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn-primary {
	position: relative;
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: transparent;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: transparent;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
.btn-primary:before {
	content: '';
	background-color: var(--main-color);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: skew(-15deg);
	z-index: -1;
	transition: .25s;
}
.btn-primary:hover:before {
	background-color: var(--text-color);
}

.gsInformer {
	width: 100% !important;
	margin-bottom: 10px
}
.gsInformer:last-child {
	margin-bottom: 0
}

.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	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;
}


.wrapper {
	position: relative;
	top: 0;
	z-index: 1;
}

.header {
	position: relative;
	padding: 25px 0;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	z-index: 1;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	position: relative;
	margin-right: 20px;
}
.header-date {
	margin-bottom: 0;
	line-height: 1;
}
.header-logo h1 {
	font-family: 'Kurale Regular';
	font-size: 58px;
	color: var(--main-color);
	text-transform: uppercase;
	line-height: 1;
}
.header-logo h1 a {
	color: var(--main-color);
}
.main-menu {
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	margin-right: 40px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-menu > li.current-menu-item > a,
.main-menu > li:hover > a {
	color: var(--main-color);
}
.main-menu > li.menu-item-has-children > a {
	padding-right: 22px;
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--text-color);
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    width: 20px;
    height: 20px;
    transition: .25s;
}
.main-menu > li.menu-item-has-children:hover > a:after {
	background-color: var(--main-color);
	transform: rotate(180deg);
}
.main-menu > li.menu-item-has-children > ul {
	margin: 0;
    padding: 10px 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 99;
    width: 220px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    display: none;
}
.main-menu > li.menu-item-has-children:hover > ul {
	display: block;
}
.main-menu ul li {
	position: relative;
	margin-bottom: 5px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	display: block;
	padding: 2px 15px;
}
.main-menu ul li a:hover {
	color: var(--main-color);
}



.page-wrapper {
	position: relative;
	padding-top: 40px;
	padding-bottom: 60px;
}



.main-block {
	position: relative;
}
.main-block-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-block-left {
	flex: 0 0 20%;
	max-width: 20%;
}
.main-block-center {
	flex: 0 0 calc(50% - 40px);
	max-width: calc(50% - 40px);
}
.main-block-right {
	flex: 0 0 30%;
	max-width: 30%;
}



.widget {
	position: relative;
	margin-bottom: 30px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	z-index: 1;
}
.widget-title:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--text-color);
	position: absolute;
	top: calc(50%);
	left: 0;
	z-index: -1;
}
.widget-title span {
	position: relative;
    display: inline-block;
    color: #fff;
    z-index: 1;
    font-size: 21px;
    text-transform: uppercase;
    padding: 11px 20px;
}
.widget-title span:before {
	content: '';
	background-color: var(--main-color);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: skew(-15deg);
	z-index: -1;
}





.last-news-items,
.wpra-item-list {
	position: relative;
	padding: 0;
	margin: 0;
	list-style:none;
}
.last-news-item,
.wpra-item-list {
	position: relative;
	margin-bottom: 20px;
}
.last-news-item:last-child,
.wpra-item-list:last-child {
	margin-bottom: 0;
}
.last-news-item__meta {
	position: relative;
	margin-bottom: 2px;
	display: flex;
	font-size: 14px;
	align-items: center;
}
.last-news-item__date {
	margin-right: 20px;
	margin-bottom: 0;
}
.last-news-item__view {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
.last-news-item__view:before {
	content: '';
	-webkit-mask-image: url(images/eye.svg);
    mask-image: url(images/eye.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--main-color);
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    z-index: 1;
}
.last-news-item__title,
.wpra-item-list a {
	font-size: 18px;
	font-weight: 600;
}
.last-news-item__title:hover a,
.wpra-item-list a:hover {
	color: var(--main-color);
}


.main-block-logo {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}


.main-news-items {
	position: relative;
}
.main-news-item {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 10px;
	min-height: 365px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}
.popular-news-items .main-news-item {
	height: 100%;
	max-height: 588px;
}
.photoVideo-item-big .main-news-item {
	min-height: 350px;
}
.main-news-item:last-child {
	margin-bottom: 0;
}
.main-news-item__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.main-news-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.main-news-item:hover .main-news-item__image img {
	transform: scale(1.05);
}
.main-news-item__image:after {
	content: '';
	background-color: rgba(0,0,0,.15);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.main-news-item__videoIcon {
	background: url(images/video.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 42px;
	height: 42px;
	top: 30px;
	right: 30px;
	z-index: 3;
}
.main-news-item__info {
	position: relative;
	padding: 30px 40px;
	color: #fff;
	z-index: 1;
}
.main-news-item__title {
	font-size: 24px;
	margin-bottom: 10px;
}
.main-news-item__meta {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	font-size: 14px;
	align-items: center;
}
.main-news-item__date {
	margin-right: 20px;
	margin-bottom: 0;
}
.main-news-item__view {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
.main-news-item__view:before {
	content: '';
	-webkit-mask-image: url(images/eye.svg);
    mask-image: url(images/eye.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    z-index: 1;
}



.meteo-informer,
#minfin-informer-m1Fn-currency iframe {
	width: 100% !important;
}





.last-newsImage-items {
	position: relative;
}
.last-newsImage-item {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.last-newsImage-item__image {
	position: relative;
	flex: 0 0 112px;
	max-width: 112px;
	height: 112px;
	border-radius: 10px;
	overflow: hidden;
}
.last-newsImage-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.last-newsImage-item__videoIcon {
	background: url(images/video.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 10px;
	right: 10px;
	z-index: 3;
}
.last-newsImage-item__info {
	flex: auto;
	max-width: 100%;
	margin-left: 12px;
}
.last-newsImage-item__meta {
	position: relative;
	margin-bottom: 2px;
	display: flex;
	font-size: 14px;
	align-items: center;
}
.last-newsImage-item__date {
	margin-right: 20px;
	margin-bottom: 0;
}
.last-newsImage-item__view {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
.last-newsImage-item__view:before {
	content: '';
	-webkit-mask-image: url(images/eye.svg);
    mask-image: url(images/eye.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--main-color);
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    z-index: 1;
}
.last-newsImage-item__title {
	font-size: 18px;
}
.last-newsImage-item__title:hover a {
	color: var(--main-color);
}



.banner {
	position: relative;
}
.banner-1 {
	margin-top: 60px;
}
.banner-2 {
	margin-bottom: 30px;
}


.popular-news {
	margin-top: 60px;
}
.popular-news-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popular-news-item-1 {
	flex: 0 0 36%;
	max-width: 36%;
}
.popular-news-item-2 {
	flex: 0 0 calc(28% - 40px);
	max-width: calc(28% - 40px);
}
.popular-news-item-3 {
	flex: 0 0 36%;
	max-width: 36%;
}



.news-items {
	position: relative;
	margin-bottom: -30px;
}
.news-item-wrap {
	position: relative;
	margin-bottom: 30px;
}
.news-item {
	position: relative;
	margin-bottom: 30px;
}
.news-item:last-child {
	margin-bottom: 0;
}
.news-item__image {
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.popular-news-items .news-item__image,
.photoVideo-item .news-item__image {
	height: 200px;
}
.news-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-item__videoIcon {
	background: url(images/video.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 42px;
	height: 42px;
	top: 20px;
	right: 20px;
	z-index: 3;
}
.news-item__meta {
	position: relative;
	margin-bottom: 5px;
	display: flex;
	font-size: 14px;
	align-items: center;
}
.news-item__date {
	margin-right: 20px;
	margin-bottom: 0;
}
.news-item__view {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
.news-item__view:before {
	content: '';
	-webkit-mask-image: url(images/eye.svg);
    mask-image: url(images/eye.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--main-color);
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    z-index: 1;
}
.news-item__title {
	font-size: 18px;
}
.news-item__title:hover a {
	color: var(--main-color);
}



.popular-news-btn {
	position: relative;
	margin-top: 30px;
	text-align: right;
}



.photoVideo {
	position: relative;
	margin-top: 30px;
}
.photoVideo-items {
	display: flex;
	flex-wrap: wrap;
}
.photoVideo-item {
	flex: 0 0 calc((100% / 4) - (3 * 30px / 4));
	max-width: calc((100% / 4) - (3 * 30px / 4));
	margin: 0 30px 30px 0;
}
.photoVideo-item-big {
	flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
	max-width: calc((100% / 2) - (1 * 30px / 2));
}
.photoVideo-item:last-child,
.photoVideo-item-big:nth-child(2n) {
	margin-right: 0;
}


.photoVideo-btn {
	position: relative;
	text-align: right;
}









.footer {
	position: relative;
	background: #383838;
	padding: 56px 0;
	z-index: 1;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
}
.footer-widget {
	position: relative;
}
.footer-logo {
	font-family: 'Kurale Regular';
	font-size: 58px;
	color: var(--main-color);
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 600;
}
.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	position: relative;
	margin-right: 30px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	width: 24px;
	height: 24px;
	display: block;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
    transition: .25s;
}
.soc-links li a:hover {
	background-color: var(--main-color);
}
.soc-links li.facebook a {
	-webkit-mask-image: url(images/facebook.svg);
    mask-image: url(images/facebook.svg);
}
.soc-links li.viber a {
	-webkit-mask-image: url(images/viber.svg);
    mask-image: url(images/viber.svg);
}
.soc-links li.telegram a {
	-webkit-mask-image: url(images/telegram.svg);
    mask-image: url(images/telegram.svg);
}
.soc-links li.instagram a {
	-webkit-mask-image: url(images/instagram.svg);
    mask-image: url(images/instagram.svg);
}

.footer-widget-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.footer-menu {
	margin: 0;
	padding-left: 20px;
}
.footer-menu li {
	margin-bottom: 5px;
	color: #fff;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: #fff;
	font-weight: 600;
}
.footer-menu li a:hover {
	color: var(--main-color);
}


.contacts-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.contacts-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #fff;
}
.contacts-list li:last-child {
	margin-bottom: 0;
}
.contacts-list li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	left: 0;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
}
.contacts-list li.phone:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.contacts-list li.mail:before {
	-webkit-mask-image: url(images/email.svg);
    mask-image: url(images/email.svg);
}
.contacts-list li.address:before {
	-webkit-mask-image: url(images/pin.svg);
    mask-image: url(images/pin.svg);
}
.contacts-list li a {
	color: #fff;
}
.contacts-list li a:hover {
	color: var(--main-color);
}


.footer-bottom {
	position: relative;
	color: #fff;
	background-color: var(--main-color);
	font-size: 14px;
	padding: 10px 0;
}
.footer-bottom a {
	color: #fff;
}
.footer-bottom a:hover {
	opacity: .8;
}




.page-header {
	position: relative;
	margin-bottom: 40px;
}
.page-title {
	color: var(--main-color);
	text-transform: uppercase;
	margin-bottom: 5px;
}



.navigation.pagination {
	position: relative;
	display: block;
	margin-top: 40px;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers {
	position: relative;
	margin-right: 5px;
	font-size: 16px;
	padding: 4px 10px;
	border-radius: 5px;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	color: #fff;
	background-color: var(--main-color);
}


.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_categories ul li {
	position: relative;
}
.widget_categories ul li.cat-item-1 {
	display: none !important;
}
.widget_categories ul li a {
	border-bottom: 1px solid #ADADAD;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 0;
}
.widget_categories ul li:last-child a {
	border-bottom: none;
}
.widget_categories ul li a:hover,
.widget_categories ul li.current-cat a {
	color: var(--main-color);
}




.news-single-image {
	position: relative;
	margin-bottom: 15px;
}
.news-single-meta {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	font-size: 14px;
	align-items: center;
}
.news-single-date {
	margin-right: 20px;
	margin-bottom: 0;
}
.news-single-view {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
.news-single-view:before {
	content: '';
	-webkit-mask-image: url(images/eye.svg);
  mask-image: url(images/eye.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  z-index: 1;
}
.news-single-title {
	margin-bottom: 15px;
	font-size: 32px;
}
.news-single-excerpt {
	margin-bottom: 15px;
	font-weight: 600;
}
.news-single-content {
	position: relative;
}
.news-single-content iframe {
	max-width: 100%;
}



.comments-area {
	position: relative;
	padding-top: 60px;
}
.comment-form-comment br,
.comment-form-comment label {
	display: none;
}
.comment-form-author {
	width: calc(50% - 15px);
	float: left;
}
.comment-form-email {
	width: calc(50% - 15px);
	float: right;
}
.comment-form-cookies-consent {
	clear: both;
}



.comment-list {
	padding: 0;
	list-style: none;
	margin-bottom: 60px;
}
.comment-list li {
	position: relative;
	background: #EEEEEE;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.comment-list li:last-child {
	margin-bottom: 0;
}
.comment-body {
	position: relative;
	padding-left: 80px;
}
.comment-meta {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-weight: 600;
}
.comment-author {
	margin-right: 15px;
}
.comment-author img {
	position: absolute;
	left: 0px;
	top: 0;
	width: 60px;
  height: 60px;
  border-radius: 50%;
}
.comment-author b.fn {
	font-weight: 600;
}
.comment-author .says {
	display: none;
}
.error-404-number {
	font-size: 220px;
	text-transform: uppercase;
	line-height: 1;
	color: var(--main-color);
	font-weight: 600;
	text-align: center;
}








.last-comments {
	position: relative;
	padding-top: 30px;
}





.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 56px;
	max-width: 56px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--text-color);
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--main-color);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: #fff;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--text-color);
}



.widget-info-block_wrap {
	background-color: #fff;
	border: 3px double var(--main-color);
	padding: 20px;
}








@media (max-width: 1399px) {
	h1 {
		font-size: 32px;
	}
	h2,
	.news-single-title {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.header-logo h1,
	.footer-logo {
		font-size: 48px;
	}
	.main-menu > li {
		margin-right: 30px;
	}

	.widget-title span {
		font-size: 18px;
	}
	.last-news-item__title,
	.last-newsImage-item__title,
	.news-item__title,
	.widget_categories ul li a,
	.wpra-item-list a{
    font-size: 16px;
	}
	.main-news-item {
		min-height: 300px;
	}
	.main-news-item__title {
    font-size: 21px;
  }
  .main-news-item__info {
  	padding: 20px 30px;
  }
  .last-newsImage-item__image {
    flex: 0 0 90px;
    max-width: 90px;
    height: 90px;
  }
  .popular-news-items .news-item__image, .photoVideo-item .news-item__image {
    height: 180px;
	}
	.photoVideo-item-big .main-news-item {
    min-height: 320px;
	}
	.news-item__image {
		height: 220px;
	}
}




@media (max-width: 1199px) {
	body {
		font-size: 15px;
	}
	.header {
		padding: 15px 0;
	}
	.header-logo h1, .footer-logo {
    font-size: 34px;
	}
	.main-menu > li {
    margin-right: 25px;
	}
	.main-block-left {
    flex: 0 0 24%;
    max-width: 24%;
	}
	.main-block-center {
    flex: 0 0 calc(46% - 40px);
    max-width: calc(46% - 40px);
	}
	.widget {
		margin-bottom: 20px;
	}
	.widget-title {
		margin-bottom: 10px;
	}
	.widget-title span {
    font-size: 16px;
    padding: 9px 15px;
	}
	.last-newsImage-item__image {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
	}
	.popular-news-items .news-item__image, .photoVideo-item .news-item__image {
    height: 150px;
	}

	.comment-author img {
		width: 48px;
		height: 48px;
	}
	.comment-body {
		padding-left: 64px;
	}

	.footer-widget-title {
    font-size: 16px;
  }
  .news-item__image {
    height: 180px;
	}
	.error-404-number {
		font-size: 180px;
	}
	.main-block-logo {
		margin-bottom: 20px;
	}
}




@media (max-width: 991px) {
	h1 {
		font-size: 28px;
	}
	h2,
	.news-single-title {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.header {
		position: sticky;
		top: 0;
		z-index: 99;
	}
	.header-logo {
		margin-right: 0;
	}
	.main-menu {
		margin: 0;
		display: block;
		max-width: 100%;
		flex: auto;
	}
	.main-menu > li {
		margin-right: 0;
		border-bottom: 1px solid #f5f5f5;
	}
	.main-menu > li:last-child {
		border-bottom: none;
	}
	.main-menu > li.menu-item-has-children.active > a {
		color: var(--main-color);
	}
	.main-menu > li.menu-item-has-children > a:after {
		top: 11px;
	}
	.main-menu > li.menu-item-has-children:hover > a:after {
		transform: rotate(0deg);
	}
	.main-menu > li.menu-item-has-children.active > a:after {
    background-color: var(--main-color);
    transform: rotate(180deg);
	}
	.main-menu > li.menu-item-has-children:hover > ul {
		display: none;
	}
	.main-menu > li.menu-item-has-children > ul {
		position: relative;
		left: 0;
		width: 100%;
		box-shadow: none;
		padding-top: 0;
	}
	.main-menu > li.menu-item-has-children.active > ul {
		display: block;
	}
	.main-menu ul li a {
		padding: 5px 15px;
	}

	.main-block-inner {
		flex-wrap: wrap;
	}
	.main-block-center {
		flex: 0 0 calc(65% - 15px);
		max-width: calc(65% - 15px);
		order: 1;
	}
	.main-block-left {
		flex: 0 0 calc(35% - 15px);
		max-width: calc(35% - 15px);
		order: 2;
	}
	.main-block-right {
		flex: 0 0 100%;
		max-width: 100%;
		order: 3;
		margin-top: 30px;
	}

	.popular-news-items {
		flex-wrap: wrap;
	}
	.popular-news-item-1 {
		flex: 0 0 calc(60% - 15px);
		max-width: calc(60% - 15px);
	}
	.popular-news-item-2 {
    flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
	}
	.popular-news-item-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
	}
	.banner-2 {
		margin-bottom: 0;
	}
	.photoVideo-item {
    flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
    max-width: calc((100% / 2) - (1 * 30px / 2));
  }
  .photoVideo-item:nth-child(2n) {
  	margin-right: 0;
  }
  .footer-inner {
  	flex-wrap: wrap;
  }
  .footer-left {
  	flex: 0 0 100%;
  	max-width: 100%;
  	margin-bottom: 20px;
  	text-align: center;
  }
  .page-wrapper {
  	padding-top: 25px;
  }
  .page-header {
  	margin-bottom: 25px;
  }
  .sidebar-news {
  	margin-top: 40px;
  }
}



@media (max-width: 767px) {
	.main-news-item {
    min-height: 340px;
	}
	.main-block-center {
    flex: 0 0 calc(60% - 10px);
    max-width: calc(60% - 10px);
  }
  .main-block-left {
    flex: 0 0 calc(40% - 10px);
    max-width: calc(40% - 10px);
  }
  .main-news-item__title {
    font-size: 18px;
	}
	.last-news-item__title, .last-newsImage-item__title, .news-item__title, .widget_categories ul li a,
	.wpra-item-list a {
    font-size: 15px;
	}
	.popular-news-item-1 {
    flex: 0 0 calc(60% - 10px);
    max-width: calc(60% - 10px);
	}
	.popular-news-item-2 {
    flex: 0 0 calc(40% - 10px);
    max-width: calc(40% - 10px);
	}
	.popular-news-btn {
		margin-top: 10px;
	}
	.photoVideo-item-big {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.error-404-number {
    font-size: 140px;
	}	
}




@media (max-width: 575px) {
	.main-block-center {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.main-news-item {
    min-height: 300px;
	}
	.main-block-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
	}
	.banner-1 {
    margin-top: 40px;
	}
	.popular-news-item-1 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
	}
	.popular-news-item-2 {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.photoVideo-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
	}
	.popular-news-items .news-item__image, .photoVideo-item .news-item__image, .news-item__image {
    height: 200px;
	}
	.footer-widget {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.last-news-item__title, .last-newsImage-item__title, .news-item__title, .widget_categories ul li a, .wpra-item-list a {
    font-size: 16px;
	}
}



@media (max-width: 399px) {
	.header-logo h1, .footer-logo {
    font-size: 28px;
	}
}