/*
Theme Name: Astrakhan.su
Theme URI: https://themegrill.com/themes/colornews/
Author: ThemeGrill
Author URI: https://themegrill.com/wordpress-themes/
Description: ColorNews Pro is the pro version of ColorNews free theme.
Version: 2.1.28
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: colornews
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    line-height: 1.25;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

html.lock, html.lg-on {
    overflow: hidden;
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #efefef;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

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

a img {
    border: 0;
}

iframe {
    max-width: 100%;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    font-family: 'Roboto' !important;
}

figcaption {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    line-height: 1.25;
    font-weight: 400;
    font-family: 'Roboto' !important;
}

.title .fa {
    font-size: 14px;
}

p {
    margin-bottom: 15px;
    font-family: 'Roboto' !important;
}


b,
strong {
    font-weight: bold;
}

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

/*blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}*/

blockquote {
    margin: 0 15px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

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

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 8px 0 15px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
li,
menu {
    margin: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}

small {
    font-size: 12px;
}

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

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}


input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
    width: 100%;
    font-size: 18px;
    padding: 10.6px 12px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
}

input[type="submit"][disabled] {
    background: grey;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 80px;
    max-width: 100%;
    width: 100%;
    padding: 9.5px 12px;
}

.onlycheckbox span.wpcf7-not-valid-tip {
    display: none !important;
}

.onlycheckbox span.wpcf7-form-control-wrap.accept-this {
    border: none !important;
}


.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    min-height: 45px;
    position: relative;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #c5c5c5;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.navigation .nav-links a:hover,
.bttn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 1px solid #211c1d;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #211c1d;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {
}

a:hover,
a:focus,
a:active {
    color: #BA2616;
}

p a, .entry-content a {
    color: #BA2616;
}

p a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
Flex, container, row, columns
--------------------------------------------------------------*/

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

.align-items-start {
    align-items: flex-start;
}

.container {
    width: 100%;
    padding: 0 8px;
    margin: 0 auto;
    position: relative;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    position: relative;
}

main.container > .row {
    padding-top: 25px;
}

.column,
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-mn,
.column-mn-1,
.column-mn-2,
.column-mn-3,
.column-mn-5,
.column-mn-4,
.column-mn-6,
.column-mn-7,
.column-mn-8,
.column-mn-9,
.column-mn-10,
.column-sm,
.column-sm-1,
.column-sm-2,
.column-sm-3,
.column-sm-5,
.column-sm-4,
.column-sm-6,
.column-sm-7,
.column-sm-8,
.column-sm-9,
.column-sm-10,
.column-md,
.column-md-1,
.column-md-2,
.column-md-3,
.column-md-5,
.column-md-4,
.column-md-6,
.column-md-7,
.column-md-8,
.column-md-9,
.column-md-10,
.column-lg,
.column-lg-1,
.column-lg-2,
.column-lg-3,
.column-lg-5,
.column-lg-4,
.column-lg-6,
.column-lg-7,
.column-lg-8,
.column-lg-9,
.column-lg-10 {
    padding: 0 8px;
    position: relative;
    -webkit-box-flex: 0;
}

.column {
    width: 100%;
}

.column-11 {
    width: 91.66666667%;
}

.column-10 {
    width: 83.33333333%;
}

.column-9 {
    width: 75%;
}

.column-8 {
    width: 66.666667%;
}

.column-7 {
    width: 58.333333%;
}

.column-6 {
    width: 50%;
}

.column-5 {
    width: 41.66666667%;
}

.column-4 {
    width: 33.333333%;
}

.column-3 {
    width: 25%;
}

.column-2 {
    width: 16.66666667%;
}

.column-1 {
    width: 8.33333333%;
}

.shown {
    opacity: 1 !important;
    visibility: visible !important;
}

.mn-shown,
.sm-shown,
.md-shown,
.lg-shown {
    height: 0;
    visibility: hidden;
}

.hidden {
    display: none;
}

@media (min-width: 650px) {
    .column-mn {
        width: 100%;
    }

    .column-mn-11 {
        width: 91.66666667%;
    }

    .column-mn-10 {
        width: 83.33333333%;
    }

    .column-mn-9 {
        width: 75%;
    }

    .column-mn-8 {
        width: 66.666667%;
    }

    .column-mn-7 {
        width: 58.333333%;
    }

    .column-mn-6 {
        width: 50%;
    }

    .column-mn-5 {
        width: 41.66666667%;
    }

    .column-mn-4 {
        width: 33.333333%;
    }

    .column-mn-3 {
        width: 25%;
    }

    .column-mn-2 {
        width: 16.66666667%;
    }

    .column-mn-1 {
        width: 8.33333333%;
    }

    .container {
        max-width: 750px;
    }

    .mn-shown {
        height: auto;
        visibility: visible;
    }

    .mn-hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    .column-sm {
        width: 100%;
    }

    .column-sm-11 {
        width: 91.66666667%;
    }

    .column-sm-10 {
        width: 83.33333333%;
    }

    .column-sm-9 {
        width: 75%;
    }

    .column-sm-8 {
        width: 66.666667%;
    }

    .column-sm-7 {
        width: 58.333333%;
    }

    .column-sm-6 {
        width: 50%;
    }

    .column-sm-4 {
        width: 33.333333%;
    }

    .column-sm-3 {
        width: 25%;
    }

    .column-sm-2 {
        width: 16.66666667%;
    }

    .column-sm-1 {
        width: 8.33333333%;
    }

    .container {
        max-width: 750px;
    }

    .sm-shown {
        height: auto;
        visibility: visible;
    }

    .sm-hidden {
        display: none;
    }
}

@media (min-width: 992px) {
    .column-md {
        width: 100%;
    }

    .column-md-11 {
        width: 91.66666667%;
    }

    .column-md-10 {
        width: 83.33333333%;
    }

    .column-md-9 {
        width: 75%;
    }

    .column-md-8 {
        width: 66.666667%;
    }

    .column-md-7 {
        width: 58.333333%;
    }

    .column-md-6 {
        width: 50%;
    }

    .column-md-4 {
        width: 33.333333%;
    }

    .column-md-3 {
        width: 25%;
    }

    .column-md-2 {
        width: 16.66666667%;
    }

    .column-md-1 {
        width: 8.33333333%;
    }

    .container {
        max-width: 975px;
    }

    .md-shown {
        height: auto;
        visibility: visible;
    }

    .md-hidden {
        display: none;
    }
}

@media (min-width: 1200px) {
    .column-lg {
        width: 100%;
    }

    .column-lg-11 {
        width: 91.66666667%;
    }

    .column-lg-10 {
        width: 83.33333333%;
    }

    .column-lg-9 {
        width: 75%;
    }

    .column-lg-8 {
        width: 66.666667%;
    }

    .column-lg-7 {
        width: 58.333333%;
    }

    .column-lg-6 {
        width: 50%;
    }

    .column-lg-4 {
        width: 33.333333%;
    }

    .column-lg-3 {
        width: 25%;
    }

    .column-lg-2 {
        width: 16.66666667%;
    }

    .column-lg-1 {
        width: 8.33333333%;
    }

    .container {
        max-width: 1156px;
    }

    .lg-shown {
        height: auto;
        visibility: visible;
    }

    .lg-hidden {
        display: none;
    }
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.header {
    background: white;
}

.header__first-item {
    color: #aaa;
    font-size: 14px;
    padding: 6.5px 0;
    background-color: #211c1d;
}

.header__social-icons {
    margin: auto
}

.social-icons__item {
    display: inline-block;
}

.social-icons__item-link {
    color: #ccc;
    padding: 0 5px;
}

.social-icons__item-link:hover {
    color: #efefef;
}

.header__second-item {
    padding: 15px 0;
    border-bottom: 2px solid #efefef;
}

.header__second-item .column {
    align-items: center;
}

.custom-logo-link {
    position: relative;

    margin: 0 auto;
    display: block;
    max-width: 333px;
}

.custom-logo-link img {
    position: relative;
    margin: 0 auto 12px;
    width: 100% !important;
}

.header__third-item {
    background: #fff;
}

.menu-hidden {
    opacity: 0 !important;
    transition: opacity 1s;
}

@media (max-width: 580px) {
    .header__first-item .flex {
        display: block;
        text-align: center;
    }

    .date-in-header,
    .weather-and-rate {
        margin-bottom: 5px
    }
}

@media (min-width: 992px) {
    .custom-logo-link {
        margin: 0;
    }

    .custom-logo-link img {
        margin: 18.5px 0;
    }

    .header__third-item {
        height: auto;
        visibility: visible;
    }

    .header {
        min-height: 173px;
    }
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

#secondary {
    margin-top: 33px;
}

@media (max-width: 991px) {

    #secondary > .row > :nth-child(4),
    #secondary > .row > :nth-child(10) {
        display: none;
    }
}

@media (min-width: 992px) {
    #secondary {
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
Заголовки
--------------------------------------------------------------*/

.screen-reader-text {
    position: absolute !important;

    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
}


/*--------------------------------------------------------------
Social menu
--------------------------------------------------------------*/

.login-signup-wrap {
    font-size: 0;
    margin: 0 auto;
}

.login-signup-wrap li a::before {
    color: #aaa;
    padding: 0 10px;
    font-size: 16px;
    content: "\f005";
    vertical-align: top;
    display: inline-block;
    font-family: FontAwesome;

}

.login-signup-wrap li a:hover::before {
    color: #efefef;
    transition: 0.2s;
}

.login-signup-wrap li a[href*="t.me"]::before {
    content: '\f2c6';
}

.login-signup-wrap li a[href*="facebook.com"]::before {
    content: '\f09a';
}

.login-signup-wrap li a[href*="vk.com"]::before {
    content: '\f189';
}

.login-signup-wrap li a[href*="youtube.com"]::before {
    content: '\f167';
}

.login-signup-wrap li a[href*="ok.ru"]::before {
    content: '\f263';
}

.login-signup-wrap li a[href*="instagram.com"]::before {
    content: '\f16d';
}

.login-signup-wrap li a[href$="/feed/"]::before,
.login-signup-wrap li a[href*="rss.com"]::before {
    content: '\f09e';
}

@media (max-width: 580px) {
    .login-signup-wrap {
        margin-bottom: 5px
    }
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/


.menu {
    position: relative;
}

.header__menu {
    top: 0;
}

.header__menu.shown {
    left: 0px;
    opacity: 1;
}

.menu-item {
    display: inline-block;
    position: relative;
}

.header__menu .menu-item {
    display: block;
    text-transform: uppercase;
}

header .menu > .menu-item > a {
    color: #211c1d;
    display: block;
    padding: 15px 37px 15px 0;
}

header .menu > .menu-item > a:hover {
    color: #BA2616;
}

.menu-item.menu-item-has-children > a:after {
    content: ' ';

    width: 18px;
    height: 12px;
    display: inline-block;
    background: url(./img/keyboard_arrow_down_black_24dp.svg);
    background-size: cover;
    background-position: center;
}

.menu-item.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}

.sub-menu {
    display: none;
    padding: 15px;
    color: #efefef;
    margin-left: 0;
    overflow: hidden;
    line-height: 35px;
    list-style-type: none;
    background-color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.sub-menu > .menu-item {
    display: block;
}

.sub-menu a {
    color: #aaa;
    line-height: 2.2;
}

.sub-menu a:hover {
    color: #fff;
}

.sub-toggle {
    top: 5px;
    right: 15px;
    z-index: 100;
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    background: url(./img/keyboard_arrow_down_black_24dp.svg);
    background-size: cover;
    background-color: #c5c5c5;
    background-position: center;
    transition: 0.2s;
}

.sub-toggle:hover,
.sub-toggle:focus {
    opacity: 1;
}

@media (max-width: 991px) {
    .header__menu {
        left: -300px;
        position: fixed;

        opacity: 0;
        width: 90%;
        height: 100%;
        overflow: auto;
        z-index: 10001;
        padding: 30px 0;
        max-width: 300px;
        background: #211c1d;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    .header .menu > .menu-item > a {
        color: #777;
        display: block;
        padding: 15px 35px;
    }

    .header .menu > .menu-item > a:hover,
    .header .menu > .menu-item > a:focus {
        color: white;
    }

    .menu-item.menu-item-has-children > a:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .sub-toggle {
        display: none;
    }

    .header__menu {
        left: auto;
        top: auto;
        width: auto;
        position: relative;
    }

    .menu > .menu-item {
        display: inline-block;
    }

    .sub-menu {
        top: 52px;
        z-index: 10000;
        max-height: none;
        position: absolute;

        opacity: 0;
        margin-left: 0;
        max-height: auto;
        visibility: hidden;
        display: block !important;

        transition-property: opacity, visibility;
        transition-duration: 0.3s;
        transition-delay: 0.15s;


        width: 959px;
        padding: 25px;
        column-count: 4;
        background-color: #211c1d;

    }

    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .sub-menu {
        width: 1140px;
    }
}

/*--------------------------------------------------------------
Hidden-menu
--------------------------------------------------------------*/

.hidden-menu__item-link:hover {
    color: white;
}

.hidden-menu__show-menu-icon {
    top: 5px;
    right: 15px;
    z-index: 100;
    position: absolute;

    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    border-radius: 5px;

    background: url(./img/keyboard_arrow_down_black_24dp.svg);
    background-size: cover;
    background-color: #c5c5c5;
    background-position: center;


    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.hidden-menu__show-menu-icon.up {
    background: url(./img/keyboard_arrow_up_black_24dp.svg);
    background-size: cover;
    background-color: #c5c5c5;
    background-position: center;
}

.hidden-menu .menu__submenu.shown {
    max-height: none;
}

.hidden-menu .menu__submenu-item {
    padding: 5px 5px 5px 50px;
    border-bottom: 1px solid #211c1d;
}

.menu-icon {
    top: 40px;
    left: 0px;
    z-index: 100;
    position: initial;

    width: 47px;
    height: 47px;
    opacity: 0.5;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    margin: 0;
    display: inline-block;
    border: 7px solid white;

    background: url(./img/menu_black_24dp.svg);
    background-color: white;
    background-size: cover;
}

.menu-icon:hover,
.menu-icon:focus {
    opacity: 1;
}

#dark-background-2 {
    z-index: 10002;
}

.dark-background {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);

    cursor: pointer;
    align-items: flex-start;
    justify-content: center;
}

.dark-background img {
    cursor: auto;
    border-radius: 5px;
}

@media (min-width: 992px) {

    .menu-icon,
    .hidden-menu,
    #dark-background-1 {
        display: none !important;
    }

    .header__third-item {
        display: block;
    }
}


/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.searchform {
    position: relative;
    padding-right: 93px;
}

.searchform button {
    right: 0;
    position: absolute;
}

.header__search-block {
    right: 0;
    top: -167px;
    width: 100%;
    z-index: 10000;
    margin-left: auto;
    position: absolute;
    pointer-events: none;
}

.search__icon {
    width: 29px !important;
    height: 33px;
    display: block;
    cursor: pointer;
    margin-top: 7px;
    margin-left: auto;
    pointer-events: all;

    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;

    background: url('./img/search_black_24dp.svg');
    background-size: cover;
}

.search__icon.close-icon {
    background: url('./img/close_black_24dp.svg');
    background-size: cover;
}

.header .searchform {
    right: 0;
    bottom: -76px;
    position: absolute;
    pointer-events: all;


    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity 0.4s;
    background-color: #211c1d;
    padding: 15px 113px 15px 15px;
    border-radius: 0px 0px 5px 5px;
}

.header .active .searchform {
    opacity: 1;
    visibility: visible;
}

.header__search-block input, .header__search-block-mobile input {
    width: 100% !important;
    margin: 0 12px 0 0 !important;
}

.header__search-block button {
    top: 15px;
    right: 15px;
    color: white;
    background: none;
    position: absolute;
}

.header__search-block button:hover {
    border: 1px solid white
}

.search-mobile {
    display: none;
    text-align: right;
}

@media (max-width: 991px) {
    #menu-item-649 {
        display: none;
    }

    .search__icon {
        opacity: 0.5;
        height: 49px;
        width: 44px !important;
        border: 7px solid white;
        background-color: white;
        border-radius: 5px 0 0 5px;
    }

    .search__icon:hover,
    .search__icon:focus {
        opacity: 1;
    }

    .header__search-block {
        display: none;

    }

    .header__search-block-mobile {
        display: block;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10000;
        margin-left: auto;
        position: relative;
        pointer-events: none;
    }

    .header__search-block-mobile .search__icon {
        margin: 0;
    }

    .search-mobile {
        display: block;
    }

    .header__search-block-mobile input {
        min-width: 200px;
        margin: 0 !important;
    }

    .header .searchform {
        width: auto;
    }
}

@media (min-width: 992px) {
    .header__search-block {
        top: auto;
        right: auto;
        width: auto;
        position: relative;
    }

    .header__search-block input {
        min-width: 500px;
        margin: 0 !important;
    }

    .header .searchform {
        width: auto;
    }

    .ad-unit {
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .search__icon {
        bottom: -147px;
    }
}

/* date and tags */
.date,
.tag-links {
    height: 16px;
    font-size: 12px;
}

.date {
    margin-right: 5px;
}

.tag-links {
    margin-left: 5px;
}

.single-news .date,
.single-news .tag-links {
    font-size: 14px;
}

#news {
    font-size: 18px;
}

.popular-news-player .flex {
    align-items: center;
}

.popular-news-player .arrow {
    margin-left: 5px;
}

.popular-news-title {
    padding: 13.5px 15px;
    font-size: 14px;
    margin-right: 12px;
    border-radius: 5px;
    background-color: #fff;
}

header .wpls-logo-showcase.wpls-dots-false,
header .wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    padding: 0 !important;
    margin: 0 !important;
}

header .wpls-logo-showcase.wpls-dots-false {
    width: 100%;
    margin: 0 0 0 auto !important;
}

header .wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    border-radius: 5px;
    overflow: hidden;
}

#sticky-wrapper {
    width: 100%;
    position: absolute;
    z-index: 1005;
}

@media (max-width: 992px) {
    .popular-news-player {
        display: none;
    }

    .asu-social-menu-sticky {
        display: block;
        position: initial;
        padding-top: 10px;
    }

    .asu-social-menu-sticky ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .asu-social-menu-sticky li.menu-item {
        display: block;
        text-align: center;
    }

    .asu-social-menu-sticky .login-signup-wrap li a::before {
        padding: 5px;
    }

}

@media (min-width: 992px) {
    #sticky-wrapper {
        position: relative;
    }

    header .wpls-logo-showcase.wpls-dots-false {
        max-width: 720px;
    }
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footer {
    color: #666;
    padding: 45px 0;
    font-size: 18px;
    margin-top: 33px;
    background-color: #211c1d;
}

.footer a {
    color: #aaa;
}

.footer a:hover {
    color: white;
}

.footer__lists {
    flex-flow: column;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.footer .menu-item {
    margin-right: 5px;
}

.footer__our-projects,
.footer__categories {
    /*margin: 34px 15px 34px 0;*/
}


/*--------------------------------------------------------------
Arrows
--------------------------------------------------------------*/

.arrow:after {
    content: ' ' !important;

    width: 18px;
    height: 12px;
    display: inline-block;
    background: url(./img/keyboard_arrow_down_black_24dp.svg);
    background-size: cover;
    background-position: center;


    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.left-arrow:after {
    transform: rotate(90deg);
}

.right-arrow:after {
    transform: rotate(-90deg);
}

.up-arrow:after {
    transform: rotate(180deg);
}

.left-arrow,
.right-arrow {
    padding: 10px 21.5px !important;
}

.up-arrow {
    padding: 21.5px !important;
}

#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    opacity: 0.5;
    background-color: white;
    filter: alpha(opacity=50);
    padding: 10px;
    border-radius: 5px;
}

#scroll-up:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
AD blocks
--------------------------------------------------------------*/
.swiper-container.ad-slider {
    max-width: 728px;
}

.ad-slider .swiper-slide {
    text-align: center;
}

.adasu-block {
    height: 100%;
    display: flex;
    padding: 15px;
    overflow: hidden;
    max-height: 298px;
    border-radius: 5px;
    position: relative;
    align-items: center;
    margin-bottom: 12px;
    justify-content: center;
    background-color: white;
}

.adasu-block img {
    border-radius: 5px;
}

@media (min-width: 992px) {
    .adasu-block {
        height: auto;
        padding: 0;
    }

    .swiper-container.ad-slider {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
}

/*--------------------------------------------------------------
Comments block
--------------------------------------------------------------*/

.comments-block {
    margin-top: 25px;
}

.comments-block ul,
ol {
    list-style: none;
}

.comments-block__comments {
    padding: 25px;
    border-radius: 5px;
    background-color: white;
}

.comments-block__comments img {
    border-radius: 5px;
}

.comments-block article {
    margin-bottom: 25px;
}

.comments-block img {
    float: left;
    margin-right: 15px;
}

.comments-block__comments p {
    margin: 7px 0 12px;
    padding-left: 55px;
    word-break: break-word;
}

.add-comments {
    margin: 25px 0 0;
}

.add-comments span {
    font-size: 14px;
}

.add-coments__item {
    margin-top: 14px;
}

.add-coments__photo {
    float: left;
}

.add-comments__recapcha {
    margin-bottom: 12px;
}

.add-comments__form {
    padding-left: 60px;
}

.add-comments__checkbox {
    max-width: 350px;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

.add-comments__checkbox input {
    margin: 5px 5px 0 0
}

.comment-respond h4 {
    font-weight: 600;
}

.comment-respond p {
    font-size: 12px;
    margin-bottom: 12px;
}

.comment-reply-link {
    color: #c5c5c5;
    font-size: 12px;
    font-weight: 600;
    transition: 0.2s;
    padding: 2px 12px;
    margin-left: 55px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
}

.comment-reply-link:hover {
    color: #211C1D;
    border: 1px solid #211C1D;
}

@media (min-width: 768px) {
    .comment-respond {
        padding: 0 25px;
        margin-top: 25px;
    }

    .add-comments {
        margin: 25px 25px 0;
    }

    .add-comments__checkbox {
        width: 50%;
        padding-left: 25px;
        min-height: 76px;
        display: inline-flex;
    }

    .add-coments__photo,
    .add-comments__recapcha {
        float: left;
    }
}


/*--------------------------------------------------------------
Previous and next posts
--------------------------------------------------------------*/

.post-navigation {
    margin-top: 13px;
}

.previous-post {
    padding-left: 45px;
}

.previous-post,
.next-post {
    margin-bottom: 12px;
}

.next-post {
    padding-right: 45px;
    text-align: right;
}

.previous-post:before,
.next-post:before {
    content: ' ';

    width: 18px;
    height: 12px;
    display: inline-block;
    background: url(./img/keyboard_arrow_down_black_24dp.svg);
    background-size: cover;
    background-position: center;

    top: 15px;
    position: absolute;
}

.previous-post:before {
    left: 15px;
    transform: rotate(90deg);
}

.next-post:before {
    right: 15px;
    transform: rotate(-90deg);
}

/*--------------------------------------------------------------
News
--------------------------------------------------------------*/

/* news */

.news-block {
    padding: 15px;
    overflow: hidden;
    background: white;
    position: relative;
    border-radius: 5px;
    margin-bottom: 12px;


    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news-block:not(.single-news):hover {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.news-block figure {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    max-width: 350px;
}

.news-block__tags {
    left: 5px;
    bottom: 10px;
    line-height: 0;
    position: absolute;
}

.news-block__description {
    font-size: 14px;
    overflow: hidden;
    max-height: 60px;
}

.news-block__item {
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

.news-block__title {
    font-weight: 600;
    font-size: 17px !important;
}

.single-news {
    padding: 25px;
}

.single-news .news-block__title {
    margin: 0 0 5px;
}

.single-news .news-block__tags {
    left: 15px;
    bottom: 50px;
    position: absolute;
}

.single-news figure {
    max-width: none;
}

.single-news .wp-post-image {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 12px;
    object-fit: contain;
}

.single-news .news-block__item {
    padding-bottom: 12px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 12px;
}

.news-block__read-us {
    font-size: 16px;
    margin-left: auto;
    align-items: center;
    display: inline-flex;
}

.news-block__read-us a {
    margin-left: 5px;
    display: inline-flex;
    background: #eee;
    padding: 7px 12px;
    border-radius: 5px;
    align-items: center;
    font-size: 24px;
}

.news-block__read-us a[href*="t.me"] {
    color: #29a9eb;
}

.news-block__read-us a[href*="vk.com"] {
    color: #0078fe;
}

.news-block__read-us a[href*="ok.ru"] {
    color: #f7941f;
}

.single-news .news-block__description {
    font-size: 18px;
}

.single-news .news-block__description > :last-child {
    margin-bottom: 0;
}

.more-news {
    margin: 13px auto 25px;
}

.entry-content ul,
ol {
    padding-left: 45px;
    margin-bottom: 25px;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}


.entry-content h4,
.entry-content h3,
.entry-content h2 {
    margin-bottom: 10px;
}

.entry-content h4 {
    font-weight: bold;
}

.swiper-container.mySwiper2,
.swiper-container.mySwiper4 {
    margin: 25px 0 25px 0;
}

.telegram a {
    color: #64a9dc;
}

.telegram i {
    width: 32px;
    height: 32px;
    color: white;
    font-size: 40px;
    margin-right: 5px;
    border-radius: 100%;
    background: #64a9dc;
    vertical-align: middle;
    border: 3px solid white;

    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 500px) {
    .news-block__read-us {
        font-size: 0;
    }

    .news-block__item {
        height: auto !important;
    }
}

@media (min-width: 501) and (max-width: 767px) {
    .news-block figure {
        display: flex;
    }
}

@media (max-width: 767px) {
    .news-block__description {
        font-size: 14px;
        margin: 5px 0 5px 0;
        max-height: 35px;
    }

    .single-news .news-block__item {
        flex-direction: column;
    }

    .single-news .news-block__item .date {
        margin-left: 12px;
    }

    .news-block__read-us {
        margin-left: 0;
        margin-top: 7px;
    }
}

@media (min-width: 768px) {
    .news-block__title {
        font-size: 18px !important;
    }

    .single .news-block__title
}

.slider-news,
.news-block-full-img {
    padding: 0;
}

.slider-news {
    overflow: hidden;
    max-height: 350px;
}


.main-news .slider {
    border-radius: 5px;
}

.main-news .swiper-container > .swiper-pagination-bullets {
    bottom: 27px;
    text-align: right;
    padding-right: 15px;
}

.main-news .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: white;
}

.slider-news:before,
.news-block-full-img:before {
    bottom: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 5px;
    background: linear-gradient(0deg, black, transparent);
}

.slider-news .news-block__title,
.news-block-full-img .news-block__title,
.fourth-style .news-block__title {
    overflow: hidden;
}

.slider-news .news-block__tags,
.news-block-full-img .news-block__tags {
    left: 0;
    bottom: 0;
    margin: 0;
    position: relative;
}

.slider-news .news-block__link,
.news-block-full-img .news-block__link {
    color: white
}

.slider-news img {
    min-width: 100%;
    max-width: none;
    min-height: 376px;
    object-fit: cover;
    object-position: 0 0;
}

.news-block-full-img img {
    max-width: none;
    min-width: 100%;
    min-height: 182px;
}

.slider-news:before {
    height: 190px;
}

.slider-news .title {
    margin-bottom: 15px;
}

.slider-news:before,
.slider-news .news-block__item,
.news-block-full-img .news-block__item {
    bottom: 0;
    z-index: 100;
    padding: 15px;
    position: absolute;
}

.news-block-full-img {
    max-width: none;
    min-height: 182px;
    max-height: 182px;
    object-fit: cover;
    object-position: 0 0;
}


.second-style,
.fourth-style,
.third-style {
    padding-left: 174px;
}

.second-style .news-block__item {
    height: 132px;
}

.second-style .news-block__tags {
    margin: 0;
    bottom: 10px;
    max-width: 228px;
    position: absolute;
}

.third-style .news-block__tags {
    margin: 0;
    bottom: 3px;
    max-width: 144px;
    position: absolute;
}

.third-style .news-block__item {
    height: 106px;
}

.fourth-style .news-block__item {
    overflow: visible;
}

.fourth-style .news-block__title {
    height: 114px;
    margin-bottom: 2px;
}

.fourth-style .news-block__tags {
    margin: 0;
    bottom: 3px;
    position: absolute;
}

.first-style figure,
.fourth-style figure,
.fifth-style .news-block__date {
    margin-top: 5px;
}

.first-style figure {
    margin-bottom: 5px;
}

.fourth-style figure {
    top: 0;
    left: -159px;
    overflow: hidden;
    position: absolute;
}

.second-style figure,
.fourth-style figure,
.third-style figure {
    width: 147px;
    height: 126px;
    min-height: 45px;
}

.second-style img,
.fourth-style img {
    max-width: none;
    border-radius: 5px;
}

.second-style figure,
.third-style figure {
    top: 15px;
    left: 15px;
    position: absolute;
}

.fifth-style .news-block__title {
    min-height: 69px;
    overflow: hidden;
}


@media (max-width: 767px) {
    .popular-news .fourth-style {
        display: none;
    }

    .second-style figure {
        /*width: initial;*/
    }
}

@media (min-width: 500px) {

    .second-style,
    .fourth-style {
        padding-left: 285px;
    }

    .second-style figure {
        max-width: 158px;
        width: auto;
        height: auto;
    }

    .fourth-style figure {
        left: -270px;
        width: 258px;
    }

    .second-style .wp-post-image,
    .fourth-style .wp-post-image {
        height: auto;
        max-width: 100%;
    }
}

@media (min-width: 650px) {
    .news-block__description {
        display: block;
        font-size: 14px;
        margin: 5px 0 5px 0;
    }

    .fourth-style {
        padding-left: 15px;
    }

    .fourth-style figure {
        left: 0;
        position: relative;
        overflow: hidden;
        width: auto;
        height: auto;
    }

    .fourth-style .news-block__item {
        height: 275px;
        overflow: hidden;
    }

    .fourth-style-blocks-only .fourth-style .news-block__item {
        height: 245px;
        border-radius: 5px;
    }

    .fourth-style .news-block__title {
        height: 68px;
    }

    .first-style .news-block__description {
        max-height: 40px;
    }
}

@media (min-width: 768px) {
    .slider-news {
        max-height: 100%;
    }

    .slider-news .news-block__title,
    .news-block-full-img .news-block__title {
        max-height: 69px;
    }

    .first-style .news-block__item {
        height: 275px;
        overflow: hidden;
    }

    .first-style .wp-post-image,
    .fourth-style .wp-post-image {
        max-width: none;
    }

    .second-style {
        padding-left: 174px;
    }

    .second-style figure {
        max-width: 147px;
    }

    .second-style .news-block__item {
        height: 106px;
    }

    .second-style .news-block__title {
        max-height: 93px;
        overflow: hidden;
    }

    .second-style .wp-post-image {
        max-height: 126px;
        max-width: 223px;
    }


    .last-news > :nth-child(3) .news-block__description {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .third-style .news-block__description {
        max-height: 60px;
        overflow: hidden;
    }

    .category .third-style .news-block__description,
    .popular-news-block .third-style .news-block__description {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .first-style .wp-post-image {
        width: 100%;
    }

    .fourth-style .news-block__title {
        height: 91.5px;
    }

    .fourth-style img {
        width: auto;
        height: auto;
        max-height: 180px;
    }

    .news-block__title {
        max-height: 91.5px;
    }

    .news-block__description {
        max-height: 35px;
        font-size: 14px;
        margin: 5px 0 5px 0;
    }

    .first-style .news-block__item {
        height: 287px;
        margin-bottom: 7px;
    }

    .first-style .news-block__description {
        display: block;
        max-height: 60px;
    }

    .second-style {
        padding-left: 265px;
    }

    .second-style figure,
    .fourth-style figure {
        max-width: 100%;
    }

    .second-style figure {
        max-height: 141px;
    }

    .second-style .wp-post-image {
        max-width: 238px;
        max-height: 100%;
    }

    .second-style .news-block__item {
        height: 115px;
        margin-bottom: 10px;
    }

    .fourth-style-blocks-only .fourth-style .news-block__item,
    .fourth-style .news-block__item {
        height: 275px;
    }

    .last-news > :nth-child(3) .news-block__description {
        display: block;
    }

    .logo__img {
        margin: 0 auto 0 0;
    }

    .news-block__description {
        font-size: 14px;
        margin: 5px 0 5px 0;
    }
}

@media (min-width: 1200px) {
    .menu__submenu {
        width: 1140px;
    }

    .second-style figure {
        max-height: 153px;
    }

    /*.news-block__title { max-height: 95px; }*/
    .slider-news .news-block__title,
    .news-block-full-img .news-block__title {
        max-height: 90px;
    }

    .first-style .news-block__item {
        height: 300px;
    }

    .second-style {
        padding-left: 285px;
    }

    .second-style .news-block__item {
        height: 129px;
        margin-bottom: 8px;
    }

    .second-style .wp-post-image {
        max-width: 258px;
    }
}

.fa {
    font-size: 16px;
}

.tags a {
    height: 20px;
    color: white;
    padding: 0 12px;
    font-size: 12px;
    margin: 0 0 5px 0;
    border-radius: 5px;
    background: #211c1d;
    align-items: center;
    display: inline-flex;
}

.tags a {
    background-color: #ad0000;
}

.tags a[href*="security"] {
    background-color: #71b600;
}

.tags a[href*="health"] {
    background-color: #b49700;
}

.tags a[href*="culture"] {
    background-color: #ad0053;
}

.tags a[href*="society"] {
    background-color: #243267;
}

.tags a[href*="education"] {
    background-color: #00b65e
}

.tags a[href*="housing"] {
    background-color: #d64d00
}

.tags a[href*="politics"] {
    background-color: #211c1d;
}

.tags a[href*="economy"] {
    background-color: #ff8c68;
}

.tags a[href*="law"] {
    background-color: #008da0;
}

.tags a[href*="selskoe"] {
    background-color: #487900;
}

.tags a[href*="authors"] {
    background-color: #5b0079;
}

#typing {
    display: none;
}

.mySwiper2,
.mySwiper4 {
    height: 340px;
    margin-bottom: 12px;
}

[thumbsslider] {
    margin-bottom: 25px;
}

.mySwiper2 img,
.mySwiper4 img {
    margin: auto;
    max-width: none;
    max-height: 340px;
}

.mySwiper2 .swiper-slide,
.mySwiper4 .swiper-slide {
    text-align: center;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    border-radius: 5px;
    background-color: #efefef;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    cursor: pointer;
    border-radius: 5px;
}


[thumbsslider] .swiper-slide {
    max-height: 95px;
    transition: 0.2s;
    filter: grayscale(1);
}

[thumbsslider] .swiper-slide:hover,
[thumbsslider] .swiper-slide.swiper-slide-thumb-active {
    filter: grayscale(0);
}

[class*="mySwiper"] .arrow {
    opacity: 0;
    transition: 0.2s;
    /*border-radius: 5px;*/
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}


[class*="mySwiper"]:hover .arrow {
    opacity: 1;
}

[class*="mySwiper"] .arrow:hover {
    background: #fff;
}

.wp-block-quote {
    padding-left: 15px;
    border-radius: 5px;
    border-left: 5px solid #efefef;
}

.news-block figure.wp-block-embed {
    max-width: 100%;
    margin-bottom: 15px;
}

.widget-scrollbar {
    height: auto;
    max-height: 1100px;
    overflow-y: scroll;
    overflow-x: clip;
    scrollbar-width: none;
    cursor: s-resize;
}

.widget-scrollbar::-webkit-scrollbar {
    display: none;
}

.widget-scrollbar-arrow::after {
    content: '🠻';
    background: #ddd;
    width: 100%;
    height: 3rem;
    font-size: 2.5rem;
    color: #777;
    text-align: center;
    display: inline-block;
    box-shadow: 0 6px 5px -5px #888;
    border-radius: 0% 0% 1rem 1rem;
}

.mySwiperFull,
.mySwiperFull .swiper-wrapper,
.mySwiperFull .swiper-slide {
    background: none;
    text-align: center;
}

.mySwiperFull {
    height: 100%;
}

.mySwiperFull .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiperFull img {
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
}


.mySwiperFulls img {
    cursor: auto;
}

#widget_1 {
    text-align: center;
    width: 100%;
}

#widget_1 .row {
    text-align: left;
}

#widget_1 .more-news {
    color: white !important;
    background: #BA2616;
}

#widget_1 .more-news:hover {
    background: #e12b17;
}

#yandex_rtb_R-A-733697-1 {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 12px;
}

/* NEW STYLES 2022 */
@media (max-width: 650px) {
    .third-style, .fourth-style {
        margin-left: 8px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .asu-social-menu-sticky {
        display: block;
        position: fixed;
        bottom: 80px;
        right: 0;
        background-color: white;
        padding: 10px;
        border-radius: 5px 0 0 5px;
        z-index: 9999;
    }

    .asu-social-menu-sticky li.menu-item {
        display: block;
        text-align: center;
    }

    .asu-social-menu-sticky .login-signup-wrap li a::before {
        padding: 5px;
    }
}

.asu-social-menu-sticky .login-signup-wrap {
    font-size: 0;
    margin: 0 auto;
}

.asu-social-menu-sticky .login-signup-wrap li a::before {
    color: #aaa;
    font-size: 26px;
    content: "\f005";
    vertical-align: top;
    display: inline-block;
    font-family: FontAwesome;

}

.asu-social-menu-sticky .login-signup-wrap li a:hover::before {
    font-weight: bold;
    transition: 0.2s;
}

.asu-social-menu-sticky .login-signup-wrap li a[href*="t.me"]::before {
    content: '\f2c6';
    color: #29a9eb;
}

.asu-social-menu-sticky .login-signup-wrap li a[href*="facebook.com"]::before {
    content: '\f09a';
}

.asu-social-menu-sticky .login-signup-wrap li a[href*="vk.com"]::before {
    content: '\f189';
    color: #0078fe;
}

.asu-social-menu-sticky .login-signup-wrap li a[href*="youtube.com"]::before {
    content: '\f167';
    color: #ff0000;
}

.asu-social-menu-sticky .login-signup-wrap li a[href*="ok.ru"]::before {
    content: '\f263';
    color: #f7941f;
}

.asu-social-menu-sticky .login-signup-wrap li a[href*="instagram.com"]::before {
    content: '\f16d';
    color: #d604e2;
}

.asu-social-menu-sticky .login-signup-wrap li a[href$="/feed/"]::before,
.asu-social-menu-sticky .login-signup-wrap li a[href*="rss.com"]::before {
    content: '\f09e';
    color: #ff7e00;
}

.news-block .news-block__date {
    font-style: italic;
}

.comments-block__comments li {
    border-bottom: 1px solid #f1f1f1;
}

.comments-block__comments li article {
    margin-top: 25px;
    font-size: 14px;
}

.comments-block__comments li article p {
    font-size: 14px;
}

.comments-block__comments li article a.date {
    font-style: italic;
}

.comment-respond {
    padding: 25px;
    background: white;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news-block__photo_copyrights {
    left: 15px;
    bottom: 22px;
    position: absolute;
}

.news-block__photo_copyrights span {
    background: #00000063;
    height: 20px;
    color: white;
    padding: 0 12px;
    font-size: 12px;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    align-items: center;
    display: inline-flex;
}

.single-news .wp-block-quote {
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-left: 5px solid #f49947;
    /*background-color: #f7f7f7;*/
}

/*
.single-news .wp-block-quote p:before {
    content: "\00ab\00a0";
    font-weight: bold;
}

.single-news .wp-block-quote p:after {
    content: "\00a0\00bb";
    font-weight: bold;
}
*/
.single-news .wp-block-pullquote {
    padding: 10px 0;
    border-top: 5px solid #f49947;
    border-bottom: 5px solid #f49947;
    border-radius: 10px;
    /*background-color: #f7f7f7;*/
    margin: 0 15px 15px 15px;
}

.single-news .wp-block-pullquote blockquote p {
    font-size: 19px;
    line-height: 1.25;
    font-style: normal;
    margin-top: 15px;
}


.single-news .wp-block-media-text {
    background-color: #f7f7f7;
    margin: 15px;
    display: flex;
    flex-direction: row;
}

.single-news .wp-block-media-text .wp-block-media-text__media {
    height: 100%;
    padding: 20px 10px 20px 20px;
    width: 30%;
    text-align: center;
}

.single-news .wp-block-media-text .wp-block-media-text__media img {
    vertical-align: top;
    border-radius: 50%;
    object-fit: cover;
    width: 175px;
    height: 175px;
    -o-object-fit: cover;
}

.single-news .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 20px 20px 10px;
    width: 70%;
}

.related-news-block {
    margin-top: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.main-news .wp-pagenavi {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.main-news .wp-pagenavi a, .main-news .wp-pagenavi span {
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}

.main-news .wp-pagenavi span.extend {
    border: 0;
}

.main-news .wp-pagenavi a:hover {
    background: #ffffff;
    color: initial;
}

.footer {
    padding: 20px 0 10px 0;
}

.footer .textwidget p {
    font-size: 14px;
}

.asu-video-container:before {
    display: none;
}

.asu-video-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: space-around;
}

.header__menu .menu-item a[href*='live.astrakhan.ru']:after, .header__menu .menu-item a[href*='sport.astrakhan.ru']:after {
    content: 'тв';
    color: #BA2616;
    vertical-align: super;
    font-size: 10px;
    padding-left: 2px;
}

.header__menu .menu-item a[href*='astrakhan.su/map']:after {
    font-family: FontAwesome;
    content: '\f207';
    color: #BA2616;
    vertical-align: super;
    font-size: 10px;
    padding-left: 2px;
}

.header__menu .menu-item a[href*='astrakhan.su/map'] {
    /*color: #BA2616;*/
    font-weight: bold;
}

.fourth-style-blocks-only {
    overflow: hidden;
}

.swiper-pagination-posts {
    position: relative;
    bottom: 25px !important;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.third-style figure img {
    object-fit: cover;
    height: 100%;
}

@media (max-width: 650px) {
    .single-news .wp-block-media-text {
        flex-direction: column;
    }

    .single-news .wp-block-media-text .wp-block-media-text__media {
        width: 100%;
    }

    .single-news .wp-block-media-text .wp-block-media-text__content {
        width: 100%;
    }
}

.figure-flex {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* новый слайдер */
.single .swiper-container:not(.mySwiperFull) {
    height: 250px;
    margin: 25px 0;
}

.single .swiper-container.ad-slider:not(.mySwiperFull) {
    margin: 0;
}

.single .swiper-container.swiper-container-thumbs:not(.mySwiperFull) {
    height: 95px;
}

.single .swiper-container.ad-slider--header:not(.mySwiperFull) {
    height: 90px;
    width: auto;
}

.single .swiper-container.ad-slider--aside:not(.mySwiperFull) {
    height: 273px;
    width: auto;
}

.single .swiper-container:not(.mySwiperFull) img {
    height: 100%;
    width: 100%;
    max-height: none;
    object-fit: contain;
}

.single .swiper-container.swiper-container-thumbs:not(.mySwiperFull) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single .swiper-container:not(.mySwiperFull) .swiper-slide {
    align-items: center;
}

@media (min-width: 468px) {
    .single .swiper-container:not(.mySwiperFull) {
        height: 330px;
    }
}

@media (min-width: 768px) {
    .single .swiper-container:not(.mySwiperFull) {
        height: 440px;
    }
}

.single-news .wp-block-image {
    margin: 0 0 1em;
}

.single-news .post-views, .single-news .post-views .total-views, .single-news .byline, .single-news .byline .author, .single-news .date .posted-on a {
    font-size: 14px;
    padding-left: 5px;
}
