.mob-menu{
    position: fixed;
     bottom: 0;
     background: #fff;
     width: 100%;
     right: -100%;
    transition: right ease 0.5s;
 }
 .on-mob-menu{
    overflow: hidden;
 }
 .mob-menu.active{
    right: 0;
 }
 .mob-menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .mob-menu ul li{
    width: 100%;
 }
 .mob-menu ul li a{
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #EBEBEB;
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    font-weight: 500;
 }
 .mob-menu ul li a:hover{
        color: #ed4945;
 }
 .mob-menu ul li:last-child a{
    border-bottom: 1px solid #EBEBEB;
 }

:is(.question_list_block, .result_list_block, .vote_all_cnt)[data-show="0"] {
    display: none;
}
:is(.question_list_block, .result_list_block, .vote_all_cnt)[data-show="1"] {
    display: block;
}
.popup-box .close-search, .popup-box .popup-close, .forgot_pass_js, .reg_btn_js, .login_btn_js{
    cursor: pointer;
}
.js-send-err-w{
    font-weight: 600;
    cursor: pointer;
}
:is(.question__total, .answer_vote_btn)[data-show="0"]{
    display: none;
}
:is(.question__total, .answer_vote_btn)[data-show="1"]{
    display: block;
}
#mt_c{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 454px;
    height: auto;
    padding: 30px 42px;
    background: #fff;
    border: 1px solid #777;
    outline: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    word-wrap: break-word;
    z-index: 10002;
    display: none;
}
#mt_c .close-err-bx {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 17px;
    width: 11px;
    height: 11px;
    background: url(https://i.imgur.com/U3EnhFo.png) no-repeat center center;
    opacity: .7;
    cursor: pointer;
    z-index: 10011;
}
#mt_c div.title.feedback {
    background-image: url(https://i.imgur.com/BCvESIh.png);
}
#mt_c div.title {
    height: 32px;
    padding: 0 0 0 40px;
    margin: 0 0 16px;
    background-repeat: no-repeat;
    background-position: left center;
}
#mt_c p {
    margin: 0 0 13px;
    padding: 0;
}
#mt_c p.nopadding {
    margin: 0;
    padding: 0;
}
#mt_c span.bc_text {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    margin: 6px 25px 20px 25px;
    background-image: none;
    background: transperent;
}
#mt_c div.buttons {
    margin: 22px 0 0;
    text-align: right;
}
#mt_c input[type='text'] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 3px 8px;
    resize: none;
    text-align: start;
    word-wrap: break-word;
}
#mt_c.active{
    display: block !important;
}
.pagination{
    margin: 0 auto;
}
.pagination .pg_btn_fix{
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-right: 10px;
}
.pagination .pagination-ellipsis{
    border: none;
}
.pagination .active{
    color: #ff2a00;
    border: 1px solid #ff2a00;
}
.answer_vote_btn{
    cursor: pointer;
}
.facebook-soc-fix, .telegram-soc-fix, .viber-soc-fix{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 18px;
    background-size: cover;
    margin-right: 10px;
}
.facebook-soc-fix svg, .telegram-soc-fix svg, .viber-soc-fix svg{
    position: absolute;
    top: 3px;
    left: 2px;
    fill: rgb(153,153,153);
    cursor: pointer;
}
.facebook-soc-fix:hover svg{
    fill: rgb(59,89,153);
}
.telegram-soc-fix:hover svg{
    fill: rgb(3,155,229);
}
.viber-soc-fix:hover svg{
    fill: #7b0edf;
}
.new_replaced_img{
    width: 100%;
}
.news-tegs .hachtag{
    margin-bottom: 5px;
}
.add_symbol_white::before{
    content: '+';
    color: white;
    font-size: 36px;
    font-family: initial;
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.fw_fix{
    font-weight: 600;
}
.editor_empty{
    margin: 0!important;
}
.stream-page-show[data-show="1"] {
    display: flex;
}
.stream-page-show[data-show="0"] {
    display: none;
}
header .container{
    position: relative;
}
.humburger-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.humburger-wrapper-drop-menu{
    position: absolute;
    right: 85px;
    top: 140px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.humburger-wrapper-drop-menu.hide{
    display: none;
}
.hamburger-btn{
    cursor: pointer;
}
.humburger-wrapper-drop-menu a{
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
}
.humburger-wrapper-drop-menu a:hover{
    text-decoration: underline;
}
.room-enter__cab.exit{
    cursor: pointer;
}
.search-form-inner{
    background: #fff;
    margin-top: 10px;
    padding: 20px 0;
    border-radius: 5px;
    height: 80px;
    max-width: 613px;
    width: 100%;
    position: relative;
}
.search-form-inner input{
    border: 1px solid #e0dddd;
    outline: 0;
    padding: 5px;
    font-size: 38px;
    line-height: 30px;
    width: inherit;
    caret-color: #c4c4c4;
    color: #c4c4c4;
}
.search-form-inner button{
    cursor: pointer;
    height: 55px;
    width: 70px;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    right: 0px;
    top: 23px;
}
@media screen and (max-width: 1200px){
    .humburger-wrapper-drop-menu {
        right: 18px;
        top: 155px;
    }
}
.news-number{
    position: relative;
    width: unset !important;
    height: unset !important;
    padding: 4px !important;
    min-width: 21px;
    max-height: 21px;
}
.news-number:before{
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    bottom: -2px;
    transform: rotate(37deg);
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 3px;
    border-right-width: 4px;
    border-top: 7px solid #ede9e9;
}
.gallery_wrapper.gall-optimize-box, .gallery_wrapper.gall-optimize-box * {
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
}
.glide__slides{
    overflow: unset !important;
}
.gallery_wrapper li{
    padding-left: 0 !important;
}
.gallery_wrapper li:before{
    display: none !important;
}
.gallery_wrapper ul{
    margin-bottom: 0;
}
.glide__arrow svg{
    width: 50px !important;
    height: 50px !important;
    fill: #fff;
}
.glide__arrows{
    position: absolute;
    top: 41%;
    transform: translateY(-50%) ;
}
.glide__arrow{
    position: absolute;
    display: flex;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2)
}
.glide__arrow svg{
    background: rgb(255 255 255 / 30%);
    border-radius: 50%;
}
.glide__slide img {
    /* object-fit: contain !important; */
}

.glide__arrows .glide__arrow--left{
        width: 50px !important;
        left: 10px;
        cursor: pointer !important;
}
.glide__arrows .glide__arrow--right{
    width: 50px !important;
        right: 10px;
         cursor: pointer !important;
}
.title_to_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.like-news__item[data-active="1"]{
    color: #317ae9!important;
}
.like-news__item.like[data-active="1"]:before {
    background: url(/user/img/like2.svg)!important;
}
.like-news__item.dlike[data-active="1"]:before {
    background: url(/user/img/dlike2.svg)!important;
}
:is(.error_box_login, .error_box_login span)[data-active="0"]{
    display: none;
}
:is(.error_box_login, .error_box_login span)[data-active="1"]{
    display: block;
}
:is(.error_box_reg, .error_box_reg span)[data-active="0"]{
    display: none;
}
:is(.error_box_reg, .error_box_reg span)[data-active="1"]{
    display: block;
}
:is(.success_box_reg, .success_box_reg span)[data-active="0"]{
    display: none;
}
:is(.success_box_reg, .success_box_reg span)[data-active="1"]{
    display: block;
}
.error_box_login, .error_box_reg, .error_box_forgot{
    color: red;
    font-size: 14px;
    text-align: center;
}
.success_box_reg, .success_box_forgot{
    color: green;
    font-size: 14px;
    text-align: center;
}
:is(.error_box_forgot, .error_box_forgot span)[data-active="0"]{
    display: none;
}
:is(.error_box_forgot, .error_box_forgot span)[data-active="1"]{
    display: block;
}
:is(.success_box_forgot, .success_box_forgot span)[data-active="0"]{
    display: none;
}
:is(.success_box_forgot, .success_box_forgot span)[data-active="1"]{
    display: block;
}
.btn_to_main_page{
    margin: 5px auto 200px;
    height: 48px;
    display: flex;
    width: 100%;
    border: none;
    outline: 0;
    justify-content: center;
    align-items: center;
    background: #317ae9;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: Inter-Medium, sans-serif;
    text-decoration: none;
    width: 300px;
}
.tt_forgot_pass{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.fix-width-wrap{
    width: 100%;
}
.church_info_fix p{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}
.church_info_fix p:first-child {
    font-weight: 600;
}
.fix-w-wrap-votes{
    width: 100%;
}
.btn-point{
    cursor: pointer;
}
.header__top .social-box .telegram-soc{
    cursor: pointer;
}
.viber-soc {
    background: url(/user/img/viber-ico.svg) no-repeat center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 18px;
    background-size: cover;
    margin-left: 10px;
}
.viber-soc:hover{
    background: url(/user/img/viber-ico-active.svg) no-repeat center;
    background-size: cover;
}
.footer .viber-soc{
    width: 29px!important;
    height: 29px!important;
}
@media screen and (max-width: 780px) {
    .footer .viber-soc{
        transform: scale(0.7);
    }
}
.email_footer_color{
    color: rgba(255,255,255,0.87);
}
.top_mg-20{
    margin-top: 20px;
}
.comments_cnt_views[data-active="0"] {
    display: none;
}
.comments_cnt_views[data-active="1"] {
    display: inline-flex;
}
.news_stream_arrow_fix{
    margin-bottom: -7px;
}
.for-map {
    height: 500px;
    z-index: 1;
}
.map-modal{
    margin-bottom: 25px;
}
.calendar_page_data .hidden_by_full_info{
    display: none;
}
.header-menu ul li a:hover{
    text-decoration: none !important;
    color: #ed4945;
}
.social-box a{
    background-size: contain;
}

.languages-change{
        width: fit-content !important;
            left: -6px !important;
}
.languages-change .js-change-lang-page:not(:first-child){
    margin-top: 10px;
}
.content-title__link:hover, .content-tile:hover a{
     color: #ed4945 !important;
     cursor: pointer;
}
.footer__law a:hover span{
    color: #F5A406;
}
.footer__logo:hover img{
    display: none;
}
.footer__logo:hover img.f-a{
    display: inline-block;
}
.footer .telegram-soc:hover{
    background: url(/user/img/telegram-f-a.svg) no-repeat center;
        background-size: cover;
}
.footer .viber-soc:hover{
background: url(/user/img/viber-ico-f-a.svg) no-repeat center;
    background-size: cover;
}
.footer .facebook-soc:hover{
background: url(/user/img/facebook-f-a.svg) no-repeat center;
    background-size: cover;
}
.footer .twitter-soc:hover{
    background: url(/user/img/twitter-f-a.svg) no-repeat center;
        background-size: cover;
}
.footer .vk-soc:hover{
     background: url(/user/img/vk-f-a.svg) no-repeat center;
}
.footer .youtube-soc:hover{
             background: url(/user/img/youtube-f-a.svg) no-repeat center;
                 background-size: cover;
}
.footer .instagram-soc:hover{
                 background: url(/user/img/instagram--f-a.svg) no-repeat center;
                 background-size: cover;
}
.news-tegs a{
    padding: 10px 16px !important;
}
.news-tegs a:hover{
    color: #ed4945;
}
.content-tile__date{
        font-family: Inter-Regular, sans-serif !important;
        margin-top: 10px !important;
}
.header__top .logo:hover svg path, 
.footer__logo:hover svg path, 
.logo:hover svg use, 
.footer__logo:hover svg use, 
.logo:hover svg text,
.footer__logo:hover svg text{
    fill: #FF2A00 !important;
}
.content-title__link{
    font-family: Inter-Bold, sans-serif;
}
.desctop-another-menu svg:hover > path{
    stroke: #ed4945;
}
.humburger-wrapper-drop-menu a:hover{
    text-decoration: none !important;
    color: #ed4945;
}
.mainstream_tt_fix:hover > div a.tt_ms_set{
    color: #ed4945;
}
.footer__menu li:hover > a{
    text-decoration: none !important;
    color: #ed4945;
}
.humor__box p, .humor-box__text p {
    font-size: 18px!important;
}
@media screen AND (max-width: 560px) {
    .main-content p iframe{
        width: 100%;
    }
    .main-content{
        width: 100%;
    }
    h1{
        hyphens: auto;
    }
}
.picture__inside_spzh{
    width: 100%;
}
.picture__inside_spzh img{
    width: 100%;
}
.content-tile a img{
    object-fit: cover;
}
.source_img_style{
    font-style: italic;
    font-family: initial;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}
.art_header_info p{
    font-family: 'Inter-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: black;
}

.color_fix_data[data-color="1"] { /*Головна - головне + опитування + гумор + гарячі точки + церковний календар*/
    border-top: 2px solid #FF7A00;
}
.color_fix_data[data-color="2"] { /*Головна - популярні новини + новини*/
    border-top: 2px solid #4683D9;
}
.color_fix_data[data-color="3"] { /*Головна - блоги*/
    border-top: 2px solid #EF5FAF;
}
.color_fix_data[data-color="4"] { /*Головна - захист віри*/
    border-top: 2px solid #E65A39;
}
.color_fix_data[data-color="5"] { /*Головна - людина і церква*/
    border-top: 2px solid #F5A406;
}
.color_fix_data[data-color="6"] { /*Головна - історія і культура*/
    border-top: 2px solid #00A2AC;
}
.color_fix_data[data-color="7"] { /*Головна - питання священику*/
    border-top: 2px solid #D3D800;
}
.color_fix_data[data-color="8"] { /*Головна - думки вголос*/
    border-top: 2px solid #6750C2;
}
.color_fix_data[data-color="9"] { /*Головна - соцмережі*/
    border-top: 2px solid #EF5FAF;
}
.color_fix_data[data-color="10"] { /*Теги*/
    border-top: 2px solid #4683D9;
}
.content-title__link_na{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Inter-Bold,sans-serif;
}
.content__base .main-content{
    width: 100%;
}
.content-tile__link{
    word-wrap: break-word;
}
.float-box{
    margin-bottom: 30px;
}
.news blockquote {
    margin-top: 45px;
}
.float-box__img img, .float-box__top img {
    object-fit: cover;
}
.news ul li, .news ol li{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
}
.content__flex-main.news ul li:before {
    top: 11px;
}
.news-info p strong{
    font-family: Inter-SemiBold, sans-serif;
}
.content__flex-main.news ol li {
    padding-left: 28px;
}
.content__flex-main.news ul li {
    padding-left: 22px;
}
.content__flex-main.news ol li:before{
    top: 1px;
}
.content__flex-main.news ul li {
    padding-left: 12px;
}
@media screen AND (min-width: 780px){
    .header .header__top{
        height: 76px;
        padding: 8px 0 3px;
        position: relative;
    }
    .header .languages-select {
        line-height: 22px;
    }
    .header__top .logo{
        position: absolute;
        left: 50%;
        top: 54%;
        transform: translate(-50%, -50%);
    }

}
@media screen AND (min-width: 320px) and (max-width: 780px){
    .header .header__top {
        padding: 8px 0 11px;
    }   
    .main-content blockquote:before {
        width: 33.5px;
        height: 25px;
    }
    .main-content blockquote:after {
        width: 85%;
    }
}
.header__top .social-box a:hover{
    background-size: cover;
}
.header__top .odnoklassniki-soc:hover, .header__top .telegram-soc:hover, .header__top .viber-soc:hover, .header__top .facebook-soc:hover, .header__top .twitter-soc:hover, .header__top .vk-soc:hover, .header__top .instagram-soc, .header__top .youtube-soc{
    background-size: contain !important;
}
.enter img.hover-enter{
    display: none;
}
.enter:hover img{
    display: none;
}
.languages-select:hover{
    color: #ff2a00 !important; 
}

.js-change-lang-page:hover {
    color: red;
}
.footer .instagram-soc:hover{
    background: url(/user/img/instag-hover.svg) no-repeat center;
    background-size: contain;
}
.footer .rss-soc:hover{
    background: url(/user/img/rss-f-hover.svg) no-repeat center;
}
.footer .youtube-soc:hover{
    background: url(/user/img/youtube-f-hover.svg) no-repeat center;
}
.footer .odnoklassniki-soc:hover{
    background: url(/user/img/odnoklassniki-f-a-hover.svg) no-repeat center;
}
.footer .vk-soc:hover{
    background: url(/user/img/vk-f-hover.svg) no-repeat center;
}
.footer .twitter-soc:hover{
    background: url(/user/img/twiter_1-hover.svg) no-repeat center;
    background-size: contain;
}
.footer .facebook-soc:hover{
    background: url(/user/img/facebook_1-hover.svg) no-repeat center;
}
.footer .viber-soc:hover{
    background: url(/user/img/viber-ico-active.svg) no-repeat center;
    background-size: contain !important;
}
.footer .telegram-soc:hover{
    background: url(/user/img/telegram_1-hover.svg) no-repeat center;
    background-size: contain;
}

.calendar-box a.calendar-box__item {
    font-family: Inter-Regular,sans-serif
}

.calendar-box a.calendar-box__item:hover {
    color: #ed4945
}

.calendar-box__text p:last-child {
    margin-bottom: 0;
}
.calendar-box.calendar-main .calendar-box__about {
    padding-top: 0!important;
}
.calendar-box.calendar-main .calendar-box__about p:last-child {
    margin-bottom: 0;
}

.open-calendar-widjet{
    cursor: pointer;
}
.open-calendar-widjet:hover span{
    color: lightgray !important;
}
.open-calendar-widjet img.calendar-hover{
    display: none;
}
.open-calendar-widjet:hover img{
    display: none;
}
.open-calendar-widjet:hover img.calendar-hover{
    display: block;
}

:is(.main_page_top_section, .main_page_top_section_mob, .main_page_pop_section, .main_page_pop_section_mob) .content-title__link:hover {
    color: unset !important;
    cursor: unset !important;
}

li[data-active="1"]:hover{
    color: rgb(255, 0, 0) !important;
}
.arr-hover-right, .arr-hover-left{
    display: none;
}

.arr-left-c:hover img, .arr-right-c:hover img{
    display: none;
}
.arr-left-c:hover img.arr-hover-left, .arr-right-c:hover img.arr-hover-right{
    display: inline-block;
}
.news-tegs{
    gap: 10px;
}
.news-tegs span{
    display: contents;
}
.article_author_field{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-left: 15px;
}
.article_author_field a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #317AE9;
}
.views_ico_set::before {
    background: url(/user/img/svg_ico/ico_eye.svg);
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    width: 15px;
    height: 10px;
    background-position: center;
    background-size: 15px;
}
.views_ico_set span{
    margin-left: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.4);
}
.views_hide{
    display: none;
}
.views_wrap_style{
    position: relative;
    margin: 0 15px 0 12px;
}
.in-tile-block{
    display: inline-block;
}

.calendar-box__day {
    -webkit-text-stroke: unset !important; 
    -webkit-text-fill-color: unset !important; 
    -webkit-text-stroke-width:unset !important; 
    -webkit-text-stroke-color: unset !important;
    color: #fff !important;
    text-shadow: rgb(255, 42, 0) 1px 0px 0px, rgb(255, 42, 0) 0.540302px 0.841471px 0px, rgb(255, 42, 0) -0.416147px 0.909297px 0px, rgb(255, 42, 0) -0.989992px 0.14112px 0px, rgb(255, 42, 0) -0.653644px -0.756802px 0px, rgb(255, 42, 0) 0.283662px -0.958924px 0px, rgb(255, 42, 0) 0.96017px -0.279415px 0px;
}


.fix-art-cont{
    width: 100%;
}

.news ol li:nth-child(n+10) {
    padding-left: 35px;
}

.content__tabs input[type="radio"]:checked+label {
    color: #787878 !important;
    cursor: unset !important;
}
/* .content__tabs :is(#tab-btn-11:checked ~ #content-11, #tab-btn-12:checked ~ #content-12, #tab-btn-13:checked ~ #content-13, label) {
    color: #c7c7c7 !important;
} */
.content__tabs label:hover {
    color: #787878 !important;
}

.content__news-box a.content-btn:hover {
    color:#000 !important;
}
.content__news-box .content-btn:hover .news_stream_arrow_fix,
.js-prev-month-load_news:hover img,
.js-next-month-load_news:hover img, 
.js-next-month-load:hover img, 
.js-prev-month-load:hover img {
    filter: invert(1) brightness(0) !important;
    cursor: pointer !important
}

.question__box .form_radio label:hover:before {
    border: 1.5px solid #FF0000 !important;
}

.content-title:hover + .map-box__bl img, .map-box__bl a:hover img,
.map-box.border:hover .map-box__bl img {
    filter: invert(1) brightness(0) !important;
}

.map-box.border:hover .content-title__link{
    color: #ed4945 !important;
    cursor: pointer;
}

.content-btn.news-btn.date_link_next img {
    margin-right: 0 !important;
    margin-left: 4px;
}

.date_link_before {
    margin-right: 10px;
}

.date_link_next {
    margin-left: 10px;
    float:right
}
.content-btn.news-btn:hover {
    color: #ff0000;
}
.church_info_fix{
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.vk-soc::before {
    content: url("/user/img/vk_1-hover.svg");
    opacity: 0;
}
.header .odnoklassniki-soc::before {
    content: url("/user/img/odnikl-hover.svg");
    opacity: 0;
}
.header .instagram-soc::before {
    content: url("/user/img/instagram_11-hover.svg");
    opacity: 0;
}
.youtube-soc::before {
    content: url("/user/img/youtube_11-hover.svg");
    opacity: 0;
}
.facebook-soc::before {
    content: url("/user/img/facebook_1-hover.svg");
    opacity: 0;
}
.facebook-soc:hover::before,
.telegram-soc:hover::before, 
.viber-soc:hover::before, 
.twitter-soc:hover::before, 
.vk-soc:hover::before, 
.odnoklassniki-soc:hover::before, 
.instagram-soc:hover::before,
.rss-soc:hover::before,
.youtube-soc:hover::before,
.tiktok-soc:hover::before {
    opacity: 0;
}
.footer .odnoklassniki-soc::before {
    content: url("/user/img/odnoklassniki-f-a-hover.svg");
    opacity: 0;
}
.footer .vk-soc::before {
    content: url("/user/img/vk-f-hover.svg");
    opacity: 0;
}
.footer .instagram-soc::before {
    content: url("/user/img/instag-hover.svg");
    opacity: 0;
}
.footer .youtube-soc::before {
    content: url("/user/img/youtube-f-hover.svg");
    opacity: 0;
}
.telegram-soc::before{
    content: url("/user/img/telegram_1-hover.svg");
    opacity: 0;
}
.viber-soc::before{
    content: url("/user/img/viber-ico-active.svg");
    opacity: 0;
    height: 18px;
    width: 20px;
    overflow: hidden;
}
.twitter-soc::before {
    content: url("/user/img/twiter_1-hover.svg");
    opacity: 0;
}
.tiktok-soc::before {
    content: url("/user/img/tiktok_1-hover.svg");
    opacity: 0;
}
.rss-soc::before{
    content: url("/user/img/rss-f-hover.svg");
    opacity: 0;
}
.header .social-box {
    height: 22px;
    align-items: center;
}
.header .social-box noindex{
    display: flex;
    align-items: center;
}
.enter.js-profile-enter img{
    display: none;
}
.enter.js-profile-enter img:nth-of-type(1){
    display: inline-block;
}
.enter.js-profile-enter.active img:nth-of-type(2){
    display: inline-block;
}
.enter.js-profile-enter.active img:nth-of-type(1){
    display: none;
}
.enter.enter-mobile{
    display: none;
}
.enter.enter-mobile img.hover-enter{
    display: inline-flex;
}
.room-enter{
    margin-top: -1px;
}
.header .tiktok-soc::before {
    content: url("/user/img/tiktok_1--hover.svg");
    opacity: 0;
}
.header .tiktok-soc:hover {
    background: url("/user/img/tiktok_1--hover.svg") center no-repeat!important;
    background-size: contain!important;
}
.sbody .footer .tiktok-soc::before {
    content: url("/user/img/tiktok_11--hover.svg");
    opacity: 0;
}
.sbody .footer .tiktok-soc:hover {
    background: url("/user/img/tiktok_11--hover.svg") center no-repeat!important;
    background-size: contain!important;
}
.header .twitter-soc:hover {
    background: url("/user/img/twiter_11-hover.svg") no-repeat center;
}
.header .twitter-soc::before {
    content: url("/user/img/twiter_11-hover.svg");
}

@media (max-width: 1030px){
    .enter.js-profile-enter.active{
        display: none;
    }
    .enter.js-profile-enter.active ~ .enter.enter-mobile{
        display: block;
    } 
    .enter.enter-mobile ~ .room-enter{
        display: none!important;
    } 
    .enter.enter-mobile>.room-enter {
        display: none!important;
        align-items: flex-start;
    }
    .enter.enter-mobile.js-profile-enter-mob.active ~ .room-enter{
        display: flex!important;
    } 
    .enter.enter-mobile:hover > .room-enter{
        display: flex!important;
    }
    .enter.enter-mobile:hover::before{
        content: '';
        position: absolute;
        top: 63%; 
        left: 0;
        width: 100%;
        height: 40px;
    }
    .room-enter.js-profile-login{
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: -90px;
        box-shadow: 0 1px 8px 0 rgba(34,60,80,0.4);
        background: white;
        padding: 10px;
        right: 15px;
    }
    .header .room-enter__cab.exit{
        border-right: none;
    }
    .room-enter.js-profile-login span{
        margin-bottom: 5px;
    }
}
@media (max-width: 567px){
    .fix-art-cont h1 {
        word-wrap: break-word;
    }
    .content__news-box .open-calendar-widjet{
        top: -30px!important;
    }
    .header .logo, .header .logo svg {
        max-height: 40px;
        padding-top: 1px;
        margin-left: -9px;
    }

    .header :is(.languages-change, .languages-select) {
        font-size: 15px;
    }
    .main-content p img{
        width: 100%;
        object-fit: cover;
    }
}

.enter.js-profile-enter, .search-btn {
    width: 16px;
    height: 16px;
    align-self: center;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content .media-left {
    float: left;
    margin: 8px 16px 16px 0;
    max-width: 50%;
}

.main-content .media-right {
    float: right;
    margin: 8px 0 16px 16px;
    max-width: 50%;
}

.main-content .media-center {
    display: block;
    margin: 16px auto;
    max-width: 100%;
    text-align: center;
    clear: both;
}

.main-content .media-block img, 
.media-block video, 
.media-block .video-embed {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.main-content .media-block video {
    aspect-ratio: 16 / 9;
}

.main-content .media-caption {
    font-size: 1em;
    color: #666;
    margin-top: 6px;
}

.header__right {
    z-index: 1;
}

@media (max-width: 1199px) {
  .logo .short {
    display: block !important;
  }

  .logo .full {
    display: none !important;
  }

  .header__top .logo {
    left: 50% !important;
  }
}

.article-table {
  overflow-x: auto;
}

.article-table table {
  border-collapse: collapse;
  min-width: 700px;
}

.article-table :is(table, th, td) {
  padding: .375rem .5rem !important;
  overflow-wrap: anywhere;
}

body:not(.black-theme) .article-table :is(table, th, td) {
  border: 1px solid #dadada;
  color: #000;
}

body.black-theme .article-table :is(table, th, td) {
  border: 1px solid #dadada;
  color: #fff;
}


.box_calendar_options_news{
    top: 42px;
}
.box_calendar_options_archive{
    top: 7px;
}
.author_img_wrap{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
    display: inline-block;
    margin-bottom: -6px;
}
.author_img_wrap img{
    width: 100%;
}
@media screen AND (max-width: 460px) {
    .box_calendar_options_news span{
        display: none;
    }
}


.country-switcher {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
    background: white;
}
.country-switcher-in {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
}
img.flag-gr {
    width: 45px;
    position: absolute;
    left: -40px;
    bottom: 4px;
    z-index: -1;
    border-radius: 0 0 26px 0;
}
.logo .short {
    display: none;
}
.logo .full {
    display: block;
}
.survey-bl .sunsite_actions .question__box:nth-last-of-type(2) {
    display: none;
}
.popups_main_load_box #mt_c div.title.feedback {
    background: none;
}
.popups_main_load_box #mt_c .close-err-bx {
    background: none;
}
.popups_main_load_box #mt_c .close-err-bx::after {
    content: "+";
    position: absolute;
    top: 29%;
    left: 30%;
    transform: rotate(45deg);
    font-size: 30px;
    color: black;
    font-weight: bold;
}
.registration .popup-box__bottom span,
.popup-box.registration .popup-box__reg {
    font-size: 14px;
    line-height: 21px;
    color: #444;
    font-family: Inter-Regular, sans-serif;
}
.country-switcher a,
.country-switcher span {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    white-space: nowrap;
    margin-right: 25px;
}
.humburger-wrapper-drop-menu {
    right: 104px;
}
.country-switcher a:hover {
    text-decoration: none !important;
    color: #ed4945;
}
.country-switcher a:last-child {
    margin-right: 0;
}
.header {
    padding-bottom: 16px;
}
.header+.container {
    padding-top: 200px;
}

@media (max-width: 1199px) {
    .header+.container {
        padding-top: 214px
    }
}

@media (max-width: 992px) {
    .header+.container {
        padding-top: 146px;
    }
    .logo .short {
        display: block;
    }
    .logo .full {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .header__top .logo {
        left: 30%;
    }
}

@media (max-width: 779px) {
    .header+.container {
        padding-top: 148px;
    }
}

@media (max-width: 567px) {
    .header+.container {
        padding-top: 103px;
    }
    .country-switcher {
        justify-content: flex-start;
    }
    img.flag-gr {
        display: block;
        width: 28px;
        left: -4px;
        bottom: 20px;
        border-radius: 0 0 22px 0;
    }
    img.flag-gr {
        top: 20px;
        z-index: 1;
    }
}

.room-enter.js-profile-login {
    position: absolute;
    bottom: -2px;
    right: 0;
    border-radius: 4px;
}

.donate-link,
.donat-btn {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 8px 8px;
    background: #ff2a00;
}
.donat-btn {
    width: max-content;
    color: white;
    display: inline-flex;
    text-transform: uppercase;
    font-size: 23px;
    padding: 8px 25px;
}
a.donat-btn:hover {
    color: white !important;
}
.donate-link img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.donate-link span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
}
.donate {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-top: -5px;
}

.logo-links {
    display: flex;
    align-items: center;
    align-items: center;
    position: absolute;
    top: 16px;
    left: 58%;
}

.news .main-content.fix-art-cont ul li,
.news .main-content.fix-art-cont ol li {
    display: inline-block;
}

.youtube-soc {
    background: url(/user/img/youtube_12.svg) no-repeat center;
}

.logo-links__gr:hover,
.logo-links__de:hover {
    opacity: 0.9;
}
.logo-links__gr,
.logo-links__de {
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 5px 7px;
    min-width: 160px;
}
.picture__inside_spzh .news-picture-describe {
    margin-bottom: 25px;
}

.logo-links__gr {
    background: #0093dd;
    margin-right: 5px;
}
.logo-links__de {
    background: #da251c;
}

.logo-links__text {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 15px;
    color: white;
}

.logo-links__text span {
    font-size: 9px;
}

.logo-links img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-right: 5px;
}

.vk-soc,
.odnoklassniki-soc {
    display: none;
}

.content-title+.map-box__bl img, 
.map-box__bl a img, 
.map-box.border .map-box__bl img {
    transition: filter .4s ease;
}

@media (max-width: 1022px) {
    .donate-link {
        border-radius: 50%;
    }
    .donate {
        left: auto;
        right: 220px;
    }
}

@media (max-width: 567px) {
    .donate {
        top: 13px;
        left: auto;
        right: 180px;
        display: flex;
        margin-right: 0;
    }
    .donate-link img {
        width: 18px;
        height: 18px;
    }
    .header__top,
    .country-switcher {
        background: white;
    }
    }

    @media (max-width: 1105px) {
    .logo-links__text {
        display: none;
    }
    .logo-links__de,
    .logo-links__gr {
        min-width: auto;
        border-radius: 50%;
    }
    .logo-links img {
        margin-right: 0;
    }
    .logo-links {
        left: 59%;
    }
}

@media (min-width: 567px) and (max-width: 767px) {
    .logo-links {
        display: none;
    }
}

@media (max-width: 567px) {
    .logo-links {
        top: 15px;
        left: auto;
        right: 180px;
    }
    .logo-links__de,
    .logo-links__gr {
        padding: 0;
        background: none;
    }
}

@media (max-width: 359px) {
    .logo-links {
        display: none;
    }
}

@media (max-width: 350px) {
    .logo-links__ua,
    .img.flag-gr {
        display: none;
    }
    img.flag-gr {
        bottom: 12px;
    }
}

.registration .form__field input {
    padding-left: .75rem;
}
.registration .form__field input::-webkit-input-placeholder {
    padding: 0;
}

.header__right {
    z-index: 1;
}
.header__right:has(.enter.js-profile-enter.active) .enter.js-profile-enter.active {
    display: none;
}
.header__right:has(.enter.js-profile-enter.active) .room-enter.js-profile-login {
    display: none !important;
}
.header__right .enter.js-profile-enter {
    height: 32px;
}
.header__right:has(.enter.js-profile-enter.active) .enter.enter-mobile.js-profile-enter-mob {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 32px;
    padding: 0;
}

.enter.enter-mobile.js-profile-enter-mob:hover .room-enter.js-profile-login {
    display: flex !important;
    align-items: flex-end;
    gap: 4px;
    flex-direction: column;
    position: absolute;
    top: 95%;
    box-shadow: 0 1px 8px 0 rgba(34, 60, 80, 0.4);
    background: white;
    padding: 10px 12px;
    right: -10px;
}
.room-enter.js-profile-login span {
    width: max-content;
}
.enter.enter-mobile.js-profile-enter-mob .hover-enter {
    width: 16px;
    height: 16px;
}
.room-enter__name {
    margin-right: 0;
}
.room-enter__cab.exit {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.black-theme .room-enter.js-profile-login span,
.black-theme .room-enter.js-profile-login .room-enter__cab {
    color: #2f89ce !important;
}
.enter.enter-mobile.js-profile-enter-mob:hover .room-enter.js-profile-login {
    height: fit-content;
}
.black-theme .header__right > *,
.header__right > *, 
.black-theme .hover-enter {
    margin: 0 !important;
    padding: 0 !important;
}
.header__right {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: .75rem;
}

@media (max-width: 1199px) {
    .logo .short {
        display: block !important;
    }
    .logo .full {
        display: none !important;
    }
}

.header .viber-soc {
    margin-left: 0;
}
.header .social-box {
    gap: .75rem;
}
.header .social-box noindex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
}
.header .social-box a {
    width: 20px !important;
    margin: 0 !important;
    height: 20px;
}
.header .twitter-soc, .header .twitter-soc:before {
    background-size: 87% !important;
}
.header .threads-soc {
    background: url(/user/img/threads_logo.svg);
    background-size: cover;
    position: relative;
    transform: translateX(-4px);
}
.header .threads-soc::before {
    content: '';
    background: url(/user/img/threads_logo_active.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease;
}
.black-theme .header .threads-soc {
    background-image: url(/user/img/threads_logo_white.svg);
    background-position: center;
    background-size: cover;
    transition: background-image .2s ease;
}
.black-theme .header .threads-soc:hover {
    background-image: url(/user/img/threads_logo.svg);
    background-position: center;
    background-size: cover;
}
.black-theme .header .threads-soc:before {
    display: none;
}
.header .threads-soc:hover::before {
    opacity: 1;
}
noindex:has(.vk-soc), noindex:has(.odnoklassniki-soc) {
    display: none !important;
}

.black-theme .js-logo-click svg:is(.full, .short) path {
    fill: #fff;
}

[class^="like-box-"] {
    width: 100%;
}
.news-picture-title, .news-picture-description {
    line-height: 1.3;
    color: #7b7b7b;
}
.news-picture-title {
    font-size: 15px;
    font-style: italic;
    margin-right: 16px;
}
.news-picture-description {
    font-size: 14px;
}
.art_header_info {
    margin-bottom: 1.25rem;
    font-family: 'Inter-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: black;
}
.black-theme :is(.news-picture-title, .news-picture-description, .art_header_info, .main-content, .main-content p) {
    color: #fff;
}
.black-theme .news-number.views {
    color: rgba(0, 0, 0, .87);
}
.black-theme :is(.main-content p a, .news-tegs a) {
    color: #7eabf1 !important;
    cursor: pointer;
}
.black-theme :is(.main-content p a, .news-tegs a):hover {
    color: #317ae9 !important;
}

blockquote:before {
    z-index: 8;
}
iframe[src*="facebook"] {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
}
iframe[src*="youtube"] {
    width: 100%;
}

@media (min-width: 781px) {
    iframe[src*="youtube"] {
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

.popup-box_wrap .btn-enter, 
.popup-box_wrap .js-login-user {
    cursor: pointer !important;
}
span.article_author_field, 
.main-content.fix-art-cont span a {
    color: #000021 !important;
    font-size: 16px;
    font-family: Inter-Regular, sans-serif;
}
.main-content.fix-art-cont span a:hover {
    color: #ed4945 !important;
}

.header__right > div, 
.header__right > button {
    min-width: 20px;
    min-height: 20px;
}
.header__right > div img, 
.header__right > button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header .enter.js-profile-enter img,
.black-theme .header .enter.js-profile-enter img {
    transform: scale(94%);
}
.header .enter.enter-mobile.js-profile-enter-mob img {
    scale: 115%;
}
.header .languages-select {
    padding: 0;
    font-size: 20px;
    letter-spacing: normal;
}
.header .languages:after{
    display: inline-block;
    margin-left: 4px;
    width: 10px;
    vertical-align: middle;
    content: "";
    height: 0;
    width: 0;
    top: 8px;
    right: -1px;
    border-color: #222 transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    transform: none;
    padding: 0;
}
.languages-change {
    padding: 12px 16px !important;
    border-radius: .25rem;
}
.header .languages.active:after {
    border-width: 0 4px 4px;
}
.header .languages.active:hover::after {
    border-color: #222 transparent;
}
.black-theme .header .languages:after, 
.black-theme .header .languages:hover::after, 
.black-theme .header .languages.active:hover::after {
    border-color: #fff transparent;
}
.header .image-toggle img {
    transform: scale(90%);
}
.black-theme .header .image-toggle img {
    transform: scale(125%);
}
.black-theme .header .search-btn {
    background-size: 108%;
}
.black-theme .header .enter.js-profile-enter {
    background-size: 100%;
}
.header__right .hamburger-btn.hide-desc {
    height: 20px;
    transform: translateY(-1px);
}
.header .donate a {
    border-radius: 12px;
    padding: 4px 0px 3px 10px;
    text-shadow: .5px .5px .5px #292929;
}
.header .donate a span {
        display: inline-block;
        width: 72px;
        font-size: 12px;
        line-height: 15px;
}
html[lang^="el"] .header .donate a span {
    width: 62px;
}
html[lang^="en"] .header .donate a span {
    width: 64px;
}
.header .donate img {
    transform: translateY(-2px);
}
@media (min-width: 1023px) {
    .header__top .logo {
        left: 31%;
        top: 50%;
    }
}

.header .country-switcher-in {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #8b8b8b transparent; 
}
.header .country-switcher-in::-webkit-scrollbar {
    width: 8px;
}
.header .country-switcher-in::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    border-radius: 4px;
}
.header .country-switcher-in::-webkit-scrollbar-thumb:hover {
    background: #1e1e1e;
}


.content-tile__link.sunsite_action {
    font-weight: 600;
}
.logo svg text {
    font-weight: 700;
}
.header__top .logo svg path, 
.footer__logo svg path, 
.logo svg use, 
.footer__logo svg use, 
.logo svg text, 
.footer__logo svg text {
    transition: fill .4s ease;
}

@media (hover: none) and (pointer: coarse) {
    .header .country-switcher-in {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 619px) {
    .header .social-box {
        display: none;
    }
}

@media (max-width: 567px) {
    .header+.container {
        padding-top: 121px;
    }
    img.flag-gr {
        top: 5px;
        left: -20px;
    }
    .header .logo svg {
        max-height: 52px;
        padding-top: 0;
    }
    .header__top .logo {
        transform: translate(7px, -4px);
    }
    .header .country-switcher {
        border-bottom: none;
    }
    .news_stream_arrow_fix {
        margin-bottom: 1px;
    }
}

@media (max-width: 360px) {
    .header__right {
        gap: .5rem;
    }
}

.header__top {
    z-index: 1000;
    position: relative;
}
.mob-menu {
    height: calc(100% - 66px);
    z-index: 999;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.mob-menu.active {
    display: flex;
    overflow-y: auto;
}
.mob-menu-wrap {
    width: 100%;
}
.mob-menu ul li a {
    padding: 12px 0;
}
.black-theme .mob-menu ul li a {
    border-top: 1px solid #757575;
}
header .container {
    background: white;
}
.black-theme header .container {
    background: #101016;
}
.mob-menu .social-box {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    height: fit-content;
}

.header .mob-menu .social-box a {
    width: 24px !important;
    height: 24px;
}
.black-theme .header .mob-menu .threads-soc {
    scale: 85%;
}

.header .mob-menu .threads-soc::before {
    width: 24px;
    height: 24px;
}
.black-theme header .mob-menu  .viber-soc:hover {
    background-size: 24px;
}
.float-box.left {
    background: #f1f1f1;
    padding: 1rem 1rem;
    border-radius: 4px;
    max-width: 288px;
}
.black-theme .float-box.left {
    background: #46464b;
}

@media (max-width: 992px) {
    .float-box.left {
        max-width: 260px;
    }
}    

@media (max-width: 567px) {
    .float-box.left {
        max-width: 100%;
    }
} 

.black-theme :is(span.article_author_field, 
.main-content.fix-art-cont span a) {
    color: #fff !important;
}
.black-theme :is(span.article_author_field a, 
.main-content.fix-art-cont span a):hover {
    color: #ed4945 !important;
}
.black-theme .header .header__right .hamburger-btn {
    background: none !important;
}
.header .hamburger-btn.hide-desc.js-open-mobile-menu {
    perspective: 100px;
}
.header .hamburger_item {
    width: 20px;
    height: 2px;
    background-color: #000021;
    transition: transform .3s ease;
}
.black-theme .header .hamburger_item {
    background-color: #fff;
}
.header .hamburger_item:nth-child(1) {
    transform: translate3d(0, -5px, 0);
}
.header .hamburger_item:nth-child(3) {
    transform: translate3d(0, 5px, 0);
}
.on-mob-menu .header .hamburger_item:nth-child(1) {
    transform: translate3d(0, 3px, 0) rotate3d(0, 0, 1, 45deg);
}
.on-mob-menu .header .hamburger_item:nth-child(2) {
    transform: rotate3d(0, 1, 0, 90deg);
}
.on-mob-menu .header .hamburger_item:nth-child(3) {
    transform: translate3d(0, -1px, 0) rotate3d(0, 0, 1, -45deg);
}
.donat-btn {
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 11px 29px;
    border-radius: 12px;
    text-shadow: 1px 1px 1px #000;
}
.donat-btn, .header .donate a {
    border: 1px solid #ab1c00;
    border-top: 1px solid #ff2a00;
    border-left: 1px solid #ff2a00;
    transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}
p:has(a.donat-btn):hover a.donat-btn, 
.header .donate a:hover {
    opacity: 1;
    transform: translateY(-1px);
    filter: contrast(133%);
    box-shadow: #f77359 3px 5px 20px;
}
.header .donate a:hover {
    box-shadow: #f77359 2px 3px 12px;
}
p:has(a.donat-btn):hover a.donat-btn:active, 
.header .donate a:active {
    transform: translateY(0);
    filter: contrast(100%);
    box-shadow: none;
}
.black-theme .main-content.fix-art-cont p a.donat-btn:hover {
    color: #fff !important;
}
@media (max-width: 992px) {
    .mob-menu.js-mobile-menu-block {
        top: 75px;
    }
}
@media (max-width: 779px) {
    .mob-menu.js-mobile-menu-block {
        top: 79px;
    }
}
 @media (max-width: 567px) {
    .header__top {
        min-height: 68px;
    }
    .header__top::before {
        content: '';
        height: 46px;
        width: 100vw;
        background: #fff;
        position: fixed;
        top: 68px;
        right: -100vw;
        transition: right .5s ease;
    }
    .black-theme .header__top::before {
        background: #101016;
    }
    .on-mob-menu .header__top::before {
        right: 0;
    }
    .mob-menu.js-mobile-menu-block {
        padding-top: 35px;
    }
    .header :is(.image-toggle, .search-btn, .enter.js-profile-enter, .enter.enter-mobile.js-profile-enter-mob, .languages) {
        position: fixed;
        top: 90px; 
        transform: translateY(-50%);
        transition: left .5s ease;
    }
    .image-toggle {
        width: 20px;
        height: 20px;
    }
    .logo-center-block {
        position: absolute;
        left: 50%;
        transform: translateX(-46%);
        z-index: 2;
    }
    .header__right {
        width: 100%;
        justify-content: space-between;
    }
    .enter.enter-mobile.js-profile-enter-mob img {
        scale: 115%;
    }

    .header .image-toggle { left: calc(150% - 88px) }
    .header .search-btn { left: calc(150% - 33px) } 
    .header .languages { left: calc(150% + 66px) }
    .header :is(.enter.js-profile-enter, .enter.enter-mobile.js-profile-enter-mob) { left: calc(150% + 22px) } 
    .on-mob-menu .header .image-toggle { left: calc(50% - 88px) }
    .on-mob-menu .header .search-btn { left: calc(50% - 33px) } 
    .on-mob-menu .header .languages { left: calc(50% + 66px)}
    .on-mob-menu .header :is(.enter.js-profile-enter, .enter.enter-mobile.js-profile-enter-mob) { left: calc(50% + 22px) }

    .languages-change { top: 28px }

    .header__right:has(.enter.js-profile-enter.active) .enter.enter-mobile.js-profile-enter-mob {
        position: fixed;
    }
    .enter.enter-mobile.js-profile-enter-mob:hover .room-enter.js-profile-login {
        padding: 10px 16px;
    }

    .gsc-webResult-divider {
        height: 1px;
        width: calc(100% - 32px);
        transform: translateX(16px);
    }
    .black-theme :is(.gsc-cursor-next-page, .gsc-cursor-numbered-page) {
        color: #fff;
        font-family: Inter-Regular, sans-serif;
    }
    .black-theme .gcsc-find-more-on-google {
        color: #ff2a00;
    }
    .black-theme .gcsc-find-more-on-google svg path {
        fill: #ff2a00;
    }

    .main-slider .swiper-wrapper:not(:has(.swiper-slide-active)) .swiper-slide:nth-child(2) {
        transform: translateX(15px);
    }

    .picture__inside_spzh.full-width img {
        height: auto;
    }
    .news__time-box .news__time {
        margin-top: 2px;
    }

    .header .donate a {
        height: 40px;
        width: 48px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .donate a span {
        display: none;
    }
    .header .donate a img {
        width: 24px;
        height: 24px;
        margin: 0;
        transform: translateY(0px);
    }
}

@media (min-width: 781px) and (max-width: 992px) {
    .open-calendar-widjet.js-set-active-widjet {
        display: none !important;
    }
}
@media (min-width: 568px) and (max-width: 992px) {
    .header__top .social-box {
        display: none;
    }
    .header__right .donate {
        position: fixed;
        left: 20px;
    } 
    .donate {
        height: 40px;
        display: block;
        width: fit-content;
    }
    .donate .donate-link {
        height: 40px;
        border-radius: 20px;
        padding: 4px 4px 4px 12px;
    }
    .donate .donate-link__text span {
        font-size: 12px;
        line-height: 15px;
    }  
    .header__right > div img {
        height: 24px ;
        width: 24px;
    }
}

@media (min-width: 568px) and (max-width: 779px) {
    .header__top .logo {
        transform: translate(38vw, 2px);
    }
    .header__top .flag-gr {
        display: block;
    }
}

@media (min-width: 993px) and (max-width: 1140px) {
    .header+.container {
        padding-top: 226px;
    }
}

@media (max-width: 432px) {
    .question__bottom {
        flex-direction: column;
        gap: 15px;
    }
    .content-btn.answer_vote_btn.js_send_vote {
        border-radius: 4px;
        margin-right: 0;
    }
    .viber-soc-fix.likely__widget.likely__widget_viber {
        margin-right: 0;
    }
}
    
.float-box__img {
    overflow: hidden;
}
.float-box__img img,
.tiles-one .content-tile__img img,
.main-content__box.hide-mobile :is(.tiles-two, .tiles-three):not(.popular-bl) .content-tile__img img {
    transition: transform 1s ease;
    will-change: transform;
}
.float-box__img:hover img,
.tiles-one .content-tile__img:hover img,
.main-content__box.hide-mobile :is(.tiles-two, .tiles-three):not(.popular-bl) .content-tile__img:hover img {
    transform: translateZ(0) scale(1.02);
    opacity: 1;
}
.content-news__link, .content-tile {
    transition: opacity .4s ease;
}

li[data-active="1"],
.languages-select,
.content__tabs label,
.content__news-box a.content-btn,
.content-title__link, 
.content-tile a, 
.country-switcher a, 
.main-content.fix-art-cont span a,
.header-menu ul li a,
.mainstream_tt_fix > div a.tt_ms_set,
.calendar-box a.calendar-box__item,
.footer__menu li > a,
.footer__law a span,
.black-theme a,
p a {
    transition: color .4s ease;
}

.pagination a,
.question__box .form_radio label:before {
    transition: color .4s ease, border .4s ease;
}

.question__bottom .content-btn {
    border-radius: .25rem;
    transition: color .4s ease, background .4s ease;
}
.question__bottom .content-btn img, 
.js-next-month-load img,
.js-prev-month-load img {
    transition: filter .4s ease;
}
    
.languages-change {
    flex-direction: column;
}
.languages.js-menu-active-element .languages-change {
    animation: hide_menu .3s ease forwards;
}
.languages.js-menu-active-element.active .languages-change {
    animation: show_menu .3s ease forwards;
}
.humburger-wrapper-drop-menu {
    animation: show_menu .3s ease forwards;
}
.humburger-wrapper-drop-menu.hide {
    animation: hide_menu .3s ease forwards;
}
@keyframes show_menu {
    0%{opacity:0;display:none;}1%{opacity:0;display:flex;}100%{opacity:1;display:flex;}
}
@keyframes hide_menu {
    0%{opacity:1;display:flex;}99%{opacity:0;display:flex;}100%{opacity:0;display:none;}
}

.black-theme .js-days-box .another_month_day,
.black-theme .js-days-box .singleDay[data-active='0'] {
    opacity: .7;
}
.black-theme .js-days-box .singleDay[data-active='1']:hover {
    color: #ff0000 !important;
}
@media (max-width: 567px) {
    .black-theme .humor-box__item:before {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }
}

.float-box {
    margin-bottom: 28px;
}
.content-tile_img__wrap {
    height: 224px;
    margin-bottom: 6px;
    overflow: hidden;
}
.tiles-two .content-tile_img__wrap {
    height: 210px;
}
.tiles-three .content-tile_img__wrap {
    height: 140px;
}

.content__news-box.js-news-load-type {
    border-radius: 4px;
}


.main-slider {
    display: block !important;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
}
@media (max-width: 780px) {
    .main-slider {
        visibility: visible;
        position: relative;
        pointer-events: all;
    }
}


.footer .social-box {
    gap: 10px;
}
.footer .social-box noindex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
}
.footer .social-box a {
    margin: 0 !important;
    width: 30px !important;
    height: 30px;
}
.footer .threads-soc {
    background: url(/user/img/threads_logo.svg);
    background-size: cover;
    position: relative;

}
.footer .threads-soc::before {
    content: '';
    background: url(/user/img/threads_logo_white.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease;
}
.footer .threads-soc:hover::before {
    opacity: 1;
}
@media (max-width:780px) {
    .footer .social-box {
    gap: 6px;
    }
    .footer .threads-soc {
    transform: scale(0.7);
    }
}
.content__tabs.stream_box_left input + label:hover {
    color: #ed4945 !important;
}
.content__tabs.stream_box_left input:checked + label {
    color: #101016 !important;
}
.black-theme .content__tabs.stream_box_left input:checked + label {
    color: #fff !important;
}
.content-news__text a {
    transition: color .4s ease;
}
.content-news__text:hover a {
    color: #ed4945 !important;
}
.cabinet-tabs input[type='radio']:not(:checked) + label {
    cursor: pointer;
}
.publications input[type='radio']:checked + label {
    cursor: default;
}
.calendar_wrap_news, .black-theme .calendar_wrap_news {
    color: #101016;
}
.name-days-of-week_news li, .js-days-box_news li {
    font-size: 14px !important;
}
.black-theme .open-calendar-widjet span {
    color: lightgray !important;
}
.black-theme .open-calendar-widjet.js-set-active-widjet img:nth-child(2) {
    display: none;
}
@media (max-width: 567px) {
    .content__tabs .open-calendar-widjet.js-set-active-widjet {
        top: -77px !important;
    }
    .content__tabs .open-calendar-widjet.js-set-active-widjet span {
        display: inline;
    }
}


.glide__slides li img {
    object-fit: contain !important;
}
.glide__arrows {
    top: 50%;
    transform: translateY(-25px);
}
.glide__arrow {
    transition: opacity .3s ease;
}
.glide__arrow.glide__arrow--disabled {
    opacity: .33;
    cursor: default !important;
}


.views_ico_set span {
    font-family: Inter-Regular;
}
.views_ico_set::before {
    background: url(/user/img/svg_ico/eye_lgray.svg) center / 14px;
    top: 50%;
    transform: translate(1px, -38%);
}  
.news-picture-describe {
    display: inline-block;
    line-height: 18px;
}
.question__title span {
    line-height: 1.3;
}
.calendar_wrap_news {
    z-index: 5 !important;
}
@media(max-width: 567px) {
    .article_author_field {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .question-block .question__title {
        line-height: 1.3;
    }
    .content.content__flex {
        overflow: visible;
    }
}
.black-theme :is(.js-prev-month-load, .js-next-month-load):hover img {
    filter: none !important;
}