@charset "UTF-8";
@font-face {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/font-awesome_old/fontawesome-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/font-awesome_old/fontawesome-webfont.woff") format("woff");
}

@font-face {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/font-awesome_old/fontawesome-webfont.woff2") format("woff2");
}

@font-face {
    font-family: "fontawesome5";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: "fontawesome5";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/font-awesome/fa-brands-400.woff") format("woff");
}

@font-face {
    font-family: "fontawesome5";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: "BebasNeueBold";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/BebasNeue__Bold.ttf") format("truetype");
}

@font-face {
    font-family: "BebasNeueRegular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/BebasNeue__Regular.ttf") format("truetype");
}

@font-face {
    font-family: "BebasNeueCyrillic";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/BebasNeue__Cyrillic.ttf") format("truetype");
}

@font-face {
    font-family: "MerriweatherBold";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Merriweather-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "MerriweatherRegular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Merriweather-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoLight";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoBold";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

textarea, button, input {
    outline: none;
    border: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

a, a:hover {
    cursor: pointer;
    text-decoration: none;
}

h1 {
    margin-top: 15px;
}

@keyframes subPanelAnim {
    from {
        top: -500px;
        display: none;
        opacity: 0;
    }
    to {
        top: 44px;
        display: block;
        opacity: 1;
    }
}

@keyframes navPanelAnimResp-In {
    0% {
        left: -100vw;
        opacity: 0;
    }
    75% {
        left: 2%;
        opacity: 0.6;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes navPanelAnimResp-Out {
    0% {
        left: 0;
        opacity: 1;
    }
    25% {
        left: 2%;
        opacity: 0.85;
    }
    100% {
        left: -100vw;
        opacity: 0;
    }
}

@keyframes headerReductIn {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
}

@keyframes headerReductOut {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body {
    font-size: 16px;
}

h3 {
    font-size: 1em;
    font-family: "BebasNeueBold";
    line-height: 1;
    text-align: center;
    margin: 0;
}

h4 {
    font-size: 1.125em;
    font-family: "MerriweatherBold";
    color: #161616;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

a:hover {
    color: #0089b3;
}

.slick-prev:before {
    content: "";
    font: 28px "fontawesome";
    color: black;
}

.slick-next:before {
    content: "";
    font: 28px "fontawesome";
    color: black;
}

.slick-prev, .slick-next {
    top: -20px;
}

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

.block_title {
    font-size: 1em;
    font-family: "BebasNeueBold", sans-serif;
    color: #141414;
    line-height: 1;
    text-align: center;
    width: 100%;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 2px;
    background-image: -moz-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -webkit-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -ms-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.reader_choice .block_title {
    justify-content: center;
}

.news_bar_block {
    margin-bottom: 30px;
}

.head_news_article .img_wrapper img,
.list_news_block .img_wrapper img {
    height: 100% !important;
}

.img_wrapper img, .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 170px;
}

.video_wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.news_block {
    box-shadow: 1px 1px 3px 0 #b5b5b5;
    margin-bottom: 30px;
}

.news_block .block_title {
    padding: 3px;
    margin: 0;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 2px;
    background-image: -moz-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -webkit-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -ms-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.news_block .block_title h3 {
    margin: 0;
}

.news_block .news_block_article {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #f7f7f7;
    height: auto;
    padding: 5px;
}

.news_block .news_block_article a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%
}

.news_block .news_block_article ul {
    width: 100%
}

.block_content {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 30px;
}

.block_content h3 {
    font-size: 1.125em;
    font-family: "BebasNeueCyrillic";
    text-transform: uppercase;
    line-height: 1.183;
    text-align: left;
    position: relative;
    margin: 0 0 20px;
    color: #262626;
    display: inline-block;
}

.block_content h3:after {
    content: "";
    background-color: #262626;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
}

.block_content p,
.article_text,
#post_content,
#post_content div,
#post_content p {
    font-size: 15px;
    letter-spacing: 0.5px;
    /*font-family: "MerriweatherRegular";
    */
    font-family: Arial;
    color: #262626;
    line-height: 1.286;
    text-align: left;
}

.bold {
    font-weight: 700;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 555;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    background-color: whitesmoke;
    box-shadow: 0 0 38.7px 4.3px rgba(0, 0, 0, 0.1), inset 0 13px 45.08px 0.92px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.logo_block img {
    width: 100%;
    max-width: 168px;
}

.logo_block {
    padding: 13px 0 0 15px;
    display: inline-flex;
}

.logo_block a {
    z-index: 999;
}

.header_services {
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav_panel {
    padding: 0 0 0px;
    overflow: hidden !important;
}

.nav_panel li {
    float: left;
    display: inline-block;
    margin-right: 25px;
}

.nav_panel li:last-child {
    margin-right: 20px;
}

.scrollContent {
    overflow-y: scroll;
    max-height: 1154px;
}

.nav_panel a {
    font-size: 1.125em;
    font-family: "BebasNeueBold", sans-serif;
    color: #141414;
    text-transform: uppercase;
    line-height: 1.72;
    padding: 0 0 6px;
    transition: 0.3s all;
    border-bottom: 2px solid transparent;
}

.nav_panel a:hover, .nav_panel a.active {
    color: #0089b3;
    border-bottom: 2px solid #0089b3;
}

.nav_panel a.nav_panel_btn.active, .nav_panel a.nav_panel_btn:hover {
    border-bottom: 2px solid transparent;
}

.nav_btn_responsive {
    display: none;
}

.yandex-stat {
    display: block !important;
}

.sub_menu_container {
    border-radius: 2px;
    background-color: rgba(42, 42, 42, 0.949);
    padding: 10px 7px;
    position: absolute;
    width: 96%;
    top: -300px;
    display: none;
    opacity: 0;
}

.sub_menu_container.active {
    animation: subPanelAnim 0.3s;
    top: 44px;
    display: block;
    opacity: 1;
}

.sub_menu_container a {
    color: white !important;
    font-size: .875em;
    font-family: "BebasNeueRegular";
    border-bottom: 1px solid white !important;
}

.sub_menu_container .sub_menu_row {
    /*display: flex;*/
    /*flex-direction: row;*/
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
}

.sub_menu_container .sub_menu_row li {
    margin-right: 5%
}

.sub_menu_container .sub_menu_row li a {
    transition: 0.3s;
}

.show_header_sub_menu {
    display: block;
    top: 40px;
    opacity: 1;
}

.sub_menu_container .sub_menu_row li a:hover {
    border-bottom: 1px solid white;
}

.sub_menu_container .sub_menu_row:nth-of-type(1) {
    margin-bottom: 25px;
}

.sub_menu_container .sub_menu_add {
    margin-top: 10px;
}

.sub_menu_container .sub_menu_add li {
    margin-right: 0;
}

.sub_menu_container .sub_menu_add li a {
    font-size: 12px;
    font-family: "Merriweather";
    color: white;
    text-align: right;
    border-bottom: 1px solid transparent !important;
}

.sub_menu_container .sub_menu__btn_close {
    border-bottom: 1px solid transparent;
    position: absolute;
    right: 10px;
}

.sub_menu_container .sub_menu__btn_close:hover {
    border-bottom: 1px solid transparent;
}

.weather_info_block {
    overflow: hidden;
    padding: 0;
}

.weather_info_block__city {
    margin: 0 0 2px;
    text-align: center;
}

.weather_info_block__city .weather_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.weather_info_block__city .weather_info span {
    margin: 0 2px;
}

.weather_info_block__city .city_search_block {
    display: none;
    position: relative;
    transition: 0.3s;
    height: 22px;
    margin: 0;
}

.weather_info_block__city .city_search_block span {
    right: 15px;
    position: absolute;
    opacity: 0.7;
    top: 0;
}

.weather_info_block__city .city_search {
    margin: 0 auto;
    padding: 0 5px;
    font-size: .9em;
    width: 100%
}

.weather_info_block__city .weather_container {
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
    float: right;
}

.weather_info_block__city .city-select {
    text-align-last: center;
    padding: 0 20px 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/icon/icon_arrow.png);
    background-position: 93% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.weather_info_block__city .city-select::-ms-expand {
    display: none;
}

.weather_info_block__city .fa-caret-down {
    color: #009ac3;
}

.weather_info_block__city .select_container {
    margin: 0 auto;
    display: block;
}

.weather_info_block__city .select_city {
    position: relative;
    width: 100%
}

.weather_info_block__city .temperature {
    font-size: .81em;
    font-family: "MerriweatherBold";
    color: #e8ba40 !important;
    font-weight: 700;
    line-height: 1.385;
    float: none;
    width: 100%;
    display: block;
}

.weather_info_block__city select {
    -moz-appearance: window;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    float: right;
}

.weather_info_block__city select:after {
    content: "";
    position: absolute;
}

.weather_info_block__city select option {
    background: #505457;
    color: white;
    cursor: pointer;
    width: 150px;
}

.weather_info_block__city select option:hover {
    background: white;
    color: #505457;
}

.weather_info_block__time {
    font-size: .75em;
    font-family: "MerriweatherRegular";
    color: #505457;
    line-height: 1.5;
    padding: 0;
    float: right;
    width: 145px;
    text-align: center;
}

#post_content ul {
    padding-left: 25px;
}

#post_content ul li {
    list-style-type: inherit;
    color: #484848;
    font-size: 14px;
    margin-bottom: 10px;
}

.namaz_block {
    font-size: .75em;
    font-family: "MerriweatherBold";
    color: #404040;
    line-height: 1.917;
    text-align: center;
    border-left: 2px solid rgba(128, 128, 128, 0.3);
    padding-bottom: 20px;
}

.namaz_block ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    position: relative;
}

.namaz_block ul li {
    display: inline-block;
    float: left;
}

.namaz_block ul li:last-child {
    position: absolute;
    width: 100%;
    top: 42px;
    background: transparent;
}

.namaz_block ul li:last-child a {
    color: #333;
    border: 1px solid #333;
    padding: 0px 5px;
}

.header_search_block {
    position: relative;
}

.header_search_block .search_field {
    font-size: .75em;
    font-family: "RobotoLight";
    color: rgba(0, 0, 0, 0.9);
    border-radius: 2px;
    background-color: rgba(144, 154, 160, 0.102);
    width: 204px;
    height: 32px;
    text-align: center;
    float: right;
    margin: 0;
    transition: 0.35s;
    border: 1px solid rgba(144, 154, 160, 0.102);
}

.header_search_block .search_field::placeholder {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.header_search_block .search_field:hover {
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(144, 154, 160, 0.5);
}

.header_search_block .search_field:focus {
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(144, 154, 160, 0.5);
    background: white;
}

.header_search_block .search_btn {
    color: rgba(0, 0, 0, 0.4) !important;
    position: absolute;
    background: transparent;
    top: 0px;
    right: 10px;
    font-size: 1.25em;
    cursor: pointer;
}

.header_search_block .search_btn button {
    outline: none;
}

.social_medias_block {
    z-index: 9;
    padding-bottom: 5px;
}

.social_medias_block a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 1.125em;
    color: white !important;
    border-radius: 5px;
    background-color: #006687;
    width: 26px;
    height: 25px;
    float: left;
    margin: 0 0 0 3%
}

.content_print img {
    max-width: 100%;
    margin-bottom: 10px !important;
    padding: 5px;
    border: 1px solid #ddd;
}

/*.content_print {*/
/*    float: left;*/
/*}*/

.social_medias_block a:hover {
    background-color: #041554;
}

.sign_in_btn {
    font-size: 1.125em;
    font-family: "BebasNeueBold";
    color: #141414;
    text-transform: uppercase;
    text-align: right;
    margin: 0 0 0 20px;
    padding: 0 0 5px 0;
}

.page_content {
    margin-top: 150px !important;
    padding: 25px 0;
}

.news_length_wrapper {
    box-shadow: 1px 1px 3px 0 #b5b5b5;
    margin-bottom: 30px;
}

.news_length_wrapper .news_length_title {
    padding: 7px;
    margin: 0;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 2px;
    background-image: -moz-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -webkit-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -ms-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.news_length_wrapper .news_length_article {
    border-top: 1px solid #e7e7e7;
    padding: 10px;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    display: block;
}

.article_main-image {
    height: auto !important;
}

.clearfix::before {
    content: '';
    display: block;
    clear: both;
}

.news_length_wrapper .news_length_article__title {
    font-family: "MerriweatherRegular";
    color: #414141;
    line-height: 17px;
    text-align: left;
    font-size: .75em;
    transition: 0.3s;
}

.news_length_wrapper .news_length_article__title:hover {
    color: #0089b3;
    cursor: pointer;
}

.news_length_wrapper .news_length_article__info {
    font-size: 9px;
    font-family: "MerriweatherRegular";
    color: #888;
}

.head_news_wrapper {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    padding: 5px 10px;
    margin-bottom: 22px;
    min-height: 562px;
}

.page-link {
    color: #006687;
}

.page-item.active .page-link {
    background-color: #006687;
    border-color: #006687;
}

.paginate {
    padding-top: 20px;
}

.pagination {
    display: inline-flex;
}

.head_news__primary_block {
    padding-right: 0px;
}

.head_news__primary_block .img_wrapper {
    width: 100%;
    height: 200px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.549);
/ / box-shadow: 0 0 2 px 0.45 px rgba(0, 0, 0, 0.71);
    padding: 2px;
}

body {
    overflow-x: hidden;
}

.head_news__primary_block .img_wrapper img, .head_news__primary_block .img_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.head_news__primary_block .primary_block_title {
    margin: 0;
    padding: 5px 0px;
    height: auto;
    font-size: 1.125em;
    font-family: "MerriweatherBold";
    color: #161616;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
}

.head_news__primary_block .primary_block_title a {
    color: #161616;
    transition: 0.3s;
}

.head_news__primary_block .primary_block_title a:hover {
    color: #0089b3;
    cursor: pointer;
}

.primary_block_text {
    font-size: .81em;
    font-family: "MerriweatherRegular";
    color: #161616;
    line-height: 1.538;
    text-align: left;
}

.head_news_article:nth-of-type(1) {
    margin-bottom: 15px;
}

.head_news_article .img_wrapper {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.549);
/ / box-shadow: 0 0 2.55 px 0.45 px rgba(0, 0, 0, 0.71);
    width: 100%;
    height: 141px;
    padding: 1px 4px;
}

.head_news_article .img_wrapper img {
    border-radius: 2px;
}

.head_news_article .head_news_article__title {
    font-size: .93em;
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.267;
    text-align: left;
    height: 85px;
}

.head_news_article .head_news_article__title a,
.video_news_article__title a {
    color: #161616;
    transition: 0.3s;
    font-size: 14px;
}

.head_news_article .head_news_article__title a:hover,
.video_news_article__title a:hover {
    color: #0089b3;
    cursor: pointer;
}

.answer_comment {
    font-size: 14px !important;
    font-family: "BebasNeueRegular" !important;
    color: #5b5b5b !important;
    line-height: 1.415 !important;
    text-decoration: underline;
    cursor: pointer;
}

@media print {
    body {
        visibility: hidden;
    }

    .article_wrapper {
        visibility: visible;
    }

    .article_wrapper iframe {
        visibility: hidden;
    }
}

.new_check {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.head_news_article__prop {
    font-size: .93em;
    font-family: "BebasNeueRegular";
    color: #5b5b5b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%
}

.head_news_article__prop a {
    color: #5b5b5b;
}

.head_news_article__prop .head_news_article__prop_item {
    max-width: 150px;
    width: auto;
}

.head_news_article__prop .head_news_article__prop_item:nth-of-type(2) a {
    color: #d65e5a;
}

.head_view_more {
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: 0.3s;
}

.head_view_more:hover img {
    margin: 0 15px;
}

.head_view_more img {
    margin: 0 5px;
    transition: 0.3s;
}

.promotion_wrapper {
    margin: 0 auto 30px;
    width: 100%
}

.promotion_wrapper img {
    background-color: rgba(255, 255, 255, 0.549);
    box-shadow: 0 0 2.55px 0.45px rgba(0, 0, 0, 0.71);
    margin: 0 auto;
    display: block;
}

.editor_choice_wrapper {
    box-shadow: 1px 1px 3px 0 #b5b5b5;
}

.editor_choice_wrapper .block_title {
    padding: 3px;
    margin: 0;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 2px;
    background-image: -moz-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -webkit-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -ms-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.editor_choice_wrapper .block_title h3 {
    margin: 0;
}

.editor_choice_wrapper .block_title a {
    color: #333;
}

.editor_choice_article {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #f7f7f7;
    padding: 10px 10px 10px 0px;

}

.editor_choice_article a {
    display: block;
    padding-left: 30px;
    width: 100%;
}

.editor_choice_article__block {
    color: #141414;
    transition: 0.3s;
}

.editor_choice_article__block:hover {
    color: #0089b3;
}

.editor_choice_article__block:nth-of-type(1) {
    width: 45px;
    text-align: center;
    color: #041554;
}

.editor_choice_article__block:nth-of-type(2) {
    font-size: .75em;
    font-family: "MerriweatherRegular";
    width: 100%
}

.theme_day_block {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    padding: 7px;
    margin-bottom: 30px;
}

.mce-fullscreen {
    z-index: 99999;
}

.sidebar-left .row {
    padding: 0px 6px;
}

.head_news_wrapper_parent {
    padding-left: 20px;
}

.theme_day_block h3 {
    font-size: 1.125em;
    font-family: "BebasNeueCyrillic";
    color: #d65e5a;
    text-transform: uppercase;
    line-height: 1.183;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.theme_day_block h3:after {
    content: "";
    background-color: #d65e5a;
    position: absolute;
    width: 37px;
    height: 1px;
    bottom: -2px;
    left: 0;
}

.theme_day_article {
    margin-bottom: 14px;
}

.theme_day_article .img_wrapper {
    width: 100%;
    height: 180px;
}

.theme_day_article .theme_day_article__title {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: .93em;
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.267;
    text-align: center;
    transition: 0.3s;
}

.theme_day_article:hover .theme_day_article__title {
    color: #0089b3;
}

.popular_news_block {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    padding-top: 1px;
    min-height: 604px;
}

.popular_news_block h3 {
    font-size: 1.125em;
    font-family: "BebasNeueCyrillic";
    text-transform: uppercase;
    line-height: 1.183;
    text-align: left;
    position: relative;
    margin: 7px 7px 20px;
    color: #262626;
}

.popular_news_block h3:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #262626;
}

.popular_news_container {
    list-style-type: decimal;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    padding-left: 25px;
    font-size: 1em;
    min-height: 554px;
    max-height: 554px;
    overflow: scroll;
    overflow-x: hidden;
}

.popular_news_article {
    border-radius: 2px;
    background-color: white;
    border-bottom: 1px solid #f7f7f7;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .75em;
    padding-left: 15px;
    line-height: 18px;
}

.popular_news_article:nth-last-of-type(1) {
    height: 54px;
}

.popular_news_article a {
    font-family: "MerriweatherRegular";
    color: #141414;
    line-height: 1;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    height: 100%
}

.popular_news_article a:hover {
    color: #0089b3;
}

.popular_news_container::-webkit-scrollbar {
    width: 2px;
}

.video_sidebar_wrapper {
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
}

.video_sidebar_wrapper .block_title {
    border-width: 1px;
    border-color: #d9d9d9;
    border-style: solid;
    border-radius: 2px;
    background-image: -moz-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -webkit-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    background-image: -ms-linear-gradient(-90deg, #d7d7d7 0, white 100%);
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.video_sidebar_article {
    margin-bottom: 15px;
}

.video_sidebar_article .video_article__video {
    position: relative;
}

.video_sidebar_article .video_article__video > img {
    width: 100%;
}

.video_sidebar_article video {
    max-width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

.video_sidebar_article .video_article__video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: 0.3s;
}

.video_sidebar_article .video_article__video_overlay .fa-play-circle {
    font-size: 36px;
    color: white;
    line-height: 0.86;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_sidebar_article:hover .video_article__video_overlay {
    background: rgba(255, 255, 255, 0);
}

.video_sidebar_article .video_article__title {
    height: auto;
    width: 100%;
    font-size: .93em;
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.267;
    text-align: left;
    transition: 0.3s;
    padding: 7px;
    cursor: pointer;
}

.list_news_block .img_wrapper {
    height: 70px;
    width: 110px;
}

.commented_sidebar_article {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #f7f7f7;
    line-height: 16px;
    padding: 10px 0px;
}

.commented_sidebar_article a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 0px 10px 0px 0px;
}

.commented_sidebar_article .commented_sidebar_article__block {
    color: #141414;
    transition: 0.3s;
}

.commented_sidebar_article .commented_sidebar_article__block:hover {
    color: #0089b3;
}

.commented_sidebar_article .commented_sidebar_article__block:nth-of-type(1) {
    width: 45px;
    min-width: 45px;
    text-align: center;
    color: #006588;
    font-size: .75em;
}

.commented_sidebar_article .commented_sidebar_article__block:nth-of-type(2) {
    font-size: .75em;
    font-family: "MerriweatherRegular"
}

.muslim_str_sidebar_wrapper {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
}

.muslim_str_sidebar_wrapper .article_container__img_wrapper {
    width: 100%;
    height: 130px;
    border-radius: 2px;
    padding: 7px;
    margin: 10px 0 5px;
}

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

.muslim_str_sidebar_wrapper .article_container__title {
    text-align: left;
    padding: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.muslim_str_sidebar_wrapper .article_container__title h2 {
    font-size: .93em;
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.267;
}

.muslim_str_sidebar_wrapper .article_container__text {
    font-size: .81em;
    font-family: "MerriweatherRegular";
    color: #262626;
    line-height: 1.308;
    text-align: left;
    padding: 0 7px 7px;
}

.main_article_wrapper {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    padding: 0 15px;
}

.main_article_wrapper .slider_container {
    padding: 0;
}

.main_article_wrapper h3 {
    font-size: 1.125em;
    font-family: "BebasNeueCyrillic";
    text-transform: uppercase;
    line-height: 1.183;
    text-align: left;
    position: relative;
    margin: 7px 15px 20px;
    color: #262626;
    display: inline-block;
}

.main_article_wrapper h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #262626;
}

.main_article_wrapper .slider_item {
    padding: 0 15px;
}

.main_article_wrapper .slider_item__title {
    text-align: left;
}

.main_article_wrapper .slider_item__title h4 {
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.267;
    margin: 10px 0px;
    font-size: 1em;
}

.main_article_wrapper .slider_item__img_wrapper {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.549);
/ / box-shadow: 0 0 2 px 0.45 px rgba(0, 0, 0, 0.71);
    width: 100%;
    height: 141px;
    padding: 1px 2px;
/ / border: 1 px solid rgba(0, 0, 0, 0.18);
}

.last-news-list-homepage {
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0;
}

.last-news-list-homepage:nth-child(1) .list-news-list-homepage-line,
.last-news-list-homepage:nth-child(2) .list-news-list-homepage-line,
.last-news-list-homepage:nth-child(3) .list-news-list-homepage-line {
    border-top: 0;
    margin-top: 0;
}

.main_article_wrapper .row {
    padding-bottom: 15px !important;
}

.list-news-list-homepage-line {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.main_article_wrapper .slider_item__img_wrapper img {
    z-index: 1;
}

.main_article_wrapper .slider_item__text {
    font-size: .8em;
    font-family: "MerriweatherRegular";
    color: #262626;
    line-height: 1.308;
    text-align: left;
}

.main_article_wrapper .slider_item__social_media {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.main_article_wrapper .slider_item__social_media a {
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0 10px 15px;
    transition: 0.3s;
    cursor: pointer;
}

.main_article_wrapper .slider_item__social_media a:hover {
    color: #0089b3;
}

.main_article_wrapper .slick-next {
    position: absolute;
    left: 112px;
    top: -35px;
}

.main_article_wrapper .slick-prev {
    position: absolute;
    left: 87px;
    top: -35px;
}

.important_news_wrapper {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
}

.important_news_wrapper .block_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.important_news_wrapper .slider_container {
    padding: 5px 15px;
}

.important_news_wrapper .slider_item__title {
    height: 56.5px;
    text-align: left;
}

.important_news_wrapper .slider_item__title h4 {
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.267;
    margin: 0;
    font-size: .8em;
}

.important_news_wrapper .slider_item__img_wrapper {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.549);
    box-shadow: 0 0 2px 0.45px rgba(0, 0, 0, 0.71);
    width: 100%;
    height: 141px;
    padding: 1px 2px;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.important_news_wrapper .slider_item__img_wrapper img {
    z-index: 1;
}

.important_news_wrapper .slider_item__text {
    font-size: .75em;
    font-family: "MerriweatherRegular", sans-serif;
    color: #262626;
    line-height: 1.308;
    text-align: left;
}

.important_news_wrapper .slick-next {
    right: 30%;
}

.important_news_wrapper .slick-prev {
    left: 30%;
}

.muslim-fortress .slick-prev {
    left: 5px;
}

.muslim-fortress .slick-next {
    right: 5px;
}

.point_view_wrapper {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
}

.point_view_wrapper .block_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.point_view_wrapper .slider_container {
    padding: 5px 15px;
}

.point_view_wrapper .slider_item__news_container {
    width: 100%;
    counter-reset: heading;
}

.point_view_wrapper .slider_item__news_container ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    height: 335px;
    padding: 3px 0 0;
}

.point_view_wrapper .slider_item__news_container a {
    font-size: .75em;
    font-family: "MerriweatherRegular", sans-serif;
    color: #141414;
    height: auto;
    min-height: auto;
    width: 100%;
    padding: 0 0 0 20px;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;

}

.point_view_wrapper .slider_item__news_container a:before {
    counter-increment: heading;
    content: counter(heading) ".";
    position: absolute;
    left: 0;
}

.point_view_wrapper .slick-next {
    right: 35%;
}

.point_view_wrapper .slick-prev {
    left: 35%;
}

@media (max-width: 768px) {
    .point_view_wrapper .slick-prev {
        left: 5px;
    }
}

.footer .row {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.footer_news_wrapper {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.footer_news_wrapper .footer_news__img_wrapper {
    background-color: #f8f8f8;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 178px;
    padding: 10px;
}

.footer_news_wrapper .footer_news__title {
    font-size: .75em;
    font-family: "MerriweatherBold";
    color: #262626;
    line-height: 1.308;
    text-align: center;
    padding: 10px 10px;
    width: 100%;
}

.footer_news_wrapper .slider_item {
    padding: 0 15px;
}

.footer_news_wrapper .slick-next {
    position: absolute;
    right: 44%
}

.footer_news_wrapper .slick-prev {
    position: absolute;
    left: 44%
}

.footer .footer_nav_panel {
    background-color: #404040;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.footer .footer_nav_panel .col-md-2 {
    padding: 0;
}

.footer .footer_nav_panel .col-md-2:nth-of-type(1) {
    padding-left: 15px;
}

.footer .footer_nav_panel .col-md-2:nth-last-of-type(1) {
    padding-right: 15px;
}

.footer .footer_nav_panel a {
    font-size: .75em;
    font-family: "RobotoLight";
    color: rgba(255, 255, 255, 0.7);
    line-height: 2.083;
    text-align: left;
}

.footer .footer_nav_panel a:hover {
    text-decoration: underline;
}

.footer .nav_title {
    border-bottom: 1px solid #989898;
    margin-bottom: 5px;
}

.footer .nav_title a {
    font-size: 1em;
    font-family: "BebasNeueRegular";
    text-transform: uppercase;
    line-height: 1.253;
    color: white;
}

.footer .nav_title a:hover {
    text-decoration: none;
}

.footer .info_footer {
    padding: 15px 0;
    background-color: #2a2a2a;
}

.footer .info_footer p {
    font-size: .68em;
    font-family: "RobotoLight";
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.455;
    text-align: left;
    margin: 0;
}

.footer .info_footer p span {
    color: white;
}

.footer .info_footer__menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.footer .info_footer__menu a {
    font-size: 1em;
    font-family: "BebasNeueRegular";
    color: white;
    line-height: 1.5;
}

.footer .copyright {
    background: black;
}

.footer .copyright h6 {
    font-size: .75em;
    font-family: "RobotoLight";
    color: white;
    line-height: 2;
    text-align: center;
    margin: 5px 0;
}

.login_wrapper {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 30px;
}

.login_wrapper h3 {
    font-size: 1.125em;
    font-family: "BebasNeueCyrillic";
    text-transform: uppercase;
    line-height: 1.183;
    text-align: left;
    position: relative;
    margin: 7px 7px 20px;
    color: #262626;
    display: inline-block;
}

.login_wrapper h3:after {
    content: "";
    background-color: #262626;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
}

.login_wrapper h4 {
    font-size: 1em;
    font-family: "MerriweatherRegular";
    color: #262626;
    text-transform: uppercase;
    line-height: 1.375;
    text-align: center;
}

.login_wrapper form {
    padding: 15px;
}

.login_wrapper .input-group {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

.login_wrapper input {
    border-radius: 2px;
    background-color: #fbfbfb;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 340px;
    height: 37px;
    margin: 10px auto;
    display: block;
    padding: 0 10px;
    transition: 0.3s;
}

.login_wrapper input:hover, .login_wrapper input:focus {
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.8);
}

.login_wrapper input::placeholder {
    font-size: 13px;
    font-family: "RobotoRegular";
    color: #979595;
    line-height: 1.692;
    text-align: left;
}

.login_wrapper input:after {
    content: "*"
}

.login_wrapper .input_require_icon:after {
    content: "*";
    color: red;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.login_wrapper label {
    font-size: .875em;
    font-family: "RobotoRegular";
    color: #515151;
    line-height: 1;
    text-align: center;
    margin: 15px 0;
    width: 100%
}

.login_wrapper .remeber_user_block label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.login_wrapper .remeber_user_block input {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
}

.login_wrapper .remeber_user_block .check_radio {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #041554;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    position: relative;
    margin: 0 15px;
}

.login_wrapper .remeber_user_block .check_radio:before {
    display: none;
    content: "";
    position: absolute;
    background: #041554;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    top: -1px;
    left: -1px;
}

.login_wrapper .remeber_user_block .check_radio:after {
    content: "";
    border: solid white;
    border-width: 0 3px 3px 0;
    width: 7px;
    height: 9px;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 4px;
}

.login_wrapper .remeber_user_block input:checked ~ .check_radio:before {
    display: block;
}

.login_wrapper .social_media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.login_wrapper .social_media a {
    border-radius: 2px;
    background-color: #909aa0;
    height: 25px;
    display: block;
    width: 100px;
    margin: 5px;
    color: white;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.login_wrapper .social_media a:hover {
    background: #041554;
}

.login_wrapper .social_media a svg {
    margin: 0 5px 0 7px;
}

.login_wrapper .social_media a:nth-of-type(1) svg {
    font-size: 28px;
}

.user_enter {
    font-size: 1em;
    font-family: "BebasNeueRegular";
    background: #041554;
    color: white;
    text-transform: uppercase;
    border: 2px solid transparent;
    line-height: 1;
    text-align: center;
    width: 205px;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 15px auto;
    transition: 0.3s;
}

.user_enter:hover {
    background: white;
    color: #041554;
    border: 2px solid #041554;
}

.forgot_pass_btn:first-child {
    margin-right: 20px;
}

.forgot_pass_btn {
    font-size: 12px;
    font-family: "RobotoRegular";
    color: #909aa0;
    text-align: center;
    width: 100%;
    margin: 0 0 25px;
}

.contents_chapter_wrapper a {
    font-size: 12px;
    font-family: "MerriweatherRegular";
    color: #414141;
}

.popular_news_wrapper .block_title {
    padding: 0;
    justify-content: center;
}

.popular_news_wrapper .slick-next {
    right: 25%;
    left: auto;
}

.popular_news_wrapper .slick-prev {
    left: 25%
}

.popular_news_wrapper .slider_item__news_container ul {
    height: auto;
}

.popular_news_wrapper .slider_item__news_container a {
    height: auto;
}

.user_profile__img_wrapper {
    width: 100%;
    height: 183px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.549);
    box-shadow: 0 0 2px 0.45px rgba(0, 0, 0, 0.71);
    padding: 2px;
}

.user_profile__img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 2px;
}

.user_profile_wrapper .user_profile__info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 15px;
}

.user_profile_wrapper .user_profile__info h5 {
    font-size: 16px;
    font-family: "MerriweatherBold";
    color: #262626;
    line-height: 1.375;
    text-align: left;
}

.user_profile_wrapper .user_profile__info p {
    font-size: 12px;
    font-family: "MerriweatherBold";
    color: #262626;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px;
}

.user_profile__commentary {
    border-radius: 2px;
    background-color: #fbfbfb;
    padding: 5px;
}

.user_profile__commentary p {
    font-size: 12px;
}

.user_profile__commentary .user_profile__date {
    font-size: 14px;
    font-family: "MerriweatherBold";
    color: #040025;
    line-height: 1.571;
    text-align: left;
}

.user_profile__commentary .user_profile__text {
    font-size: 12px;
    font-family: "MerriweatherRegular";
    color: #515151;
    line-height: 1.833;
    text-align: left;
    padding: 0 0 0 10px;
}

.video_length_wrapper .news_length_title {
    margin-bottom: 30px;
}

.video_length_wrapper .news_length_article {
    margin-bottom: 10px;
    height: 100%;
    border-top: none;
    box-shadow: none;
}

.video_length_wrapper .news_length_article:nth-last-of-type(1) {
    height: 100%
}

.video_length_wrapper .news_length_article__title {
    min-height: 55px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 15px;
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.267;
    text-align: center;
}

.video_length_wrapper .news_length_article__video {
    top: 183px;
    width: 100%;
    border-radius: 7px;
}

.video_length_wrapper .news_length_article__video video {
    width: 100%;
    height: 165.5px;
    object-fit: cover;
}

.head_videos_wrapper .head_news__primary_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.head_videos_wrapper .primary_block_text {
    font-size: 12px;
    font-family: "MerriweatherRegular";
    color: #161616;
    line-height: 1.5;
    text-align: left;
}

.head_videos_wrapper .primary_block_title {
    font-size: .93em;
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.267;
    text-align: left;
    height: auto;
    padding: 10px 0;
}

.head_videos_wrapper .img_wrapper {
    height: 141px;
    position: relative;
}

.head_videos_wrapper .img_wrapper:hover .video_article__video_overlay {
    background: rgba(255, 255, 255, 0);
}

.head_videos_wrapper .video_article__video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

.head_videos_wrapper .video_article__video_overlay .fa-play-circle {
    font-size: 36px;
    color: white;
    line-height: 0.86;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news_block_article__header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.news_block_article__header span:nth-of-type(1) {
    font-size: 14px;
    font-family: "MerriweatherBold";
    color: #040025;
    font-weight: 700;
    line-height: 1.571;
    text-align: left;
}

.news_block_article__header span:nth-of-type(2) {
    font-size: 15px;
    font-family: "BebasNeueRegular";
    color: #5b5b5b;
    line-height: 1.415;
    text-align: right;
}

.news_block_article__text {
    font-size: 11px;
    font-family: "MerriweatherRegular";
    color: #515151;
    line-height: 1.455;
    padding: 5px;
}

.video_news_wrapper .video_news_article {
    margin-bottom: 30px;
}

.video_news_wrapper .video_news_article__content {
    height: 90%;
    width: 100%;
    padding: 0 10px 0 0;
}

.video_news_wrapper .video_wrapper {
    height: 141px;
    position: relative;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.549);
    box-shadow: 0 0 2.55px 0.45px rgba(0, 0, 0, 0.71);
    width: 100%;
    padding: 1px 4px;
}

.video_news_wrapper .video_wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.video_news_wrapper .video_wrapper:hover .video_article__video_overlay {
    background: rgba(255, 255, 255, 0);
}

.video_news_wrapper .video_article__video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

.video_news_wrapper .video_article__video_overlay .fa-play-circle {
    font-size: 36px;
    color: white;
    line-height: 0.86;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_news_wrapper .video_news_article__title {
    font-size: .85em;
    font-family: "MerriweatherBold";
    color: #161616;
    line-height: 1.357;
    text-align: left;
}

.video_news_wrapper .video_news_article__text {
    font-size: 12px;
    font-family: "MerriweatherRegular";
    color: #262626;
    line-height: 1.417;
    text-align: left;
}

.video_news_article__prop {
    margin: 0px 0 0;
    font-size: .93em;
    font-family: "BebasNeueRegular";
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%
}

.video_news_article__prop a {
    color: #5b5b5b;
}

.video_news_article__prop a:nth-of-type(1) {
    color: #d65e5a;
}

.videos_footer_news {
    padding: 25px 15px 0;
}

.footer_article__text_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.category .head_news_wrapper h3, .homepage .head_news_wrapper h3,
.category .head_news_wrapper h1, .videos .head_videos_wrapper h1 {
    font-size: 1.125em;
    font-family: "BebasNeueCyrillic";
    text-transform: uppercase;
    line-height: 1.183;
    text-align: left;
    position: relative;
    margin: 0 0 20px;
    color: #262626;
    display: inline-block;
}

.category .head_news_wrapper h3:after, .homepage .head_news_wrapper h3:after,
.category .head_news_wrapper h1:after, .videos .head_videos_wrapper h1:after {
    content: "";
    background-color: #262626;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
}

.article_content_text {
    padding: 0 10px 0 0;
}

.category_wrapper .news_length_article {
    height: auto;
}

.category_wrapper .news_length_article:nth-last-of-type(1) {
    height: auto;
}

.news_length_cat__prop {
    font-size: 10px;
    font-family: "MerriweatherRegular";
    color: #888;
    margin: 5px 0;
}

.news_length_cat___title {
    font-size: 12px;
    font-family: "MerriweatherRegular";
    color: #414141;
    line-height: 1.33;
    text-align: left;
    padding: 0 10px;
}

.footer_news_import_wrapper .slick-prev {
    left: 30%
}

.footer_news_import_wrapper .slick-next {
    right: 30%
}

.footer_news_import_wrapper .video_wrapper__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    width: calc(100% - 20px);
    height: calc(100% - 17px);
    background: rgba(60, 57, 57, 0.46);
}

.footer_news_import_wrapper .footer_news__title {
    font-size: 12px;
    font-family: "MerriweatherBold";
    color: white;
    line-height: 1.262;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: calc(100% - 30px);
    transform: translateX(-50%);
}

.footer_news_import_wrapper .slider_item {
    padding: 0 15px;
}

.footer_news_import_wrapper .slider_item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.footer_news_import_wrapper .video_wrapper {
    background-color: #f8f8f8;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    padding: 6px 11px;
    position: relative;
}

.article_wrapper {
    padding: 5px 15px;
}

.article_wrapper .article_title h1 {
    font-size: 1.5em;
    font-family: "RobotoBold";
    color: #181818;
    line-height: 1.583;
    text-align: left;
    margin: 20px 0;
}

.article_wrapper .img_wrapper {
    height: 260px;
}

.article_wrapper .head_news_article__prop {
    margin: 15px 0;
}

.article_wrapper .article_img_info h2 {
    font-size: .875em;
    font-family: "MerriweatherRegular";
    color: #515151;
}

.article_wrapper .article_head {
    margin-bottom: 15px;
}

.article_wrapper .article_text {
    font-size: 1.1em;
    font-family: "MerriweatherRegular";
    color: #161616;
    line-height: 1.5;
    text-align: left;
}

.article_wrapper .article_prop {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article_wrapper .article_prop p {
    display: inline-block;
}

.article_wrapper .social_media a {
    font-size: 1.5em;
    color: #5b5b5b;
    margin: 0 3px;
}

.article_wrapper .social_media a .fa-twitter {
    color: #d65e5a;
}

.article_wrapper .thumbs a {
    margin: 0 5px;
}

.show-in-mobile {
    display: none;
}

.article_wrapper .thumbs a span {
    font-size: 12.439px;
    font-family: "RobotoRegular";
    color: #959595;
}

.article_wrapper .thumbs a:nth-of-type(1) {
    font-size: 1em;
    color: #d65e5a;
    line-height: 1.061;
}

.article_wrapper .thumbs a:nth-of-type(2) {
    font-size: 1em;
    color: #040025;
    line-height: 1.061;
}

.hidden {
    display: none !important;
}

.article_wrapper .article_comment__head {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail_socials a {
    margin: 0 0 0 10px !important;
}

.article_wrapper .comment_count,
.comment_panel_wrapper h4.col-lg-7 {
    font-size: .875em;
    font-family: "MerriweatherRegular";
    /* background: #041554;*/
    color: #4a4848 !important;
    border: 2px solid transparent;
    line-height: 1;
    text-align: center;
    width: 175px;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 15px 0;
    transition: 0.3s;
}

.article_wrapper .comment_count:hover {
    background: white;
    color: #041554 !important;
    /*border: 2px solid #041554;*/
}

.article_wrapper .print_vers {
    font-size: 12.439px;
    font-family: "RobotoRegular";
    color: #040025;
    line-height: 1.769;
    margin-bottom: 25px;
}

.article_prop__notif {
    font-size: .875em;
    font-family: "RobotoRegular";
    color: #515151;
    line-height: 1.516;
    margin: 15px 0;
    width: 100%
}

.article_prop__notif span {
    width: 20px;
    height: 20px;
    position: relative;
    background: black;
    border-radius: 100%;
    display: block;
    margin: 0 7px;
    float: left;
}

.article_prop__notif span .fa-check {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.article_comment__item {
    border-radius: 2px;
    background-color: #fbfbfb;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.article_comment__item .article_comment__header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.article_comment__item .article_comment__header span:nth-of-type(1) {
    font-size: 14px;
    font-family: "MerriweatherBold";
    color: #040025;
    font-weight: 700;
    line-height: 1.571;
    text-align: left;
}

.article_comment__item .article_comment__header span:nth-of-type(2) {
    font-size: 1em;
    font-family: "BebasNeueRegular";
    color: #5b5b5b;
    line-height: 1.415;
    text-align: right;
}

.article_comment__item .article_comment__item_text {
    font-size: 12px;
    font-family: "MerriweatherRegular";
    color: #515151;
    line-height: 1.5;
}

.comment_panel_wrapper .login_block {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%
}

.comment_panel_wrapper .login_block p {
    font-size: 1em;
    font-family: "RobotoRegular";
    color: #515151;
    line-height: 1.375;
    margin: 0;
}

.comment_panel_wrapper .social_media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.comment_panel_wrapper .social_media a {
    border-radius: 2px;
    background-color: #909aa0;
    height: 25px;
    display: block;
    width: 100px;
    margin: 5px;
    color: white;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.comment_panel_wrapper .social_media a .fa-twitter {
    color: white;
}

.comment_panel_wrapper .social_media a:hover {
    background: #226584;
}

.comment_panel_wrapper .social_media a svg {
    margin: 0 5px 0 7px;
}

.comment_panel_wrapper .social_media a:nth-of-type(1) svg {
    font-size: 28px;
}

.comment_panel_wrapper .login_block__control {
    font-size: 1.5em;
    color: #226584;
    line-height: 1.222;
}

.comment_panel_wrapper .comment_form {
    display: block;
}

.comment_panel_wrapper .comment_form.disabled {
    display: none;
}

.comment_panel_wrapper .comment_form input, .comment_panel_wrapper .comment_form textarea {
    border-radius: 2px;
    background-color: #fbfbfb;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    height: 37px;
    display: block;
    padding: 0 10px;
    transition: 0.3s;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    margin: 0 0 15px;
}

.comment_panel_wrapper .comment_form input:hover, .comment_panel_wrapper .comment_form input:focus, .comment_panel_wrapper .comment_form textarea:hover, .comment_panel_wrapper .comment_form textarea:focus {
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.8);
}

.comment_panel_wrapper .comment_form input::placeholder, .comment_panel_wrapper .comment_form textarea::placeholder {
    font-size: 13px;
    font-family: "RobotoRegular";
    color: #979595;
    line-height: 1.692;
    text-align: left;
}

.comment_panel_wrapper .comment_form textarea {
    height: auto;
}

.post_btn {
    font-size: 1em;
    font-family: "BebasNeueRegular";
    background: #236583;
    color: white;
    text-transform: uppercase;
    border: 2px solid transparent;
    line-height: 1;
    text-align: center;
    width: 205px;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 15px 0;
    float: right;
    transition: 0.3s;
}

.post_btn:hover {
    background: white;
    color: #041554;
    border: 2px solid #236583;
}

.post_btn--header {
    margin: 5px 0;
}

.search-input {
    background: transparent;
    cursor: pointer;
    outline: none;
}

.search-input svg {
    color: #404040;
}

.loading {
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: #fff;
}

.loading-main__ {
    z-index: 99;
    position: fixed;
    height: 100%
}

.loading-main__ .load-circle {
    margin: 45vh auto;
}

.loading-detail-news, .loading-homepage-main-posts {
    z-index: 1;
    position: absolute;
}

.news_wrapper .col-12 {
    z-index: 2;
}

.loading-homepage-main-posts .load-circle {
    margin: 30vh auto;
}

.head_news_article__prop_item span {
    margin-left: 5px;
}

.load-circle {
    margin: 5vh auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    border-top: 2px solid #212121;
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

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

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

.list_news_block {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 0 0 20px;
}

.list_news_block .img-wrapper {
    height: 70px;
    width: 32%;
    display: block;
    padding: 0 10px;
}

.list_news_block .text_block, .list_news_block .text_block a {
    width: 65%;
    font-size: .875em;
    font-family: "RobotoRegular";
    color: #555;
    line-height: 1.571;
    text-align: left;
}

.news_bar_article .list_news_block {
    padding: 10px 0;
    margin: 0;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.15);
}

.news_bar_article .list_news_block .img-wrapper {
    width: 40%
}

.news_bar_article .list_news_block .text_block, .news_bar_article .list_news_block .text_block a {
    width: 60%
}

.datepicker-inline {
    width: 100%
}

.datepicker-inline .table-condensed {
    width: 100%
}

.datepicker-inline .datepicker-switch {
    font-size: .875em;
    font-family: "MerriweatherBold";
    color: #141414;
    position: absolute;
    margin-top: 5px;
    left: 25px;
    width: 110px;
    height: auto;
}

.datepicker-inline .datepicker-switch:hover {
    background: transparent;
}

.datepicker-inline .datepicker-days > table > thead > tr:nth-child(2) {
    height: 31px;
}

.datepicker-inline .datepicker-months > table > thead > tr:nth-child(2) {
    height: 31px;
}

.datepicker-inline .datepicker-years > table > thead > tr:nth-child(2) {
    height: 31px;
}

.datepicker-inline th.prev {
    color: transparent;
    left: 120px;
    position: absolute;
}

.datepicker-inline th.prev:after {
    content: "";
    font: 28px "fontawesome";
    color: black;
}

.datepicker-inline th.next {
    color: transparent;
    left: 150px;
    position: absolute;
}

.datepicker-inline th.next:after {
    content: "";
    font: 28px "fontawesome";
    color: black;
}

.datepicker-inline .dow {
    font-size: 11px;
    font-family: "Myriad Pro";
    color: rgba(22, 22, 22, 0.48);
}

.datepicker-inline .day {
    font-size: 1em;
    font-family: "Myriad Pro"
}

.datepicker-inline .day.today {
    border-radius: 4px;
    background-color: #226483;
    border-color: #226483;
    color: white;
    transition: 0.3s;
}

.datepicker-inline .day.today:hover {
    background-color: rgba(4, 21, 84, 0.4);
    border-color: #041554;
}

.datepicker-inline table tr {
    position: relative;
}

.datepicker-inline table tr td {
    width: 30px;
    height: 36px;
}

.datepicker-inline table tr {
    position: relative;
}

.datepicker-inline table tr th {
    width: 30px;
    height: 36px;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: transparent;
}

@media (max-width: 1200px) {
    .header .container {
        max-width: 100%
    }

    .page_content .container {
        max-width: 100%
    }

    .nav_panel {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .nav_panel li {
        margin-right: 2%
    }

    .nav_panel > li:last-of-type {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .news_length_wrapper .news_length_article {
        height: auto;
    }

    .show-in-mobile {
        display: block;
    }

    .news_length_wrapper .news_length_article:nth-last-of-type(1) {
        height: auto;
    }

    .promotion_wrapper {
        margin: 0 0 30px;
        width: auto;
    }

    .video_length_wrapper .news_length_article {
        height: auto;
    }

    .category_wrapper .news_length_article {
        height: auto;
    }
}

@media (max-width: 991px) {
    .sign_in_btn {
        text-align: center;
        margin: 0;
    }

    .header_search_block {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .weather_info_block {
        padding: 0 15px;
    }

    .weather_info_block__city select {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .weather_info_block__time {
        text-align: center;
        padding: 0;
    }

    .nav_panel {
        position: absolute;
        display: flex;
        top: 35px;
        left: -100vw;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        width: 100%;
        max-width: 300px;
        background: rgba(255, 255, 255, 0.93);
        padding: 15px 0 0;
        animation-timing-function: ease-in-out;
        animation: 0.3s navPanelAnimResp-Out;
    }

    .nav_panel li {
        margin: 7px 0;
    }

    .nav_panel li a {
        font-size: 1.25em;
    }

    .nav_panel.active {
        left: -10px;
        opacity: 1;
        animation-timing-function: ease-in-out;
        animation: .3s navPanelAnimResp-In;
        position: fixed;
        top: 0;
        z-index: 99999;
        justify-content: center;
        overflow: scroll !important;
    }

    .nav_panel_btn {
        display: none;
    }

    .nav_btn_responsive {
        color: black;
        width: 35px;
        height: 35px;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        cursor: pointer;
    }

    .nav_btn_responsive:hover, .nav_btn_responsive.active {
        color: #0089b3;
    }

    .weather_row {
        max-width: 500px;
        margin: 5px auto 10px;
    }

    .social_medias_block a {
        margin-right: 10px;
    }

    .news_bar_block {
        font-size: .95em;
    }

    .video_sidebar_article .video_article__title {
        height: auto;
    }

    .important_news_wrapper .slider_item__title {
        height: 63px;
    }

    .commented_sidebar_article, .editor_choice_article {
        height: auto;
    }

    .commented_sidebar_article__block, .editor_choice_article__block {
        padding: 5px;
    }

    .footer_news_wrapper .slick-next {
        right: 5px
    }

    .footer_news_wrapper .slick-prev {
        left: 5px
    }

    .list_news_block .img-wrapper {
        height: 100px;
    }

    .block_title a,
    .block_title h3 {
        color: #333 !important;
    }

    .block_title h3 {
        padding: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 830px) {
    .namaz_block {
        display: none;
    }

    .social_medias_block a {
        margin: 0;
    }

}

@media (max-width: 768px) {
    .namaz_block ul li:last-child {
        top: 45px;
        background: #efefef;
    }

    .news_length_wrapper .news_length_article {
        height: auto;
    }

    .videos_footer_news .slider_item__title {
        font-size: .85em;
    }

    .video_news_wrapper .video_news_article__content {
        padding: 10px 10px 0 0;
    }

    .social_medias_block a {
        margin-right: 5px;
    }
}

.dn_button {
    visibility: hidden;
}

@media (max-width: 767px) {
    .page_content {
        margin-top: 123px;
    }

    .list_news_block .img_wrapper img {
        object-fit: contain;
        width: 90px;
    }

    .dn_button {
        visibility: visible;
    }

    .mt100 {
        margin-top: 190px !important;
    }

    .weather_row {
        margin: 5px auto 0;
    }

    .header_search_block .search_btn {
        top: 2px;
        left: 5px;
    }

    .weather_info_block__time {
        margin: 0 auto 5px;
        float: none;
    }

    .weather_info_block__time span {
        display: inline-flex;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .namaz_block {
        display: block;
        border-left: none;
    }

    .weather_info_block {
        animation: headerReductOut 0.3s;
    }

    .reduction {
        animation: headerReductIn 0.3s;
        opacity: 0;
        display: none;
    }

    .footer .footer_nav_panel .col-md-2:nth-of-type(1) {
        padding: 0;
    }

    .footer .footer_nav_panel .col-md-2:nth-last-of-type(1) {
        padding-right: 0;
    }

    .footer .nav_title {
        margin-top: 15px;
    }

    .footer .info_footer__menu {
        margin: 15px 5px 0;
        flex-wrap: wrap;
    }

    .point_view_wrapper .slider_item__news_container ul {
        height: auto !important;
    }

    .point_view_wrapper .slider_item__news_container a {
        min-height: 55px;
        height: auto;
    }

    .point_view_wrapper .slick-next {
        left: auto;
        right: 10px;
    }

    .popular_news_wrapper .slick-next {
        left: auto;
        right: 25%
    }

    .important_news_wrapper .slick-next {
        right: 5px;
    }

    .important_news_wrapper .slick-prev {
        left: 5px;
    }

    .nav_panel {
        height: 100vh;
        justify-content: flex-start;
    }

    .theme_day_article .img_wrapper {
        width: 100%;
        height: 200px;
        max-width: 300px;
        margin: 15px auto;
    }

    .head_news_article .img_wrapper {
        height: 200px;
        max-width: 300px;
        margin: 0 auto;
    }

    .popular_news_block {
        margin-bottom: 30px;
        min-height: auto;
    }

    .popular_news_container {
        min-height: auto;
    }

    .popular_news_block a {
        justify-content: flex-start;
    }

    .main_article_wrapper .slider_item__img_wrapper {
        height: 200px;
        margin: 0 auto;
        max-width: 300px;
    }

    .important_news_wrapper .slider_item__img_wrapper {
        max-width: 300px;
        height: 200px;
        margin: 0 auto;
    }

    .editor_choice_article a {
        justify-content: flex-start;
    }

    .commented_sidebar_article a {
        justify-content: flex-start;
    }

    .video_sidebar_article video {
        margin: 0 auto;
    }

    .muslim_str_sidebar_wrapper .article_container__img_wrapper {
        max-width: 300px;
        height: 200px;
        margin: 0 auto;
    }

    .footer_news_wrapper .footer_news__img_wrapper {
        max-width: 300px;
        height: 200px;
        margin: 0 auto;
    }

    .latest_news_wrapper .news_block_article a {
        justify-content: flex-start;
    }

    .head_videos_wrapper .head_news__primary_block {
        justify-content: flex-start;
    }

    .head_videos_wrapper .img_wrapper {
        height: 200px;
        max-width: 100%
    }

    .head_videos_wrapper .primary_block_title {
        min-height: 85px;
    }

    .category .video_news_wrapper .video_news_article__content {
        padding: 5px 15px;
    }

    .block_content p {
        font-size: 12px;
    }

    .weather_info_block__city .weather_container {
        float: none;
    }
}

@media (max-width: 575px) {
    .article_page #post_content img {
        width: 100%;
    }

    .logo_block {
        margin-bottom: 10px;
    }

    .sign_in_btn {
        text-align: center;
        width: 100px;
    }

    .weather_info_block__time {
        border-bottom: 1px solid #e4e4e4;
    }

    .head_news__primary_block {
        margin-bottom: 30px;
    }

    .nav_panel {
        width: 100vw;
        max-width: 100vw;
    }

    .promotion_wrapper {
        margin: 0 auto 30px;
    }

    .video_news_wrapper .video_wrapper {
        height: 200px;
    }

    .video_news_article .row {
        margin: 0 auto;
        max-width: 350px;
    }

    .footer_news_import_wrapper .video_wrapper__overlay {
        transform: translate(-50%, -51%);
    }

    .sign_in_btn span {
        display: none;
    }
}

@media (max-width: 480px) {
    .header_search_block {
        max-width: calc(100% - 30px);
    }

    .header_search_block .search_btn {
        top: 10px;
        right: 22px;
        z-index: -1;
    }

    .header_search_block .search_field {
        width: 45px;
        height: 38px;
        transition: 0.3s all;
        margin-top: 7px;
    }


    .header_search_block .search_field::placeholder {
        color: transparent;
    }

    .header_search_block .search_field:focus {
        width: 100%
    }

    .popular_news_wrapper .slick-next {
        right: 15%
    }

    .popular_news_wrapper .slick-prev {
        left: 15%
    }

    .footer_news_import_wrapper .slick-prev {
        left: 20%
    }

    .footer_news_import_wrapper .slick-next {
        right: 20%
    }

    .news_bar_article .list_news_block .img-wrapper {
        width: 55%
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 2 0 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
    background-color: #f2f2f2;
    outline: 1px solid #252525;
    transition: 0.3s;
}

::-webkit-scrollbar-thumb {
    background-color: #006687;
    outline: 1px solid #fff;
    width: 5px;
}

#glav_scroll:hover #all_last_posts {
    overflow: scroll !important;
}

#all_last_posts::-webkit-scrollbar-thumb {
    display: none;
}

.news_length_wrapper:hover #all_last_posts::-webkit-scrollbar-thumb {
    transition: 0.3s;
    display: block !important;
}

.post_tag {
    font-size: 12px;
}

.islamnews-preloader-pages {
    z-index: 98 !important;
}

/** PRELOADER */
.islamnews-preloader,
.islamnews-preloader-pages {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    height: 100%;
    padding-top: 10%;
    top: 0;
    bottom: 0
}

.islamnews-preloader h2,
.islamnews-preloader-pages h2 {
    text-align: center;
    margin-top: 20px;
    color: #2ba0c7;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 160, 199);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}


@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

.col-md-12.text-center button {
    background: #dddddd;
    border: 0;
    color: #333;
    outline: none;
}

.jspPane, .jspDrag {
    left: 0px !important;
}

#to_show_dopc ul {
    padding: 0px 20px;
}

#to_show_dopc a {
    font-size: 1.125em;
    font-family: "BebasNeueBold";
    color: #141414;
    text-transform: uppercase;
    line-height: 1.72;
    padding: 0 0 6px;
    transition: 0.3s all;
    border-bottom: 2px solid transparent;
}

.mosaic_block {
    padding: 15px;
}

.description_image {
    float: left;
}

.description_image span,
.description_image p {
    color: #7d7d7d;
    font-size: 12px;
}

.description_image span {
    display: table-caption;
}

.popular_news_container {
    padding-bottom: 10px;
}

.popular_news_container .popular_news_article a {
    display: block;
    line-height: 1.3em;
    font-size: 11px;
}

.gallery img {
    width: 100%;
    margin-bottom: 10px !important;
}

.zir {
    color: #246482 !important;
    font-size: 20px !important;
}

.zir b {
    font-size: 27px !important;
}

@media (min-width: 768px) {
    .article_wrapper .head_news_article__prop {
        bottom: 0;
        max-width: 90%;
        position: absolute;
        margin-top:16px;
    }

    .article_wrapper .attachment-name h2 {
        margin-top: -50px;
    }

    .last-news-block {
        max-width: 26%;
        flex: 26%;
        width: 26%;
    }

    .head_news_wrapper_parent,
    .last-news-block,
    .pr0 {
        padding-right: 0;
    }

    .head_news_wrapper_parent {
        max-width: 74%;
        flex: 74%;
        width: 74%;
    }

    .homepage .col-lg-9.col-md-12 {
        width: 77.5%;
        flex: 77.5%;
        max-width: 77.5%;
    }

    .homepage .sidebar-left.col-md-12.col-lg-3 {
        width: 22.5%;
        flex: 22.5%;
        max-width: 22.5%;
    }
}

@media (max-width: 768px) {
    #post_content iframe {
        width: 100%;
        height: -webkit-fill-available;
    }

    .article_page #post_content img {
        margin: 10px !important;
        margin-right: 0 !important;
    }

    body .point_view_wrapper .slider_item__news_container ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .image-block img {
        display: block;
        margin: auto;
        width: 300px !important;
        min-height: 200px !important;
        max-height: 200px !important;
    }
}

@media (min-width: 996px) {
    .gallery img {
        height: 160px !important;
    }
}

@media (max-width: 996px) {
    .homepage .commented_sidebar_wrapper.news_bar_block {
        max-height: 370px;
        overflow: scroll;
        overflow-x: hidden;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .homepage .commented_sidebar_wrapper.news_bar_block .commented_sidebar_article__block:first-child {
        display: none;
    }

    .homepage .commented_sidebar_wrapper.news_bar_block .commented_sidebar_article__block {
        text-align: center;
    }

    .homepage .img_wrapper img, .homepage .img-wrapper img {
        object-fit: cover;
    }

    .homepage .theme_day_article .img_wrapper img {
        height: 200px;
    }

    .homepage .theme_day_article .img_wrapper {
        height: 200px;
    }

    .homepage .theme_day_block {
        min-height: auto;
    }

    .homepage .image-block img {
        /*object-fit: */
    }
}

#post_content .wpview {
    display: block;
}

.theme_day_block {
    min-height: 603px;
}

.mce-textbox.mce-multiline {
    font-size: 17px !important;
}

#uLogin {
    display: none;
}

#more_ulogin {
    position: absolute;
    z-index: 1;
    max-height: 200px;
    margin-top: 100px;
    right: 20px;
}

.social_media a {
    cursor: pointer;
    color: #fff;
}

.social_media a:hover {
    color: #fff !important;
}

.mce-content-body p {
    margin: 10px 0px !important;
}

#copyright_print {
    display: none;
    float: left;
}

@media print {
    body * {
        visibility: hidden;
    }

    .head_news_article__prop {
        display: none;
    }

    .content_print, .content_print * {
        visibility: visible;
    }

    .content_print {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 15px;
        padding-top: 0px;
        background-color: white;
        height: 100%;
        width: 100%;
    }

    .content_print #post_content {
        font-size: 25px;
    }

    #copyright_print {
        display: block;
    }
}

.gallery img[data-mce-selected]:focus {
    outline: none;
}

.gallery a {
    cursor: default;
}

.gallery {
    margin: auto -6px;
    padding: 6px 0;
    line-height: 1;
    overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
    margin: auto;
}

.gallery .gallery-item {
    float: left;
    margin: 0;
    text-align: center;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
    padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
    margin: 0;
}

.gallery .gallery-caption {
    font-size: 13px;
    margin: 4px 0;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.665%;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery img {
    max-width: 100%;
    height: auto;
    border: none;
    padding: 0;
}

img.wp-oembed {
    border: 1px dashed #888;
    background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
    width: 300px;
    height: 250px;
    outline: 0;
}

/* rtl */
.rtl .gallery .gallery-item {
    float: right;
}

@media (max-width: 600px) {
    .gallery .gallery-item {
        width: 100%;
    }

    .image-block-information a.image-block-a {
        min-height: 110px !important;
    }
}

.mce-visual-caret {
    display: none;
}

.icon-progress .icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 3px 5px 3px 0;
}

#comments100 {
    background: url(/img/comments-100.png);
}

#comments500 {
    background: url(/img/comments-500.png);
}

#comments1000 {
    background: url(/img/comments-1000.png);
}

.for-all .article_comment__header span:first-child {
    display: inline-flex;
}

.icons-progress {
    margin-top: -10px;
    margin-left: 10px;
}

.icons-progress #comments0 {
    display: none;
}

.icons-progress .icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 3px 5px 3px 0;
}

.seo-information h1 {
    font-size: 13px;
    font-family: "BebasNeueBold";
    line-height: 1;
    text-align: center;
    color: #545353;
}

.seo-information .description-site p {
    color: #4e4e4e;
    font-size: 11px;
    margin: 0;
}

.seo-information .block_title {
    background-image: none;
}

.seo-information .content {
    font-size: .8em;
    font-family: "MerriweatherRegular";
    color: #262626;
    line-height: 22px;
    text-align: left;
    padding: 15px;
}

.adm-information {
    opacity: 0.6;
    top: -25px;
    color: #fff;
    background: #2b2b2b;
    font-size: 14px;
    padding: 6px 6px 6px 6px;
    width: 50%;
    position: relative;
}

.image-block img {
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
}

.image-content-block h2 {
    margin-top: 10px;
    text-align: left;
    flex-wrap: nowrap;
    font-size: .93em;
    font-family: MerriweatherBold;
    color: #161616;
    line-height: 1.267;
}

.image-block-information a.image-block-a {
    display: block;
    margin-bottom: 20px;
    min-height: 70px;
}

.image-block-information a.image-block-a .col-md-4,
.image-block-information a.image-block-a .col-md-8 {
    float: left;
}

.image-block-information p {
    color: #929292;
    font-size: 12px;
    font-family: "BebasNeueCyrillic";
}

.image-block-information {
    padding: 0px;
}

.image-block-information h3 {
    min-height: 19px;
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

    .mce-content-body img.mce-wp-more {
        background-image: url(images/more-2x.png);
        background-size: 1900px 20px;
    }

    .mce-content-body img.mce-wp-nextpage {
        background-image: url(images/pagebreak-2x.png);
        background-size: 1900px 20px;
    }
}

.gallery img[data-mce-selected]:focus {
    outline: none;
}

.wpview {
    display: inline-flex;
}

.gallery a {
    cursor: default;
}

.gallery {
    padding: 6px 0;
    line-height: 1;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}


.ie7 .gallery,
.ie8 .gallery {
    margin: auto;
}

.gallery .gallery-item {
    margin: 0;
    text-align: center;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
    padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
    margin: 0;
}

.gallery .gallery-caption {
    font-size: 13px;
    margin: 4px 0;
}


.gallery img {
    max-width: 100%;
    height: auto;
    border: none;
    padding: 0;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.665%;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery-icon p {
    color: #615e5e;
    font-size: 14px !important;
}

.fancybox-content img {
    width: 100%;
}

.one-image-gallery {
    float: left;
    width: 33%;
    margin: 20px 10px 10px 0px;
}

.one-image-gallery img {
    max-width: 100%;
    width: auto;
}

.one-image-gallery p {
    color: #615e5e;
    font-size: 14px !important;
    margin-bottom: 0;
}

.ephox-summary-card {
    border: 1px solid #AAA;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 10px;
    overflow: hidden;
    margin-bottom: 1em
}

.ephox-summary-card a {
    text-decoration: none;
    color: inherit; /* color: #717171; */
}

.ephox-summary-card a:visited {
    color: inherit
}

.ephox-summary-card-title {
    font-size: 1.1em;
    display: block;
    color: #545454;
}

.ephox-summary-card-author {
    color: #545454;
    display: block;
    margin-top: .5em;
}

.ephox-summary-card-website {
    color: #545454;
    display: block;
    margin-top: .5em;
}

.ephox-summary-card-thumbnail {
    max-width: 180px !important;
    max-height: 180px !important;
    margin-left: 2em !important;
    float: right !important;
}

.ephox-summary-card-description {
    margin-top: .5em;
    display: block;
    font-size: 17px;
    color: #323232;
}

div[data-ephox-embed-iri][data-mce-selected="2"] .mce-shim {
    display: none
}

div[data-ephox-embed-iri] {
    position: relative
}

div[data-ephox-embed-iri] iframe, div[data-ephox-embed-iri] video, div[data-ephox-embed-iri] audio {
    display: block
}

.article_page img {
    cursor: pointer;
    object-fit: cover;
}

.article_comment__item_text p {
    font-size: 12px;
    font-family: "MerriweatherRegular";
    color: #515151;
    line-height: 1.5;
    letter-spacing: 0;
    overflow: hidden;
}

.more_posts .img_wrapper img, .img-wrapper img {
    height: 100%;
}

.theme_day_article .img_wrapper {
    height: 220px;
}

.theme_day_article .img_wrapper img {
    height: 220px;
    object-fit: cover;
}

.theme_day_block {
    overflow: auto;
}

.mosaic_block {
    margin-top: -15px;
    padding-top: 0;
    margin-bottom: 15px;
}

#post_content .img__title {
    font-size: 12px;
    color: #777474;
    margin: 10px;
}

.show_more_text {
    cursor: pointer;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}

.advertising h4 {
    font-size: 13px;
}

.advertising .description-advertising p {
    font-size: 12px;
}

.advertising_item ul {
    width: 100%;
    display: inline-flex;
}

.advertising_item ul li {
    width: 25%;
}

.advertising_item ul li p,
.advertising_item ul li button {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

.advertising_item button {
    background: #ec6666;
    border: none;
    border-radius: 2px;
    color: #fff;
    width: auto;
    cursor: pointer;
    outline: none;
    padding: 0px 30px;
    margin-top: 20px;
}

.advertising_item ul li button:hover {
    background: #f3ac13;
    transition: 0.3s;
}

.advertising .title-block {
    display: inline-flex;
    margin-bottom: 20px;
}

.advertising .advertising_item {
    margin-left: 5px;
    margin-bottom: 50px;
}

.advertising h1 {
    font-size: 1.125em;
    font-family: "BebasNeueBold";
    text-transform: uppercase;
}

.advertising .advertising__content {
    border-left: 5px solid #006687;
    padding-left: 15px;
}

.advertising .advertising__content__item h3 {
    text-transform: uppercase;
    color: #006687;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: "BebasNeueRegular";
    text-align: left;
    margin-bottom: 12px;
    font-size: 22px;
}

.advertising .black-box {
    background: #333;
    height: 10px;
    width: 10px;
    margin-top: 3px;
    margin-right: 7px;
}

.advertising_item h2 {
    font-size: 14px;
    font-family: none;
    color: #000;
}

.advertising .advertising__content__item img {
    max-width: 100%;
}


#advertising_order {
    margin-top: 50px;
}

#advertising_order .close {
    margin-left: 0;
    font-size: 20px;
    padding: 10px 0px;
}

#advertising_order .modal-title {
    width: 100%;
    text-align: center;
}

#advertising_order input {
    margin-bottom: 10px;
    outline: none;
}

#advertising_order button[type="submit"] {
    margin-top: 10px;
    background: #006689;
    float: right;
    border: none;
}

#advertising_order button[type="submit"] {
    background: #075975;
    transition: 0.3s;
}

.logo-image-lower {
    margin-top: 70px;
    margin-left: 35px
}

.logo-image {
    max-width: 200px;
    width: 200px;
    max-height: 50px;
}

.nav_panel {
    overflow: scroll;
}

@media only screen and (max-width: 768px) {
    html body .show_only_in_mobile {
        display: block !important;
    }

    html body .info_footer .reduction {
        display: block;
        opacity: 1;
    }
}

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

    .search-mobile {
        display: block !important;
    }
}

.form-search-mobile,
.search-mobile {
    display: none;
}

.search-active-input input {
    outline: none;
}

.close-search-mobile {
    border: 1px solid #b5b4b4;
    padding: 7px 12px;
    cursor: pointer;
}

.search-active-input {
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
}

.search-mobile {
    z-index: 9999;
    position: absolute;
    right: 30px;
    top: 20px;
    border: 1px solid #8c8c8c;
    padding: 7px 13px;
    font-size: 20px;
    color: #212529;
    border-radius: 5px;
    cursor: pointer;
}

.head_news_article img {
    width: 100%;
}

.important_news_wrapper {
    height: 100%;
}

.point_view_wrapper .slider_item__news_container ul {
    height: 370px;
}

.point_view_wrapper .slider_item__news_container a {
    margin-bottom: 5px;
}

.important_news_wrapper .slider_item__title {
    height: auto;
    margin: 15px 0px;
}

.important_news_wrapper .slider_item__text {
    font-size: 12.5px;
}

yatag {
    min-width: 100% !important;
    max-width: 100% !important;
}

#yandex_rtb_R-A-357369-2 {
    width: 100% !important;
}

@media only screen and (max-width: 768px) {
    .head_news_article .head_news_article__title {
        height: auto !important;
        padding: 0px 10px !important;
        text-align: left;
    }

    .theme_day_article .theme_day_article__title {
        margin-top: 0px !important;
        margin-bottom: 25px !important;
        text-align: left;
    }

    .change-in-mobile {
        margin-left: -20px;
        position: unset !important;
    }

    html, body {
        overflow-x: hidden;
    }
}

.head_news__primary_block .img_wrapper img {
    height: 220px;
}

.head_news__primary_block .img_wrapper {
    height: auto;
}

#counter_ans {
    color: #fff;
    border-radius: 15px;
    background: #d65e5a;
    padding: 5px 6.5px 3px 5px;
    cursor: pointer;
}

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

    body .fl-r-p {
        float: none;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .adsbygoogle {
        width: 100% !important;
        text-align: center;
        border: none !important;
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .page_content {
        margin-top: 80px !important;
    }
}

html body .fl-r-p yatag {
    width: 100% !important;
}

iframe {
    margin: 0;
    min-width: 60%;
    min-height: 250px;
}

.subtitle {
    font-size: 25px;
    margin-bottom: 40px;
}

.article_page #post_content img {
    margin: 10px;
    margin-right: 15px;
}

.fancybox-content img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.fancybox-content {
    height: 100%;
}

.gallery-replace p {
    text-align: center !important;
}

#post_content p, #post_content span {
    color: #262626 !important;
}

#post_content p {
    margin-top: 1em;
}

.fl-r-p {
    float: right !important;
    padding: 10px;
    max-width: 40%;
    overflow: hidden;
}

.admin-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    background: #333;
}

.admin-header ul {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.admin-header ul li {
    margin: 5px 20px;
    padding: 0px 10px;
}

.admin-header ul li:hover {
    background: #006687;
}

.admin-header ul li a {
    color: #ffffff;
}

.row.header_row.admin {
    padding-top: 30px;
}

.page_wrapper.admin {
    padding-top: 40px;
}

.slick-next:before {
    color: #333 !important;
    font-size: 17px !important;
}

.slick-prev, .slick-next {
    top: -13px !important;
}

.slick-prev:before {
    top: 0;
    left: 0;
    color: #333 !important;
    font-size: 17px !important;
}

.thumbs span {
    position: absolute;
    margin-left: -15px;
}

.thumbs svg {
    width: 20px;
}

.social_media i {
    margin: 5px;
}

.desktop-ads-yandex {
    float: right;
    margin-left: 10px;
}

@media only screen and (max-width: 992px) {
    .namaz_block ul {
        margin-top: -0px;
    }

    body .admin-header {
        position: unset;
    }

    body .admin-header ul {
        display: block;
        padding: 20px 0px;
    }
}

.image-style-side {
    float: left;
    width: 250px;
    margin-right: 15px;
}

.image-style-side img {
    margin: 0;
}

aside {
    display: none;
}

.modal-backdrop.fade.in {
    opacity: 0.6;
}

.modal.fade.in {
    opacity: 1;
}

.article_page {
    padding-top: 35px;
}

.mobile-button-bar-menu {
    position: fixed;
    top: 40px;
    left: 20px;
    display: none;
}

.nav_panel.active .mobile-button-bar-menu {
    display: block !important;
    opacity: 1 !important;
}

.dzen-icon-mobile {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .namaz_block {
        padding-bottom: 30px;
    }

    .page_wrapper.admin {
        padding-top: 210px;
    }

    .page_wrapper {
        padding-top: 30px;
    }

    .article_page {
        padding-top: 25px;
    }

    .dzen-icon-mobile {
        background: transparent !important;
        display: block !important;
    }

    .dzen-icon-mobile img {
        width: 60px;
        height: 26px;
        object-fit: contain;
        margin-top: -3px;
    }

    .align-items-center.more_posts.reduction {
        display: block !important;
        opacity: 1 !important;
    }
}

@media only screen and (max-width: 400px) {
    .dzen-icon-mobile {
        position: absolute;
        right: -10px;
        overflow: hidden;
        width: 35px !important;
    }
}

.social_medias_block {
    margin-bottom: 10px;
    display: flex;
    padding: 0;
}

.social_medias_block a {
    padding: 5px;
}

.zen {
    background: transparent !important;
    padding: 0 !important;
}

.zen img {
    height: 25px;
    width: 25px;
}

.text-gray {
    color: #333 !important;
}
