/*!
Theme Name: sharknews
Theme URI: http://underscores.me/
Author: WP dev.
Author URI: http://underscores.me/
Description: Glory to Ukraine
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: sharknews
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/
*/


@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('./fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/ProximaNova-Regular.woff') format('woff'),
		url('./fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
		url('./fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/ProximaNova-Semibold.woff') format('woff'),
		url('./fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
/* lora-500 - latin_cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('./fonts/lora-v26-latin_cyrillic-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/lora-v26-latin_cyrillic-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-600 - latin_cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('./fonts/lora-v26-latin_cyrillic-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/lora-v26-latin_cyrillic-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


:root{
	--primary: #E6101D;
	--bg: #F5F5F5;
}

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


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 #ddd;
    margin: 20px 0;
    background: #eee;
}
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: 'Proxima Nova';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-family: 'Lora';
}

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: var(--bg);
}

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: -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: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -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;
	    -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;
	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: 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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -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;
    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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.comment {
    margin: 20px 0;
}
.comment-author.vcard img.avatar {
    margin-right: 10px;
}
textarea#comment {
    border-radius: 10px;
    margin: 10px 0;
    height: 100px;
    outline: 0;
}
.comment-author.vcard, .comment-metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
form#commentform input {
    border-radius: 4px;
    padding: 10px;
    display: block;
    outline: 0;
}
.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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 {
	display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
    margin-top: 28px;
}
.single_meta .cat-name{
	margin-bottom: 0;
	margin-right: 20px;
}
.single_meta a {
    font-size: 14px;
    font-weight: 500;
}
.single_meta {
	color: #8A8A8A;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sep {
    width: 6px;
    height: 6px;
    background: #9e9e9e;
    border-radius: 50%;
    margin: 10px;
}


form#searchform {
    width: 100%;
    height: 100%;
}
button#searchsubmit {
    background: transparent;
    cursor: pointer;
}
input#s::-webkit-input-placeholder {
	color: #8A8A8A;
}
input#s::-moz-placeholder {
	color: #8A8A8A;
}
input#s:-ms-input-placeholder {
	color: #8A8A8A;
}
input#s::-ms-input-placeholder {
	color: #8A8A8A;
}
input#s::placeholder {
	color: #8A8A8A;
}
input#s {
    border: none;
  	width: 100%;
    background: transparent;
    height: 100%;
	font-size: 12px;
	outline: 0;
	color: #fff;
	padding-left: 0;
	font-weight: 400;
	text-transform: uppercase;
}


/*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;
    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;
    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;
	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;
	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;
	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: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}



/* burger menu */
.burger {
	margin-right: 40px;
    z-index: 3;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 26px;
    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: 26px;
    height: 3px;
    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: 26px;
    height: 3px;
    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: 26px;
    height: 3px;
    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 2px rgba(0, 0, 0, 0.23);
            box-shadow: -1px 0px 2px 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: 26px;
    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 */


nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li a{
	display: block;
	padding: 33px 16px;
	font-size: 12px;
	color: #fff;
	position: relative;
	white-space: nowrap;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Proxima Nova';
}
.site-header {
	background: #242424;
}
.site-header .site-branding a{
	display: block;
}
.site-header .site-branding img {
    display: block;
    margin: 17px 0 20px;
    width: 100%;
}
.site-header nav {
    width: 100%;
    overflow: auto;
    position: relative;
    margin-right: 40px;
}


/* Works on Firefox */
.site-header nav{
	scrollbar-width: auto;
	scrollbar-color: #fff #464646;
}

/* Works on Chrome, Edge, and Safari */
.site-header nav::-webkit-scrollbar {
	width: 2px;
	height: 4px;
}

.site-header nav::-webkit-scrollbar-track {
	background: #464646;
	border-radius: 20px;
}

.site-header nav::-webkit-scrollbar-thumb {
	background-color: #f30406;
	border-radius: 20px;
}


.current_date{
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	text-align: right;
}
.menu_inner {
    overflow: auto;
}
.menu_inner > div{
	position: relative;
}
.menu_inner > div:before{
	content: '';
	position: absolute;
	right: 35px;
	height: 100%;
	width: 20px;
	top: 0;
	z-index: 1;
	background: -webkit-gradient(linear, left top, right top, from(rgba(36,36,36,0)), color-stop(79%, rgba(36,36,36,1)));
	background: -o-linear-gradient(left, rgba(36,36,36,0) 0%, rgba(36,36,36,1) 79%);
	background: linear-gradient(90deg, rgba(36,36,36,0) 0%, rgba(36,36,36,1) 79%);

}
.s-icon{
	cursor: pointer;
}
.s-icon svg {
    width: 30px;
    height: 24px;
    fill: #fff;
    margin: auto;
}
.s-icon:hover svg, label.s-submit:hover svg{
	fill: var(--primary);
}
.search_panel svg{
	fill: #fff;
}
label.s-submit input#searchsubmit {
    display: none;
}
label.s-submit {
    padding: 10px 2px;
    cursor: pointer;
}
label.s-submit svg {
    width: 26px;
    height: 26px;
}
.search_panel {
   display: none;
}
body.s-active .search_panel {
    display: block;
    width: 100%;
}
body.s-active .search_column:before {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: #fff;
}
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;
}
body.s-active .search_column {
	background: #232323;
	z-index: 2;
    position: absolute;
    left: 0;
}
.search_column {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.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;
}
.last_main_news p{
	margin-bottom: 0;
	color: #676767;
	line-height: 1.46;
}
.wrap_news{
	color: #000;
	display: block;
	position: relative;
}
.wrap_title_news{
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #DBDBDB;
}
.news_box .title_news {
	line-height: 1.3;
	font-size: 16px;
	font-weight: 600;
}
.news_box .cat-name {
	text-align: right;
	display: block;
}
.news_box .wrap_title_news {
    border-bottom: none;
    padding: 12px;
    background: #fff;
}
.last_news{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px; 
	grid-row-gap: 40px;
	color: #676767;
	margin-bottom: 40px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.inner_grid{
	display: -ms-grid;
	display: grid;
	grid-column-gap: 24px;
	-ms-grid-columns: 1fr 24px 1fr;
	grid-template-columns: repeat(2, 1fr);
}
.thumbnail_news_link{
	display: block;
}
.inner_grid > div:nth-child(1) .thumbnail_news_link, 
.inner_grid > div:nth-child(1) .cat-name {
	display: none;
}








.inner_grid > div:last-child:not(:first-child) .wrap_title_news{
    background: #fff;
    border-bottom: 0;
    padding: 12px;
}
.inner_grid > div:not(:last-child) .thumbnail_news_link,
.inner_grid > div:not(:last-child) .cat-name{
	display: none;
}
.inner_grid > div:last-child:not(:first-child) .wrap_title_news .cat-name{
	display: block;
	text-align: right;
}
.inner_grid > div:last-child:not(:first.grid_col_1 > div:nth-child(1) .title_news-child) .wrap_title_news .title_news{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 28px;
}
.inner_grid > div:last-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1/10;
    -ms-grid-column: 2;
    grid-column: 2/2;
}
.inner_grid > div:nth-child(1) > div:nth-child(1) .wrap_title_news,
.grid_col_1 > div:nth-child(3) .wrap_title_news {
	padding-top: 0;
}
.inner_grid > div:last-child .wrap_title_news,
.inner_grid > div:nth-child(4) .wrap_title_news,
.inner_grid > div:nth-last-child(2) .wrap_title_news,
.grid_col_1 > div:last-child .wrap_title_news{
	border-bottom: 0;
}
.inner_grid > div:last-child:not(:first-child) .title_news {
	font-size: 16px;
	font-weight: 600;
}

.last_news .inner_grid:nth-child(even) > div:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}
.last_news .inner_grid:nth-child(odd) > div:last-child {
    -ms-grid-column: 2;
    grid-column: 2/2;
}
.last_news .inner_grid:nth-child(4n+3) > div:last-child {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important;
}

.last_news .inner_grid:nth-child(4n+4) > div:last-child {
    -ms-grid-column: 2 !important;
    grid-column: 2/2 !important;
}
.last_main_news{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px;
	margin-bottom: 40px;
}
.last_main_news > div:nth-child(1) > div > a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 0 3px #f30406;
	        box-shadow: inset 0 0 0 3px #f30406;
	z-index: 2;
}
.last_main_news > div:nth-child(1){
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.grid_col_1{
	display: -ms-grid;
	display: grid;
	grid-column-gap: 24px;
	-ms-grid-columns: 1fr 24px 1fr;
	grid-template-columns: repeat(2, 1fr);
}
.grid_col_1 > div:nth-child(1) .wrap_title_news{
	border-bottom: none;
}
.grid_col_1 > div:nth-child(1){
	margin-bottom: 24px;
}
.grid_col_1 > div:nth-child(2){
	-ms-grid-row: 2;
	-ms-grid-row-span: 4;
	grid-row: 2/6;
}
.grid_col_1 > div:nth-child(1){
	-ms-grid-column-span: 2;
	grid-column: span 2;
}
.grid_col_1 > div:nth-child(1) .thumbnail_news {
    position: relative;
	height: 100%;
}
.grid_col_1 > div:nth-child(1) .thumbnail_news:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.14) 51.56%, rgba(0, 0, 0, 0.66) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51.56%, rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.66)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 51.56%, rgba(0, 0, 0, 0.66) 100%);
    z-index: 1;
}
.grid_col_1 > div:nth-child(1) .title_news{
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}
.grid_col_1 > div:nth-child(1) .title_news:hover{
	color: var(--primary);
}
.grid_col_1 > div:nth-child(1) .wrap_title_news{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
}
.grid_col_2{
	display: -ms-grid;
	display: grid;
}

.grid_col_2 > div:last-child .wrap_title_news{
	border-bottom: none;
}
.title_news:hover{
	color: var(--primary);
}
.title_news{
	font-weight: normal;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0;
	line-height: 1.3;
	font-family: 'Lora';
}
.title_news{
	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;
}
.h-100{
	height: 100%;
}
.w-100{
	width: 100%;
}
.overflow-h{
	overflow-x: hidden;
}
.relative{
	position: relative;
}
.title_main {
    font-size: 32px;
    color: #F30406;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: 'Lora';
    text-align: center;
}
.thumbnail_news img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.thumbnail_news {
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    position: relative;
}
.grid_4_news {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
}
.footer_links a:hover{
	color: #F30406;
}
.footer_links a{
	font-size: 14px;
	color: #B1B1B1;
	padding: 0.5rem;
}
footer.site-footer{
	color: #525252;
	margin-top: 120px;
	font-size: 14px;
	padding: 40px 0;
	background: #242424;
}
footer .site_desc span{
    background-image: -o-linear-gradient(currentColor,currentColor);
    background-image: -webkit-gradient(linear,left top, left bottom,from(currentColor),to(currentColor));
    background-image: linear-gradient(currentColor,currentColor);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    display: inline;
    background-position: 0 100%;
}
footer .site_desc{
	font-size: 12px;
	color: #525252;
}
footer nav ul li a{
	color: #fff;
	font-weight: 600;
	padding: 12px 40px;

}
footer .site-branding{
	margin-bottom: 4px;
}
footer nav{
	margin-bottom: 40px;
}
footer nav ul li:hover a{
	color: #F30406;
}
.footer_menu {
	margin-left: -16px;
	margin-right: -16px;
}
.footer_copyright p{
	margin: 0;
}
.footer_copyright{
	font-size: 14px;
}
.btn-loadmore{
	text-align: center;
	margin-top: 30px;
}
.btn-loadmore span {
    display: inline-block;
    color: #fff;
    background: #F30406;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.3;
}
.btn-loadmore span:hover{
	background: #F8F8F8;
	color: #F30406;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
body.archive .cat-name{
	display: none;
}
body.search-no-results header:before{
	display: none;
}
h1{
	font-size: 31px;
}
h2{
	font-size: 30px;
}
h3, h4, h5, h6{
	font-size: 28px;
}
.single_post{
	background: #fff;
	padding: 20px;
}
.single_post h1{
	margin: 0 0 12px 0;
}
.wp-block-image figcaption {
    font-size: 14px;
    color: #868686;
    font-weight: 400;
    margin-top: 10px;
}
.ya-share2.ya-share2_inited {
    margin-top: 20px;
}
.date_post{
	font-size: 14px;
	color: #868686;
	margin: 12px 0;
}
.content_acticle{
	line-height: 1.48;
    word-break: break-word;
}
.single_post {
    margin-bottom: 60px;
}
.content_acticle p{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
aside .side_bar{
	margin-bottom: 20px;
}

.side_bar_title, aside h2{
	color: #000;
	font-weight: 600;
	margin: 0;
	font-size: 23px;
	position: relative;
}
aside h2{
	margin-bottom: 20px;
}
.side_bar{
	background: #fff;
	border-radius: 6px;
	padding: 20px 12px;
}
.side_bar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.side_bar ul li{
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	border-bottom: 1px solid #F3F3F3;
}
.side_bar ul li a{
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	font-weight: normal;
	padding: 20px 0;
	font-family: 'Lora';
	line-height: 1.3;
}
.side_bar ul li:last-child{
	border-bottom: none;
}
.side_bar ul li:last-child a{
	padding-bottom: 0;
}
.side_bar ul li:last-child h3{
	border: none;
	padding: 0;
}
.side_bar ul li a{
	display: block;
	color: #000;
}
.side_bar ul li a:hover{
	color: #F30406;
}
.other_posts_title{
	font-size: 45px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}
main {
    margin-top: 37px;
}
.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;
}
.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%;
}









@media screen and (max-width: 1199px){
	.side_bar_title{
		font-size: 18px;
	}
	.side_bar ul li a{
		padding: 10px 0;
	}
}


@media screen and (max-width: 991px){
	.site-header .site-branding img {
	    max-width: 230px;
	}
	body.s-active .search_column:before{
		bottom: 0;
	}
	nav ul li a{
		padding: 16px;
	}
	.title_news {
		font-size: 16px;
	}
	.last_main_news .grid_col_1 > div:nth-child(1) .title_news {
		font-size: 24px;
	}
	.last_main_news>div:nth-child(1) .title_news {
		font-size: 18px;
	}
	.last_news {
	    grid-gap: 20px;
	    margin-bottom: 20px;
	}
	.last_main_news>div:nth-child(1) {
	    -ms-grid-column-span: 4;
	    grid-column: span 4;
	}
	.grid_col_2, .side_bar{
		-ms-grid-column-span: 2;
		grid-column: 2 span;
	}
	.last_news {
	    -ms-grid-columns: 1fr;
	    grid-template-columns: repeat(1, 1fr);
	}
	.last_main_news > div:last-child {
	    -ms-grid-row: 2;
	    grid-row: 2/4;
	}
	.wrap_search{
		width: 100%;
	}
	.side_bar ul li{
		margin: 10px 0;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 28px;
	}
	h3, h4, h5, h6{
		font-size: 26px;
	}
	.other_posts_title {
	    font-size: 22px;
	}

}

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


@media screen and (max-width: 767px){
	.last_main_news p {
	    font-size: 16px;
	}
	.last_news>div {
	    -ms-grid-column-span: 6;
	    grid-column: span 6;
	}
	.last_news>div {
	    -ms-grid-column-span: 6;
	    grid-column: span 6;
	}	
	.last_main_news>div:last-child {
	    -ms-grid-row: 2;
	    -ms-grid-row-span: 2;
	    grid-row: 2/4;
	}
	.side_bar .news_date {
	    float: left;
	    margin-right: 10px;
	    margin-top: 2px;
	}
	.side_bar ul li{
		margin: 8px 0;
	}
	.last_main_news>div:nth-child(1) .title_news{
		font-size: 14px;
	}
	.title_news{
		font-size: 14px;
	}
	
	
	body.s-active .wrap_search {
	   width: 100%;
	}
	body.s-active .search_column{
		left: 15px;
	}
	.site-header nav{
		background: #232323;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	body.menu--open .site-header nav{
		-webkit-box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 18%);
		        box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 18%);
		visibility: visible;
		opacity: 1;
		z-index: 9;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
	.menu_inner {
	    overflow: initial;
	}
	.menu_inner > div{
		position: initial;
	}
	.search_column{
		right: 15px;
	}
	.menu_inner > div:before {
	    display: none;
	}
	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;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.last_main_news .grid_col_1 > div:nth-child(1) .title_news {
	    font-size: 16px;
	}
	
	
	
}

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

@media screen and (max-width: 575px){
	body .fancybox-content{
		padding: 20px;
	}
	.site-header nav ul li.current_page_item a:before, .site-header nav ul li:hover a:before {
	    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;
	}
	.title_main{
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.title_news  {
	    font-size: 14px;
	}
	.other_posts_title {
	    font-size: 18px;
	}
	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;
	}
	.grid_4_news {
	    grid-gap: 20px;
	}
	.current_date{
		font-size: 12px;
	}
	.grid_col_2, .side_bar {
	    -ms-grid-column-span: 4;
	    grid-column: 4 span;
	}
	.wrap_title_news{
		padding: 10px 0;
	}
	.cat-name{
		margin-top: 10px;
	}
	footer.site-footer{
		margin-top: 50px;
	}
	
}

@media screen and (max-width: 420px){
	
	.last_main_news>div:last-child {
	    -ms-grid-row: 2 !important;
	    grid-row: 2 !important;
	}
	footer.site-footer{
		padding: 20px 0;
	}
	footer nav{
		margin-bottom: 20px;
	}
	.single_post{
		padding: 12px;
	}
	.grid_col_1 > div:nth-child(2) {
		    -ms-grid-column-span: 2;
		    grid-column: 2 span;
	}
	.grid_col_1 > div {
	    -ms-grid-column-span: 2;
	    grid-column: 2 span;
	}
	.grid_col_1 > div:nth-child(3) .wrap_title_news{
		margin-top: 10px;
	}
	.inner_grid{
		display: block;
	}
	.last_main_news {
	    grid-gap: 10px;
	    margin-bottom: 20px;
	}
}