/*!
Theme Name: Svoboda
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: svoboda
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.

Svoboda 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:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Exo 2', sans-serif;
	color: #3C3B3B;
}
a, a:hover {
	text-decoration: none;
	color: #3C3B3B;
	transition: .25s;
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}

#post-104064 img {
	width:300px!important;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	line-height: 1.2;
}
p, ol, ul, blockquote, .gallery, .wp-caption {
	margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ol:last-child, ul:last-child, blockquote:last-child, .gallery:last-child, .wp-caption:last-child {
	margin-bottom: 0;
}

.form-field {
	position: relative;
	margin-bottom: 20px;
}
.form-field label {
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border-radius: 0;
  width: 100%;
  border: 2px solid #E2F2FF;
  padding: 7.5px 10px;
  outline: none;
}
textarea {
	height: 140px;
}
input[type="submit"] {
  display: inline-block;
  background: #20608c;
  color: #fff;
  border: none;
  outline: none !important;
  padding: 9.5px 20px;
  transition: .25s;
}
input[type="submit"]:hover {
	background: #3897b5;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	text-align: center;
}


blockquote {
	position: relative;
	border: 1px solid #CCCACA;
	font-style: italic;
	padding: 35px 45px;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	z-index: 1;
}
blockquote:before {
	content: '';
  position: absolute;
  width: 200px;
  height: 10px;
  background: #fff;
  top: -5px;
  left: calc(50% - 100px);
  z-index: 2;
}
blockquote:after {
	content: '“';
	font-style: italic;
  font-size: 128px;
  line-height: 88px;
  color: #818181;
  position: absolute;
  height: 34px;
  width: 48px;
  text-align: center;
  left: calc(50% - 24px);
  top: -17px;
  z-index: 3;
}



.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;
}
.topBar {
	position: relative;
	background: #DCF6FD;
	color: #134364;
	padding: 10px 0;
	z-index: 1;
}
.topBar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topBar-today {
	display: flex;
	align-items: center;
}
.topBar-today span {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	padding-left: 28px;
}
.topBar-today span:last-child {
	margin-right: 0;
}
.topBar-today span:before {
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	z-index: 1;
}
.topBar-today span.topBar-date:before {
	background-image: url(images/calendar.svg);
}
.topBar-today span.topBar-time:before {
	background-image: url(images/clock.svg);
}
.top-menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.top-menu li {
	margin-right: 25px;
}
.top-menu li:last-child {
	margin-right: 0;
}
.top-menu li a {
	color: #134364;
	text-transform: uppercase;
}
.top-menu li a:hover {
	color: #3897B5;
}


.header {
	position: relative;
	padding: 22px 0;
	z-index: 1;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-widget {
	position: relative;
	flex: 0 0 280px;
	max-width: 280px;
	min-height: 115px;
	border: 1px solid #CCCACA;
	padding: 0 20px 10px;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-widget:before {
	content: '';
	background: #fff;
	width: calc(100% - 36px);
	height: 4px;
	position: absolute;
	left: 18px;
	top: -2px;
	z-index: 1;
}
.header-widget-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -12px;
	margin-bottom: 5px;
	z-index: 2;
}
.reportNews-widget .header-widget-info {
	flex-direction: column;
	justify-content: flex-start;
}
.subscribe-widget-image {
	flex: 0 0 75px;
	max-width: 75px;
	margin-left: 15px;
}
.header-widget-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-widget-buttons a {
	flex: 0 0 calc(60% - 5px); /* 50% */
	max-width: calc(60% - 5px); /* 50% */
	display: inline-block;
	padding: 4px 15px;
	text-align: center;
	color: #fff;
}
.header-widget-buttons a:first-child {
	background: #5488AC;
}
.header-widget-buttons a:last-child {
	background: #20608C;
}
.header-widget-buttons a:hover {
	background: #3485BD !important;
}

.socLink-label {
	background: #3485BD;
  width: calc(100% - 24px);
  margin: -15px auto 29px;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 4px 15px;
  text-align: center;
}

.socLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.header-widget .socLinks {
	justify-content: center;
}
.socLinks li {
	position: relative;
	margin-right: 10px;
}
.socLinks li:last-child {
	margin-right: 0;
}
.socLinks li a svg {
	width: 36px;
	height: 36px;
}
.socLinks li a:hover {
	opacity: .65;
}




.socLinksNews {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.socLinksNews li {
	flex: auto;
	max-width: 100%;
}
.socLinksNews li a {
	display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px;
  transition: .25s;
}
.socLinksNews li a:after {
	content: '';
	flex: 0 0 30px;
	max-width: 30px;
	height: 30px;
	margin-left: 5px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.socLinksNews li a:hover {
	opacity: .65;
}
.socLinksNews li.facebook a {
	background: #3B5998;
	color: #ffffff;
}
.socLinksNews li.telegram a {
	background: #039BE5;
	color: #ffffff;
}
.socLinksNews li.viber a {
	background: #6F3FAA;
	color: #ffffff;
}
.socLinksNews li.facebook a:after {
	background-image: url(images/facebook.svg);
}
.socLinksNews li.telegram a:after {
	background-image: url(images/telegram.svg);
}
.socLinksNews li.viber a:after {
	background-image: url(images/viber.svg);
}




.main-navigation {
	position: sticky;
	background: #3897B5;
	color: #fff;
	top: 0;
	z-index: 99;
}
.main-navigation-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	margin-right: 50px;
}
.main-menu li.menu-item-has-children {
	padding-right: 16px;
}
.main-menu > li:last-child {
	margin-right: 0px;
}
.main-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	height: 56px;
}
.main-menu > li:hover > a {
	color: #DCF6FD;
}
.main-menu > li > i {
	display: block;
  -webkit-mask-image: url(images/down-arrow.svg);
  mask-image: url(images/down-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: calc(50% - (7px / 2));
  transition: .25s;
  z-index: 1;
}
.main-menu > li:hover > i {
	transform: rotate(180deg);
}
.main-menu ul {
	display: none;
	position: absolute;
  background: #FFFFFF;
  border: 1px solid #CCCACA;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  top: 100%;
  left: -15px;
  width: 260px;
  z-index: 99;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li a {
	display: block;
	padding: 5px 0px;
	font-weight: 500;
	font-size: 16px;
	border-bottom: 1px solid #D9D9D9;
}
.main-menu ul li:last-child a {
	border-bottom: none;
}
.main-menu ul li a:hover {
	color: #20608C;
}

.header-search {
	flex: 0 0 280px;
	max-width: 280px;
}
.searchform {
	position: relative;
	width: 100%;
}
.searchform:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(images/search.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	z-index: 1;
}
.searchform input {
	color: #fff;
	background: none;
	border: none;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	outline: none;
	font-size: 16px;
	padding: 2px 0 2px 28px;
}
.searchform input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.searchform input:-ms-input-placeholder {
  color: #ffffff;
}
.searchform input::-ms-input-placeholder {
  color: #ffffff;
}





.page-wrapper {
	position: relative;
	padding: 15px 0 50px;
}
#breadcrumbs {
	position: relative;
	margin-bottom: 35px;
	font-weight: 300;
}
#breadcrumbs:last-child {
	margin-bottom: 0;
}
.heading {
	position: relative;
	padding: 15px 0;
	margin-bottom: 25px;
	border-top: 1px solid #E2F2FF;
	border-bottom: 1px solid #E2F2FF;
	z-index: 1;
}
*:first-child > .heading {
	padding-top: 0;
	border-top: none;
}
.heading h1,
.heading h2 {
	position: relative;
	display: inline;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 8px;
	z-index: 1;
}


.heading h1:before,
.heading h2:before {
	content: '';
	width: 30px;
	height: 30px;
	background: #C7F0FD;
	position: absolute;
	top: -4px;
	left: 0;
	z-index: -1;
}


.heading h1:after,
.heading h2:after {
	content: '';
	width: 5px;
	height: 5px;
	background: #C7F0FD;
	position: absolute;
	top: -4px;
	left: 32px;
	z-index: -1;
}

.page-header .heading h1 {
	text-transform: none;
	font-size: 40px;
}


.news-items {
	position: relative;
	margin-bottom: -35px;
}
.news-item {
	position: relative;
	margin-bottom: 35px;
}
.news-item__image {
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.news-item__image a:hover img {
	transform: scale(1.05);
}
.news-item__cat {
  background: rgba(60, 59, 59, 0.77);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 12px;
}
.news-item__meta {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.news-item__meta p {
	position: relative;
	margin-bottom: 0;
	margin-right: 15px;
	line-height: 1.05;
	color: #818181;
	font-weight: 300;
	padding-left: 21px;
}
.news-item__meta p:last-child {
	margin-right: 0;
}
.news-item__meta p:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #3897B5;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  z-index: 1;
}
.news-item__meta p.news-item__date:before {
	-webkit-mask-image: url(images/clarity_date-line.svg);
  mask-image: url(images/clarity_date-line.svg);
}
.news-item__meta p.news-item__author:before {
	-webkit-mask-image: url(images/portrait.svg);
  mask-image: url(images/portrait.svg);
}
.news-item__meta p.news-item__view:before {
	-webkit-mask-image: url(images/view.svg);
  mask-image: url(images/view.svg);
}
.news-item__meta p a {
	color: #818181;
}
.news-item__meta p a:hover {
	color: #3897B5;
}
.news-item__title {
	font-size: 16px;
	font-weight: 600;
}
.news-item__title a:hover {
	color: #3897B5;
}


.bliss_loadmore {
  position: relative;
  text-align: center;
  display: block;
  margin: auto;
  width: max-content;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 30px;
  height: inherit;
  border-radius: 0;
  line-height: 1.5;
  transition: .25s;
  z-index: 9;
}
.bliss_loadmore:hover {
	background: #20608C !important;
}
.loading-img {
	text-align: center;
}



.widget-area {
	position: relative;
	height: calc(100% - 30px);
	margin: 15px 0;
	border-left: 1px solid #E2F2FF;
	padding-left: 20px;
}
.widget {
	position: relative;
	margin-bottom: 40px;
}
.widget:last-child {
	margin-bottom: 0;
}
.calendar_wrap {
	display: flex;
	flex-direction: column;
}
.wp-calendar-title {
	position: relative;
	margin-bottom: 10px;
	order: 2;
	font-size: 16px;
	text-align: center;
	color: #20608C;
	font-weight: 600;
}
.calendar_wrap table {
	width: 100%;
	order: 3;
}
.calendar_wrap table th,
.calendar_wrap table td {
	padding: 2px 5px;
	text-align: center;
}
.calendar_wrap table td#today {
	background: #20608C;
	color: #fff;
}
.calendar_wrap table td#today a {
	color: #fff;
}
.calendar_wrap table td a {
	text-decoration: underline;
}
.calendar_wrap table td a:hover {
	color: #20608C;	
}
.wp-calendar-nav {
	order: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 300;
}
.wp-calendar-nav a:hover {
	color: #20608C;	
}



.newsSmall-items {
	position: relative;
}
.newsSmall-item {
	position: relative;
	margin-bottom: 15px;
	display: flex;
}
.newsSmall-item:last-child {
	margin-bottom: 0;
}
.newsSmall-item__date {
	display: block;
	margin-top: 20px;
	color: #20608C;
	font-size: 16px;
	font-weight: 600;
}
.newsSmall-item__date:first-child {
	margin-top: 0;
}
.newsSmall-item__image {
	position: relative;
	flex: 0 0 120px;
	max-width: 120px;
	height: 90px;
	margin-right: 15px;
	overflow: hidden;
}
.newsSmall-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.newsSmall-item__info {
	flex: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.newsSmall-item__title {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;	
}
.newsSmall-item__title a:hover {
	color: #3897B5;
}
.newsSmall-item__time {
	position: relative;
	padding-left: 20px;
	color: #818181;
}
.newsSmall-item__time:before {
	content: '';
	-webkit-mask-image: url(images/clock.svg);
  mask-image: url(images/clock.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #818181;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: calc(50% - (15px / 2));
  z-index: 1;
}
.newsSmall-btn {
	text-align: center;
	margin-top: 20px;
}
.newsSmall-btn a {
  display: inline-block;
  background: #20608c;
  color: #fff;
  border: none;
  outline: none !important;
  padding: 9.5px 20px;
  transition: .25s;
}
.newsSmall-btn a:hover {
	background: #3897b5;
}


.news-block {
	position: relative;
	margin-bottom: 35px;
}
.news-block:last-child {
	margin-bottom: 0;
}
.main-news-block {
	margin-top: 15px;
}




.footer {
	position: relative;
	background: #134364;
	color: #fff;
	padding: 50px 0;
	font-size: 16px;
	z-index: 1;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	opacity: .65;
}
.footer-logo {
	text-align: center;
	margin-bottom: 30px;
}
.footer-content {
	position: relative;
	margin-bottom: 30px;
}
.footer-content:last-child {
	margin-bottom: 0;
}
.footer .socLinks {
	justify-content: center;
}



.footer-bottom {
	position: relative;
	background: #039BE5;
	color: #fff;
	padding: 8px 0;
	font-weight: 300;
	z-index: 1;
}
.footer-bottom a {
	color: #fff;
	text-decoration: underline;
}
.footer-bottom a:hover {
	opacity: .65;
}







.pidzagolovok { 
	font-size: 1.3rem;
    margin-bottom: 30px!important;
}

.newsSingle-meta {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.newsSingle-meta p {
	position: relative;
	margin-bottom: 0;
	margin-right: 20px;
	line-height: 1.05;
	color: #818181;
	font-weight: 500;
	padding-left: 21px;
}
.newsSingle-meta p:last-child {
	margin-right: 0;
}
.newsSingle-meta p:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #3897B5;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  z-index: 1;
}
.newsSingle-meta p.newsSingle-date:before {
	-webkit-mask-image: url(images/clarity_date-line.svg);
  mask-image: url(images/clarity_date-line.svg);
}
.newsSingle-meta p.newsSingle-author:before {
	-webkit-mask-image: url(images/portrait.svg);
  mask-image: url(images/portrait.svg);
}
.newsSingle-meta p.newsSingle-view:before {
	-webkit-mask-image: url(images/view.svg);
  mask-image: url(images/view.svg);
}
.newsSingle-meta p.newsSingle-cat:before {
	-webkit-mask-image: url(images/cat.svg);
  mask-image: url(images/cat.svg);
}
.newsSingle-meta p a {
	color: #818181;
}
.newsSingle-meta p a:hover {
	color: #3897B5;
}
.newsSingle-image {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.newsSingle-image img {
	max-height: 560px;
}

.newsSingle-share {
	display: flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	position: relative;
	background: #E2F2FF;
	margin-bottom: 15px;
	padding: 7px 15px;
	height: max-content;
}
.newsSingle-share span {
	font-size: 16px;
	font-weight: 600;
	color: #134364;
	margin-right: 18px;
}
.newsSingle-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.newsSingle-share ul li {
	margin-right: 15px;
}
.newsSingle-share ul li:last-child {
	margin-right: 0;
}
.newsSingle-share ul li a svg {
	width: 30px;
}
.newsSingle-share ul li a:hover {
	opacity: .65;
}


.pageSingle-content {
	position: relative;
	margin-bottom: 35px;
}
.pageSingle-content h1 {
	font-size: 28px;
}
.pageSingle-content h2 {
	font-size: 24px;
}
.pageSingle-content h3 {
	font-size: 21px;
}
.pageSingle-content h4 {
	font-size: 18px;
}
.pageSingle-content h5 {
	font-size: 16px;
}
.pageSingle-content h6 {
	font-size: 15px;
}
.pageSingle-content iframe {
	max-width: 100%;
}
.pageSingle-content a {
	text-decoration: underline;
	color: #134364;
}
.pageSingle-content a:hover {
	text-decoration: none;
}


.pageSingle-bottom {
	position: relative;
	border-top: 1px solid #F0F8FF;
	border-bottom: 1px solid #F0F8FF;
	padding: 10px 0;
	margin-bottom: 30px;
}
.pageSingle-bottom p {
	margin-bottom: 0;
	color: #134364;
	font-weight: 300;
}
.pageSingle-bottom p strong {
	font-weight: 600;
}
.pageSingle-bottom p a {
	color: #134364;
}
.pageSingle-bottom p a:hover {
	color: #3897B5;
}

.newsSingle-soc {
	margin-bottom: 30px;
}




.error-404-number {
	position: relative;
	text-align: center;
	font-size: 180px;
	line-height: 1;
	font-weight: bold;
	color: #134364;
}



.pageContacts-content {
	font-size: 16px;
}
.iframe-map {
	position: relative;
}
.iframe-map iframe {
	width: 100%;
	height: 400px;
}




.pageForm-content .wpcf7 {
	max-width: 560px;
	margin: 0 auto;
}



.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 66px;
	max-width: 66px;
}
.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: #20608C;
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: #3485BD;
}


.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;
  height: 100%;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 40px;
  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: #20608C;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: #3485BD;
}




.comment-reply-title small {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	margin-left: 10px;
}
.comment-reply-title small a,
.logged-in-as a {
	color: #3897B5;;
}
.comment-reply-title small a:hover,
.logged-in-as a:hover {
	text-decoration: underline;
}
.comment-list {
	position: relative;
	margin: 0px;
	padding: 0;
	list-style: none;
}
.comment-list li {
	position: relative;
	margin-bottom: 20px;
}
.comment-list li:last-child {
	margin-bottom: 0;
}
.comment-list li article.comment-body {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #CCCACA;
	padding: 20px 25px;
}
.comment-list ol.children {
	margin-bottom: 0;
	padding: 0 0 0 30px;
	margin-top: 5px;
	list-style: none;
}
.comment-author img,
.comment-author .says {
	display: none;
}
.comment-author b.fn {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.comment-metadata {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.15;
}
.comment-metadata a {
	color: #3897B5;
}
.comment-metadata .edit-link {
	margin-left: 10px;
}
.comment-list li article.comment-body .reply {
	margin-top: 15px;
	line-height: 1.2;
}
.comment-list li article.comment-body .reply a {
	color: #3897B5;
}
.comment-list li article.comment-body .reply a:hover,
.comment-metadata a:hover {
	text-decoration: underline;
}



.comment-respond {
	position: relative;
	margin-top: 40px;
}
.comment-form {
	max-width: 480px;
	margin: auto;
}
.comment-form .form-submit {
	text-align: center;
}
.comment-form-cookies-consent label {
	display: inline;
}








@media (max-width: 1399px) {
	.heading h1, .heading h2 {
		font-size: 18px;
	}
	.page-header .heading h1 {
		text-transform: none;
		font-size: 40px;
	}

	.header-logo img,
	.footer-logo img {
		max-width: 250px;
	}
	.header-widget {
		flex: 0 0 250px;
		max-width: 250px;
		padding: 0 10px 10px;
	}
	.header-widget-buttons a {
		padding: 4px 10px;
	}
	.main-menu > li {
		margin-right: 35px;
	}
	.news-item__image {
		height: 170px;
	}
	.newsSmall-item__image {
		height: 80px;
	}
	.newsSingle-image img {
	  max-height: 480px;
	}
}



@media (max-width: 1199px) {
	.main-menu > li {
	  margin-right: 25px;
	}
	.header-search {
    flex: 0 0 160px;
    max-width: 160px;
	}
	.news-item__meta p {
		font-size: 12px;
	}
	.news-item__meta p.news-item__author {
		margin-right: 0;
	}
	.news-item__image {
    height: 150px;
	}
	.news-item__cat {
		font-size: 12px;
	}
	.newsSmall-item__image {
    height: 75px;
    flex: 0 0 100px;
    max-width: 100%;
    margin-right: 12px;
	}
	.heading {
		margin-bottom: 20px;
	}
	.footer {
		font-size: 14px;
	}
	.widget {
		margin-bottom: 30px;
	}
	.error-404-number {
		font-size: 150px;
	}
}



@media (max-width: 991px) {
	.topBar-inner {
		justify-content: center;
	}
	.header {
		position: sticky;
		top: 0;
		border-bottom: 2px solid #DCF6FD;
		z-index: 99;
		background: #fff;
		padding: 10px 0;
	}
	.header-logo img, .footer-logo img {
    max-width: 180px;
	}
	.widget-area {
		margin: 0;
		padding-left: 0;
		border-left: none;
	}
	#custom_html-2 {
		display: none;
	}
	.home .widget_widgetlastnews_widget .heading {
		border-top: none;
	}


	.main-menu {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.main-menu > li {
		margin-right: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #DCF6FD;
		width: 100%;
	}
	.main-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu li.menu-item-has-children {
    padding-right: 24px;
	}
	.main-menu > li > a {
		height: inherit;
		color: #3485BD;
		display: block;
		text-align: left;
	}
	.main-menu > li:hover > a {
		color: #20608C;
	}
	.main-menu > li > i {
		background-color: #3485BD;
    width: 24px;
    height: 24px;
    -webkit-mask-size: 16px;
    top: 1px;
    cursor: pointer;
	}
	.main-menu > li:hover > i {
		transform: rotate(0);
	}
	.main-menu li.active > i {
		transform: rotate(180deg);
	}
	.main-menu ul {
		position: relative;
    top: 0;
    left: 0;
    width: calc(100% + 24px);
    border: none;
    padding: 5px 0 5px 20px;
	}
	.main-menu li:hover > ul {
		display: none;
	}
	.main-menu li.active > ul {
		display: block;
	}

	.header-widget {
		margin: 0 auto 30px;
	}
	.header-widget:last-child {
		margin-bottom: 0;
	}

	.header-search {
    flex: 0 0 100%;
    max-width: 100%;
    background: #20608c;
    padding: 5px 15px 10px;
    margin-bottom: 30px;
	}
}


@media (max-width: 767px) {
	.page-header .heading h1 {
		text-transform: none;
		font-size: 30px;
	}

	.newsSingle-meta {
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
	.newsSingle-meta p {
		margin-bottom: 10px;
	}
}



@media (max-width: 575px) {
	
	blockquote {
		padding: 25px 30px 20px;
	}
	.topBar {
		padding: 5px 0;
	}
	.topBar-today span {
		padding-left: 22px;
	}
	.topBar-today span:before {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
	}
	.news-item__image {
    height: 180px;
	}
	.error-404-number {
    font-size: 120px;
	}

	.pageSingle-content h1 {
		font-size: 24px;
	}
	.pageSingle-content h2 {
		font-size: 20px;
	}
	.pageSingle-content h3 {
		font-size: 18px;
	}
	.pageSingle-content h4 {
		font-size: 16px;
	}
	.pageSingle-content h5 {
		font-size: 15px;
	}
	.pageSingle-content h6 {
		font-size: 14px;
	}
	
	.socLinksNews {
		flex-wrap: wrap;
		gap: 0;
	}
	.socLinksNews li {
		margin-bottom: 10px;
		flex: 0 0 100%;
	}
	.socLinksNews li:last-child {
		margin-bottom: 0;
	}
}