/*!
Theme Name: tema_dnya
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: tema_dnya
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/
*/



@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

:root{
	--primary: #1D8CFB;
	--secondary: #D2E8FA;
	--secondary-2: #D4D4D4;
	--bg: #f1f7fd;
	--black: #20232A;
	--burger-color: #20232A;
	--border-r: 16px;
	--logo-width: 214px;

	--font: "Inter", sans-serif;
	--section-padding-top: 13px;
	--section-padding-bottom: 13px;
}

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


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

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


/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;

	padding-top: 32px;
	padding-bottom: 32px;
}

/* 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: 44px 0;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    margin: 0 0 40px 0;
    background: #fff;
}
blockquote.wp-block-quote p {
    padding: 0;
    margin: 0;
    font-size: 20px;
	font-style: italic;
}
/**
 * 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: var(--black);
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	font-family: var(--font);
}
body{
	margin: 0;
	background: var(--bg);
}

h1, .h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 30px 0;
	font-weight: bold;
	
}

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


hr {
	background-color: var(--primary);
	border: 0;
	height: 1px;
	margin: 20px 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
--------------------------------------------------------------*/


.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;
}

.sep {
    width: 6px;
    height: 6px;
    background: #9e9e9e;
    border-radius: 50%;
    margin: 10px;
}



/*contact form 7*/

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: var(--primary);
    margin: 10px;
    color: #fff;
}
.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 {
    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, .burger span:before, .burger span:after{
	width: 26px;
    height: 2px;
    border-radius: 5px;
}
.burger span {
    position: relative;
    display: inline-block;
    vertical-align: bottom;

}
.burger span:before, .burger span:after {
	content: "";
    position: absolute;
    right: 0;
    -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:before {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    
    top: 8px;

    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.burger span:after {
    top: -8px;
}
.burger span, .burger span:before, .burger span:after{
    background: var(--burger-color);
}
body.menu--open .burger span:after,  body.menu--open .burger span:before{
     background: var(--burger-color);
}

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: var(--burger-color);
}
.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 */




.submenu-arrow svg {
    fill: #fff;
    width: 12px;
}
.submenu-arrow {
    position: absolute;
    margin-left: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.sub-menu > li{
	margin: 0;
}

nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


nav ul li:hover > a{
	color: #0BAD80;
}
nav ul li a{
	display: inline-block;
	white-space: nowrap;
	color: var(--black);
	font-size: 16px;
	line-height: 1;
	padding: 8px 11px;
	position: relative;
	font-weight: 600;
}

.nav-menu > ul, .site-footer nav ul{
	margin: 0 -16px;
}
ul.sub-menu > li a{
	padding: 8px 14px;
	display: block;
}
ul.sub-menu {
    position: absolute;
    background: #fff;
    z-index: -1;
   	opacity: 0;
   	-webkit-transform: translateY(-10px);
   	    -ms-transform: translateY(-10px);
   	        transform: translateY(-10px);
   	-webkit-transition: all .3s;
   	-o-transition: all .3s;
   	transition: all .3s;
   	visibility: hidden;
   	border: 1px solid #171717;
	max-height: 300px;
	overflow: auto;
}
.site-header li.menu-item-has-children a{
	padding-right: 30px;
}
li:hover > a .submenu-arrow{
	-webkit-transform: scale(1,-1);
	    -ms-transform: scale(1,-1);
	        transform: scale(1,-1);
}
li:hover > ul.sub-menu{
	z-index: 1;
   	opacity: 1;
   	-webkit-transform: translateY(0);
   	    -ms-transform: translateY(0);
   	        transform: translateY(0);
   	visibility: visible;
}
.site-header nav > div{
	margin-left: 0;
}
.site-header li.current-menu-item a{
	
}

.site-header {
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: var(--bg);
    border-bottom: 1px solid #D7E4F0;
}




body.admin-bar .site-header{
	top: 32px;
}

.site-header .site-branding a{
	display: block;
}
.site-branding img {
	max-width: var(--logo-width);
	width: 100%;
	display: block;
	margin: 16px 0;
}




/* 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: var(--primary);
	border-radius: 20px;
}


.current_date{
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	text-align: right;
}
.menu_inner {
    width: 100%;
}

.s-icon{
	cursor: pointer;
	padding: 6px 0;
}
.s-icon svg {
    width: 21px;
    height: 20px;
    fill: var(--black);
    margin: auto;
}

.s-icon:hover{
	color: #0BAD80;
}
.s-icon:hover svg, label.s-submit:hover svg{
	fill: #0BAD80;
}
.search_panel svg{
	fill: var(--black);
}
label.s-submit input.searchsubmit {
    display: none;
}
label.s-submit {
    padding: 8px;
    cursor: pointer;
}
label.s-submit svg {
    width: 21px;
    height: 20px;
}
.search_panel{
	display: none;
}
body.s-active .search_panel {
    display: block;
    width: 100%;
}
body.s-active header nav ul li a {
    opacity: 0;
}

body.s-active .search_column{
	border: none;
	padding: 0;
	position: absolute;
	right: 10px;
	z-index: 9;
	max-width: 750px;
	width: 100%;
    margin-left: auto;
    background: var(--bg);
    border-bottom: 1px solid #0BAD80;
}
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: 21px;
}



form#searchform {
    width: 100%;
    height: 100%;
}
button.searchsubmit {
    background: transparent;
    cursor: pointer;
}
input#s::-webkit-input-placeholder {
	color: #737373;
}
input#s::-moz-placeholder {
	color: #737373;
}
input#s:-ms-input-placeholder {
	color: #737373;
}
input#s::-ms-input-placeholder {
	color: #737373;
}
input#s::placeholder {
	color: #737373;
}
input#s {
    border: none;
  	width: 100%;
    height: 100%;
	font-size: 16px;
	outline: 0;
	font-weight: 400;
	padding-left: 0;
	background: transparent;
	color: #737373;
	
}


.title-sidebar{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--primary);
}
.thumbnail_news img.no-img{
	-o-object-fit: contain;
    object-fit: contain;
    background: var(--secondary);
}

.thumbnail_news img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
}
.thumbnail_news{
	background: var(--secondary);
	overflow: hidden;
	padding-bottom: 68%;
	height: 0;
	position: relative;
	border-radius: var(--border-r);
	display: block;
}


.thumbnail_news:empty {
    background: var(--secondary);
}

.cat_news{
	color: #888;
	font-size: 12px;
	text-transform: uppercase;
}
.news_item p{
	margin: 0;
	color: var(--black);
	font-size: 15px;
	
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.news_item{
	display: block;
    height: 100%;
}
.title_news:hover {
	color: var(--primary);
}
.title_news{
	color: var(--black);
	font-size: 16px;
	line-height: 1.2;

	font-weight: 600;
}
.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;
}
.news_excerpt{
		overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	line-clamp: 6;
	box-orient: vertical;
}
.h-100{
	height: 100%;
}
.w-100{
	width: 100%;
}
.overflow-h{
	overflow-x: hidden;
}
.relative{
	position: relative;
}
.title_main {
    font-size: 26px;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: var(--primary);
}

.news_label > *{
	background: #fff;
}
.news_label {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.excerpt_news{
	font-size: 18px;
	color: var(--black);
}
.date_news{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	display: inline-block;
}
.news_inner{
	position: relative;
	font-size: 15px;
}




section {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
}





.site-footer .site-branding img{
	margin: 0;
}
.site-footer {
	font-size: 12px;
	padding: 40px 0;
    overflow-x: hidden;
    width: 100%;
    color: #6190B3;
    background: var(--secondary);
}
.site-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%;
}

.site-url{
	text-decoration: underline;
}
.site-desc{
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.btn-loadmore{
	display: block;
	cursor: pointer;
	width: 100%;
	margin: 30px auto 0;
}
.btn {
    display: block;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    line-height: 20px;
    margin: auto;
    text-align: center;
	border-radius: 4px;
	background: var(--black);
	width: 100%;
    
}
.btn-loadmore span{
	background: var(--secondary);
	font-weight: 500;
	font-size: 16px;
	color: var(--black);
	display: block;
	padding: 10px;
	text-align: center;
	border-radius: 6px;
}

.btn:hover{
	color: #fff;
	background: var(--primary);
}
.btn-loadmore span:hover{
	color: #fff;
	background: var(--primary);
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}


.single-content h1{
	margin-bottom: 10px;
}
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6{
	margin: 20px 0 20px 0;
}


.single-content p{
	margin-bottom: 12px;
}
.single-content a{
	text-decoration: underline;
	color: var(--primary);
}

.single-content {
    line-height: 1.44;
    font-size: 17px;
}
.single-date{
	font-size: 13px;
	color: #737373;
	line-height: 1;
}
.cat-name{
	color: var(--primary);
	font-size: 14px;
	font-weight: bold;
	    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.main-single{
	width: 100%;
	max-width: 760px;
}
.date_post{
	font-size: 14px;
	color: #455667;
}
.single-content ol, .single-content ul {
    padding-left: 20px;
    margin: 30px 0;
}
.single-content ol li, .single-content ul li {
    margin-bottom: 10px;
    line-height: 1.5;
	margin-top: 0;
}
.single-post .cat-name{
	color: var(--primary);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}


body.archive .cat-name{
	display: none;
}
body.search-no-results header:before{
	display: none;
}
h2{
	font-size: 32px;
}
h3, h4, h5, h6{
	font-size: 28px;
}
h1, .h1{
	font-size: 40px;
	font-weight: bold;
	margin: 12px 0;
}
.wp-block-image figcaption {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #525252;
}
.wp-block-image img{
	border-radius: var(--border-r);
}

.current_category{
	color: var(--black);
}

aside h2{
	margin-bottom: 20px;
}
.other_posts .news_inner{
	border-bottom: none;
}

.other_posts_title{
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}
.side_bar .cat-name{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2D124A;
	display: block;
	margin-bottom: 6px;
	background: transparent;
	padding: 0;
}
.side_bar{
	background: var(--secondary);
	padding: 15px 12px;
	border-radius: 8px;
}
.side_bar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.side_bar ul li:last-child{
	border-bottom: none;
}
.side_bar ul li:first-child{
	padding-top: 0;
}
.side_bar ul li{
	padding: 24px 0;
	border-bottom: 1px solid #ddd;
}
.side_bar .title_news{
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.side_bar ul li:last-child a{
	margin-bottom: 0;
	border-bottom: none;
}



.addtoany_no_icon:hover{
	background: #eef3f4 url(./img/share.svg) left 10px center no-repeat !important;
	background-size: 14px !important;
	opacity: 0.8;
}
.addtoany_no_icon{
	background: #eef3f4 url(./img/share.svg) left 10px center no-repeat;
	background-size: 14px;
	padding: 10px 10px 10px 30px !important;
}
.share-title{
	font-size: 20px;
	line-height: normal;
	margin-bottom: 12px;
	font-weight: bold;
}
.other-title{
	font-size: 26px;
	font-weight: bold;
	color: #2D124A;
	margin-bottom: 20px;
}
ul.ya-share2__list.ya-share2__list_direction_horizontal {
    margin: 0;
    padding: 0;
}
.side_bar_title {
    color: #2D124A;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*size L*/
body .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 40px;
    width: 80px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
body .ya-share2__container_mobile .ya-share2__badge{
	border-radius: 4px;
}


.share-post{
	margin: 30px 0;
}
/*.ya-share2__icon {
    width: 35px !important;
    height: 35px !important;
    background-size: 35px 35px !important;
}*/


.wp-block-embed__wrapper { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: 0;
} 

.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%;
}



.news_desc{
	font-size: 16px;
	color: var(--black);
}


.section-primary{
	padding: 16px 20px;
	background: var(--secondary);
	border-radius: 8px;
}

.aside .title_news{
	font-size: 13px;
	text-align: left;
}


.error-404.not-found {
    min-height: 50vh;
}


.site{
	padding-top: 62px;
	overflow-x: hidden;
}


.meta_news{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}






.wp-block-image {
    margin-bottom: 20px;
}




.share_title{
	font-size: 20px;
	font-weight: bold;
}

.news_inner_bg .thumbnail_news{
	padding-bottom: 52%;
	border-radius: 0;
}
.news_inner_bg .news_item{
	padding: 12px 20px;
}
.news_inner_bg{
	background: #F4F1EA;
	border-radius: var(--border-r);
}

.list-news .title_news{
	font-size: 12px;
	font-weight: 600;
}



.footer_copyright{
	color: var(--primary);
}

.list-news{
	position: relative;
}
.list-news .cat-name,
.news-item-2 .cat-name,
.news-item .cat-name{
	position: absolute;
    left: 0;
    top: 0;
    padding: 8px;
    color: #fff;
    background: #270C43;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.title-home span{
	position: relative;
}
.title-home{
	font-size: 16px;
	font-weight: 500;
	position: relative;
	color: var(--primary);
	text-transform: uppercase;
	margin-bottom: 16px;
}
.news-item-3 .thumbnail_news{
	margin-bottom: 10px;
}
.news-item-3 .cat-name{
	left: 10px;
	top: 10px;
}
.news-item-3 .title_news{
	font-size: 16px;
}
.news-item-3{
	padding: 12px;
}
.news-item{
	position: relative;
}
.title_news-wrap{
	padding-top: 12px;
}
.news-item-2 .cat-name:hover{
	background: var(--primary)
}
.news-item-2 .thumbnail_news{
	margin: 0;
	opacity: 0.5;
	padding-bottom: 58%;
}
.news-item-2 .title_news:hover{
	color: var(--secondary-2);
}
.news-item-2 .title_news{
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}
.news-item-2 .title_news-wrap{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	right: 0;
	padding: 18px;
}
.news-item-2{
	background: #000;
	position: relative;
	border-radius: var(--border-r);
}
.section-bg{
	background: var(--bg);
}

.archive-grid {
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(12, 1fr);
}
.archive-grid > *{
	-ms-grid-column-span: 3;
	grid-column: 3 span;
}
.archive-grid{
}
.archive-grid > *:nth-child(7n+5),
.archive-grid > *:nth-child(7n+6),
.archive-grid > *:nth-child(7n+7) {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
}

.site-footer > *,
.site-header > * {
	max-width: 1700px;
}

.short-main{
	max-width: 978px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.big-news .title_news{
	font-size: 28px;
}
.big-news .title_news-wrap {
    padding-top: 20px;
}
.thumbnail_news.thumbnail_news_mini{
	border-radius: 6px;
}
.grid-news > *{
	width: 20%;
}
.archive-news{
	display: -ms-grid;
	display: grid;
	grid-gap: 26px;
	-ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
	grid-template-columns: repeat(4, 1fr);
}
.archive-news > *:nth-child(11) .title_news,
.archive-news > *:nth-child(8) .title_news,
.archive-news > *:nth-child(1) .title_news{
	font-size: 28px;
}
.archive-news > *:nth-child(1){
	-ms-grid-column-span: 2;
	grid-column: 2 span;
	-ms-grid-row-span: 2;
	grid-row: 2 span;
}
.archive-news > *:nth-child(8){
	-ms-grid-column-span: 2;
	grid-column: 2 span;
	-ms-grid-row-span: 2;
	grid-row: 2 span;
}
.archive-news > *:nth-child(11){
	-ms-grid-column-span: 2;
	grid-column: 2 span;
	-ms-grid-row-span: 2;
	grid-row: 2 span;
}





@media screen and (max-width: 1199px){
	.site{
		padding-top: 80px;
	}
}



@media screen and (max-width: 991px){
	nav ul li a{
		white-space: normal;
	}
	ul.sub-menu > li a{
		padding: 14px;
	}

	.nav-menu > ul{
		margin: 0;
	}
	.submenu-arrow{
		display: none;
	}
	.site-header nav > div{
		margin-left: 0;
	}
	.site-header nav > div > ul{
		margin: 0;
	}

	.site-header nav{
		width: 100%;
		background: #fff;
		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;
	    height: 100%;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    top: 0;
	    max-width: 230px;
	    padding-top: 60px;
	    overflow: auto;
	    padding-bottom: 80px;
	}
	body.menu--open .site-header nav{
		visibility: visible;
		opacity: 1;
		z-index: 9;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
	nav ul li a{
		display: block;
		padding: 14px;
	}
	ul.sub-menu{
		position: relative;
		opacity: 1;
		z-index: 1;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		visibility: visible;
		border: none;
		max-height: 100%;
		overflow: visible;
	}
	input#s{
		height: auto;
	}
	body.s-active .search_column{
		height: 100%;
		left: 10px;
		width: auto;
		right: 10px;
	}
	.wrap_search{
		width: 100%;
	}

	h1, .h1{
		font-size: 30px;
	}
	h2{
		font-size: 28px;
	}
	h3, h4, h5, h6{
		font-size: 26px;
	}


	.main_desc_news{
		font-size: 14px;
	}
	.last_other_news{
		grid-gap: 16px;
	}
	.title_main{
		font-size: 32px;
		padding: 40px 10px;
		border-radius: 10px;
	}

	.other_posts_title{
		font-size: 28px;
	}


	.big-news .title_news{
		font-size: 16px;
	}
	nav ul li a:before{
		display: none;
	}
	.grid-news > * {
	    width: 33%;
	}
	.big_news .title_news,
	.archive-news > *:nth-child(11) .title_news,
	.archive-news > *:nth-child(8) .title_news,
	.archive-news > *:nth-child(1) .title_news{
		font-size: 22px;
	}


}

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


@media screen and (max-width: 767px){
	.site {
	    padding-top: 70px;
	}
	.site-header{
		padding: 6px 0;
	}

	body.s-active .search_column{
		right: 10px;
		max-width: 100%;
	}
	body.s-active .search_panel{
		z-index: 1;
		position: relative;
	}
	
	

	h1, .h1{
		font-size: 26px;
	}
	h2{
		font-size: 24px;
	}
	h3, h4, h5, h6{
		font-size: 22px;
	}
	.footer_copyright{
		width: 100%;
	}
	.site-footer .site-branding img{
		margin: auto;
	}
	.site-footer{
		text-align: center;
	}
	.site-footer nav{
		width: 100%;
	}

	footer nav ul{
		margin: 0;
	}

	.title_main {
	    font-size: 30px;
	}


	.site-footer{
		padding: 40px 0;
	}
	.other_posts_title{
		font-size: 24px;
	}
	.main-columns {
	    display: block;
	}
	
	.share-title{
		font-size: 18px;
	}


	.news-item-2 .title_news{
		font-size: 18px;
	}
	.archive-grid > *{
		-ms-grid-column-span: 6;
		grid-column: 6 span;
	}
	.grid-news > *{
		width: 50%;
	}
	.archive-news{
		grid-gap: 20px;
	}
	.archive-news > *:nth-child(11),
	.archive-news > *:nth-child(8),
	.archive-news > *:nth-child(1) {
	    -ms-grid-column-span: 4;
	    grid-column: 4 span;
	    -ms-grid-row-span: 1;
	    grid-row: 1 span;
	}
	.archive-news > * {
	    -ms-grid-column-span: 2;
	    grid-column: 2 span;
	}

	
}

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

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

	body .fancybox-content{
		padding: 20px;
	}
	h1, .h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		margin-bottom: 28px;
	}
	h1, .h1{
		font-size: 24px;
		margin-bottom: 28px;
	}
	h2{
		font-size: 22px;
	}
	h3, h4, h5, h6{
		font-size: 20px;
	}
	.title_main{
		font-size: 24px;
		margin-bottom: 20px;
	}
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
	}
	
	body.s-active .wrap_search {
	    top: 50%;
	    height: 100%;
	}
	.search_column{
		margin: 0;
	}
	.search_panel {
	    min-width: initial;
	}
	body.s-active .search_column{
		right: 10px;
		left: 10px;
	}

	blockquote.wp-block-quote p{
		font-size: 16px;
	}


	
	body .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
	    height: 36px;
	    width: 36px;
	    background-size: 22px;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer .site-branding img{
		margin-left: auto;
		margin-right: auto;
	}

	.side_bar_title{
		font-size: 18px;
	}


	.count-title{
		font-size: 36px;
	}
	.line_decor > *:before{
		display: none;
	}

	
	.single-content {
	    font-size: 16px;
	}

	.news-item-2 .title_news{
		font-size: 19px;
	}
	.news-item-2 .title_news-wrap{
		padding: 15px;
	}
	.section-primary{
		padding: 15px;
	}
	.other-title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.archive-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
	.archive-grid > *,
	.archive-grid > *:nth-child(7n+5), .archive-grid > *:nth-child(7n+6), .archive-grid > *:nth-child(7n+7){
	    -ms-grid-column-span: 1;
	    grid-column: 1 span;
	}
	.big-news .title_news-wrap {
	    padding-top: 14px;
	}
	.big_news .title_news, 
	.archive-news > *:nth-child(11) .title_news, 
	.archive-news > *:nth-child(8) .title_news, 
	.archive-news > *:nth-child(1) .title_news {
	    font-size: 16px;
	}
}

@media screen and (max-width: 420px){
	.grid-news > *{
		width: 100%;
	}
	.archive-news {
	    grid-gap: 14px;
	}

}