
.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:is(.gall-optimize-box, .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;

}
.glide__arrow svg{
    background: rgb(255 255 255 / 30%);
    border-radius: 50%;
}


.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{
    padding: 12px 10px !important;
        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{
    font-size: 18px!important;
}
.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.news ul li:before, .news ol li:before {
    position: relative;
    display: inline-flex;
    margin-right: 10px;
    top: 8px;
} */
.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 {
        padding: 2px 8px 6px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .header .languages:after{
        top: 8px;
    }
    .header .social-box{
        margin-top: -4px;
        margin-left: 4px;
    }
    .header__top .logo{
        position: absolute;
        left: 50%;
        top: 54%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        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;
}
.social-box a{
    margin-right: 15px !important;
}
.enter img.hover-enter{
    display: none;
}
.enter:hover img{
    display: none;
}
/* .enter:hover img.hover-enter{
    display: inline-block;
} */
.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;
}

.main_page_top_section .content-title__link:hover, .main_page_top_section_mob .content-title__link:hover,
.main_page_pop_section .content-title__link:hover, .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;
}
/*
.calendar-box__item:hover p:not(.hidden_by_full_info) {
    color:#FF0000;
}
*/

.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 #tab-btn-11:checked ~ #content-11,.content__tabs #tab-btn-12:checked ~ #content-12,.content__tabs #tab-btn-13:checked ~ #content-13,.content__tabs 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, .sbody .footer .tiktok-soc {
    background: url("/user/img/tiktok_1-.svg") no-repeat center;
} */
.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");
}
.header .header__right button {
    margin-right: 16px;
}

@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;
    }
    .header .hamburger-btn.hide-desc {
        padding-left: 21px;
        margin-right: 1px;
        margin-left: 0;
        padding-right: 0;
    }
    .content__news-box .open-calendar-widjet{
        top: -30px!important;
    }
    .header .header__right button {
        /* margin-right: 13px; */
        margin-right: 0;
    }
    .header .header__right .search-btn{
        padding: 0 12px
    }
    .header .header__right .enter{
        padding: 0 15px 0 12px;
    }
    .header .logo, .header .logo svg {
        max-height: 40px;
        padding-top: 1px;
        margin-left: -9px;
    }
    .header .header__right{
        padding-top: 8px;
    }
    .header .languages{
        margin-top: -3px;
    }
    .header .languages-change, .header .languages-select{
        font-size: 15px;
    }
    .header .languages:after{
        right: -1px;
        top: 10px;
    }
    .main-content p img{
        width: 100%;
        object-fit: cover;
    }

    .languages.js-menu-active-element {
        margin-right: 6px;
    }

    .hamburger-btn.hide-desc.js-open-mobile-menu {
        margin-left: 6px;
        padding-left: 0;
    }
}

.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;
    /* display: block; */
}

.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 table,
.article-table th,
.article-table td {
  padding: .375rem .5rem !important;
  overflow-wrap: anywhere;
}

body:not(.black-theme) .article-table table,
body:not(.black-theme) .article-table th,
body:not(.black-theme) .article-table td {
  border: 1px solid #dadada;
  color: #000;
}

body.black-theme .article-table table,
body.black-theme .article-table th,
body.black-theme .article-table td {
  border: 1px solid #dadada;
  color: #fff;
}
