/* Временное */
/*
form#donate {
	display: none;
}
*/
t29-share-aside {
	display: none;
}

.archival-case-full__support {
	display: none;
}

/* Main */
* {
    overflow-wrap: break-word;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.btn_link {
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 228px;
    height: 56px;
    margin: 0 auto;
    transition: 0.2s;
}

.btn_link:hover {
    background: #C01D41;
}

.btn_link.--light-bg {
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.btn_link.--light-bg:hover {
    color: #FFFFFF;
}

.tile--logo .tile__image-outer .tile__image,
.tile--logo .tile__image-outer .tile__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

.tile--logo .tile__image-outer .tile__logo {
    opacity: 0;
}

.tile--logo:hover .tile__image-outer .tile__logo {
    opacity: 1;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.site-footer {
    background: #252D5A;
    border: 1px solid #364075;
}

/* Header */
.site-header {
    display: flex;
    justify-content: space-between;
    background: #252D5A;
    border: none;
}

.site-header .desktop-nav {
    margin: 0;
}

.site-header .desktop-nav a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.site-header .desktop-menu > .menu-item.current-menu-item:not(:hover) a,
.site-header .desktop-nav a:hover {
    color: #cccccc;
}

.desktop-menu > .menu-item.current-menu-item:not(:hover) a:before,
.desktop-menu > .menu-item.current-menu-parent:not(:hover) a:before {
    display: none;
}

.site-header__aside {
    padding-right: 0;
}

.site-header .nav-burger path {
    stroke: #ffffff;
}

.site-header .site-header__donate--desktop.button[primary][solid] {
    width: 205px;
    background-color: #C01D41;
}

.search-popup.overlay-popup {
    top: 0 !important;
    height: 100% !important;
    margin: 0 !important;
}

.search-popup__inner {
    max-width: 50em;
    width: 100%;
    margin: 150px auto 0;
}

#overlayNav {
    background-color: #FFFFFF;
}

#overlayNav .inner {
    align-items: start;
}

#overlayNav .socials svg * {
    color: #364075;
}

#overlayNav .socials svg
#overlayNav .js-overlay-nav-close path {
    stroke: #C01D41;
}

@media (max-width: 1023px) {
    .site-header .site-header__logo {
        margin: 0;
    }
}

@media (max-width: 520px) {
    .site-header__aside {
        grid-gap: 1em;
    }

    .site-header .site-header__logo svg {
        width: 90px;
    }

    .site-header .site-header__donate--desktop.button[primary][solid] {
        width: 130px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Footer */
.site-footer__inner {
    display: block;
    max-width: 1200px;
    padding: 0;
}

.site-footer__row--top,
.site-footer__row--bottom {
    display: flex;
}

.site-footer .nav-menu {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
}

.site-footer .nav-menu .footer-menu {
    column-count: 2;
}

.site-footer .footer-menu .menu-item {
    display: block !important;
}

.site-footer__row--bottom {
    justify-content: space-between;
}

.site-footer .copyright--citation {
    padding: 0 20px;
}

.site-footer .socials {
    width: 250px;
    justify-content: space-between;
}

.site-footer .socials .socials__item:last-child {
    margin-right: 0;
}

.footer_subscribe_form .mc-subscribe-form__submit,
.site-footer .btn_link_about {
    height: 56px;
}

.site-footer .nav-contact {
    width: 100%;
    max-width: 260px;
    margin-right: 100px;
    line-height: 24px;
}

.site-footer .nav-subscription {
    width: 250px;
    margin-left: auto;
    flex-shrink: 0;
}

.site-footer .btn_link_about {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #3F3E49;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    transition: 0.2s;
}

.site-footer .btn_link_about:hover {
    background: var(--brand-primary);
}

.footer_subscribe_form {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    flex-shrink: 0;
    box-sizing: border-box;
}

.footer_subscribe_form .wpm-input {
    width: 100%;
    flex-shrink: 0;
    border: 2px solid #3F3E49;
    padding-right: 56px;
}


.footer_subscribe_form .wpm-input #subscribe-email {
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.footer_subscribe_form .wpm-input input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.footer_subscribe_form .wpm-input input::-moz-placeholder {
    color: #FFFFFF;
}

.footer_subscribe_form .wpm-input input:-ms-input-placeholder {
    color: #FFFFFF;
}

.footer_subscribe_form .wpm-input input:-moz-placeholder {
    color: #FFFFFF;
}

.footer_subscribe_form .mc-subscribe-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    background: url('../images/arrow-footer-subscribe.svg') var(--brand-primary) no-repeat center;
}

@media (max-width: 1300px) {
    .site-footer__row--top {
        flex-wrap: wrap;
    }

    .site-footer .nav-contact {
        width: 100%;
        max-width: 100%;
        order: 3;
    }

    .site-footer .nav-menu {
        order: 1;
    }

    .site-footer .nav-subscription {
        order: 2;
    }
}

@media (max-width: 1050px) {
    .site-footer__row--bottom {
        max-width: 900px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-footer .site-footer__row--bottom .socials {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 870px) {
    .site-footer {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .site-footer__row--top {
        flex-direction: column;
        align-items: center;
    }

    .site-footer .nav-menu {
        max-width: max-content;
    }

    .site-footer .nav-block__title {
        text-align: center;
    }

    .site-footer .nav-subscription {
        margin-left: 0;
    }

    .site-footer .nav-contact {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
}


/* PreLoader */
.archive__preloader {
    height: 80px;
    margin-top: 10px;
}

.archive__preloader.--light .lds-ring div {
    border-color: #ffffff transparent transparent transparent;
}

.archive__preloader.--dark .lds-ring div {
    border-color: #252D5A transparent transparent transparent;
}

.lds-ring {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #252D5A;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #252D5A transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Popup Main */
.popup__overlay {
    display: none;
    position: fixed;
    z-index: 999;
    background: #000000;
    opacity: 0.11;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.popup__main {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 30px 50px;
}

.popup__close {
    color: transparent;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 22px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L17 17M17 1L1 17' stroke='%23151421' stroke-opacity='0.3' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.popup__content {
    margin-top: 15px;
}

/* Page "schedule courthouse" */

.schedule-courthouse__block-title {
    padding: 0;
}

.schedule-courthouse__content {
    max-width: 1200px;
    margin: 0 auto 120px;
}

.pretty-table {
    border-collapse: collapse;
    width: 100%;
}

.pretty-table th,
.pretty-table td {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    border: 2px solid #F2F2F4;
}

.pretty-table th {
    color: #000000;
    opacity: 0.6;
    text-align: left;
}

.pretty-table td {
    color: #000000;
}

.pretty-table__index {
    text-align: center;
}

.pretty-table__fio div {
    max-width: 240px;
}


@media (max-width: 720px) {
    .schedule-courthouse__content {
        margin-bottom: 60px;
    }

    .pretty-table thead {
        display: none;
    }

    .pretty-table tr {
        display: block;
    }

    .pretty-table td {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    .pretty-table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
        color: #000000;
        opacity: 0.6;
        min-width: 100px;
        text-align: left;
    }
}

/* Main */
.socials-mute .js-socials-share {
    display: none;
}

.socials-light .socials .socials__item svg * {
    color: #ffffff;
}

/* Page "About" */
.about__page .site-content {
    background: #364075;
}

.about {
    max-width: 1200px;
    margin: 0 auto 120px;
}

@media (max-width: 1315px) {
    .about {
        padding: 0 50px;
    }
}

@media (max-width: 1023px) {
    .about {
        padding: 0;
    }
}

.about__title {
    margin: 90px 0 60px;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
}

.about__desc {
    padding: 30px 40px 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    background: #FFFFFF;
}

.about__desc p {
    margin: 30px 0;
}

.about__members {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.about__member {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 540px;
    margin-top: 70px;
    background: #ffffff;
}

.about__member-photo {
    position: relative;
}

.about__member-photo::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 30px solid transparent;
    border-right: 30px solid #ffffff;
    border-bottom: 30px solid #ffffff;
}

.about__member-photo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.about__member-info,
.about__actions {
    margin-left: 60px;
    margin-right: 60px;
}

.about__member-info {
    margin-top: 40px;
}

.about__member-fio {
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
}

.about__member-desc {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.about__actions {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 60px;
}

.about__member-archival-work,
.about__member-list-cases {
    width: 100%;
    max-width: 180px;
}

.about__member-archival-work-btn,
.about__member-list-cases-btn {
    padding: 18px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    border: 2px solid rgba(54, 64, 117, 0.16);
    box-sizing: border-box;
    cursor: pointer;
}

.about__member-archival-work-links,
.about__member-list-cases-links {
    display: none;
}

.about__member-list-cases-popup-title,
.about__member-archival-work-popup-title {
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.about__member-list-cases-popup-link,
.about__member-archival-work-popup-link {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #402CC9;
}

.about__member-list-cases-popup-link:before,
.about__member-archival-work-popup-link:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4L4 0L8 4L4 8L0 4Z' fill='%23402CC9'/%3E%3C/svg%3E%0A");
}


@media (max-width: 1120px) {
    .about__members {
        align-content: center;
        flex-direction: column;
    }

    .about__member {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .about__title {
        margin: 50px 0 30px;
        font-size: 40px;
    }

    .about__desc {
        padding: 10px 20px 30px;
    }

    .about__member-info,
    .about__actions {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* Memo Full */
.memo-full__page {

}

.memo-full__header-label {
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
}

.memo-full__block-title {
    padding: 0;
}

.memo-full__block-title .block__header {
    max-width: 950px;
}
/*
.memo-full__block-title h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
}
*/
.memo-full__content {
    margin-bottom: 120px;
}

.memo-full__header-text-top,
.memo-full__header-img,
.memo-full__header-text-bottom,
.memo-full__classic-content {
    margin: 0 auto;
}

.memo-full__header-text-top,
.memo-full__header-img,
.memo-full__header-text-bottom,
.memo-full__classic-content {
    max-width: 960px;
}

.memo-full__header-text-top p {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}

.memo-full__header-text-bottom p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
}

.memo-full__header-img {
    margin-top: 60px;
    margin-bottom: 60px;
}

.memo-full__header-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.memo-full__header-caption {
    margin-top: 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    opacity: 0.6;
}

.memo-full__classic-content {
    margin-bottom: 120px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.memo-full__classic-content-toggle {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.memo-full__classic-content-toggle:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 10px;
    background: url("../images/minus-red-light.svg") no-repeat center;
}

.memo-full__classic-content-toggle.--show:after {
    background: url("../images/plus-red-light.svg") no-repeat center;
}

.memo-full__faq {
    margin-bottom: 120px;
    padding: 60px 0;
    background: #364075;
}

.memo-full__faq-inner {
    display: flex;
}

.memo-full__faq-questions-wrap {
    flex-shrink: 0;
}

.memo-full__faq-questions {
    max-width: 360px;
    padding: 30px 25px 35px;
    margin-right: 60px;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    box-sizing: border-box;
}

.memo-full__faq-question {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.memo-full__faq-question:last-child {
    margin-bottom: 0;
}

.memo-full__faq-question-count {
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #C01D41;
}

.memo-full__faq-question-link {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.memo-full__faq-question-link:hover {
    color: #888888;
}

.memo-full__faq-answers {
    max-width: 780px;
}

.memo-full__faq-answer {
    padding: 15px 60px 20px;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.memo-full__faq-answer:last-child {
    margin-bottom: 0;
}

.memo-full__faq-answer-count {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #C01D41;
}

.memo-full__faq-answer-title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.memo-full__faq-answer-text {
    font-size: 16px;
    line-height: 26px;
}

.memo-full__faq-author {
    margin-top: 40px;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    opacity: 0.6;
    background: #F2F2F4;
}

.memo-full__faq-author span {
    font-weight: 700;
}

@media (max-width: 1120px) {
    .memo-full__block-title h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .memo-full__header-text-top p,
    .memo-full__header-text-bottom p {
        font-size: 26px;
        line-height: 36px;
    }

    .memo-full__content,
    .memo-full__faq {
        margin-bottom: 60px;
    }

    .memo-full__faq-questions-wrap {
        display: none;
    }

    .memo-full__faq-answers {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 750px) {
    .memo-full__block-title h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .memo-full__header-text-top,
    .memo-full__header-text-bottom,
    .memo-full__classic-content,
    .memo-full__faq-answers {
        padding-left: 20px;
        padding-right: 20px;
    }

    .memo-full__header-text-top p,
    .memo-full__header-text-bottom p {
        font-size: 20px;
        line-height: 30px;
    }

    .memo-full__header-img {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .memo-full__content,
    .memo-full__faq {
        margin-bottom: 60px;
    }

    .memo-full__faq-answer {
        padding: 10px 20px;
    }
}

/* Archive Memo */
.archive-memo__header {
    background: #364075;
    padding: 120px 0 90px;
}

.archive-memo__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 60px;
    padding-left: 60px;
}

.archive-memo__title {
    margin: 0 0 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
}

.archive-memo__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.archive-memo__search {
    display: flex;
    margin-top: 25px;
}

.archive-memo__search-input,
.archive-memo__search-submit {
    height: 56px;
}

.archive-memo__search-input {
    width: 100%;
    padding: 20px 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #000000;
    outline: none;
}

.archive-memo__search-submit {
    background: url("../images/search.svg") #252D5A no-repeat center;
    width: 60px;
    border: none;
    cursor: pointer;
}

.archive-memo__content {
    min-height: 300px;
    padding: 70px 0 30px;
    background: #F2F2F4;
}

.archive-memo__list-empty {
    padding-top: 70px;
}

.archive-memo__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.memo-short {
    position: relative;
    margin-bottom: 60px;
    max-width: 480px;
    background: #252D5A;
}

.memo-short__thumb {
    position: relative;
    overflow: hidden;
}

.memo-short__thumb:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 30px solid transparent;
    border-right: 30px solid #252D5A;
    border-bottom: 30px solid #252D5A;
}

.memo-short__thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.3s;
}

.memo-short:hover img {
    transform: scale(1.2);
}

.memo-short__group {
    padding: 30px 40px 40px;
}

.memo-short__title {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.memo-short__desc {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.memo-short__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}

.archive-memo__more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    margin: 0 auto;
    padding: 10px 0;
    border: 2px solid #00000029;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #000000;
    transition: 0.2s;
}

.archive-memo__more:hover {
    border-color: #000;
}

.archive-memo__more:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 25px;
    background: url("../images/plus-black.svg") no-repeat center;
}

@media (max-width: 1120px) {
    .archive-memo__list {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .archive-memo__header {
        padding: 40px 0;
    }

    .archive-memo__container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .memo-short__group {
        padding: 20px 20px 40px;
    }

    .memo-short__title {
        font-size: 18px;
        line-height: 26px;
    }
}

.figurant-full__article .stk-post {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.figurant-full__lightning-bg,
.figurant-full__bg {
    background: #364075;
}

.figurant-full__bg.--header {
    padding: 80px 0 80px;
}

.figurant-full__lightning {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    border-bottom: 1px solid #4E439B;
    transition: 0.2s;
}

.figurant-full__lightning:hover {
    transform: scale(1.01);
}

.figurant-full__lightning:before {
    content: '';
    width: 27px;
    height: 27px;
    padding-right: 10px;
    background: url("../images/lightning.svg") no-repeat left center;
    flex-shrink: 0;
}

.figurant-full__lightning:after {
    content: '';
    width: 22px;
    height: 20px;
    background: url("../images/arrow-footer-subscribe.svg") no-repeat right center;
    margin-left: auto;
    padding-left: 10px;
    flex-shrink: 0;
}

.figurant-full__title {
    text-align: center;
    padding: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 70px;
    color: #FFFFFF;
}

.figurant-full__lightning,
.figurant-full__title,
.archival-case-full__title,
.figurant-full__header-text-top,
.figurant-full__header-img,
.figurant-full__header-text-bottom,
.figurant-full__content_inner {
    margin: 0 auto;
}

.figurant-full__lightning,
.figurant-full__title,
.archival-case-full__title,
.figurant-full__header-text-top,
.figurant-full__header-img,
.figurant-full__header-text-bottom,
.figurant-full__content_inner {
    max-width: 960px;
}

.figurant-full__header-text-top p,
.figurant-full__header-text-bottom p {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
}

.figurant-full__header-img {
    margin-top: 50px;
    margin-bottom: 40px;
}

.figurant-full__header-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.figurant-full__header-caption {
    margin-top: 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
}

.figurant-full__content_before,
.figurant-full__content_after {
    padding-top: 120px;
    padding-bottom: 60px;
}

.figurant-full__content_before {
    background: #FFFFFF;
}

.figurant-full__content_after {
    background: #252D5A;
}

.figurant-full__content_before-title,
.figurant-full__content_after-title {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}

.figurant-full__content_after-title {
    color: #FFFFFF;
}

.figurant-full__content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.figurant-full__content_before-start,
.figurant-full__content_before-main {
    color: #000000;
}

.figurant-full__content_after-start,
.figurant-full__content_after-main {
    color: #FFFFFF;
    opacity: 0.7;
}

.figurant-full__content_before-main,
.figurant-full__content_after-main {
    display: none;
}

.figurant-full__content_before-toggle,
.figurant-full__content_after-toggle {
    margin-top: 40px;
    padding-right: 33px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: right;
    background: url("../images/plus-red-light.svg") no-repeat right center;
    cursor: pointer;
}

.figurant-full__content_before-toggle.--hide,
.figurant-full__content_after-toggle.--hide {
    background: url("../images/minus-red-light.svg") no-repeat right center;
}

.figurant-full__content_after-toggle {
    color: #FFFFFF;
    background: url("../images/plus-red-dark.svg") no-repeat right center;
}

.figurant-full__timeline {
    width: 100% !important;
    padding: 85px 80px 120px;
    background: #364075;
}

.figurant-full__timeline-full {
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.figurant-full__timeline-full-item {
    display: flex;
    background: #FFFFFF;
	min-height: 410px;
}

.figurant-full__timeline-full-image img {
    display: block;
}

.figurant-full__timeline-full-info {
    padding: 30px 40px;
}

.figurant-full__timeline-short-meta,
.figurant-full__timeline-full-meta {
    display: flex;
    font-size: 12px;
    line-height: 16px;
}

.figurant-full__timeline-short-type,
.figurant-full__timeline-full-type {
    display: flex;
    font-weight: 900;
    align-items: center;
}

.figurant-full__timeline-short-type:after,
.figurant-full__timeline-full-type:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 10px;
    background: #F1123B;
    border-radius: 50%;
}

.figurant-full__timeline-short-date {
    color: #FFFFFF;
}

.figurant-full__timeline-short-title,
.figurant-full__timeline-full-title {
    margin-top: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.figurant-full__timeline-full-desc {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.figurant-full__timeline .slick-arrow {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: url("../images/slider-arrow-active.svg") no-repeat center;
    color: transparent;
    font-size: 1px;
    border: none;
}

.figurant-full__timeline .slick-prev {
    transform: rotate(180deg);
    margin-right: 30px;
}

.figurant-full__timeline .slick-next {
    margin-left: 30px;
}

.figurant-full__timeline-short {
    max-width: 1380px;
    margin: 0 auto 65px;
}

.figurant-full__timeline-short .slick-track {
    display: flex;
    align-items: flex-end;
}

.figurant-full__timeline-short-item {
    position: relative;
    max-width: 525px;
    cursor: pointer;
}

.figurant-full__timeline-short-item:after {
    content: '';
    position: absolute;
    bottom: 41px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #252D5A;
    opacity: 0.6;
    z-index: 1;
}

.figurant-full__timeline-short-title {
    padding-right: 20px;
    color: #FFFFFF;
    opacity: 0.7;
}

.figurant-full__timeline-short-count-wrap {
    position: relative;
    width: 84px;
    height: 84px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.figurant-full__timeline-short-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    background: #252D5A;
    color: #FFFFFF;
    transition: 0.2s;
}

.slick-current .figurant-full__timeline-short-count {
    background: #F1123B;
    text-align: center;
}

.figurant-full__timeline-short-count-text {
    transform: rotate(-45deg);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.figurant-full__news {
    padding: 100px 0 120px;
    background: #252D5A;
}

.figurant-full__news .block__header {
    margin-top: 0;
}

.figurant-full__news .block__title {
    color: #FFFFFF;
}

.figurant-full__news .slider-nav-outer {
    margin-bottom: 0;
}

.figurant-full__news .slider-nav {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: url("../images/slider-arrow-active.svg") no-repeat center;
    color: transparent;
    font-size: 1px;
    border: none;
    top: calc(50% - 30px);
}

.figurant-full__news .slider-nav--prev {
    transform: rotate(180deg);
}

.figurant-full__actions {
    padding: 100px 0 120px;
    background: #364075;
}

.figurant-full__actions-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.figurant-full__actions .block__header {
    margin-top: 0;
}

.figurant-full__actions .block__title {
    color: #FFFFFF;
}

.figurant-full__actions-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -30px;
}

.figurant-full__actions-btn {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: 70px;
    margin: 0 5px 30px;
    padding: 0 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    background: rgba(255, 255, 255, 0) no-repeat 30px center;
    transition: 0.2s;
}

.figurant-full__actions-icon {
    margin-right: 20px;
}

.figurant-full__actions-icon svg {
    display: block;
}

.figurant-full__actions-btn:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.figurant-full__actions-sidebar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.figurant-full_share-popup {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 320px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 40px;
}

.figurant-full_share-popup .socials {
    display: flex;
}

.figurant-full_share-popup .socials .socials__item:last-child {
    margin-right: 0;
}

@media (max-width: 1120px) {
    .figurant-full__actions-sidebar {
        display: none;
    }
}

.figurant-full__actions-sidebar .figurant-full__actions-buttons {
    flex-direction: column;
    margin: 0;
}

.figurant-full__actions-sidebar .figurant-full__actions-btn {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0 20px 0 0;
    border: 1px solid #F2F2F4;
    color: #000;
    background: #FFFFFF;
    overflow: hidden;
    transition: 0.2s;
}

.figurant-full__actions-sidebar .figurant-full__actions-btn:hover {
    width: 320px;
}

.figurant-full__actions-sidebar .figurant-full__actions-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    border-right: 1px solid #F2F2F4;
}

.figurant-full__actions-sidebar .figurant-full__actions-text {
    flex-shrink: 0;
    width: 240px;
    padding-right: 20px;
}

.figurant-full__actions-sidebar .figurant-full__actions-btn svg * {
    fill: #364075;
}


.figurant-full__actions-sidebar .figurant-full__actions-btn svg g {
    opacity: 1;
}

.figurant-full__donat-popup {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 30px 50px;
}

.figurant-full__donat-popup .popup__close {
    top: 0;
    right: -40px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L17 17M17 1L1 17' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.figurant-full__donat-popup {
    padding: 0 !important;
    background: #ffffff;
    max-width: 845px;
}

.figurant-full__donat-popup .block,
.figurant-full__donat-popup .block__inner,
.figurant-full__donat-popup .home__columns {
    padding: 0;
    margin: 0;
}

.figurant-full__donat-popup .home-donate__info,
.figurant-full__donat-popup .home-donate__report {
    padding: 0 60px;
}

.figurant-full__donat-popup .home-donate__info {
    align-self: start;
    padding-top: 90px;
}

.figurant-full__donat-popup .block__title {
    font-size: 32px;
    line-height: 42px;
    color: #000;
}

.figurant-full__donat-popup .home-donate__form-corner path {
    fill: #F2F2F4;
}

.figurant-full__donat-popup .donate-form {
    max-width: 420px;
    background: #F2F2F4;
}

.figurant-full__donat-popup .block__subtitle--columns {
    display: flex;
    justify-content: space-between;
}

.figurant-full__donat-popup .donat-info__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #C2C2C2;
}

.figurant-full__donat-popup .donat-info__count {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.figurant-full__donat-popup .donat-info__progress-bar,
.figurant-full__donat-popup .donat-info__progress-runner {
    height: 10px;
    border-radius: 10px;
}

.figurant-full__donat-popup .donat-info__progress-bar {
    margin-top: 30px;
    background: #F2F2F4;
}

.figurant-full__donat-popup .donat-info__progress-runner {
    background: #C01D41;
}

@media (max-width: 1120px) {
    .figurant-full__title,
	.archival-case-full__title,
    .figurant-full__header-text-top,
    .figurant-full__header-text-bottom,
    .figurant-full__content_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .figurant-full__title,
	.archival-case-full__title{
        font-size: 50px;
        line-height: 60px;
    }

    .figurant-full__header-text-top p,
    .figurant-full__header-text-bottom p {
        font-size: 26px;
        line-height: 36px;
    }

    .figurant-full__timeline {
        display: none;
    }
}

@media (max-width: 750px) {
    .archival-case-full__title,
	.figurant-full__title {
        font-size: 30px;
        line-height: 40px;
    }

    .figurant-full__header-text-top p,
    .figurant-full__header-text-bottom p {
        font-size: 20px;
        line-height: 30px;
    }

    .figurant-full__header-img {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .figurant-full__content_before,
    .figurant-full__content_after {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .figurant-full__content_before-title,
    .figurant-full__content_after-title {
        font-size: 28px;
        line-height: 36px;
    }

    .figurant-full__bg.--header,
    .figurant-full__news,
    .figurant-full__actions {
        padding: 40px 0;
    }
}


/* Archive Figurant and Archival Affairs */
.archive-figurant__header {
    background: #364075;
    padding: 120px 0 100px;
}

.archive-figurant__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 60px;
    padding-left: 60px;
}

.archive-figurant__title-wrap {
    display: inline-flex;
}

.archive-figurant__title {
    margin: 0 0 25px;
    padding-bottom: 40px;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

.archive-figurant__title.--figurant {
    padding-right: 30px;
}

.archive-figurant__title.--case {
    padding-left: 90px;
}

.archive-figurant__title.--mute {
    color: rgba(255, 255, 255, 0.4);
	font-family: 'Montserrat';
}

.archive-figurant__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.archive-figurant__content {
    min-height: 300px;
    padding: 70px 0 30px;
    background: #252D5A;
}

.archive-figurant__list-empty {
    padding-top: 70px;
}

.archive-figurant__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -60px;
}

.figurant-short {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 60px;
    max-width: 480px;
    background: #252D5A;
}

.figurant-short__thumb {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.figurant-short__thumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

@media (max-width: 425px) {
  .figurant-short__thumb::after {
    border-width: 30px;
  }
}

.figurant-short__thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.3s;
}

.figurant-short:hover img {
    transform: scale(1.2);
}

.figurant-short__group {
    align-self: center;
    padding: 30px 30px 60px;
    background: #ffffff;
    width: 100%;
}

.figurant-short__title {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.figurant-short__info {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
}

.figurant-short__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.figurant-short__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}

.archive-figurant__more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    margin: 60px auto 0;
    padding: 10px 0;
    border: 2px solid rgba(255, 255, 255, 0.19);
    outline: 1px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #ffffff;
    transition: 0.2s;
}

.archive-figurant__more:hover {
    outline: 1px solid rgba(255, 255, 255, 0.19);
}

.archive-figurant__more:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 25px;
    background: url("../images/plus-white.svg") no-repeat center;
}

@media (max-width: 1120px) {
    .archive-figurant__title {
        padding-bottom: 20px;
        font-size: 30px;
        line-height: 38px;
    }

    .archive-figurant__title.--case {
        padding-left: 40px;
    }

    .archive-figurant__list {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .archive-figurant__header {
        padding: 40px 0;
    }

    .archive-figurant__container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .figurant-short__group {
        padding: 20px 20px 40px;
    }

    .figurant-short__title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 600px) {
    .archive-figurant__title-wrap {
        justify-content: center;
    }

    .archive-figurant__title {
        font-size: 20px;
        line-height: 28px;
    }

    .archive-figurant__title.--figurant {
        padding-right: 20px;
    }

    .archive-figurant__title.--case {
        padding-left: 20px;
    }
}

/* Case Archive */
.archive-figurant__page.--archival-case .archive-figurant__content {
    background: #F2F2F4;
}

.archive-figurant__page.--archival-case .figurant-short__thumb::after {
    border-bottom-color: #252D5A;
}

.archive-figurant__page.--archival-case .archive-figurant__more {
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.16);
}

.archive-figurant__page.--archival-case .archive-figurant__more:after {
    background: url("../images/plus-black.svg") no-repeat center;
}

.archival-case-short {
    background-color: #252D5A;
}

.archival-case-short .figurant-short__group {
    background: #252D5A;
}

.archival-case-short .figurant-short__label{
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
}

.archival-case-short .figurant-short__label,
.archival-case-short .figurant-short__title,
.archival-case-short .figurant-short__desc {
    color: #FFFFFF;
}

/* Case Single */
.archival-case-full__page .figurant-full__bg {
    background: #F2F2F4;
}

.archival-case-full__page .figurant-full__title,
.archival-case-full__title,
.archival-case-full__page .figurant-full__header-text-top p,
.archival-case-full__page .figurant-full__header-text-bottom p {
    color: #000000;
    opacity: 1;
}

.archival-case-full__page .figurant-full__header-caption {
    color: #000000;
    opacity: 0.6;
}

.archival-case-full__page .figurant-full__timeline {
    background: #F2F2F4;
}

.archival-case-full__page .figurant-full__timeline-short-title,
.archival-case-full__page .figurant-full__timeline-short-date {
    color: #000000;
    opacity: 1;
}

.archival-case-full__page .figurant-full__timeline-short-count {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.archival-case-full__page .slick-current .figurant-full__timeline-short-count {
    background: #C01D41;
}

.archival-case-full__page .figurant-full__timeline-short-count-text {
    color: #C01D41;
}

.archival-case-full__page .slick-current .figurant-full__timeline-short-count-text {
    color: #FFFFFF;
}

.archival-case-full__page .figurant-full__news {
    background: #FFFFFF;
}

.archival-case-full__page .figurant-full__news .block__title {
    color: #000000;
}

.archival-case-full__label {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-align: center;
}

.archival-case-full__support.donate-block .block__title {
    color: #000000;
}

.archival-case-full__support.donate-block .block__subtitle {
    font-style: normal;
    font-weight: 400;
    color: #000000;
}

/* Page "Suppurt Us" */
.page__support-content {
    background: #364075;
}

.page__support-content .block--muted {
    padding: 100px 0 120px;
    background-color: transparent;
}

/* Old Donat Form (Main) */
.donate-block .block__title {
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 70px;
    color: #FFFFFF;
}

@media (max-width: 480px) {
  .donate-block .block__title {
    font-size: 40px;
    line-height: 110%;
  }
}

.donate-block .block__subtitle--main {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.donate-block .block__subtitle--sub {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}

@media (max-width: 1100px) {
    .home-donate .home__columns,
    .donate-block .home__columns {
        grid-template-columns: none !important;
    }

    .home-donate .home-donate__form-corner,
    .donate-block .home-donate__form-corner {
        display: none;
    }
}

.home-donate .home-donate__report wpm-button {
    visibility: hidden;
}

.donate-block--dark .block__title,
.donate-block--dark .block__subtitle,
.donate-block--dark .block__subtitle a {
    color: #FFFFFF;
}

.donate-block--dark .home__columns hr {
    max-width: 120px;
    margin: 0;
    background: #FFFFFF;
    opacity: 0.08;
}

/* Home (Front Page) */
.home__page .home-donate {
    background: #364075;
}

.home__page .home-donate .block__title,
.home__page .home-donate .block__subtitle,
.home__page .home-donate .block__subtitle a {
    font-style: normal;
    color: #FFFFFF;
}

.home__page .home-donate .block__title {
    font-weight: 800;
    font-size: 58px;
    line-height: 70px;
}

@media (max-width: 450px) {
  .home__page .home-donate .block__title {
    font-size: 40px;
    line-height: 110%;
  }
}

.home__page .home-donate hr {
    max-width: 120px;
    margin: 0;
    background: #FFFFFF;
    opacity: 0.08;
}

.mc-subscribe-new {
    background: #252D5A;
}

.mc-subscribe-new .mc-subscribe__title,
.mc-subscribe-new .mc-subscribe__subtitle,
.mc-subscribe-new .mc-result {
    color: #FFFFFF;
}

.mc-subscribe-new #subscribe-email {
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.mc-subscribe-new .wpm-input input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.mc-subscribe-new .wpm-input input::-moz-placeholder {
    color: #FFFFFF;
}

.mc-subscribe-new .wpm-input input:-ms-input-placeholder {
    color: #FFFFFF;
}

.mc-subscribe-new .wpm-input input:-moz-placeholder {
    color: #FFFFFF;
}

.mc-subscribe-new .mc-subscribe-form__submit.button[primary][solid] {
    background: #C01D41;
}

.mc-subscribe-new .mc-result {
    grid-column: 1/3;
}

.home-main-slider {
    background: #364075;
}

.home-main-slider__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.home-main-slider__statusbar span.active {
    width: 100%;
}

.home-main-slider .slick-track {
    display: flex;
}

.home-main-slider .slick-arrow {
    position: absolute;
    top: 440px;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: url("../images/slider-arrow-active.svg") no-repeat center;
    color: transparent;
    font-size: 1px;
    border: none;
}

.home-main-slider .slick-prev {
    transform: rotate(180deg);
    left: -80px;
}

.home-main-slider .slick-next {
    right: -80px;
}

.home-main-slider__items,
.home-main-slider__statusbar {
    max-width: 100vw;
    margin: 0 auto;
}

.home-main-slider__item {
    display: none;
    background: #FFFFFF;
    height: auto;
}

.home-main-slider__item:first-child {
    display: block;
}

.home-main-slider__item__thumb {
    position: relative;
}

.home-main-slider__item__thumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-left-width: 0;
    border-bottom-color: #ffffff;
}

.home-main-slider__item__thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

.home-main-slider__item-content {
    padding: 60px 60px 50px;
    box-sizing: border-box
}

.home-main-slider__item__meta {
    display: flex;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #151421;
    align-items: center;
}

.home-main-slider__item__type {
    font-weight: 900;
}

.home-main-slider__item__date {
    display: flex;
    align-items: center;
}

.home-main-slider__item__date:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 10px;
    background: #F1123B;
    border-radius: 50%;
}

.home-main-slider__item__title {
    margin-top: 15px;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}

.home-main-slider__item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}

.home-main-slider__statusbar {
    height: 4px;
}

.home-main-slider__statusbar span {
    display: block;
    width: 0;
    height: 100%;
    background-color: #C01D41;
    transition: all 0s linear;
}

.home-main-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-main-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
    font-size: 1px;
    color: transparent;
    background: #252D5A;
    border-radius: 50%;
    transition: 0.2s;
}

.home-main-slider .slick-dots li:hover button {
    background: #ef2e59;
}

.home-main-slider .slick-dots .slick-active button {
    background: #C01D41;
}

@media (max-width: 1410px) {
    .home-main-slider__inner {
        max-width: 950px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .home-main-slider__item__title {
        font-size: 38px;
        line-height: 46px;
    }
}

@media (max-width: 800px) {
    .home-main-slider__item-content {
        padding: 40px;
    }

    .home-main-slider__item__title {
        font-size: 28px;
        line-height: 36px;
    }
}

.home-secret-materials {
    background: #364075;
    padding-top: 100px;
    padding-bottom: 120px;
}

.home-secret-materials__title,
.home-secret-materials__desc {
    font-style: normal;
    text-align: center;
    color: #FFFFFF;
}

.home-secret-materials__title {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
}

.home-secret-materials__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.home-secret-materials__items {
    margin: 60px 0;
}

.home-secret-materials__items .archival-case-short {
    margin: 0 30px;
    max-width: 450px;
}

.home-secret-materials__items .figurant-short__group {
    background: #FFFFFF;
}

.home-secret-materials__items .figurant-short__title,
.home-secret-materials__items .figurant-short__desc {
    color: #000;
}

.home-secret-materials__link-archive {
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 228px;
    height: 56px;
    margin: 0 auto;
    transition: 0.2s;
}

.home-secret-materials__link-archive:hover {
    background: #C01D41;
}

@media (max-width: 900px) {
    .home-secret-materials {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .home-secret-materials__title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 600px) {
    .home-secret-materials {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .home-secret-materials__title {
        font-size: 30px;
        line-height: 40px;
    }

    .home-secret-materials__items {
        margin: 40px 0;
    }
}

.home-criminal-cases,
.home-what-do {
    padding-bottom: 110px;
}

.home-criminal-cases {
    background: #252D5A;
}

.home-criminal-cases .block__title,
.home-criminal-cases .block__subtitle {
    color: #FFFFFF;
}

.home-criminal-cases .block__inner {
    max-width: 100%;
}

.home-criminal-cases__items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-what-do__items {
    margin-bottom: 115px;
}

.home-what-do__items .tile {
    background: #252D5A;
}

.home-what-do__items .tile:first-child .tile__description {
    display: block;
}

.memo-short__tag {
  color: #fff;
  margin-bottom: 10px;
}

.archive-figurant__title-wrap {
  position: relative;
}

.archive-figurant__title-wrap .underline {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 4px;
  background-color: #E6E6ED;
}

.underline__item {
  position: absolute;
  display: inline-block;
  width: var(--width);
  height: 100%;
  background-color: red;
  transition: 0.3s;
}

.post-type-archive .site-content {
  margin-top: 0;
  margin-bottom: auto;
}

.home-donate .block__inner {
  height: auto;
}
.memo-short__tag {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
}
.archival-case-full__support.donate-block svg path,
.archival-case-full__support.donate-block svg rect {
  fill: var(--brand-secondary) !important;
}
.archival-case-full__support.donate-block .home-donate__crypto {
  border-color: var(--brand-secondary);
  color: var(--brand-secondary);
}
.home-donate .home-donate__crypto {
  margin-left: 0;
}
.figurant-full__header-text-top a,
.figurant-full__header-text-bottom a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease;
}

.memo-full__header-text-top a,
.memo-full__header-text-bottom a {
  text-decoration: none;
  opacity: 1;
  transition: color 0.3s ease;
}


.figurant-full__header-text-top a:hover,
.figurant-full__header-text-bottom a:hover,
.figurant-full__header-text-top a:hover,
.figurant-full__header-text-bottom a:hover,
.memo-full__header-text-top a:hover,
.memo-full__header-text-bottom a:hover {
  color: #C01D41;
}

.home-secret-materials__items .slick-track {
  display: flex !important;
}

.home-secret-materials__items .slick-track .slick-slide {
  height: auto;
}

.home-secret-materials__items .slick-track .figurant-short__group {
  height: 100%;
}

.home-secret-materials__statusbar span.active {
  width: 100%;
}

.home-secret-materials__statusbar {
  max-width: 100vw;
  margin: 0 auto;
}

.home-secret-materials__statusbar {
  height: 4px;
}

.home-secret-materials__statusbar span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #C01D41;
  transition: all 0s linear;
}

.home-secret-materials__slider-tools .slick-arrow {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: url("../images/slider-arrow-active.svg") no-repeat center;
  color: transparent;
  font-size: 1px;
  border: none;
}

.home-secret-materials__slider-tools .slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: -80px;
}

.home-secret-materials__slider-tools .slick-next {
  right: -80px;
}

.home-secret-materials__slider-tools {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}

@media (max-width: 920px) {
  .home-secret-materials__slider-tools {
    max-width: 480px;
  }
}

@media (max-width: 675px) {
  .home-secret-materials__slider-tools {
    max-width: 40%;
  }
}

.nav-block__title--subscribe {
  font-size: 0.9em;
}

.figurant-full__timeline-short::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 10%;
  height: 110%;
  background: linear-gradient(90deg, rgba(54,64,117,1) 0%, rgba(54,64,117,0.8715861344537815) 49%, rgba(54,64,117,0) 100%);
  top: 0;
  bottom: 0;
  left: 0;
}

.figurant-full__timeline-short::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 6%;
  height: 110%;
  background: linear-gradient(270deg, rgba(54,64,117,1) 0%, rgba(54,64,117,0.8715861344537815) 49%, rgba(54,64,117,0) 100%);
  top: 0;
  bottom: 0;
  right: 0;
}

.figurant-full__actions-icon img {
  display: block;
  width: 18px;
  height: 18px;
}

.figurant-full__timeline-short--archive::before {
  width: 10%;
  background: linear-gradient(90deg, rgba(242,242,244,1) 0%, rgba(242,242,244,0) 100%);
}

.figurant-full__timeline-short--archive::after {
  width: 10%;
  background: linear-gradient(270deg, rgba(242,242,244,1) 0%, rgba(242,242,244,0) 100%);
}

@media (min-width: 1024px){
  .defend .tiles, .narrative .tiles {
    margin: 0 auto;
    margin-bottom: 115px;
    max-width: calc(30em + var(--gutter)*2);
  }
}

@media (min-width: 641px) {
  .home__columns .block__inner {
    max-width: 100%;
  }
}

@media (max-width: 1100px) {
  .h1, h1 {
      font-size: 2.2em;
  }
}

@media (max-width: 860px) {
  .home-what-do .block__title {
    font-size: 1.8em;
  }
}

.figurant-short__date {
  font: var(--font-size-smaller) Inter, Helvetica, Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 1.25em;
}

.figurant-full__timeline-short .figurant-full__timeline-short-item-wrap:last-child .figurant-full__timeline-short-item::after {
  display: none;
}
.home-criminal-cases .block__title, .home-what-do .block__title {
  transition: color 0.3s ease-in-out;
}
.home-criminal-cases .block__title:hover {
  color: #000;
}

.home-what-do .block__title:hover {
  color: #252D5A;
}

.home-what-do .tile .tile__text {
  width: 100%;
}
.about__buttons {
    margin: 0 auto;
    max-width: 80%;
    display: grid;
	grid-auto-columns: 1fr;
    grid-auto-flow: column;
    column-gap: 20px;
}
.about__anchor {
    padding: 20px 0;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #C01D41;
    color: #fff;
}
.about__anchor:hover {
    background-color: #C63454;
}
.about__members-title {
    margin: 0;
    font-weight: 800;
    font-size: 48px;
    color: #FFFFFF;
}
.about__desc {
    margin-bottom: 38px;
}
.about__member {
    margin-top: 0;
    margin-bottom: 70px;
}

.map {
    position: relative;
    padding-top: 28px;
    padding-bottom: 85px;
    background-color: #252D5A;
    overflow: hidden;
}

.map__logo {
    display: inline-block;
    margin-left: 90px;
}

.map__svg path {
    fill: #ccc;
}

.map__svg svg g > path {
    cursor: pointer;
    fill: #ccc;
}
/* 
.map__svg svg g > path:hover {
    fill: red;
} */

.map__header {
    display: flex;
    flex-wrap: wrap;
}

.map__header-suptitle {
    flex: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fff;
}

.map__header-count {
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 48px;
    color: #FFFFFF;
    margin-right: 12px;
}

.map__buttons {
    padding-bottom: 8px;
    display: flex;
    align-items: flex-end;
}

.map__filter-button {
    cursor: pointer;
    padding: 6px 14px;
    background: transparent;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.map__filter-button:not(:last-child) {
    margin-right: 20px;
}

.map-figurants {
    padding: 60px 0 34px;
}

.map-figurants__descr {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 2.5em;
}

.map-figurants__region-name {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 48px;
    color: #000000;
    margin-bottom: 28px;
}

.figurant-card {
    display: grid;
    grid-template-columns: 100px auto;
    column-gap: 20px;
}

.figurant-card__image {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.figurant-card__empty-block {
    width: 100px;
    height: 100px;
}

.figurant-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.figurant-card__title {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-right: 16px;
}

.figurant-card__label {
    padding: 0px 8px;
    background: #C01D41;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
}

.figurant-card__descr {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.figurant-card__footer {
    display: flex;
    align-items: center;
}

.figurant-card__defender-label {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #4D4D4D;
    padding-right: 10px;
    margin-right: 10px;
}

.figurant-card__defender-label::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #F1123B;
    border-radius: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.figurant-card__defender-list p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #4D4D4D;
}

.figurant-card__defender-list p a {
    text-decoration: underline;
    color: #4D4D4D;
}

.figurant-card__defender-list p a:hover {
    color: #000;
}

.map-figurants__region {
    margin-bottom: 30px;
}

.map-figurants__region .figurant-card:not(:last-child) {
    margin-bottom: 30px;
}

.map__svg svg .region--active > path {
    fill: #C01D41;
}

.map__svg svg mask {
    fill: none;
}

.map__svg svg > path {
    fill: #fff;
}

.map__filter-button:hover {
    border-color: #C01D41;
    background-color: #C01D41;
}

.map__filter-button--active {
    border-color: #C01D41;
    background-color: #C01D41;
}

.map__svg svg {
    width: 100%;
    height: auto;
}

.map-figurants .container {
    padding: 0 15px;
}

@media (max-width: 768px) {
    .map {
        display: none;
    }

    .map-figurants__descr {
        font-size: 20px;
    }

    .map-figurants__region-name {
        font-size: 40px;
    }
}

@media (max-width: 568px) {
    .figurant-card {
        display: block;
    }

    .figurant-card__header {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .figurant-card__image {
        margin-bottom: 20px;
    }

    .figurant-card__label {
        margin-bottom: 8px;
    }

    .map-figurants__region-name {
        font-size: 24px;
    }

    .figurant-card__empty-block {
        display: none;
    }
}

.map__info {
    left: 50%;
    bottom: 55px;
    width: 100%;
    max-width: 1085px;
    position: absolute;
    padding: 25px 30px 15px;
    display: flex;
    background-color: #364075;
    transform: translateX(-50%) translateY(200%);
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}

.map__info--active {
    opacity: 1;
    transform: translateX(-50%);
}

.map__info-numbers {
    display: flex;
}

.map__info-title {
    padding: 0 15px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.map__info-slogan {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    max-width: 120px;
    margin-left: 22px;
}

.map__info-numbers-item {
    text-align: center;
    max-width: 120px;
}

.map__info-numbers-item:not(:last-child) {
    margin-right: 35px; 
}

.map__info-number {
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
}

.map__info-number-title {
    font-size: 15px;
    color: #FFFFFF;
    opacity: 0.8;
}

.black-form {
    font-size: 1.25rem;
    padding: 0 15px;
}

.black-form p {
    margin: 0;
    margin-bottom: 25px;
}

.black-form > p:last-of-type {
    text-align: center;
}

.black-form .black-form__file {
    margin-bottom: 35px;
}

.black-form .black-form__file input {
    width: 100%;
    background: transparent;
    padding: 15px 30px;
    color: #000;
    border: 2px solid var(--gray-lighter);
}

.black-form textarea {
    resize: none;
    width: 100%;
    height: 200px;
}

.black-form__checkboxes .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 25px;
    gap: 10px;
}

@media (max-width: 768px) {
    .black-form__checkboxes .wpcf7-form-control {
        display: flex;
        flex-direction: column;
    }
}

.black-form__checkboxes .wpcf7-list-item {
    margin-left: 0;
} 

.black-form input[type=submit] {
    --btn-border-width: 2px;
    user-select: none;
    overflow: hidden;
    vertical-align: middle;
    will-change: transform;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    border: 0;
    border-radius: 0;
    outline: 0;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    background: #C01D41;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    padding: 1em 3em;
}

.black-form__file {
	position: relative;
	display: inline-block;
}
.black-form__file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	text-align: center;
	background-color: transparent;
	line-height: 22px;
	padding: 10px 20px;
    padding-bottom: 12px;
	box-sizing: border-box;
    border: 1px solid #000;
	margin: 0;
	transition: background-color 0.2s;
}
.black-form__file-text {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block;
}
.black-form__file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.black-form__file input[type=file]:focus + .black-form__file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.black-form__file:hover .black-form__file-btn {
	background-color: #C01D41;
    color: #fff;
    border-color: transparent;
}
.black-form__file:active .black-form__file-btn {
	background-color: #C01D41;
    color: #fff;
    border-color: transparent;
}
 
/* Disabled */
.black-form__file input[type=file]:disabled + .black-form__file-btn {
	background-color: #eee;
}
/* Figurants */
.figurant-short__category, .tile__category {
    max-width: max-content;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tile__header > .tile__category {
	margin-bottom: 0;
}

.memo-short__date {
    color: #fff;
    display: block;
    margin-bottom: 0;
	margin-top: 20px;
}

.tile__tags {
    display: flex;
    flex-wrap: wrap;
}

.tile__image-outer img {
    height: 100%;
}

/* Выравнивание блоков с картинками */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/* Таблицы */
th, td {
  padding: 10px;
}

td {
  vertical-align: top;
}

li {
	padding-bottom: 10px;
}

/* Цитаты/врезки */
blockquote {
	font-size: 18px;
}

/* Подчеркивание тултипа */
span[data-toggle="popover"] {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: darkgoldenrod;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

/* Цвет ссылки в блоке "После" фигуранта */
.figurant-full__content_after a,
:not(#stk) .stk-post[data-reset-type=class] .figurant-full__content_after a.stk-reset {
    color: var(--brand-primary);
}

/* Стиль формы доната Paymattic */

.home-donate .wpf_form_wrapper {
    background-color: white;
    padding: calc(var(--gutter)* 2 / 3);
	font-family: Inter, Helvetica, Arial, "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.wpf_input_content.wpf_donation_controls_radio {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    display: grid;
}

.wpf_donation_controls_radio label.form-check-label {
    background-color: rgba(42,28,137,.1);
    outline: 0;
    border-radius: 0;
}

span.wpf_price_option_name {
    opacity: 1;
	font-weight: 600;
}

.wpf_input_content.wpf_donation_controls_radio input:checked + label.form-check-label 
{
    background-color: #252D5A;
    color: white;
}

.wpf_input_content.wpf_donation_controls_custom {
    width: 50%;
    padding-right: 11px;
    border-radius: 0;
}

.wpf_donation_fields_wrapper input,
.wpf_input-group-text.wpf_input-group-text-prepend,
.wpf_default_form_styles .wpf_form_group .wpf_input_content>input {
    border-radius: 0 !important;
    height: 40px;
    border: 1px solid #ced4da;
}

.wpf_input-group-text.wpf_input-group-text-prepend {
    background-color: rgba(42, 28, 137, .1) !important;
}

.wpf_form_wrapper form.wpf_form .wpf_submit_button.wpf_full_block_btn {
    background-color: #C01D41;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 3em;
	font-family: 'Montserrat', Helvetica, Arial, 'Helvetica Neue', sans-serif;
    letter-spacing: 0.6px;
}

.wpf_form_wrapper form.wpf_form .wpf_submit_button.wpf_full_block_btn:hover {
    opacity: .8;
    background-image: none;
}

.wpf_input_content.wpf_donation_recurring_infos {
    display: none !important;
}

.wpf_donation_controls_radio .wpf_donation_item_custom + label {
    padding-left: 0;
    padding-right: 0;
}

.wpf_donation_recurring_controller label.form-check-label {
    visibility: hidden;
    position: absolute;
    font-style: normal !important;
}

.wpf_donation_item_custom + label>span.wpf_price_option_name {
    visibility: hidden;
    position: relative;
    font-style: normal !important;
	display: block;
}

.wpf_donation_recurring_controller label.form-check-label:after {
    visibility: visible;
    position: absolute;
	top: 4px;
    left: 8px;
    content: "Ежемесячно";
}

.wpf_donation_item_custom + label>span.wpf_price_option_name:after {
    visibility: visible;
    position: absolute;
    left: 0;
    content: "Другая сумма";
	width: 100%;
}

input.wpf_donation_recurring {
    height: 25px;
    width: 25px;
    background-color: #eee;
    vertical-align: sub;
}
/*
.wpf_form_notices {
    display: none !important;
}
*/
.wpf_input_content input.wpf_form_control {
    border-width: 2px !important;
}

.wpf_form_group.wpf_form_recaptcha {
    margin: 0 !important;
    display: none !important;
}

.wpf_input_label {
    margin-bottom: 14px;
}

.wpf_form_wrapper form.wpf_label_top .wpf_form_group.wpf_item_email {
    margin-bottom: 0;
}

.wpf_item_text span.wpf_required_sign.wpf_required_sign_left {
    display: none;
}

.home-donate details {
    line-break: anywhere;
}

.home-donate summary {
    font-size: var(--font-size-medium);
}

.donation-wrapper .wpf_donation_fields_wrapper {
    padding-bottom: 0;
}

.wpf_form_wrapper form.wpf_label_top .wpf_form_group.wpf_item_donation_item {
    margin-bottom: 5px;
}

label[for*="stripe_card_element"] {
    margin-bottom: 5px;
}

span.donate-accent {
    font-size: var(--font-size-largest);
    font-weight: 600;
}

form.wpf_default_form_styles .wpf_form_group .form-check.wpf_t_c_checks {
    display: block;
}
/* end Стиль формы доната Paymattic */

/* Переназначаем все шрифты Сетки */
[class*="stk"] {
    font-family: Inter, Helvetica, Arial, "Helvetica Neue", sans-serif !important;
}