a[href="#"] {
    filter: blur(2px);
    pointer-events: none;
}

.user_not_access_to_articles {

}

.swipe_unit {
    display: none !important;
}

.swipe_unit.swipe_is_active {
    display: flex !important;
}

.logo {
    user-select: none;
}

#cookie_rules__main {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;

    transition: 0.3s ease-in-out opacity;
    opacity: 0.6;
}

#cookie_rules__main:hover {
    opacity: 1;
}

#cookie_rules__main.not_accepted {
    display: none;
    pointer-events: none;
}

img[src] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-drag: none;
    -webkit-user-drag: none;
}

.logo_from_dream {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    justify-content: center;
}

header.header .nav-mobile-box__logos {
    width: 100%;
}

.block_for_error_messages {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130%;
    font-weight: bold;
    color: #f44336;
    min-height: 32px;
}


/** index : news : slider - START  */
#index_news__swiper__container {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.swiper-slider__unit__container {
    display: grid;
    height: 100%;
    align-items: center;

}

.swiper-slider__unit__container > * {
    display: flex;
    height: 100%;
    align-items: center;

    max-height: 385px;
    overflow: hidden;
}

.swiper-slider__unit__more_news {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: inset 1px 0 5px 7px #0000001a;
}

.swiper-slider__unit__more_news .link__arrow {
    font-size: 3rem;
    line-height: 45px;
    margin-left: 8px;
}

.swiper-slider__unit__more_news .link__arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 41px;
    height: 35px;
    background-size: contain;
    margin-left: 8px;
    right: 12px;
}

@media (min-width: 778px) {
    .swiper-slider__unit__container {
        grid-template-columns: 1.2fr 0.8fr;

    }

    .swiper-slider__unit__more_news .link__arrow::after {
        right: unset;

    }

    .image_preview__container {
        border-top: 5px black solid;
        border-right: 5px black solid;
    }

    .text_content__container {
        border-bottom: 5px black solid;
    }
}

@media (max-width: 778px) {
    .swiper-slider__unit__container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;

    }

    div#index_news__swiper__container .swiper-slider__unit:nth-child(odd) {
        border-top: 5px black solid;
        border-left: 5px black solid;
    }

    div#index_news__swiper__container .swiper-slider__unit:nth-child(even) {
        border-left: 5px black solid;
        border-bottom: 5px black solid;
    }
}

body .swiper-index-news {
    padding-bottom: 50px;
}

body .swiper-index-news .swiper-button-next,
body .swiper-index-news .swiper-button-prev {
    background: unset;
    --coin_img_path: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzUnIGhlaWdodD0nNDAnIHZpZXdCb3g9JzAgMCAzNSA0MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTAgMEwzNSAxOS45OTkyTDEuNzQ4NDZlLTA2IDQwTDAgMFonIGZpbGw9JyMzMTMxMzEnLz48L3N2Zz4K);
    -webkit-mask: var(--coin_img_path) no-repeat 100% 100%;
    mask: var(--coin_img_path) no-repeat 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #ffc002;
    display: inline-block;
    will-change: background-color;
    height: 38px;
    width: 42px;
}

body .swiper-index-news .swiper-button-prev {
    transform: rotate(
            180deg
    );
    background-color: black;

}

body .swiper-index-news .box-arrow {
    position: absolute;
    bottom: 5px;
    right: 21px;
    width: 100px;
    height: 43px;
    left: unset;
}

body .top_slider .swiper-button-next,
body .top_slider .swiper-button-prev {
    background: unset;
    --coin_img_path: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzUnIGhlaWdodD0nNDAnIHZpZXdCb3g9JzAgMCAzNSA0MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTAgMEwzNSAxOS45OTkyTDEuNzQ4NDZlLTA2IDQwTDAgMFonIGZpbGw9JyMzMTMxMzEnLz48L3N2Zz4K);
    -webkit-mask: var(--coin_img_path) no-repeat 100% 100%;
    mask: var(--coin_img_path) no-repeat 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #ffc002;
    display: inline-block;
    will-change: background-color;
    height: 38px;
    width: 42px;
}

body .top_slider .swiper-button-prev {
    transform: rotate(180deg);
    background-color: black;
}

body .top_slider .box-arrow {
    position: absolute;
    bottom: 5px;
    right: 21px;
    width: 112px;
    height: 43px;
    left: unset;
}

body .top_slider .box-arrow .swiper-button-prev:after,
body .top_slider .box-arrow .swiper-button-next:after {
    content: none;
    display: none;
}

/** index : news : slider - END  */

/** news : list - START */
.news_unit__main {
    display: grid;
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .news_unit__main {
        grid-template-columns: 1.2fr 0.8fr;
        grid-template-areas: "image content";
    }

    .news_unit__main:nth-child(odd) {
        grid-template-columns: 0.8fr 1.2fr;
        grid-template-areas: "content image";
    }

    .news_unit__main .news_unit__content {
        padding: 0 25px;
    }

    .news_unit__main:nth-child(even) .news_unit__content {
        border-bottom: 5px black solid;
    }

    .news_unit__main:nth-child(even) .news_unit__image_container {
        border-top: 5px black solid;
        border-right: 5px black solid;
    }

    .news_unit__main:nth-child(odd) .news_unit__content {
        border-top: 5px black solid;
    }

    .news_unit__main:nth-child(odd) .news_unit__image_container {
        border-bottom: 5px black solid;
        border-left: 5px black solid;
    }
}

@media (max-width: 768px) {
    .news_unit__main {
        grid-template-columns: 1fr;
        grid-template-areas: "image" "content";
    }

    .news_unit__main .news_unit__image_container {
        border-bottom: 5px black solid;
        border-right: 5px black solid;
    }

    .news_unit__main .news_unit__content {
        border-left: 5px black solid;
        padding: 15px;
    }
}

.news_unit__main > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news_unit__main .news_unit__image_container img {
    width: 100%;
}

.news_unit__main .news_unit__content {
    grid-area: content;
}

.news_unit__main .news_unit__image_container {
    grid-area: image;
}

.news_unit__main .link_to_read {
    font: normal 400 20px/24px 'circe-regular';

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

.news_unit__main .link_to_read span {
    border-bottom: 2px transparent solid;
}

.news_unit__main .link_to_read::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7071 8.70711C25.0976 8.31658 25.0976 7.68342 24.7071 7.29289L18.3431 0.928932C17.9526 0.538408 17.3195 0.538408 16.9289 0.928932C16.5384 1.31946 16.5384 1.95262 16.9289 2.34315L22.5858 8L16.9289 13.6569C16.5384 14.0474 16.5384 14.6805 16.9289 15.0711C17.3195 15.4616 17.9526 15.4616 18.3431 15.0711L24.7071 8.70711ZM0 9L24 9V7L0 7V9Z' fill='%23313131'/%3E%3C/svg%3E%0A") no-repeat 0 center;
    margin-left: 15px;
}

.news_unit__main .link_to_read:hover {
    color: #000;

}

.news_unit__main .link_to_read:hover span {
    border-bottom: 2px black solid;
}

.news_unit__main .short_text {
    color: rgba(0, 0, 0, 0.48);
    font: normal 400 16px/24px "circe-regular", sans-serif;
    margin: 10px 0 20px 0;
}

/** news : list - END */

.user_doing_btn {
    color: white;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 15px;
    border-left: 1px white solid;
    border-radius: 0;
    border-right: 1px white solid;
}

.news-detail .link_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.news-detail .link_container .link_to_download_file {
    font-size: 18pt;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 11px;
}

.news-detail .link_container .link_to_download_file:before {
    content: " ";
    background: unset;
    --coin_img_path: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzUnIGhlaWdodD0nNDAnIHZpZXdCb3g9JzAgMCAzNSA0MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTAgMEwzNSAxOS45OTkyTDEuNzQ4NDZlLTA2IDQwTDAgMFonIGZpbGw9JyMzMTMxMzEnLz48L3N2Zz4K);
    -webkit-mask: var(--coin_img_path) no-repeat 100% 100%;
    mask: var(--coin_img_path) no-repeat 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #ffc002;
    display: inline-block;
    will-change: background-color;
    font-size: 18pt;
    width: 31px;
    height: 50px;
    transform: rotate(
            90deg
    );
    /*position: relative;*/
    /*top: 16px;*/
    /*left: 2px;*/
}

.articles_details__content_body {
    border: 1px black solid;
    border-top: none;
    border-bottom: none;
    padding: 0 15px;
}

@font-face {
    font-family: "circe-regular";
    src: url("/cdn/fonts/circe-regular.ttf") format("ttf");
}

.static_content__text {
    font-size: 1.45rem;
    flex-direction: column;
}

.static_content__small_length__text p {
    margin: 0
}

.static_content__text ul {
    width: 100%;
}

#regional_map_interests {
    background: url(/cdn/images/some/regional/map__main.jpg?v=2);
    display: flex;
    width: 100%;
    height: 580px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 80px;
}


.submenu__link.submenu:hover .container {
    display: grid;
}

.submenu__link.submenu a.capture {
    height: 100%;
    cursor: pointer;
    color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submenu > .container {
    position: absolute;
    top: 50px;
    color: white;
    background: #333333;
    /* display: none; */
    z-index: 10;
    width: max-content; /* gap: 8px; */
    display: none;
    padding: 0;
}

.submenu > .container .unit {
    border-top: 1px #272727 solid;
    border-bottom: 1px #454545 solid;
    padding: 5px 11px;
    color: white;
    cursor: pointer;
    max-width: 250px;
}

.submenu > .container .unit:hover {
    background: #454545;
}

form .capcha {
    display:flex;
    justify-content: center;
    height: 105px;
}

.footer_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
}
.footer_links a {
    color: white;
}
.footer_links a:hover {
    text-decoration: underline;
}


/*pass show*/
[data-pass_help] {
    position: relative;
}

[data-pass_help] .pass-help {
    width: 39px;
    height: 100%;
    display: flex;
    position: absolute;
    right: 9px;
    top: 0;
    box-sizing: border-box;
    align-content: center;
    justify-content: center;
    align-items: center;
}

[data-pass_help] .pass-help button {
    border: none;
    outline: none;
    background-color: transparent;
}
[data-pass_help="true"] .pass-help button {
    opacity: 0.3;
}
[data-pass_help] .pass-help button img {
    height: 100%;
    width: 100%;
    pointer-events: none;
}