/*!
Theme Name: novosti_segodnya
Theme URI: http://underscores.me/
Author: WP dev.
Author URI: https://t.me/hello_wp
Description: yeah :) 2022
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: novosti_segodnya
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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



/* ubuntu-regular - latin_cyrillic */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: 
	   url('./fonts/ubuntu-v20-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('./fonts/ubuntu-v20-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-500 - latin_cyrillic */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	src:
	   url('./fonts/ubuntu-v20-latin_cyrillic-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/ubuntu-v20-latin_cyrillic-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin_cyrillic */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: 
	   url('./fonts/ubuntu-v20-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('./fonts/ubuntu-v20-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


* {
    -webkit-overflow-scrolling: touch;
}




:root{
	--primary: #0051CB;
	--secondary: #6197E8;
	--grey: #5C5557;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}
table {
  border-collapse: collapse;
}
tr, td{
	padding: 10px;
	border: 1px solid #ddd;
}
blockquote.wp-block-quote {
    padding: 10px;
    border-left: 4px solid var(--primary);
    margin: 20px 0;
    background: #eee;
}
blockquote {
    padding-left: 1.5em;
    border-left:  4px solid var(--primary);
    margin-left: 0;
	font-style: italic;
}
blockquote.wp-block-quote p {
    padding: 10px;
    margin: 0;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Ubuntu';
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: #1F1D1D;
}

p {
	margin: 0 0 20px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #E8EFF8;
}

hr {
	background-color: #E2E2E2;;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--primary);
	text-decoration: none;
}


a:hover {
	color: var(--primary);
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*gutenberg */
.alignfull > div {
    max-width: 1140px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.alignfull{
    width: 100vw;
    max-width: 100vw;
    margin-left: -webkit-calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.alignfull .wp-block-columns, .alignfull .wp-block-image {
    margin-bottom: 0;
}



/*comments*/

.post-img img {
    margin: auto;
    display: block;
    max-height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
article .content{
	font-size: 18px;
}
footer.comment-meta {
    background: none;
    color: #000;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer.comment-meta a {
    color: #000;
}
.comment-metadata > a {
    padding-right: 10px;
}
a.comment-reply-link, .form-submit input#submit {
    display: inline-block;
    background: #b02153;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.1px;
    color: #767676;
    
}
a.comment-reply-link{
    background: #8fa2e0;
    }
.comment-respond {
    margin-top: 50px;
    border-top: 1px solid #ddd;
}
.logged-in-as > a {
    color: #000;
    font-size: 20px;
}
.logged-in-as, .comment-reply-title{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.comment {
    margin: 20px 0;
}
.comment-author.vcard img.avatar {
    margin-right: 10px;
}
textarea#comment {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin: 10px 0;
    height: 100px;
    outline: 0;
}
.comment-author.vcard, .comment-metadata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
form#commentform input {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 10px;
    display: block;
    outline: 0;
}
.comment-form-cookies-consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
input#wp-comment-cookies-consent {
    margin-right: 10px;
}
.post-img {
    margin-bottom: 30px;
}
.comment-body {
    background: #f5f5f5;
    padding: 10px;
}
.cat-name:hover{
	color: var(--secondary);
}
.cat-name {
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 10px;
}
.single_meta .cat-name{
	display: block;
	margin: 0;
}
.single_meta{
	margin-top: 12px;
	margin-bottom: 24px;
}
.date_post{
	font-size: 14px;
	color: var(--grey);
	margin-right: 24px;
}
.sep {
    width: 6px;
    height: 6px;
    background: #9e9e9e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 10px;
}
.side_bar {
    background: #fff;
    padding: 12px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.side_bar_title{
	padding-bottom: 8px;
	color: var(--primary);
	border-bottom: 2px solid var(--primary);
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.side_bar ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.side_bar a{
	font-size: 14px;
	color: #000;
	margin: 12px 0;
}
.side_bar li:hover a{
	color: var(--primary);
}


form#searchform {
    width: 100%;
    height: 100%;
}
button#searchsubmit {
    background: transparent;
    cursor: pointer;
}
input#s::-webkit-input-placeholder {
	color: var(--grey);
}
input#s::-moz-placeholder {
	color: var(--grey);
}
input#s:-ms-input-placeholder {
	color: var(--grey);
}
input#s::-ms-input-placeholder {
	color: var(--grey);
}
input#s::placeholder {
	color: var(--grey);
}
input#s {
    border: none;
  	width: 100%;
    background: transparent;
    height: 100%;
	font-size: 16px;
	outline: 0;
	color: var(--grey);
	font-size: 14px;
	padding: 10px;
}


/*contact form 7*/
.wpcf7 .title {
    font-size: 28px;
    font-weight: bold;
}
body .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
    text-align: center;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.wpcf7 p {
    margin: 10px 0 0 0;
}
span.ajax-loader {
    display: none !important;
}
.wpcf7 input, .wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    color: #75758a;
    border:none;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #e9e96a;
    color: #000;
    padding: 16px;
    font-size: 14px;
    cursor: pointer;
}
input[type="checkbox"] {
    width: auto;
}
.wpcf7 span.wpcf7-list-item {
    margin: 0 !important;
    color: #75758a;
	-webkit-touch-callout: none; 
	-webkit-user-select: none;   
	-moz-user-select: none;     
	-ms-user-select: none;    
	user-select: none; 
	cursor: pointer;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox__text {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}
.checkbox__text:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	-webkit-border-radius: 13px;
	        border-radius: 13px;
	background: #CDD1DA;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	        box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.wpcf7-acceptance label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}
.wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	-webkit-border-radius: 13px;
	        border-radius: 13px;
	background: #CDD1DA;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	        box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background: #FFF;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
	        box-shadow: 0 2px 5px rgba(0,0,0,.3);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label:before {
	background: #e9e96a;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label:after {
	left: 26px;
}




.nav-links span, .nav-links a {
    padding: 4px 13px;
    display: block;
    min-width: 10px;
    background: #e9e96a;
    margin: 10px;
    color: #000;
}
.nav-links span{
	background: #ddd;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}






/* burger menu */
.burger {
    z-index: 3;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 24px;
    height: auto;
    padding: 15px 0;
    background: 0 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.burger span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 3px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    vertical-align: bottom;
    -webkit-transition: background .2s .2s;
    -o-transition: background .2s .2s;
    transition: background .2s .2s;
}
.burger span:before {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 24px;
    height: 3px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -o-transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.burger span:after {
    content: "";
    position: absolute;
    right: 0;
    top: -8px;
    width: 24px;
    height: 3px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -o-transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease, -webkit-transform .2s ease;
}
.burger span, .burger span:before, .burger span:after{
    background: #fff;
}
body.menu--open .burger span:after,  body.menu--open .burger span:before{
     background: #fff;
}

body.menu--open .main-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.23);
            box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.23);
}
.menu--open .burger > span:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.menu--open .burger > span:after, .menu--open .burger > span:before{
    top: 0;
    transition: top .1s,-webkit-transform .1s .1s;
    -webkit-transition: top .1s,-webkit-transform .1s .1s;
    -o-transition: top .1s,transform .1s .1s;
    transition: top .1s,transform .1s .1s;
    transition: top .1s,transform .1s .1s,-webkit-transform .1s .1s;
    transition: top .1s,transform .1s .1s,-webkit-transform .2s .2s;
    width: 24px;
    background: #fff;
}
.menu--open .burger > span {
    background: 0 0 !important;
}
.menu--open .burger > span:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}
/* burger menu end */



.overflow-h{
	overflow: hidden;
}


nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li a{
	display: block;
	padding: 24px 25px;
	font-size: 12px;
	color: #fff;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.5px;
}
header.site_header{
	background: var(--primary);
	height: 60px;
}
body.s-active .site_header > div > div{
	overflow: hidden;
}
header .site-branding a{
	display: block;
}
header .site-branding img {
    display: block;
    padding-top: 4px;
}
header nav ul li:hover a{
	color: #fff;
}
header nav ul li:hover a:before{
	content: '';
	position: absolute;
	bottom: 0;
	height: 4px;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	left: 25px;
	right: 0;
	background: #fff;
}
header nav::-webkit-scrollbar{
	height: 6px;
    background:rgb(255 255 255 / 38%);
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
header nav::-webkit-scrollbar-thumb {
	background: #fff; 
	-webkit-border-radius: 10px; 
	        border-radius: 10px;
}
header nav {
    overflow: auto;
    position: relative;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.site-branding {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    margin-right: 10px;
}
header .site-branding:before{
	width: 20px;
	height: 100%;
	position: absolute;
	content: '';
	right: -20px;
    background: -o-linear-gradient(left,rgba(188,22,28,1) 18%,rgba(188,22,28,0) 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(18%, rgb(0 81 203)),to(rgba(188,22,28,0)));
    background: -o-linear-gradient(left,rgb(0 81 203) 18%,rgba(188,22,28,0) 100%);
    background: linear-gradient(90deg,rgb(0 81 203) 18%,rgba(188,22,28,0) 100%);
	z-index: 1;
}
.s-icon{
	cursor: pointer;
}
.s-active .s-icon svg {
	fill: var(--primary);
}
.s-icon svg {
    height: 24px;
    margin: auto;
    fill: #fff;
}
.s-icon:hover svg, label.s-submit:hover svg{
	fill: var(--secondary);
}
.search_panel svg{
	fill: var(--primary);
}
label.s-submit input#searchsubmit {
    display: none;
}
label.s-submit {
    padding: 10px 2px;
    cursor: pointer;
}
label.s-submit svg {
    width: 24px;
}
.search_panel {
   display: none;
}
body.s-active .search_panel {
    display: block;
    position: relative;
	width: 100%;
}
svg.loop-icon{
	display: block;
}
svg.loop-icon_close{
	display: none;
}
body.s-active svg.loop-icon{
	display: none;
}
body.s-active svg.loop-icon_close{
	display: block;
	width: 32px;
    margin-left: 10px;
    padding-right: 10px;
}
.menu_inner:before{
	width: 18px;
    height: 100%;
    position: absolute;
    content: '';
    right: 40px;
    background: -o-linear-gradient(left,rgba(188,22,28,1) 18%,rgba(188,22,28,0) 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(18%, rgb(0 81 203)),to(rgba(188,22,28,0)));
    background: -o-linear-gradient(left,rgb(0 81 203) 18%,rgba(188,22,28,0) 100%);
    background: linear-gradient(90deg,rgb(0 81 203) 18%,rgba(188,22,28,0) 100%);
    z-index: 1;
}
header body.s-active .search_panel:before{
	width: 20px;
    height: 100%;
    position: absolute;
    content: '';
    left: -30px;
    background: -o-linear-gradient(left,rgba(188,22,28,1) 18%,rgba(188,22,28,0) 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(18%, rgb(0 81 203)),to(rgba(188,22,28,0)));
    background: -o-linear-gradient(left,rgb(0 81 203) 18%,rgba(188,22,28,0) 100%);
    background: linear-gradient(90deg,rgb(0 81 203) 18%,rgba(188,22,28,0) 100%);
    z-index: 1;
}
.menu_inner{
	overflow: auto;
	width: 100%;
}
body.s-active .search_column {
	background: #fff;
	z-index: 2;    
	max-width: 280px;
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
body.s-active header .site-branding {
	margin-left: -162px;
}
body.s-active header .site-branding img{
	max-width: inherit;
}
.overflow-h{
	overflow: hidden;
}
.thumbnail_news{
	overflow: hidden;
}
.thumbnail_news img {
    display: block;
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.thumbnail_news:empty {
    background: #F7F5EF;
}
.cat_news a{
	color: #696969;
	font-size: 14px;
	display: inline-block;
	font-weight: normal;
}
.cat_news:hover a{
	color: #DC1107;
}
.wrap_news{
	color: #150A00;
	display: block;
	position: relative;
}
.wrap_news:hover .title_news{
	color: var(--primary);
}
body:not(.home) .wrap_news {
    height: 100%;
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.last_main_news .title_news{
    font-size: 20px;
}
.last_main_news .news_meta{
	padding: 20px 20px 36px;
}

.title_news{
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	box-orient: vertical;
	font-size: 14px;
}
.h-100{
	height: 100%;
}
.w-100{
	width: 100%;
}
.overflow-h{
	overflow-x: hidden;
}
.relative{
	position: relative;
}
.title_main {
    font-size: 40px;
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  
}
.thumbnail_news img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.thumbnail_news {
    width: 100%;
    padding-bottom: 55%;
    height: 0;
    position: relative;
    -webkit-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
}
.news_meta{
	background: #fff;
	padding: 12px 12px 30px;
	-webkit-border-radius: 0 0 8px 8px;
	        border-radius: 0 0 8px 8px
}

.footer_links a:hover{
	color: #3F7FDE;
}
.footer_links a{
	font-size: 14px;
	color: #B1B1B1;
	padding: 0.5rem;
}

body.home footer.site-footer{
	margin-top: 20px;
}
footer.site-footer{
	color: var(--secondary);
	margin-top: 50px;
	font-size: 14px;
	padding: 21px 0;
	background: var(--primary);
}
footer nav ul li a{
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
footer nav ul li:hover a{
	color: #fff;
	text-decoration: underline;
}
footer .site-branding{
	display: block;
	margin: auto;
}
footer nav {
    margin-bottom: 16px;
}
.footer_info p{
	margin: 0;
	font-size: 12px;
}
.footer_menu {
	margin-left: -10px;
	margin-right: -10px;
}
.footer_copyright p{
	margin: 0;
}
.footer_copyright{
	font-size: 14px;
}
.btn-loadmore{
	text-align: center;
}
.btn-loadmore span {
    display: inline-block;
    color: #fff;
    background: var(--primary);
    padding: 11px 16px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
	line-height: normal;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.btn-loadmore span:hover{
	background: var(--secondary);
	color: #fff;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
body.archive .cat_news{
	display: none;
}
h1{
	font-size: 35px;
}
h2{
	font-size: 30px;
}
h3, h4, h5, h6{
	font-size: 28px;
}
.single_post h1{
	margin: 0 0 12px 0;
}

.wp-block-image figcaption {
    font-size: 14px;
    color: #5C5557;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 24px;
}
.ya-share2.ya-share2_inited {
    margin-top: 20px;
}
.other_news_title{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 25px;
}
.content_acticle{
	line-height: 1.48;
    word-break: break-word;
}

.content_acticle p{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 24px;
	line-height: 1.54;
}
.last_news.other_news{
	margin-bottom: 60px;
}
.last_news > div{
	margin-bottom: 2rem;
}
main {
    margin-top: 50px;
}
.content_acticle ol, .content_acticle ul {
    padding-left: 20px;
    margin: 30px 0;
}
.content_acticle ol li, .content_acticle ul li {
    margin-bottom: 10px;
    line-height: 1.5;
	margin-top: 0;
}
.content_acticle p b, .content_acticle p strong{
	font-weight: 500;
}
.wp-block-embed__wrapper { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-image img{
	-webkit-border-radius: 8px !important;
	        border-radius: 8px !important;
}
aside#secondary .side_bar {
    margin-bottom: 30px;
}








@media screen and (min-width: 992px){
	.last_main_news > div:nth-child(n+3) .wrap_news{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.last_main_news > div:nth-child(n+3) .wrap_news > a{
		width: 45%;
	}
	.last_main_news > div:nth-child(n+3) .wrap_news > .news_meta{
		width: 55%;
		padding: 20px;
	}
	.last_main_news > div:nth-child(n+3) .news_meta{
		-webkit-border-radius: 0 8px 8px 0;
		        border-radius: 0 8px 8px 0;
	}
	.last_main_news > div:nth-child(n+3) .thumbnail_news{
		-webkit-border-radius: 8px 0 0 8px;
		        border-radius: 8px 0 0 8px;
		height: 100%;
	}
}




@media screen and (max-width: 991px){

	.menu_inner nav {
	    position: absolute;
	    background: var(--secondary);
	    width: 100%;
	    top: 100%;
	    left: 0;
	    right: 0;
	    z-index: 9;
	    -webkit-transform: translateY(-100%);
	        -ms-transform: translateY(-100%);
	            transform: translateY(-100%);
	    visibility: hidden;
	    -webkit-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	    max-width: 700px;
	    margin: auto;
	    opacity: 0;
	}
	.menu_inner {
	    overflow: initial;
	}
	body.menu--open .menu_inner nav {
		opacity: 1;
		visibility: visible;
	    -webkit-transform: translateY(0);
	        -ms-transform: translateY(0);
	            transform: translateY(0);
	}
	header nav ul li:hover a:before {
	    width: -webkit-calc(100% - 28px);
	    width: calc(100% - 28px);
	    left: 14px;
	}
	.grid_main_items .side_bar{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.grid_main_items > div {
	    width: -webkit-calc(50% - 20px);
	    width: calc(50% - 20px);
	    margin: 10px;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	        -ms-flex-order: 2;
	            order: 2;
	}

	.title_news{
		font-size: 16px;
	}
	.last_news {
		margin-bottom: 20px;
	}
	aside#secondary {
	    margin-top: 30px;
	}
	.wrap_search{
		width: 100%;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 28px;
	}
	h3, h4, h5, h6{
		font-size: 26px;
	}
	.ya-share2.ya-share2_inited {
	    margin-bottom: 10px;
	}
	header nav ul li a{
		padding: 14px;
	}
	.menu_inner:before, header .site-branding:before{
		display: none;
	}
	footer nav ul li a{
		padding: 10px;
	}

}

@media screen and (max-width: 782px){
	body.admin-bar header{
		top: 46px;
	}
}


@media screen and (max-width: 767px){
	.menu_inner nav{
		max-width: 520px;
	}
	body.home .last_news > div {
    	width: -webkit-calc(50% - 20px);
    	width: calc(50% - 20px);
	    margin: 10px;
	}
	.last_news{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.last_main_news p {
	    font-size: 16px;
	}
	.site-branding{
		max-width: 200px;
	}
	body.s-active .menu_inner {
	    width: auto;
	    position: absolute;
	    left: 15px;
	    right: 15px;
	}
	body.s-active .wrap_search {
	   width: 100%;
	}
	body.s-active .search_column{
		left: 15px;
		max-width: 100%;
	}
	input#s{
		font-size: 16px;
	}
	
	body.s-active .search_panel{
		width: 100%;
	}
	.title_main {
	    font-size: 30px;
	    margin-bottom: 30px;
	}
	main{
		margin-top: 30px;
	}
	h1{
		font-size: 26px;
	}
	h2{
		font-size: 24px;
	}
	h3, h4, h5, h6{
		font-size: 22px;
	}
	.footer_copyright{
		width: 100%;
		text-align: center;
	}
	footer nav ul{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
}

@media screen and (max-width: 600px){
	body #wpadminbar {
	    position: fixed;
	}
}

@media screen and (max-width: 575px){
	body .fancybox-content{
		padding: 20px;
	}
	.menu_inner nav {
	    max-width: 100%;
	}
	header nav ul li.current_page_item a:before, header nav ul li:hover a:before {
	    width: -webkit-calc(100% - 20px);
	    width: calc(100% - 20px);
	}
	.wrap_search:before {
	    width: 10px;
	    left: -10px;
	}
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 22px;
	}
	h3, h4, h5, h6{
		font-size: 20px;
	}
	.other_posts_title{
		font-size: 20px;
	}
	.title_main{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.last_news.last_main_news>div:nth-child(1) .news_meta {
	    bottom: 10px;
	    padding: 10px 10px 0;
	}
	
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
	}
	.site_desc{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}
	main {
	    margin-top: 20px;
	}
	body.s-active .wrap_search {
	    top: 50%;
	    height: 100%;
	}
	.last_main_news p {
	    font-size: 14px;
	}
	.current_date{
		font-size: 12px;
	}
}

@media screen and (max-width: 420px){
	.grid_main_items>div {
	    width: -webkit-calc(100% - 20px);
	    width: calc(100% - 20px);
	}
}