@font-face {
    font-weight: 600;
    font-family: 'Myriad Pro';
    font-style: bold;

    font-display: swap;
    src: url('/fonts/MyriadPro-Bold.woff') format('woff'),
        url('/fonts/MyriadPro-Bold.woff2') format('woff2');
}

@font-face {
    font-weight: 400;
    font-family: 'Myriad Pro';
    font-style: normal;

    font-display: swap;
    src: url('/fonts/MyriadPro-Regular.woff') format('woff'),
        url('/fonts/MyriadPro-Regular.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;

    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    min-width: 320px;
    /* height: 100%; */
}

body {
    line-height: 1;
    font-family: 'Myriad Pro';

    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: 'Myriad Pro';
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;

    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    font-size: 14px;
    color: #000000;
}

body._lock {
        overflow: hidden;
    }

.page-title {
    font-weight: bold;
    font-size: 64px;

    line-height: 120%;

    color: #59358c;
}

@media (max-width: 1200px) {

.page-title {
        font-size: calc(40px + (64 - 40) * ((100vw - 375px) / (1200 - 375)))
}
    }

.materials {
    display: flex;
    flex-direction: column;
}

.materials__list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 48px;

        flex-wrap: wrap;
        gap: 30px;
    }

@media (max-width: 1200px) {

.materials__list {
            margin-bottom: calc(
                24px + (48 - 24) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

@media (max-width: 767.98px) {

.materials__list {
            flex-direction: column
    }
        }

.materials__item {
        width: calc(33% - 17px);
    }

@media (max-width: 926px) {

.materials__item {
            width: 100%
    }
        }

@media (max-width: 767.98px) {

.materials__item {
            margin-bottom: 16px
    }
        }

.materials__item:last-child {
            margin-right: 0;
            margin-bottom: 0;
        }

.materials__link {
        position: relative;

        display: flex;
        flex-direction: column;
        /* width: 100%;
        max-width: 370px; */
        height: 100%;
        overflow: hidden;
    }

@media (max-width: 991.98px) {

.materials__link._banner {
                height: auto

        }
            }

@media (max-width: 991.98px) {

.materials__link._banner .materials__img {
                    height: auto

            }
                }

@media (max-width: 991.98px) {

.materials__link._banner:before {
                    display: none

            }
                }

@media (max-width: 767.98px) {

.materials__link {
            max-width: 100%
    }
        }

@media (max-width: 479.98px) {

.materials__link {
            height: 220px;
            overflow: hidden
    }
        }

.materials__link:hover .materials__common {
            background: #59358c;
        }

@media (max-width: 767.98px) {

.materials__link:hover .materials__common {
                background: transparent
        }
            }

.materials__link:hover .materials__img {
            background: #59358c;
            transform: scale(1.05);
        }

@media (max-width: 767.98px) {

.materials__link::before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;

                background: linear-gradient(
                    180deg,
                    rgba(89, 53, 140, 0) 0%,
                    #282828 100%
                )
        }
            }

.materials__link:hover::before {
            background: linear-gradient(
                180deg,
                rgba(89, 53, 140, 0) 0%,
                #59358c 100%
            );
        }

.materials__img {
        width: 100%;
        height: 220px;

        transition: all 0.4s ease;

        object-fit: cover;
    }

.materials__common {

        background: #282828;
        flex: 1 1 auto;
        width: 100%;
        padding: 19px 24px;
        transition: all 0.4s ease;

    }

@media (max-width: 767.98px) {

.materials__common {
            position: absolute;
            bottom: 0;
            left: 0;

            background: transparent

    }
        }

.materials__more {
        margin-top: auto;
    }

.materials__date {
        color: #fff;
        font-size: 14px;
    }

.materials__title {

        font-weight: bold;
        line-height: 120%;
        color: #ffffff;

        font-size: 24px;
        margin-bottom: 10px;
    }

@media (max-width: 1200px) {

.materials__title {
            /* font-size: calc(
                12px + (18 - 12) * ((100vw - 375px) / (1200 - 375))
            ); */
            font-size: 18px
    }
        }

@media (max-width: 767.98px) {

.materials__title {
            /* position: absolute;
            bottom: 0;
            left: 0;

            background: transparent; */
    }
        }

.materials__btn {
        margin: 0 auto;
    }

.post-person {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767.98px) {

.post-person {
        flex-direction: row
}
    }

.post-person__wrapper-img {
        flex-shrink: 0;
        margin-bottom: 24px;
        width: 224px;
        height: 224px;

        border-radius: 50%;

        overflow: hidden;
    }

@media (max-width: 1200px) {

.post-person__wrapper-img {
            width: calc(80px + (224 - 80) * ((100vw - 375px) / (1200 - 375)));
            height: calc(80px + (224 - 80) * ((100vw - 375px) / (1200 - 375)))
    }
        }

@media (max-width: 767.98px) {

.post-person__wrapper-img {
            margin-bottom: 0;
            margin-right: 24px
    }
        }

.post-person__img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }

.post-person__title {
        font-weight: bold;
        font-size: 18px;
        line-height: 120%;

        text-align: center;

        color: #282828;
    }

@media (max-width: 1200px) {

.post-person__title {
            font-size: calc(
                16px + (16 - 16) * ((100vw - 375px) / (1200 - 375)) ;
            )
    }
        }

@media (max-width: 767.98px) {

.post-person__title {
            text-align: left
    }
        }

.post-person__title:hover {
            color: #59358c;
        }

.post-video__link {
        position: relative;

        display: block;
        height: 100%;

        cursor: pointer;
    }

.post-video__link::after,
        .post-video__link::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;

            transition: all 0.4s ease;
        }

.post-video__link::after {
            background: linear-gradient(
                180deg,
                rgba(89, 53, 140, 0) 0%,
                #282828 100%
            );
            opacity: 1;
        }

.post-video__link::before {
            background: linear-gradient(
                180deg,
                rgba(89, 53, 140, 0) 0%,
                #59358c 100%
            );
            opacity: 0;
        }

.post-video__link:hover::after {
            opacity: 0;
        }

.post-video__link:hover::before {
            opacity: 1;
        }

.post-video__video {
        width: 100%;
    }

.post-video__img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }

.post-video__common {
        position: absolute;
        bottom: 35px;
        left: 40px;
        right: 40px;
        z-index: 1;
    }

@media (max-width: 479.98px) {

.post-video__common {
            bottom: 28px;
            left: 32px
    }
        }

.post-video__title {

        display: flex;
        align-items: center;

        font-weight: bold;
        font-size: 24px;
        line-height: 120%;
        color: #ffffff;
        font-size: 24px;
        margin-bottom: 10px;
    }

@media (max-width: 1200px) {

.post-video__title {
            font-size: 18px
    }
        }

.post-video__date {
        color: #fff;
    }

.post-video:hover .video-icon {
        background: #d71a1a;
    }

.post-video:hover .video-icon__triangle {
            border-color: transparent transparent transparent #ffffff;
        }

._hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

/* .app {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    width: 100%;

    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000000;
} */

#mount {
    /* height: 100%; */
}

.wrapper {
    /* display: flex;
    flex-direction: column; */
}

/* width: 100%;
    min-height: 100%; */

@media (max-width: 1200px) {

.wrapper--branding {
            margin-top: calc(
                -69px + (-258 - 69) * ((100vw - 375px) / (1200 - 375)) ;
            )
    }
        }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 767.98px) {

.container {
        max-width: none;
        padding: 0
}
    }

@media (max-width: 767.98px) {

.container--page {
        padding: 0 16px
}
    }

.clear {
    height: 50px;
}

.articles.page__articles._wide {
    display: flex;
    flex-wrap: wrap;
}

.articles.page__articles._wide .articles__more {
    margin-left: auto;
}

.articles.page__articles._wide .articles__post {
    width: 100%;
}

.articles.page__articles._wide .post__images {
    max-width: 100%;
}

.post-video__link .post-video__img {
    
}

@media (max-width: 767.98px) {

.card--m {
        grid-column: span 6;
        height: auto
}
    }

@media (min-width: 767.98px) {

.card--m .materials__img {
            height: 310px
    }
        }

.card--m .materials__title {
        font-size: 24px;
    }

/* position: absolute;
        height: 83px;
        bottom: 0;*/

@media (max-width: 767.98px) {

.card--m .materials__title {
            font-size: 18px
    }
        }

.post__date + .more.news__more {
    margin-top: 10px;
}

.card__wrapper {
    min-height: 100%;
}

.block-tabs__item a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 991px) {
    
    .post-video__link {
        min-height: 305px;
    }

}

.others.page__others .others__wrapper {
    gap: 30px;
}

.others.page__others .others__quiz {
    margin-right: 0;
    flex: 0 1 50%;
}
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 1000;
}

.scroll-top._show {
    pointer-events: all;
    opacity: 1;
}

/* $minWidth: 320px;
$maxWidth: 1600;
$maxWidthContainer: 1200;
$md1: $maxWidthContainer + 12;
$md2: 991.98;
$md3: 767.98; */
/* $md4: 479.98;
$white: #ffffff; 
$black: #282828;
$lightPurple: #8246b8;
$purple: #59358c;
$lightpurple: #f3e5ff;
$lightgray: #f8f8f8;
$gray: #686868;
$green: #44bc39;
$yellow: #ffc56e;
$red: #d71a1a; */
/* @custom-media --md3 (max-width: 767.98px); */
.header {
    margin-bottom: 32px;
}
@media (max-width: 1200px) {
.header {
        margin-bottom: calc(
            18px + (32 - 18) * ((100vw - 375px) / (1200 - 375))
        )
}
    }
.header__logo {
        margin-right: 56px;
    }
@media (max-width: 767.98px) {
.header__logo {
            order: 2;
            margin: 0 auto
    }
        }
.header__menu-icon {
        margin-right: 56px;
    }
@media (max-width: 767.98px) {
.header__menu-icon {
            order: 1;
            margin-right: 0
    }
        }
.header__search {
        flex-grow: 1;
        margin-right: 56px;
    }
@media (max-width: 767.98px) {
.header__search {
            flex-grow: 0;
            order: 2;
            margin-right: 2px
    }
        }
.header__login {
        order: 2;
    }
.header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
@media (max-width: 767.98px) {
.header-top {
        padding: 10px 15px
}
    }

.navbar {
    background: #282828;
    padding: 0 16px 50px;
    position: fixed;
    /* top: 195px; */
    top: calc(25vw + 64px);
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 2000;
    display: none;
}

@media (max-width: 991px) {
    body._show-navbar .navbar {
        top: calc(84px);
    }
}

@media (max-width: 767px) {
    body._show-navbar .navbar {
        top: calc(64px);
    }
}

.navbar__menu ul {
    margin: 0;
}

.navbar__menu ul li {
    margin: 0;
    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
}

.navbar__menu a {
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 0;
}

.navbar__social {
    padding-top: 50px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar__social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navbar__social ul li {
    padding: 0 8px 16px;
}

.navbar__social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #59358c;
    border-radius: 40px;
}

.navbar__social ul li a svg {
    fill: #ffffff;
}

.navbar__social-icon-vk {
    width: 23px;
    height: 12px;
}

.navbar__social-icon-facebook {
    width: 12px;
    height: 25px;
}

.navbar__social-icon-odn {
    width: 14px;
    height: 25px;
}

.navbar__social-icon-telegram {
    width: 22px;
    height: 18px;
}

.navbar__social-icon-youtube {
    width: 20px;
    height: 13px;
}

.navbar__social-icon-rrs {
    width: 20px;
    height: 20px;
}

.navbar__social-icon-mail {
    width: 23px;
    height: 17px;
}

.navbar__social-icon-instagram {
    width: 18px;
    height: 18px;
}

.navbar__social-icon-twitter {
    width: 20px;
    height: 17px;
}

.navbar__social-icon-zen {
    width: 40px;
    height: 40px;
}

.navbar__info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.navbar__logo {
    margin-bottom: 17px;
    height: 16px;
    display: flex;
    align-items: center;
}

.navbar__logo svg {
    width: 170px;
    fill: #fff;
}

.navbar__copy {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

body._show-navbar {
    overflow: hidden;
}

body._show-navbar .navbar {
    display: block;
}

body._show-navbar .header {
    background: #59358c;
}

body._show-navbar .search__icon {
    fill: #fff;
}

body._show-navbar .login__icon {
    fill: #fff;
}

.header__logo .logo__img._mobile {
    display: none;
}

body._show-navbar .header__logo .logo__img {
    display: none;
}

body._show-navbar .header__logo .logo__img._mobile {
    display: block;
    fill: #fff;
}

.menu-icon__icon._close {
    display: none;
}

body._show-navbar .menu-icon__icon {
    display: none;
}

body._show-navbar .menu-icon__icon._close {
    display: block;
}

.header-top .header__menu-icon {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-top .header__menu-icon {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .header-top .header__menu-icon {
        display: block;
    }
}

.footer {
    background: #282828;
}

    .footer__content {
        padding: 53px 16px;
        display: grid;
        grid-template-columns: 177px 220px 236px 171px;
        column-gap: 123px;
    }

    @media (max-width: 1600px) {

    .footer__content {
            column-gap: calc(
                50px + (123 - 50) * ((100vw - 992px) / (1600 - 992))
            )
    }
        }

    @media (max-width: 991.98px) {

    .footer__content {
            grid-template-columns: 177px 1fr 1fr;
            grid-template-rows: auto auto
    }
        }

    @media (max-width: 767.98px) {

    .footer__content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 40px 55px
    }
        }

    @media (max-width: 767.98px) {

    .footer__content {
            padding: 40px 65px 40px 55px
    }
        }

    @media (max-width: 767.98px) {

    .footer__info {
            order: 2;

            display: flex;
            flex-direction: column;
            align-items: center
    }
        }

    .footer__logo {
        margin-bottom: 14px;
    }

    .footer__logo img {
            width: 50px;
            height: auto;
        }

    @media (max-width: 479.98px) {

    .footer__logo {
            margin-bottom: 18px
    }
        }

    .footer__copy {
        font-size: 17px;
        line-height: 23px;
        letter-spacing: 0.6px;

        color: #ffffff;
    }

    @media (max-width: 767.98px) {

    .footer__copy {
            text-align: center;
            width: 180px
    }
        }

    @media (max-width: 479.98px) {

    .footer__copy {
            font-size: 14px;
            line-height: 20px;
            margin-left: 8px;
            letter-spacing: 0.4px
    }
        }

    @media (max-width: 767.98px) {

    .footer__menu {
            display: none
    }
        }

    .footer__menu--project {
        margin-left: -25px;
    }

    .footer__social {
        margin-left: -18px;
        padding: 6px 0;
    }

    @media (max-width: 991.98px) {

    .footer__social {
            width: 200px;
            margin-left: 0
    }
        }

    @media (max-width: 767.98px) {

    .footer__social {
            order: 1;
            margin-bottom: 32px;
            padding: 8px 0;
            width: 256px
    }
        }

.promo {
    position: relative;
}
    .promo__img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }
    @media (max-width: 991.98px) {
    .promo__img {
            width: auto;
            max-width: 100%;
            height: auto;
            margin: 0 auto;
            display: block
    }
        }

/* flex-grow: 1; */
    .page_align_center {
        text-align: center;
    }
    /* flex: 1 0 auto; */
    .page__container {
        max-width: 760px;
        margin: 25px auto 80px;
    }
    @media (max-width: 980px) {
    .page__container {
            padding: 0 15px
    }
        }
    .page__container_clear::after {
            content: '';
            clear: both;
            display: table;
        }
    .page__container-more {
        margin-top: 40px;
    }
    .page__container h2 {
        text-align: left;
        padding-left: 10px;
    }
    @media (max-width: 980px) {
    .page__container h2 {
            text-align: center
    }
        }
    @media (max-width: 980px) {
    .page__container h2 > .rect {
                margin: 0 auto
        }
            }

/* flex: 1 1 auto; */

.page__articles {
        margin-bottom: 32px;
    }

@media (max-width: 1200px) {

.page__articles {
            margin-bottom: calc(
                13px + (32 - 13) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

/* margin-bottom: 32px; */

@media (max-width: 991.98px) {

.page__subscription {
            display: none
    }
        }

.logo {
    display: block;
    flex-shrink: 0;
    width: 70px;
    height: 42px;
}

    @media (max-width: 1200px) {.logo {
        width: calc(65px + (61 - 65) * ((100vw - 375px) / (1200 - 375)));
        height: calc(31px + (26 - 16) * ((100vw - 375px) / (1200 - 375)))
}


        @media (max-width: 767.98px) {.logo {
            width: 200px
}
        }
    }

    .logo__img {
        width: 100%;
        height: 100%;
    }

.logo--white {
    width: 70px;

    fill: #ffffff;
}

@media (max-width: 991px) {

body._show-navbar .logo {
            width: 200px
    }
        }
.menu-icon {
    display: flex;
    align-items: center;

    cursor: pointer;
}

    .menu-icon__icon {
        margin-right: 11px;

        width: 24px;
        height: 24px;

        fill: #59358c;
    }

    @media (max-width: 767.98px) {

    .menu-icon__icon--mobile {
            margin-right: 0
    }
        }

    .menu-icon__title {
        font-family: Myriad Pro;
        font-weight: bold;
        font-size: 16px;
        line-height: 110%;

        letter-spacing: 0.03em;
        text-transform: uppercase;

        color: #59358c;
    }

    @media (max-width: 767.98px) {

    .menu-icon__title--mobile {
            display: none
    }
        }

.search__form {
        position: relative;

        display: flex;
        flex-shrink: 0;
        align-items: center;

        width: 100%;
        height: 44px;
    }
    .search__input {
        width: 100%;
        height: 100%;
        padding: 11px 50px 9px 16px;

        font-size: 16px;
        line-height: 110%;

        border: 1px solid rgba(104, 104, 104, 0.2);
        border-radius: 4px;
    }
    @media (max-width: 767.98px) {
    .search__input--mobile {
            display: none
    }
        }
    .search__btn {
        position: absolute;
        top: 14px;
        right: 17.5px;

        background: transparent;
    }
    @media (max-width: 767.98px) {
    .search__btn {
            position: static;

            margin-top: 5px;
            margin-right: 15px
    }
        }
    .search__icon {
        width: 17.5px;
        height: 17.5px;

        fill: #59358c;
    }

.search--materials .search__input {
            position: relative;
        }

@media (max-width: 767.98px) {

.search--materials .search__btn {
                position: absolute;

                margin: 0
        }
            }

.search--authors .search {
        width: 100%;
    }

@media (max-width: 767.98px) {

.search--authors .search__btn {
                position: absolute;

                margin: 0
        }
            }

.login__btn {
        display: flex;
        align-items: center;

        background: transparent;
    }
    .login__icon {
        margin-right: 8px;

        width: 24px;
        height: 24px;

        fill: #59358c;
    }
    .login__title {
        font-size: 16px;
        line-height: 110%;

        color: #686868;
    }
    @media (max-width: 767.98px) {
    .login__title--mobile {
            display: none
    }
        }

.menu__list {
        display: flex;
        align-items: center;
        height: 44px;
        padding: 0 8px;

        background: #282828;
    }

        @media (max-width: 1200px) {.menu__list {
            justify-content: space-between
    }
        }
    .menu__item {
        position: relative;
    }
    .menu__item:hover {
            background: #59358c;
        }
    .menu__item:hover .submenu-items {
                display: block;
            }
    .menu__link {
        display: flex;
        align-items: center;
        height: 44px;

        padding: 0 16px;

        font-size: 14px;
        line-height: 110%;

        letter-spacing: 0.05em;
        text-transform: uppercase;

        color: #ffffff;

        transition: all 0.1s linear;
    }
    @media (max-width: 1200px) {
    .menu__link {
            /* padding-left: calc(5px + (16 - 5) * ((100vw - 768px) / (1200 - 768)));
            padding-right: calc(5px + (16 - 5) * ((100vw - 768px) / (1200 - 768))); */
    }
        }
    @media (max-width: 1200px) {
    .menu__link {
            font-size: 12px
    }
        }
    .menu__link--arrow {
        position: relative;
        padding-right: 34px;
    }
    @media (max-width: 1200px) {
    .menu__link--arrow {
            padding-right: 34px
    }
        }
    .menu__link--arrow:after {
            content: '';

            position: absolute;
            top: 17px;
            right: 19px;
            width: 5px;
            height: 5px;

            border-top: 1px solid #ffffff;
            border-right: 1px solid #ffffff;

            transform: rotate(135deg);
        }

@media (max-width: 991.98px) {

.menu--mobile {
        display: none
}
    }

.submenu-items {
    position: absolute;
    top: 0;
    left: 0;

    display: none;
    width: 100%;
    min-width: 250px;

    background-color: #59358c;

    transform: translate(0px, 43px);

    z-index: 2;
}

    .submenu-items__item:hover {
            background: #8246b8;
        }

    .submenu-items__link {
        display: block;
        padding: 11px 16px;
        font-size: 16px;
        line-height: 110%;

        letter-spacing: 0.015em;

        color: #ffffff;
    }

.submenu__list {
        display: flex;
        align-items: center;
        padding: 16px 0;
    }

.submenu__item {
        margin-right: 24px;
    }

.submenu__item:last-child {
            margin-right: 0;
        }

.submenu__item._parent {
            position: relative;
            z-index: 20;
        }

.submenu__item._parent > span {
                font-size: 16px;
                line-height: 110%;
                color: #59358c;
                letter-spacing: 0.06px;
                padding-right: 33px;
            }

.submenu__item._parent > span::before {
                    content: '';
                    width: 1.5px;
                    height: 7px;
                    background: #59358c;
                    position: absolute;
                    right: 19px;
                    top: 50%;
                    margin-top: -4px;
                    background-size: contain;
                    transform: rotate(-45deg);
                }

.submenu__item._parent > span::after {
                    content: '';
                    width: 1.5px;
                    height: 7px;
                    background: #59358c;
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    margin-top: -4px;
                    background-size: contain;
                    transform: rotate(45deg);
                }

.submenu__item._parent > ul {
                position: absolute;
                left: 0;
                top: 100%;
                padding-top: 15px;
                background: #fff;
                margin-left: -15px;

                display: none;
            }

.submenu__item._parent:hover > ul {
                    display: block;
                }

.submenu__item._parent li a {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 110%;
                    letter-spacing: 0.015em;
                    color: #59358c;
                    padding: 13px 15px 13px;
                    display: block;
                    text-decoration: none;
                    background: #fff;
                    transition: 0.3s;
                }

.submenu__item._parent li a:hover {
                        background: #a77ccd;
                        color: #fff;
                    }

.submenu__link {
        font-size: 16px;
        line-height: 110%;
        color: #59358c;
        letter-spacing: 0.06px;
    }

.submenu__link:hover {
            opacity: 0.9;
        }

@media (max-width: 991.98px) {

.submenu--mobile {
        display: none
}
    }

.submenu-items {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: none;
    width: 100%;

    background-color: #59358c;
    transform: translate(0px, 43px);
}

.submenu-items__item:hover {
            background: #8246b8;
        }

.submenu-items__link {
        display: block;
        padding: 11px 16px;

        font-size: 16px;
        line-height: 110%;
        color: #ffffff;
        letter-spacing: 0.015em;
    }

.promotions {
    /* display: flex; */
    /* align-items: center; */
    margin-left: auto;
    overflow: hidden;
    max-width: 300px;
    position: relative;
    width: 300px;
    display: flex;
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
    height: 16px;
}

    .promotions__list {
        overflow: hidden;
        width: 500%;
        /* width: 300px; */
        display: flex;
        /* Starting position */

        animation: marquee 30s linear infinite;
        position: absolute;
        transform: translate3d(0, 0, 0);
    }

    .promotions__list > div {
            width: 50%;
            display: flex;
            white-space: nowrap;
        }

    .promotions__item {
        display: flex;
        align-items: center;
        padding-right: 20px;
    }

    .promotions__currency {
        display: flex;
        align-items: center;
        margin-right: 10px;

        font-size: 16px;
        line-height: 110%;
    }

    .promotions__currency-number {
        margin-left: 17px;
        margin-right: 4px;
    }

    .promotions__pct {
        display: flex;
        align-items: center;

        font-size: 12px;
        line-height: 110%;
    }

    .promotions__pct--green {
        color: #44bc39;
        fill: #44bc39;
    }

    .promotions__pct--red {
        color: #d71a1a;
        fill: #d71a1a;
    }

    .promotions__pct--red .promotions__pct-icons {
            transform: rotate(-180deg);
            transform-origin: center;
        }

    .promotions__pct-icons {
        margin-right: 3px;
        width: 11px;
        height: 11px;
    }

    .promotions__pct-number {
        margin-right: 3px;
    }

    .promotions__pct-sign {
        margin-right: 4px;
    }

@media (max-width: 991.98px) {

.promotions--mobile {
        display: none
}
    }

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}


.footer-menu {
    padding: 6px 0;
}

    .footer-menu__title {
        margin-bottom: 15px;

        font-size: 14px;
        line-height: 110%;

        letter-spacing: 0.05em;
        text-transform: uppercase;

        color: #ffffff;
    }

    .footer-menu__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        gap: 13px 0;
    }

    .footer-menu__item {
    }

    .footer-menu__link {
        font-size: 16px;
        line-height: 110%;

        color: #ffffff;
    }

.footer-social__title {
        margin-bottom: 15px;

        font-size: 14px;
        line-height: 110%;

        letter-spacing: 0.05em;
        text-transform: uppercase;

        color: #ffffff;
    }

        @media (max-width: 767.98px) {.footer-social__title {
            display: none
    }
        }
    .footer-social__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(24px, 1fr));
        gap: 16px 13px;
    }
    @media (max-width: 767.98px) {
    .footer-social__list {
            gap: 16px 25px
    }
        }
    .footer-social__item {
    }
    .footer-social__link {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;

        width: 24px;
        height: 24px;

        background: #ffffff;
        border-radius: 12px;

        transform: all 0.3 linear;
    }
    @media (max-width: 767.98px) {
    .footer-social__link {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            background: #59358c
    }

            .footer-social__link:hover {
                background: #8246b8;
            }
        }
    .footer-social__icon {
        fill: #59358c;
        width: 20px;
        height: 20px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon {
            fill: #ffffff
    }
        }
    .footer-social__icon--vk {
        width: 14px;
        height: 7px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--vk {
            height: 11.7px;
            width: 23px
    }
        }
    .footer-social__icon--facebook {
        height: 15px;
        width: 7.5px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--facebook {
            height: 25px;
            width: 12.5px
    }
        }
    .footer-social__icon--odn {
        height: 15px;
        width: 8.7px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--odn {
            height: 25px;
            width: 14.5px
    }
        }
    .footer-social__icon--telegram {
        height: 11px;
        width: 13px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--telegram {
            height: 18px;
            width: 21.7px
    }
        }
    .footer-social__icon--youtube {
        height: 8px;
        width: 12px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--youtube {
            height: 13.3px;
            width: 20px
    }
        }
    .footer-social__icon--rrs {
        height: 12px;
        width: 12px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--rrs {
            height: 20px;
            width: 20px
    }
        }
    .footer-social__icon--mail {
        width: 14px;
        height: 10px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--mail {
            height: 16.7px;
            width: 23.3px
    }
        }
    .footer-social__icon--instagram {
        height: 11px;
        width: 11px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--instagram {
            height: 18.3px;
            width: 18.3px
    }
        }
    .footer-social__icon--twitter {
        height: 10px;
        width: 12px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--twitter {
            height: 16.6px;
            width: 20px
    }
        }
    .footer-social__icon--zen {
        height: 24px;
        width: 24px;
    }
    @media (max-width: 767.98px) {
    .footer-social__icon--zen {
            height: 40px;
            width: 40px
    }
        }

.main {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

    @media (max-width: 1200px) {.main {
        row-gap: calc(16px + (32 - 16) * ((100vw - 375px) / (1200 - 375)))
}
    }

    .main__subpost-list {
        display: flex;
        padding: 30px;
        justify-content: space-between;
        /* column-gap: 70px; */

        margin-left: -10px;
        margin-right: -10px;
        padding: 0 10px;
        overflow-y: auto;
    }

    .main__subpost-list:-webkit-scrollbar {
            display: none;
        }

    @media (max-width: 1200px) {

    .main__subpost-list {
            column-gap: calc(
                16px + (30 - 16) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

.post {
    display: flex;
    position: relative;
    color: #ffffff;
}

    @media (max-width: 991.98px) {.post {
        flex-direction: column
}
    }

    .post:hover .post__content {
        background: #8246b8;
    }

    .post__content {
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        padding: 94px 56px 48px;

        max-width: 470px;
        width: 100%;

        background: #59358c;

        transition: all 0.2s linear;
    }

    @media (max-width: 991.98px) {

    .post__content {
            order: 2;
            max-width: 100%;
            padding-top: 54px;
            padding-bottom: 48px;
            padding-right: 56px;
            padding-left: 56px
    }

            @media (max-width: 1200px) {

    .post__content {
                padding-top: calc(
                    32px + (54 - 32) * ((100vw - 375px) / (1200 - 375))
                );
                padding-bottom: calc(
                    32px + (48 - 32) * ((100vw - 375px) / (1200 - 375))
                );
                padding-left: calc(
                    32px + (56 - 32) * ((100vw - 375px) / (1200 - 375))
                );
                padding-right: calc(
                    32px + (56 - 32) * ((100vw - 375px) / (1200 - 375))
                )
    }
            }
        }

    .post__title {
        margin-bottom: 24px;

        font-weight: bold;
        font-size: 24px;

        line-height: 120%;

        color: inherit;
    }

    @media (max-width: 1200px) {

    .post__title {
            font-size: calc(
                22px + (32 - 22) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    .post__text {
        margin-bottom: 87px;
        font-size: 18px;

        line-height: 140%;

        color: inherit;
    }

    @media (max-width: 1200px) {

    .post__text {
            font-size: calc(
                16px + (18 - 16) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    @media (max-width: 991.98px) {

    .post__text {
            margin-bottom: 57px;
            margin-bottom: calc(
                40px + (57 - 40) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    .post__images {
        max-width: 700px;
        width: 100%;
    }

    @media (max-width: 991.98px) {

    .post__images {
            order: 1;
            max-width: 100%;
            height: 330px;
            height: calc(
                200px + (330 - 200) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    .post__images img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.post--articles .post__content {
            padding: 38px 56px 32px;

            max-width: 370px;
            width: 100%;
        }

@media (max-width: 991.98px) {

.post--articles .post__content {
                max-width: 100%;
                padding-top: 32px;
                padding-bottom: 32px;
                padding-right: 32px;
                padding-left: 32px
                /* padding-top: calc(
                    32px + (48 - 32) * ((100vw - 375px) / (1200 - 375))
                );
                padding-bottom: calc(
                    24px + (48 - 24) * ((100vw - 375px) / (1200 - 375))
                );
                padding-right: calc(
                    32px + (56 - 32) * ((100vw - 375px) / (1200 - 375))
                );
                padding-left: calc(
                    32px + (56 - 32) * ((100vw - 375px) / (1200 - 375))
                ); */
        }
            }

@media (max-width: 991.98px) {

.post--articles .post__content .more {
                    font-size: 14px
            }
                }

.post--articles .post__title {
            margin-bottom: 28px;
            font-size: 24px;
            line-height: 120%;
        }

@media (max-width: 1200px) {

.post--articles .post__title {
                font-size: calc(
                    22px + (24 - 22) * ((100vw - 375px) / (1200 - 375))
                )
        }
            }

@media (max-width: 991.98px) {

.post--articles .post__title {
                font-size: 18px;
                line-height: 22px
        }
            }

.post--articles .post__text {
            margin-bottom: 45px;
            font-size: 16px;
            line-height: 130%;
        }

@media (max-width: 991.98px) {

.post--articles .post__images {
                height: 200px
        }
            }

.post--articles-yellow:hover .post__content {
        background: #ffc56e;
    }

.post--articles-yellow .post__content {
        background: #ffc56e;
        color: #282828;
    }

.post--articles-yellow .more {
        color: #282828;
        fill: #282828;
    }

/* QUOTE AUTHOR */

.other-article--quoteAuthor .other-article__img,
.editor-card-quoteAuthor .other-article__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quote-author {
    background: #f3e5ff;
    padding: 32px 40px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.quote-author .article-main__other-article {
    margin: 0;
}

.quote-author__image {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto 16px;
}

.quote-author__common {
    text-align: center;
    width: 200px;
    min-width: 200px;
}

.quote-author__name {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #59358c;
    margin-bottom: 8px;
}

.quote-author__place {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #686868;
    opacity: 0.5;
}

/* .quote-author {
    margin-bottom: 60px;
}

.quote-author__image {
  width: 146px;
  height: 146px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
  display: inline-block;
}

.quote-author .other-article {
  height: 146px;
  margin: 0;
}

.quote-author__name {
  font-size: 23px;
  color: #8B559E;
  max-width: 250px;
}

.quote-author__place {
  font-size: 14px;
  line-height: 1.42857;
  color: #5c5c5c;
  max-width: 250px;
}

.quote-author {
  clear: both;
}

.quote-author:after,
.quote-author:before {
  content: '';
  clear: both;
  display: table;
}

.quote-author__text {
  color: #000;
  margin-bottom: 30px;
  display: inline;
}

.quote-author__common {
  float: right;
  text-align: right;
  margin-left: 55px;
} */

.quote-author .other-article__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quote-author .other-article:before,
.quote-author .other-article:after {
    display: none;
}

/* .quote-author__text {
  width: 100%;
} */

.qa,
.c-content-detail-block7-a {
    margin-bottom: 30px;
}

.qa__title,
.c-content-detail-block7-q {
    font-weight: bold;
    margin-bottom: 16px;
    color: #8b559e;
}
.subpost {
    width: 370px;
    position: relative;
    flex-shrink: 0;
}

    .subpost._banner {
        width: 330px;
    }

    @media (max-width: 1200px) {.subpost {
        width: calc(311px + (370 - 311) * ((100vw - 375px) / (1200 - 375)))
}
    }

    .subpost__link {
        position: relative;
        display: flex;
        height: 220px;

        align-items: flex-end;
        flex-wrap: wrap;
    }

    .subpost__link:not(._banner)::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;

            background: linear-gradient(
                180deg,
                rgba(89, 53, 140, 0) 0%,
                #282828 100%
            );
        }

    .subpost__link:not(._banner):hover::after {
            background: linear-gradient(
                180deg,
                rgba(89, 53, 140, 0) 0%,
                #59358c 100%
            );
        }

    .subpost__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;

        z-index: 1;
    }

    .subpost__common {
        position: relative;
        z-index: 20;
        padding: 24px 18px;
    }

    .subpost__title {
        /* position: absolute;
        bottom: 18px;
        left: 24px;
        width: 300px; */

        font-weight: bold;
        font-size: 18px;

        line-height: 120%;

        color: #ffffff;

        z-index: 20;

        margin-bottom: 10px;
    }

    @media (max-width: 1200px) {

    .subpost__title {
            font-size: calc(
                22px + (24 - 22) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    .subpost__date {
        z-index: 20;
        color: #fff;
        font-size: 14px;
    }

.subpost:hover .video-icon {
        background: #d71a1a;
    }

.subpost:hover .video-icon__triangle {
            border-color: transparent transparent transparent #ffffff;
        }

.tag {
    position: absolute;
    top: 24px;
    left: -8px;
    z-index: 2;

    padding: 8px 16px 4px;

    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    color: #282828;
    text-transform: uppercase;

    background: #ffc56e;
    border-radius: 4px;
}

    @media (max-width: 991.98px) {.tag {
        top: 16px
}
    }

.tag--mobile {
    top: 8px;
    left: 9px;

    display: none;
    padding: 8px 11px 4px;

    font-size: 14px;
    line-height: 110%;
    letter-spacing: -1px;
}

@media (max-width: 991.98px) {

.tag--mobile {
        top: 8px
}
    }

@media (max-width: 479.98px) {

.tag--mobile {
        display: block
}
    }

.tag--subpost {
    top: 16px;
}

.tag--red {
    color: #ffffff;

    background: #d71a1a;
}

.tag--white {
    color: #c0c0c0;

    background: #f8f8f8;
}

.newsfeed {
    display: grid;
    grid-template-columns: minmax(300px, 506px) minmax(200px, 300px) minmax(
            200px,
            300px
        );
    grid-template-rows: auto;
    column-gap: 32px;
    row-gap: 37px;
    padding-top: 78px;
    padding-bottom: 82px;

    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
}

    @media (max-width: 1200px) {.newsfeed {
        padding-top: calc(44px + (78 - 44) * ((100vw - 375px) / (1200 - 375)));
        padding-bottom: calc(
            36px + (82 - 36) * ((100vw - 375px) / (1200 - 375))
        )
}
    }

    @media (max-width: 991.98px) {.newsfeed {
        grid-template-columns: minmax(200px, 400px) minmax(200px, 400px)
}
    }

    @media (max-width: 550px) {.newsfeed {
        display: flex;
        flex-direction: column;
        row-gap: 18px;
        border-bottom: none
}
    }

    .newsfeed__page-title {
        grid-column: 1 / 2;
    }

    .newsfeed__more {
        grid-column: 2 / 4;

        align-self: end;
        justify-self: end;
        margin-bottom: 11px;
    }

    @media (max-width: 991.98px) {

    .newsfeed__more {
            grid-column: 2 / 3;
            align-self: flex-start
    }
        }

    @media (max-width: 550px) {

    .newsfeed__more {
            order: 2
    }
        }

    .newsfeed__post-newsfeed--main {
        grid-row: span 2;
    }

    @media (max-width: 991.98px) {

    .newsfeed__post-newsfeed--main {
            display: none
    }
        }

.more {
    display: flex;
    align-items: center;
    padding-top: 29px;
    font-size: 18px;

    line-height: 140%;

    color: #ffffff;
    fill: #ffffff;

    transition: all 0.2s linear;
}

    @media (max-width: 1200px) {.more {
        padding-top: calc(0px + (29 - 0) * ((100vw - 375px) / (1200 - 375)));
        font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1200 - 375)))
}
    }

    .more:hover {
        color: #8246b8;
    }

    .more:hover .more__icon {
        fill: #8246b8;
    }

    .more__icon {
        margin-left: 10px;
        width: 18.21px;
        height: 10.71px;

        fill: inherit;

        transition: all 0.2s linear;
    }

.news__more {
    padding: 0;
    color: #ffffff;
    fill: #ffffff;
}

.news__more:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.news__more:hover .more__icon {
        fill: #ffffff;
    }

.more--purple {
    color: #59358c;
    fill: #59358c;
}

.more--black {
    color: #282828;
    fill: #282828;
}

.post-newsfeed {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 92px; */

    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
}

    @media (max-width: 550px) {.post-newsfeed {
        height: auto;
        margin-bottom: 7px
}
    }

    .post-newsfeed__title {
        color: #282828;

        transition: all 0.2s linear;
        min-height: 66px;
        margin-bottom: 8px;
    }

    @media (max-width: 1200px) {

    .post-newsfeed__title {
            min-height: calc(0px + (66 - 0) * ((100vw - 375px) / (1200 - 375)));
            margin-bottom: calc(
                5px + (8 - 5) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    .post-newsfeed__title:hover {
            color: #8246b8;
        }

    .post-newsfeed__subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 110%;
        color: #686868;
        letter-spacing: -0.8px;

        opacity: 0.5;
    }

.post-newsfeed--main {
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
}

.post-newsfeed--main .post-newsfeed__title {
        margin-bottom: 17px;

        color: #59358c;

        transition: all 0.2s linear;
    }

.post-newsfeed--main .post-newsfeed__title:hover {
            color: #8246b8;
        }

.post-newsfeed--author-item {
    width: 100%;
    max-width: 276px;
    height: auto;
}

.post-newsfeed--author-item .post-newsfeed__title {
            min-height: auto;

            font-size: 16px;
            line-height: 19px;
            color: #59358c;
            letter-spacing: -0.6px;
        }

.post-newsfeed--author-item .post-newsfeed__title:hover {
                color: #8246b8;
            }

.video-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 32px;

    background: #ffffff;
    border-radius: 50%;

    transition: all 0.4s ease;
    width: 104px;
    height: 104px;
}

    @media (max-width: 1200px) {.video-icon {
        width: calc(66px + (104 - 66) * ((100vw - 375px) / (1200 - 375)));
        height: calc(66px + (104 - 66) * ((100vw - 375px) / (1200 - 375)))
}
    }

    @media (max-width: 424px) {.video-icon {
        opacity: 0.8
}
    }

    .video-icon__triangle {
        width: 0;
        height: 0;
        margin-left: 8px;

        border-width: 16px 0 16px 26px;
        border-style: solid;
        border-color: transparent transparent transparent #d71a1a;

        transition: all 0.4s ease;
    }

.video-icon--subpost {
    width: 64px;
    height: 64px;
    margin: auto 21px 20px auto;
}

.video-icon--subpost .video-icon__triangle {
        margin-left: 4px;

        border-width: 10px 0 10px 18px;
    }

.articles {
    display: grid;
    grid-template-columns: minmax(300px, 770px) minmax(200px, 343px);
    grid-template-rows: auto 349px 348px;
    column-gap: 54px;
    row-gap: 35px;
    padding-top: 70px;
}

    @media (max-width: 1200px) {.articles {
        padding-top: calc(0px + (70 - 0) * ((100vw - 375px) / (1200 - 375)))
}
    }

    @media (max-width: 991.98px) {.articles {
        grid-template-rows: auto auto auto
}
    }

    @media (max-width: 991.98px) {.articles {
        column-gap: 52px;
        grid-template-columns: minmax(300px, 343px) minmax(200px, 343px)
        /* display: flex;
        flex-direction: column;

        row-gap: 18px; */
}
    }

    @media (max-width: 767px) {.articles {
        display: flex;
        flex-direction: column;

        row-gap: 18px
}
    }

    .articles__page-title {
        grid-column: 1 / 2;
    }

    .articles__more {
        grid-column: 2 / 3;

        align-self: end;
        justify-self: end;
        margin-bottom: 11px;
    }

    @media (max-width: 767.98px) {

    .articles__more {
            display: none
    }
        }

    .articles__post {
        grid-column: 1 / 2;
    }

    .articles__promo {
        grid-column: 2 / 3;
        grid-row: 2 / 4;
        /* @media (max-width: 991.98px) {

        } */
    }

.subscription {
    display: flex;
    align-items: center;

    padding: 48px 56px;

    background: #f8f8f8;
}

    @media (max-width: 1200px) {.subscription {
        padding-left: calc(20px + (56 - 20) * ((100vw - 375px) / (1200 - 375)));
        padding-right: calc(
            20px + (56 - 20) * ((100vw - 375px) / (1200 - 375))
        );
        padding-top: calc(20px + (48 - 20) * ((100vw - 375px) / (1200 - 375)));
        padding-bottom: calc(
            20px + (48 - 20) * ((100vw - 375px) / (1200 - 375))
        )
}
    }

    @media (max-width: 1024px) {.subscription {
        flex-wrap: wrap;
        row-gap: 20px
}
    }

    .subscription__title {
        margin-right: 67px;
        width: 138px;

        font-weight: bold;
        font-size: 24px;
        line-height: 120%;

        color: #59358c;
    }

    @media (max-width: 1200px) {

    .subscription__title {
            margin-right: calc(
                10px + (67 - 10) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    @media (max-width: 1024px) {

    .subscription__title {
            width: 100%
    }
        }

    .subscription__text {
        margin-right: 67px;
        max-width: 296px;
        width: 100%;
        font-size: 16px;
        line-height: 130%;

        color: #282828;
    }

    @media (max-width: 1200px) {

    .subscription__text {
            margin-right: calc(
                10px + (67 - 10) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    @media (max-width: 1024px) {

    .subscription__text {
            width: 100%;
            max-width: 100%
    }
        }

    .subscription__form {
        display: flex;
        align-items: center;
    }

    @media (max-width: 600px) {

    .subscription__form {
            flex-direction: column;
            row-gap: 20px;
            align-items: flex-start
    }
        }

    .subscription__input {
        margin-right: 16px;
        padding: 14px 24px 12px;
        width: 248px;
        min-width: 248px;

        font-size: 16px;
        line-height: 110%;

        color: #686868;

        opacity: 0.5;

        border: 1px solid rgba(104, 104, 104, 0.6);
        box-sizing: border-box;
        border-radius: 4px;
    }

    .subscription__btn {
        white-space: nowrap;
    }

.subscription--sidebar {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
}

@media (max-width: 1200px) {

.subscription--sidebar {
        padding-top: calc(10px + (20 - 10) * ((100vw - 375px) / (1200 - 375)));
        padding-bottom: calc(
            10px + (20 - 10) * ((100vw - 375px) / (1200 - 375))
        );
        padding-right: calc(0px + (40 - 0) * ((100vw - 375px) / (1200 - 375)));
        padding-bottom: calc(0px + (40 - 0) * ((100vw - 375px) / (1200 - 375)))
}
    }

.subscription--sidebar .subscription__title {
            margin-right: 0;
            margin-bottom: 19px;
            width: 100%;
            font-size: 24px;
            line-height: 33px;
        }

@media (max-width: 1200px) {

.subscription--sidebar .subscription__title {
                margin-bottom: calc(
                    -10px + (99 - -10) * ((100vw - 375px) / (1200 - 375))
                );
                font-size: calc(
                    19px + (24 - 19) * ((100vw - 375px) / (1200 - 375))
                );
                line-height: calc(
                    23px + (33 - 23) * ((100vw - 375px) / (1200 - 375))
                )
        }
            }

.subscription--sidebar .subscription__form {
            flex-direction: column;
            width: 100%;
        }

.subscription--sidebar .subscription__input {
            margin-right: 0;
            margin-bottom: 16px;
            width: 100%;
        }

.subscription--sidebar .subscription__text {
            margin-right: 0;
            margin-bottom: 24px;
            font-size: 16px;
            line-height: 21px;
        }

@media (max-width: 1200px) {

.subscription--sidebar .subscription__text {
                font-size: calc(
                    14px + (16 - 14) * ((100vw - 375px) / (1200 - 375))
                );
                line-height: calc(
                    17px + (21 - 17) * ((100vw - 375px) / (1200 - 375))
                )
        }
            }

.subscription--sidebar .subscription__btn {
            width: 100%;
            margin-right: 0;
            padding-top: 22px;
            padding-bottom: 20px;
            padding-right: 24px;
            padding-left: 24px;
        }

@media (max-width: 1200px) {

.subscription--sidebar .subscription__btn {
                padding-top: calc(
                    15px + (22 - 15) * ((100vw - 375px) / (1200 - 375))
                );
                padding-bottom: calc(
                    25px + (20 - 25) * ((100vw - 375px) / (1200 - 375))
                );
                padding-right: calc(
                    24px + (24 - 24) * ((100vw - 375px) / (1200 - 375))
                );
                padding-left: calc(
                    24px + (24 - 24) * ((100vw - 375px) / (1200 - 375))
                )
        }
            }

.subscription__form .сheckbox._default {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #59358c;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 14px;
}

.subscription__form .сheckbox._default .сheckbox__input {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.subscription__form .сheckbox._default .сheckbox__icon {
    position: relative;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border: 1px solid #59358c;
    border-radius: 4px;
    flex-shrink: 0;
}

.subscription__form
    .сheckbox._default
    .сheckbox__input:checked
    + .сheckbox__icon::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 3px;
    border-radius: 2px;
    background: #59358c;
}

.subscription__form {
    flex-wrap: wrap;
}

.subscription__form .subscription__categories {
    width: 100%;
    display: flex;
}

.subscription--sidebar
    .subscription__form
    .subscription__categories
    .сheckbox._default {
    width: 100%;
    margin-right: 0;
}

.subscription__form .subscription__fields {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.subscription--sidebar .subscription__form .subscription__categories,
.subscription--sidebar .subscription__form .subscription__fields {
    flex-direction: column;
}

@media screen and (max-width: 600px) {
    .subscription__form .subscription__fields {
        flex-direction: column;
    }

    .subscription__form {
        width: 100%;
    }

    .subscription__input {
        margin-bottom: 10px;
        width: 100%;
    }
}

.btn {
    padding: 14px 24px 12px;

    font-size: 16px;
    line-height: 110%;
    color: #59358c;

    background: #ffffff;
    border: 1px solid #59358c;
    border-radius: 4px;
}

    @media (max-width: 479.98px) {.btn {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 20px 24px 18px
}
    }

.btn--purple {
    color: #ffffff;

    background: #59358c;

    transition: all 0.4s ease;
}

.btn--purple:hover {
        background: #8246b8;
    }

.others {
    display: grid;

    column-gap: 30px;

    border-bottom: 1px solid rgba(104, 104, 104, 0.2);

    grid-template-columns: minmax(200px, 1070px);
    grid-template-rows: auto auto auto;
    padding-top: 32px;
    padding-bottom: 47px;
    row-gap: 32px;
}

    @media (max-width: 1200px) {.others {
        padding-top: calc(13px + (32 - 13) * ((100vw - 375px) / (1200 - 375)));
        padding-bottom: calc(
            13px + (47 - 13) * ((100vw - 375px) / (1200 - 375))
        )
}
    }

    @media (max-width: 479.98px) {.others {
        display: flex;
        flex-direction: column;

        border: none;

        row-gap: 18px
}
    }

    .others__wrapper {
        display: flex;

        grid-column: 1 / 4;
    }

    @media (max-width: 991.98px) {

    .others__wrapper {
            flex-direction: column;

            border-bottom: none
    }
        }

    .others__quiz {
        flex: 0 1 48.8%;
        margin-right: 30px;
    }

    @media (max-width: 991.98px) {

    .others__quiz {
            margin-right: 0;
            margin-bottom: 16px
    }
        }

    .others__post-video {
        flex: 0 1 48.8%;
        height: 100%;
    }

    @media (max-width: 991.98px) {
            .others__post-video .post-video__img {
                height: 429px;
            }
        }

    .others__promo {
        height: 100%;
    }

    @media (max-width: 479.98px) {

    .others__promo {
            height: 220px
    }
        }

    .others__materials {
        grid-column: 1 / 4;
    }

.others--page-article {
    display: flex;
    flex-direction: column;
    padding: 74px 0 80px;
}

.others--page-article .others__wrapper {
        order: 2;
    }

.others--page-article .others__btn {
        order: 2;
        margin-top: 12px;
    }

.others--page-article .materials__list {
        margin-bottom: 0;
    }

.materials__item._banner a {
    width: 343px;
    height: 346px;
    display: block;
}

.materials__item._banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.materials__item._banner._left a {
    margin-left: auto;
}

.materials__item._banner .materials__link:before {
    display: none;
}

@media (max-width: 926px) and (min-width: 767.98px){

    .others.page__others .materials.others__materials .materials__item._banner {
        width: calc(50% - 15px);
        order: 1;
    }

    .others.page__others .materials.others__materials .materials__item._banner._left {
        order: 2;
    }

    .others.page__others .materials.others__materials .materials__item {
        order: 3;
    }

}

@media (max-width: 767.98px){

    .others.page__others .materials.others__materials .materials__item:nth-child(2){
        order: 2;
    }

    .others.page__others .materials.others__materials .materials__item._banner {
        width: 100%;
        order: 1;
    }

    .others.page__others .materials.others__materials .materials__item._banner._left {
        order: 3;
    }

    .others.page__others .materials.others__materials .materials__item {
        order: 4;
    }

}
.person {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 270px));
    grid-auto-flow: auto;
    grid-template-rows: auto;
    row-gap: 32px;
    column-gap: 30px;
    padding-top: 70px;
    padding-bottom: 52px;
}

    @media (max-width: 1200px) {.person {
        padding-top: calc(64px + (70 - 64) * ((100vw - 375px) / (1200 - 375)));
        padding-bottom: calc(
            48px + (104 - 48) * ((100vw - 375px) / (1200 - 375))
        )
}
    }

    @media (max-width: 991.98px) {.person {
        grid-template-columns: 1fr 1fr
}
    }

    @media (max-width: 767.98px) {.person {
        display: flex;
        flex-direction: column
}
    }

    .person__page-title {
        grid-column: 1 / 3;
    }

    @media (max-width: 991.98px) {

    .person__page-title {
            grid-column: 1 / 2
    }
        }

    .person__more {
        grid-column: 3 / 5;
        align-self: end;
        justify-self: end;
        margin-bottom: 11px;
    }

    @media (max-width: 991.98px) {

    .person__more {
            grid-column: 2 / 3
    }
        }

    @media (max-width: 767.98px) {

    .person__more {
            order: 2;
            align-self: flex-start
    }
        }

    .person__item {
    }

    .person__img {
    }

.quiz {
    position: relative;
    padding: 73px 56px 40px;
    padding-top: 73px;
    padding-bottom: 40px;
    padding-right: 56px;
    padding-left: 56px;

    color: #59358c;

    background: #f3e5ff;
}

    @media (max-width: 1200px) {.quiz {
        padding-top: calc(72px + (73 - 72) * ((100vw - 375px) / (1200 - 375)));
        padding-bottom: calc(
            32px + (40 - 32) * ((100vw - 375px) / (1200 - 375))
        );
        padding-right: calc(
            32px + (56 - 32) * ((100vw - 375px) / (1200 - 375))
        );
        padding-bottom: calc(
            32px + (56 - 32) * ((100vw - 375px) / (1200 - 375))
        )
}
    }

    .quiz__title {
        margin-bottom: 20px;

        font-weight: bold;
        font-size: 24px;
        line-height: 120%;
        color: inherit;
    }

    @media (max-width: 1200px) {

    .quiz__title {
            font-size: calc(
                22px + (24 - 22) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    .quiz__form {
    }

    .quiz__list {
        margin-bottom: 25px;
    }

    @media (max-width: 479.98px) {

    .quiz__list {
            margin-bottom: 23px
    }
        }

    .quiz__item {
        margin-bottom: 17px;
    }

    .quiz__label {
        display: flex;
        font-size: 18px;

        line-height: 120%;

        color: inherit;
    }

    @media (max-width: 1200px) {

    .quiz__label {
            font-size: calc(
                16px + (18 - 16) * ((100vw - 375px) / (1200 - 375))
            )
    }
        }

    .quiz__input {
        display: none;
    }

    .quiz__input:checked + span::before {
        content: '';

        position: absolute;
        top: 3px;
        left: 3px;

        width: 12px;
        height: 12px;

        border-radius: 50px;

        background: #59358c;
    }

    .quiz span {
        position: relative;

        margin-right: 16px;

        width: 20px;
        height: 20px;

        border-radius: 50px;
        background: #ffffff;
        border: 1px solid #59358c;

        flex-shrink: 0;
    }


.about-project-advertising__title {
        margin-bottom: 18px;

        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        color: #59358c;
    }
    .about-project-advertising__text {
        margin-bottom: 16px;

        font-size: 18px;
        line-height: 25px;
        color: #282828;
    }
    .about-project-advertising__text-link {
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        color: #59358c;
    }

.about-project-contacts {
    display: flex;
    flex-direction: column;
}
    .about-project-contacts__title {
        margin-bottom: 19px;

        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        color: #59358c;
    }
    .about-project-contacts__item {
        display: flex;
        margin-bottom: 16px;

        font-size: 16px;
        line-height: 21px;
        color: #282828;
    }
    .about-project-contacts__img {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        margin-right: 8px;

        fill: #59358c;
    }
    .about-project-contacts__social {
        margin-top: 15px;
    }




.css-1s2u09g-control,
.css-1pahdxg-control {
    width: 138px;
    height: 44px;
}

.css-1okebmr-indicatorSeparator {
    background-color: transparent !important;
}

.css-tlfecz-indicatorContainer {
    color: #59358c !important;
}

.css-6j8wv5-Input {
    font-size: 16px;
    line-height: 110%;
    font-family: MyriadPro;
    color: #686868 !important;

    opacity: 0.5;
}

.container-95735 .list-container-item {
        width: 170px !important;
        margin-right: 30px !important;
    }
    .container-95735__header {
        display: none !important;
    }

.media {
    margin: 70px 0 104px 0;
}

@media (max-width: 1200px) {

.media {
        padding-top: calc(50px + (70 - 50) * ((100vw - 375px) / (1200 - 375)));
        padding-bottom: calc(
            50px + (104 - 50) * ((100vw - 375px) / (1200 - 375))
        )
}
    }

.media__header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 34px;
    }

.media__list {
        display: flex;
        overflow-x: auto;
    }

.media__item {
        flex: 1 0 170px;
    }

.media__item:not(:last-child) {
            margin-right: 30px;
        }

.media__link {
        position: relative;

        display: block;
        height: 220px;
        padding: 10px 12px;
    }

.media__link::before,
        .media__link::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 3;

            transition: all 0.4s ease;
        }

.media__link::before {
            background: linear-gradient(
                180deg,
                rgba(89, 53, 140, 0.15) 42.05%,
                #282828 100%
            );
            opacity: 1;
        }

.media__link::after {
            background: linear-gradient(
                180deg,
                rgba(89, 53, 140, 0) 0%,
                #59358c 100%
            );
            opacity: 0;
        }

.media__link:hover::before {
            opacity: 0;
        }

.media__link:hover::after {
            opacity: 1;
        }

.media__img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;

        width: 100%;
        height: 100%;

        object-fit: cover;
    }

.media__card-title {
        position: absolute;
        bottom: 10px;
        left: 12px;
        z-index: 4;

        max-width: 138px;

        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #ffffff;
    }


.article-comments__list {
        display: flex;
        flex-direction: column;

        row-gap: 24px;
    }

.comment {
    display: flex;
    column-gap: 16px;
}

.comment__img {
        width: 64px;
        height: 64px;
        border-radius: 100%;

        overflow: hidden;
    }

.comment__img img {
            width: 100%;
            height: 100%;

            object-fit: cover;
        }

.comment__content {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

.comment__header {
        display: flex;
        align-items: center;
        column-gap: 8px;
    }

.comment__name {
        font-weight: bold;
        font-size: 18px;
        line-height: 120%;

        display: flex;

        color: #282828;
    }

.comment__date {
        font-size: 14px;
        line-height: 120%;

        color: #282828;

        opacity: 0.5;
    }

.comment__text {
        font-size: 16px;
        line-height: 130%;

        color: #282828;
    }

.comment__likes {
        margin-left: -10px;
    }

.article-comments__form {
    position: relative;
}

.article-comments__alert {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -30px;
    color: #59358c;
}



/*# sourceMappingURL=main.css.map*/