/*
Theme Name: Heroine Awesome
URI: http://heroine.ru/
Description: Heroine Awesome WordPress theme.
Version: 1.3.0
Author: Petrozavodsky
*/

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

details,
main {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

kbd,
samp {
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

button,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

.hidden,
.screen_reader,
[hidden],
hr,
template {
    display: none;
}

body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
html,
input,
li,
p,
pre,
ul {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
th {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
}

fieldset,
img,
table {
    border: 0;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    width: 100%;
}

table td {
    padding: 0 10px 0 0;
    border: 0;
}

p {
    margin: 0 0 1em;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

.alignright {
    float: right;
    margin: 0 0 14px 25px;
}

.aligncenter,
.alignnone {
    padding: 20px 0;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.italic {
    font-style: italic;
}

.upper {
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.hideText {
    text-indent: -3000em;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

blockquote {
    padding: 20px;
    margin: 0 40px 20px 20px;
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-family: serif;
}

.site__wrapper {
    overflow-x: hidden;
}

.fonts-loaded body {
    font-family: Lato, serif;
}

.base__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    max-width: 1310px;
}

a,
ul.menu>li,
ul.menu a {
    text-decoration: none;
}

a {
    color: #000;
}

a,
button,
input[type=submit] {
    cursor: pointer;
}

.normal .article-grid__thumbnail {
    min-width: 90px;
}

@media (max-width:1024px) {
    .site__main {
        overflow-x: hidden;
    }
    .comment__block-wrapper {
        overflow: hidden!important;
    }
    .site__footer-content ul.menu>li {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width:870px) {
    body.home .article-grid__wrapper {
        min-width: 570px;
    }
}

.close-button {
    cursor: pointer;
    border: 0;
    padding: 30px;
    background: 0 0;
}

.close-button__icon {
    background: url("images/svg/search__close-button.svg") no-repeat center center/cover;
    display: block;
    width: 25px;
    height: 25px;
}

.search__close-button {
    position: fixed;
    top: 0;
    right: 0;
}

.search__close-button:hover .close-button__icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.heroine-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.heroine-logo__image,
ul.menu>li:after {
    display: block;
    width: 276px;
    height: 52px;
    position: relative;
}

ul.menu>li:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #7c0acd;
    opacity: 0;
    z-index: 20;
}

.heroine-logo__image:after,
.heroine-logo__image:before {
    display: block;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: no-repeat center center/cover;
}

.heroine-logo__image:before {
    background-image: url("images/svg/logo.svg");
}

.heroine-logo__image:after {
    background-image: url("images/svg/logo-hover.svg");
    opacity: 0;
}

.heroine-logo__link:hover .heroine-logo__image:before {
    opacity: 0;
}

.heroine-logo__link:hover .heroine-logo__image:after {
    opacity: 1;
}

.heroine-logo_middle .heroine-logo__image {
    width: 104px;
    height: 22px;
}

@media (max-width:900px) {
    .heroine-logo__image::after,
    .heroine-logo__image::before {
        background-size: contain;
    }
}

.nav-menu {
    padding: 14px 0 24px;
    width: 100%;
    position: relative;
    white-space: nowrap;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    color: #0c0c0c;
}

ul.menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5;
}

ul.menu a {
    color: #0c0c0c;
    padding: 10px 0;
    width: auto;
    display: inline-block;
}

ul.menu>li {
    padding: 0 25px;
    position: relative;
    background-color: #fff;
}

ul.menu>li.current-menu-item>a,
ul.menu>li:hover>a {
    color: #7c0acd;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

ul.menu>li.current-menu-item:after,
ul.menu>li:hover:after {
    opacity: 1;
    width: 43px;
    -webkit-transition: opacity, width 0.3s ease;
    -o-transition: opacity, width 0.3s ease;
    transition: opacity, width 0.3s ease;
}

.sub-menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 40px;
    padding: 5px 0;
    margin-left: -14px;
    opacity: 0;
    z-index: -1;
}

.sub-menu li {
    padding: 0 35px 0 14px;
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    -o-transform: translateX(-14px);
    transform: translateX(-14px);
}

.sub-menu li:hover {
    background-color: #f1f1f1;
}

body.home .header .nav-menu {
    padding-bottom: 9px;
}

body.single header.header .nav-menu {
    position: relative;
    padding-bottom: 13px;
}

body.single header.header .nav-menu:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    bottom: 0;
}

body.single.menu-not-padding .nav-menu:after,
body.single.menu-not-padding header.header .nav-menu:after {
    display: none;
}

body.single.menu-not-padding .nav-menu {
    padding-bottom: 24px;
}

@media (min-width:801px) {
    #header-menu .sub-menu {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
    }
    #header-menu>li:hover .sub-menu,
    #header-menu>li:hover .sub-menu li {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    #header-menu>li:hover .sub-menu {
        opacity: 1;
        z-index: 10;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    #header-menu>li:hover .sub-menu li {
        -webkit-transition: -webkit-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
    }
}

.search__icon {
    display: inline-block;
    cursor: pointer;
    padding: 15px;
    margin-left: -15px;
}

.search__icon-image {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}

.search__icon-image:after,
.search__icon-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.search__icon-image:before {
    background: url("images/svg/search__icon.svg") no-repeat center;
    z-index: 2;
}

.search__icon-image:after {
    background: url("images/svg/search__icon-hover.svg") no-repeat center;
    z-index: 1;
    opacity: 0;
}

.search__icon-image:hover:before {
    background-image: url("images/svg/search__icon-hover.svg");
    opacity: 0;
}

.search__icon-image:hover:after {
    opacity: 1;
}

.search__popup-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

.search__popup-panel_active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 30;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.search__content {
    max-width: 845px;
    width: 100%;
    margin: 0 20px;
}

.screen-reader-text {
    display: none;
}

.search-form label {
    display: inline;
    width: 100%;
    padding: 150px 0;
    position: relative;
}

.search-form:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #7c0acd -webkit-gradient(linear, left top, right top, color-stop(40%, #7c0acd), to(#000));
    background: #7c0acd -webkit-linear-gradient(left, #7c0acd 40%, #000 100%);
    background: #7c0acd -o-linear-gradient(left, #7c0acd 40%, #000 100%);
    background: #7c0acd linear-gradient(90deg, #7c0acd 40%, #000 100%);
}

.search-submit-wrapper {
    position: absolute;
    height: 70px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.search-submit {
    border: 0;
    font-size: 0;
    padding: 35px;
    background-size: 20px;
    margin-right: -20px;
    height: 20px;
    width: 20px;
    position: relative;
    background: url("images/svg/search__icon.svg") no-repeat center;
}

.search-submit:hover {
    background: url("images/svg/search__icon-hover.svg") no-repeat center;
    cursor: pointer;
}

.search-field {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    border: 0;
    display: inline-block;
    float: unset;
    padding: 25px 30px 25px 2px;
}

.menu-icon,
.menu-icon span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-icon {
    padding: 15px;
    margin-right: -15px;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 0.89px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
}

.menu-icon span:nth-child(1) {
    top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 7px;
}

.menu-icon span:nth-child(4) {
    top: 14px;
}

.menu-icon:hover span,
.menu-icon_active span {
    background-color: #7c0acd;
}

.menu-icon_active span:nth-child(1) {
    top: 14px;
    width: 0;
    left: 50%;
}

.menu-icon_active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon_active span:nth-child(4) {
    top: 14px;
    width: 0;
    left: 50%;
}

.menu-icon__wrapper {
    width: 22px;
    height: 17px;
    display: block;
    position: relative;
}

.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header {
    width: 100%;
    padding-top: 36px;
}

.header .base__container {
    max-width: 1310px;
    padding: 0 15px;
}

.header__auth,
.header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header__content {
    max-width: 1280px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header__auth {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
}

.header__auth a:hover {
    color: #7c0acd;
    text-decoration: none;
}

.header__auth-delimeter,
.header__auth-icon,
.header__auth-login,
.header__auth-register {
    padding-left: 14px;
}

.header__auth-icon-image {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.header__auth-icon-image:after,
.header__auth-icon-image:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: no-repeat center center/cover;
    position: absolute;
}

.header__auth-icon-image:before {
    background-image: url("images/svg/auth-icon.svg");
}

.header__auth-icon-image:after {
    background-image: url("images/svg/auth-icon-hover.svg");
    opacity: 0;
}

.header__auth-icon-image.logged:after,
.header__auth-icon-image.logged:before {
    width: 100%;
    height: 100%;
}

.header__auth-icon-image.logged:before {
    background-image: url("images/svg/auth-icon-auth.svg");
}

.header__auth-icon-image.logged:after {
    background-image: url("images/svg/auth-icon-auth-hover.svg");
}

.header__auth-icon-image:hover:before {
    opacity: 0;
}

.header__auth-icon-image:hover:after,
article:hover .article-grid-two__thumbnail .counter-data,
article:hover .article-grid__thumbnail .counter-data {
    opacity: 1;
}

.header__auth,
.header__heroine-logo,
.header__search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header__auth {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@font-face {
    font-family: 'Lato';
    src: url("fonts/lato/Lato-Regular.woff2") format('woff2'), url(fonts/lato/Lato-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("fonts/lato/Lato-Bold.woff2") format('woff2'), url(fonts/lato/Lato-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("fonts/lato/Lato-Light.woff2") format('woff2'), url(fonts/lato/Lato-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@media (max-width:800px) {
    .header {
        padding: 15px 0;
    }
    .header .base__container {
        padding: 0;
    }
    .header .header__content {
        padding: 0 15px;
    }
    .header .nav-menu {
        padding: 0;
    }
    .heroine-logo__image {
        width: 35vw;
        min-width: 132px;
        background-size: contain;
    }
    .header__auth {
        position: absolute;
        background-color: #fff;
        height: 54px;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .header__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #header-menu {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateX(-120vw);
        -ms-transform: translateX(-120vw);
        -o-transform: translateX(-120vw);
        transform: translateX(-120vw);
    }
    #header-menu>li {
        padding: 0 15px;
        position: relative;
        cursor: pointer;
    }
    #header-menu>li>a {
        display: inline-block;
        padding: 5px 0;
        margin: 10px 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }
    #header-menu>li>a:hover {
        border-bottom-color: #7c0acd;
        -webkit-transition: border-bottom-color 0.2s ease;
        -o-transition: border-bottom-color 0.2s ease;
        transition: border-bottom-color 0.2s ease;
    }
    #header-menu>li:before {
        content: '+';
        position: absolute;
        padding: 15px;
        display: block;
        top: 0;
        right: 0;
        width: 22px;
        text-align: center;
    }
    #header-menu>li:hover:before {
        color: #7c0acd;
    }
    #header-menu>li.show .sub-menu {
        opacity: 1;
        z-index: 10;
        margin-bottom: 15px;
    }
    #header-menu>li.show .sub-menu>li {
        height: 40px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: height 0.2s ease, -webkit-transform 0.2s ease;
        -o-transition: height 0.2s ease, -o-transform 0.2s ease;
        transition: height 0.2s ease, transform 0.2s ease;
        transition: height 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
    }
    #header-menu>li.show::before {
        content: '–';
    }
    #header-menu .sub-menu {
        position: unset;
        padding: 0;
        margin-left: 0;
    }
    #header-menu .sub-menu li {
        padding: 0 0 0 30px;
        height: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #header-menu .sub-menu a {
        padding: 10px 0;
    }
    #header-menu>li:after {
        display: none;
    }
    #header-menu>li:nth-child(odd) {
        background-color: #f0f0f0;
    }
    #header-menu>li:nth-child(odd) li:hover {
        background-color: #fff;
    }
    .header_mobile .header__auth {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .header_mobile .header__auth-icon {
        padding-left: 0;
    }
    .header_mobile #header-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -o-transition: -o-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    }
}

@media (max-width:600px) {
    .header {
        padding: 0;
    }
}

@media (max-width:800px) {
    .header {
        padding: 15px 0;
    }
    .header .base__container {
        padding: 0;
    }
    .header .header__content {
        padding: 0 15px;
    }
    .header .nav-menu {
        padding: 0;
    }
    .heroine-logo__image {
        width: 35vw;
        min-width: 132px;
        background-size: contain;
    }
    .header__auth {
        position: absolute;
        background-color: #fff;
        height: 54px;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .header__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 3;
    }
    #header-menu {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateX(-120vw);
        -ms-transform: translateX(-120vw);
        -o-transform: translateX(-120vw);
        transform: translateX(-120vw);
    }
    #header-menu>li {
        padding: 0 15px;
        position: relative;
        cursor: pointer;
    }
    #header-menu>li>a {
        display: inline-block;
        padding: 5px 0;
        margin: 10px 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }
    #header-menu>li>a:hover {
        border-bottom-color: #7c0acd;
        -webkit-transition: border-bottom-color 0.2s ease;
        -o-transition: border-bottom-color 0.2s ease;
        transition: border-bottom-color 0.2s ease;
    }
    #header-menu>li:before {
        content: '+';
        position: absolute;
        padding: 15px;
        display: block;
        top: 0;
        right: 0;
        width: 22px;
        text-align: center;
    }
    #header-menu>li:hover:before {
        color: #7c0acd;
    }
    #header-menu>li.show .sub-menu {
        opacity: 1;
        z-index: 10;
        margin-bottom: 15px;
    }
    #header-menu>li.show .sub-menu>li {
        height: 40px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: height 0.2s ease, -webkit-transform 0.2s ease;
        -o-transition: height 0.2s ease, -o-transform 0.2s ease;
        transition: height 0.2s ease, transform 0.2s ease;
        transition: height 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
    }
    #header-menu>li.show::before {
        content: '–';
    }
    #header-menu .sub-menu {
        position: unset;
        padding: 0;
        margin-left: 0;
    }
    #header-menu .sub-menu li {
        padding: 0 0 0 30px;
        height: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #header-menu .sub-menu a {
        padding: 10px 0;
    }
    #header-menu>li:after {
        display: none;
    }
    #header-menu>li:nth-child(odd) {
        background-color: #f0f0f0;
    }
    #header-menu>li:nth-child(odd) li:hover {
        background-color: #fff;
    }
    .header_mobile .header__auth {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 2;
    }
    .header_mobile .header__auth-icon {
        padding-left: 0;
    }
    .header_mobile #header-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -o-transition: -o-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    }
}

@media (max-width:600px) {
    .header {
        padding: 0;
    }
}

.article-grid-archive__content,
.article-grid-two__content,
.article-grid__content {
    position: relative;
}

.article-grid-two.normal .partner-label__wrapper {
    left: 7px;
    top: -4px;
}

.article-grid-two.normal .partner-label__wrap {
    background: url("images/svg/partner-label.svg") no-repeat center center/cover;
}

.article-grid-two.normal .partner-label__text {
    opacity: 0;
    padding: 0;
    height: 22.5px;
    width: 15px;
    display: block;
}

.hider-normal .partner-label__wrapper {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
    padding-bottom: 20px;
}

.article-grid.right .partner-label__wrapper {
    left: auto;
    right: -15px;
}

.search-results .article-grid.left .partner-label__wrapper,
.search-results .article-grid.right .partner-label__wrapper {
    right: unset;
    left: -15px;
}

.partner-label__wrapper {
    display: block;
    position: absolute;
    left: -15px;
    top: 22px;
    max-width: 214px;
    /* z-index: 6; */
    z-index: 1;
}

.partner-label__wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(#2b387c), to(#2b387c)), #2b387c;
    background: -webkit-linear-gradient(bottom, #2b387c, #2b387c), #2b387c;
    background: -o-linear-gradient(bottom, #2b387c, #2b387c), #2b387c;
    background: linear-gradient(0deg, #2b387c, #2b387c), #2b387c;
}

.partner-label__text {
    font-family: serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 9px 10px;
}

.fonts-loaded .partner-label__text {
    font-family: Lato, serif;
}

@media (max-width:1310px) {
    .article-grid.full-image.big-article .partner-label__wrapper {
        left: 0;
    }
}

@media (max-width:870px) {
    .article-grid-two.normal .partner-label__wrapper {
        left: 13px;
        top: -14px;
    }
    .article-grid-two.normal .partner-label__text {
        width: 38px;
        height: 61px;
    }
    .article-grid.full-image .partner-label__wrapper {
        left: -10px;
    }
    .article-grid.normal .partner-label__wrapper {
        left: 13px;
        top: -14px;
    }
    .article-grid.normal .partner-label__wrap,
    .article-grid.normal.right .partner-label__wrap {
        background: url("images/svg/partner-label.svg") no-repeat center center/cover;
    }
    .article-grid.normal .partner-label__text,
    .article-grid.normal.right .partner-label__text {
        opacity: 0;
        padding: 0;
        width: 38px;
        height: 61px;
    }
    .article-grid.normal.right .partner-label__wrapper {
        left: auto;
        right: 13px;
        top: -14px;
    }
    .search-results .article-grid.left .partner-label__wrapper,
    .search-results .article-grid.right .partner-label__wrapper {
        right: unset;
        left: 13px;
    }
}

@media (max-width:680px) {
    .article-grid-two.normal .partner-label__wrapper,
    .article-grid.normal .partner-label__wrapper {
        left: 9px;
        top: -7px;
    }
    .article-grid.normal.right .partner-label__wrapper {
        left: auto;
        right: 9px;
        top: -7px;
    }
    .article-grid-two.normal .partner-label__text,
    .article-grid.normal .partner-label__text,
    .article-grid.normal.right .partner-label__text {
        width: 25px;
        height: 40px;
    }
    .search-results .article-grid.left .partner-label__wrapper,
    .search-results .article-grid.right .partner-label__wrapper {
        right: unset;
        left: 9px;
    }
}

@media (max-width:500px) {
    .article-grid-two.normal .partner-label__wrapper,
    .article-grid.normal .partner-label__wrapper {
        left: 7px;
        top: -4px;
    }
    .article-grid.normal.right .partner-label__wrapper {
        left: auto;
        right: 7px;
        top: -4px;
    }
    .article-grid-two.normal .partner-label__text,
    .article-grid.normal .partner-label__text,
    .article-grid.normal.right .partner-label__text {
        width: 15px;
        height: 22.5px;
    }
    .search-results .article-grid.left .partner-label__wrapper,
    .search-results .article-grid.right .partner-label__wrapper {
        right: unset;
        left: 7px;
    }
}

.article-grid-two__thumbnail,
.article-grid__thumbnail {
    position: relative;
}

.article-grid-two__thumbnail .counter-data,
.article-grid__thumbnail .counter-data {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    font-family: serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    opacity: 0;
    z-index: 7;
}

.fonts-loaded .article-grid-two__thumbnail .counter-data,
.fonts-loaded .article-grid__thumbnail .counter-data {
    font-family: Lato, serif;
}

@media (max-width:990px) {
    .article-grid-two__thumbnail .counter-data,
    .article-grid__thumbnail .counter-data {
        display: none;
    }
}

article.right .counter-data {
    right: 0;
    left: 20px;
}

.site__main-wrap {
    /* z-index: 9; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

body.single .site__main-wrap {
    padding-top: 99px;
}

@media (max-width:980px) {
    body.single .site__main-wrap {
        padding-top: 32px;
    }
}

body.single.menu-not-padding .site__main-wrap {
    padding-top: 0;
}

.site__main.site__width,
.sidebar__right,
.site__footer,
.article-grid-two__instagram-items {
    position: relative !important;
}


/* Новое и лучшее - текст */

.related-posts__item-title {
    max-width: 100%;
    text-transform: full-size-kana;
}


/* Видео для карточек */

.cards-template-default .embed__common-wrapper {
    float: inherit;
    height: 380px;
    margin-top: 25px;
}

.cards-template-default .embed__common-wrap {
    float: inherit;
    height: 380px;
    margin-top: 25px;
}

.cards-template-default .fluid-width-video-wrapper {
    height: 380px;
}

iframe[src*='youtube.com'] {
    width: 100% !important;
    height: 100% !important;
}

iframe[src*='youtu.be'] {
    width: 100% !important;
    height: 100% !important;
}


/* Боковые изображения в статье на мобилках */

@media (max-width:650px) {
    .alignright {
        margin: 15px auto !important;
        width: 100% !important;
    }
}