/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/html/fonts/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/html/fonts/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/html/fonts/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/html/fonts/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --main-color: #BD1268;
    --second-color: #BD1268;
    --header-bg-color: #343a40;
    --white-color: #ffffff;
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
}
a {
    color: var(--main-color);
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
     font-family: 'Roboto', sans-serif;
}
.h1, h1 {
    margin-left: .5rem;
    margin-right: .5rem;
}
.h2, h2 {
    font-size: 1.3rem;
}
 .flex-container {
     max-width: 1400px;
     margin: 0 auto;
     display: flex;
     flex-flow: row;
}
 .content {
     min-height: 500px;
}
 .left-content {
    /*background-color: rgba(0,0,0,0.2);
    */
     flex: 1 1 auto;
     max-width: 1100px;
}
 .right-content {
     padding: 1em 0 0 0;
     width: 300px;
     min-width: 300px;
    /*background-color: rgba(0,0,0,0.4);
    */
}
 @media (max-width: 1200px) {
     .flex-container {
         flex-flow:column;
    }
     .right-content {
         width: 100%;
         display: none;
    }
}
 .right-content .sidebar-block {
     width: 300px;
     min-height: 250px;
     /*background-color: #1980D8;*/
     margin-bottom: 1em;
}
.right-content .sidebar-block.back-side {
    background-color: #1980D8;
}
.mobile-sidebar .sidebar-block {
    margin-bottom: 1em;
}
 .right-content .sidebar-block img {
     max-width: 100%;
}
 .divider-bottom {
     border-bottom: 1px solid #41B2E8;
}
 .navbar.mobile-nav {
    display: none;
}
 .navbar.desktop-nav {
    display: flex;
}
 .btn-primary.fb-button {
    background-color: #3b5998;
     border-color:#3b5998;
     min-width: 44px;
}
 .btn-primary.vk-button {
    background-color: #587ea3;
     border-color:#587ea3;
     min-width: 44px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
 @media screen and (max-width: 768px) {
     .navbar.mobile-nav {
        display: flex;
    }
     .navbar.desktop-nav {
        display: none;
    }
    /* .navbar.bg-dark {
         background-color: #0173D4!important;
    }*/
     .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
         color: rgba(255,255,255,1);
    }
     .navbar-light .navbar-nav .nav-link {
         color: rgba(255,255,255,.7);
    }
     .navbar-light .navbar-toggler {
         color: rgba(255,255,255,1);
         border-color: rgba(255,255,255,1);
    }
}

.navbar.mobile-nav .navbar-brand {
    color: #fff;
    font-size: 0.8rem;
    font-style: italic;
}
.navbar.mobile-nav .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}
.navbar.mobile-nav .navbar-nav .nav-link.nav-yellow {
    color: rgba(255,255,0,1);
}

 .top_tags {
     margin-bottom: 1em;
     overflow: hidden;
     text-overflow: ellipsis;
    /*white-space: nowrap;
    */
     line-height: 34px;
     height: 34px;
}
 .top_tags a {
     background-color: #ddd;
     color: #000;
     border-radius: 20px;
     padding: 5px 15px;
}
 .top_tags a.top_tags_all {
     background-color: #68C8FD;
     color: #000;
}
.more_h3 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 4px solid var(--main-color);
}
.more_theme {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
.more_theme_domain {
    display: table;
}
.more_theme_img {
    display: table-cell;
    padding-right: 10px;
}
.more_theme_source {
    display: table-cell;
}
.more_theme_source span {
    color: #6c6c6c;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}
.more_theme_img img{
    /*width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;*/
    width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;
}
.more_theme_content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-word;
    /*display: table-cell;*/
}
.more_theme .more_theme_title {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.more_theme .more_theme_title a {
    color: #000;
    font-size: 1.0em;
    line-height: normal;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.more_theme_info, .more_theme_info a, .more_theme_source a {
    color: var(--main-color);
    text-decoration: underline;
}
.more_theme_info .more_theme_date {
    font-size: 14px;
}
 .border_right {
     border-right: 1px solid #ccc;
}
 .more_theme_all {
     text-align: right;
}
 .more_theme_all a {
     color: var(--main-color);
     text-decoration: underline;
}
 .more_theme_all a:hover {
     color: #000;
     text-decoration: none;
}
 @media screen and (max-width: 768px) {
     .first-block {
         -ms-flex-order: -1;
         order: -1;
    }
     .border_right {
         margin-top: 1em;
         border-right: 0;
    }
     .top_tags {
         display: none;
    }
}
 .full_post_block .full_h1 {
     font-family: 'Roboto', sans-serif;
     display: block;
     text-align: left;
     color: #000;
     line-height: 34px;
     font-size: 34px;
     margin: 0;
}
 .full_post_block .full_h1 a {
     font-size: 34px;
     color: #000;
}

 .full_post_block .full_img {
     height: 300px;
     width: 100%;
     overflow: hidden;
     display: block;
}
 .full_post_block .full_text {
     margin-top: 10px;
     line-height: normal;
}
 .new_view_buttons {
     padding: 10px 0 0 0;
}
 .new_view_buttons .link_node {
     margin: 0;
     min-height: 45.5px;
     width: 70%;
     float: left;
     text-align: center;
     background-color: #3c72d0;
}
 .full_post_block .news-link {
     cursor: pointer;
}
 .link_node a {
     font-size: 16px;
     display: block;
     padding: 11px 15px;
     color: #ffffff;
}
 .link_node a:hover {
     background-color: #c7c7c7;
     color: #2d2d2d;
     text-decoration: none;
}
 .link_node .news-link:after {
     content: "\f101";
     font-family: Font Awesome\ 5 Free;
     font-weight: 600;
     margin-left: 5px;
}
 .new_view_buttons .social {
     /*width: 30%;
     float: left;*/
     width: 100%;
     float: left;
}
.new_view_buttons .social.social-seo {
    width: 100%;
    float: none;
    display: flex;
    margin-bottom: 15px;
}
 .social {
     margin: 0 auto;
     text-align: center;
}
 .new_view_buttons:after {
     content: '';
     display: block;
     clear: both;
}
 .new_view_buttons .social a:not([href]):not([tabindex]) {
     color: #fff;
     text-decoration: none;
}
 .new_view_buttons .push {
     display: block;
     float: left;
     width: 25%;
     line-height: 46px;
     margin: 0;
     font-size: 16px;
     text-align: center;
     color: #fff;
     cursor: pointer;
}
 .facebook {
     background-color: #3b5998;
}
 .facebook:hover {
     background-color: #2d4373;
     color: #fff;
}
 .twitter {
     background-color: #55acee;
}
 .twitter:hover {
     background-color: #2795e9;
     color: #fff;
}
 .vkontakte {
     background-color: #587ea3;
}
 .vkontakte:hover {
     background-color: #466482;
     color: #fff;
}
 .ok {
     background-color: #ee8208;
}
 .ok:hover {
     background-color: #ee7808;
     color: #fff;
}
 @media screen and (max-width: 768px) {
     .new_view_buttons .link_node {
         margin-bottom: 1em;
    }
     .new_view_buttons .link_node, .new_view_buttons .social {
         width: 100%;
         float: none;
    }
     .push {
         width: 25%;
    }
     .first-block {
         -ms-flex-order: -1;
         order: -1;
    }
     .full_post_block_mobile {
         position: relative;
    }
     .full_post_block .full_img {
         height: 220px;
         width: auto;
         margin-left: -15px;
         margin-right: -15px;
     }
     .full_post_block .full_h1 {
         font-family: 'Roboto', sans-serif;
         padding: 10px 0 5px;
         overflow: visible;
         text-align: left;
         max-height: none;
         font-weight: 500;
         color: #000;
         font-size: 22px;
         line-height: 28px;
     }
     .full_post_block .full_h1 a {
         font-size: 26px;
         line-height: 32px;
         color: #000;
     }
     /*.container-fluid.my-3.mobile-view {
         margin-top: 0!important;
     }*/

}
.main_tags {
    max-height: 300px;
    overflow: hidden;
}
.main_tags a {
    color: var(--main-color);
    font-size: 20px;
    line-height: 20px;
    position: relative;
    margin-left: 10px;
}
.main_tags .news-tag {
    text-transform: lowercase;
}
.main_tags a.news-link {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 26px;
    color: #212529;
    margin-left: 0;
}
.main_tags a.news-link:hover {
    color: #212529;
}
.main_tags a.news-link:before {
    content: "";
    position: absolute;
    left: 0;
}
.main_tags a:hover {
    color: #41B2E8;
    text-decoration: underline;
}
.main_tags a:before {
    content: '#';
    position: absolute;
    left: -8px;
    top: 5px;
    font-size: 20px;
    line-height: 20px;
    color: var(--main-color);
    transition: color 0.2s ease;
}

.main_tags a.news-persons {
    color: #007bff;
}
.main_tags a.news-persons:before {
    color: #007bff;
}
.main_tags a.news-locations {
    color: var(--main-color);
}
.main_tags a.news-locations:before {
    color: var(--main-color);
}


.full_tags {
    margin-bottom: 0;
}
.full_tags a {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-transform: lowercase;
    white-space: nowrap;
    background-color: #dddddd;
    padding: 2px 5px 2px 15px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 5px;
}
.full_tags a:before {
    content: '#';
    position: absolute;
    left: 5px;
    transition: color 0.2s ease;
}
/*.full_tags a.persons-tags, .full_tags a.persons-tags:before {
    color: #cd0000;
}
.full_tags a.locations-tags, .full_tags a.locations-tags:before {
    color: #cd0000;
}*/



 .main_news_img {
     height: 300px;
     width: 100%;
     overflow: hidden;
     display: inline-block;
}
 .main_news_title {
     line-height: 22px;
     overflow: hidden;
     max-height: 44px;
     font-size: 16px;
     font-weight: 500;
}
 .main_news_info {
     margin-top: 5px;
     line-height: 22px;
     color: #6e6e6e;
     overflow: hidden;
     max-height: 22px;
     font-size: 14px;
     font-weight: 400;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .main_news_source img {
     vertical-align: text-bottom;
     height: 18px;
     margin-right: 5px;
}
 .main_news_source a {
     color: #6e6e6e;
}
 .main_news_date {
     float: right;
     margin-right: 0;
     position: relative;
     margin-left: 0;
}
/*.main_news_date:before {
     content: "•";
     position: absolute;
     left: -10px;
     font-size: 14px;
     color: var(--main-color);
     transition: color 0.2s ease 0s;
}
*/
 .the-themes a {
     color: #000000;
     text-decoration: none;
}
 .the-themes a:hover {
     outline: none;
     text-decoration: none;
     color: #41B2E8;
}
 .the-themes-name {
     margin-bottom: 5px;
    padding-left: 5px;
}
 .the-themes-name span {
     font-family: 'Roboto', sans-serif;
}
 .for-themes .the-themes-name a {
     color: var(--main-color);
     font-size: 20px;
     position: relative;
     margin-left: 12px;
     margin-right: 0;
}
 .the-themes-name a:before {
     content: '#';
     position: absolute;
     left: -12px;
     font-size: 20px;
     color: var(--main-color);
     transition: color 0.2s ease 0s;
}
 .the-themes-name a:hover {
     text-decoration: underline;
}
 .themes_img {
     height: 200px;
     width: 100%;
     overflow: hidden;
     display: inline-block;
}
 .themes_title {
     line-height: 22px;
     overflow: hidden;
     max-height: 44px;
     font-size: 18px;
    margin: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
 .themes_info {
     margin-top: 5px;
     line-height: 22px;
     color: var(--main-color);
     overflow: hidden;
     max-height: 22px;
     font-size: 14px;
     font-weight: 400;
     text-overflow: ellipsis;
     white-space: nowrap;
    margin: 0 10px;
}
 .info_source img {
     vertical-align: text-bottom;
     height: 18px;
     margin-right: 5px;
}
 .info_source a {
     color: var(--main-color);
}
 .info_date {
     float: right;
     margin-right: 0;
     position: relative;
    /*margin-left: 10px;
    */
}
/*.info_date:before {
     content: "•";
     position: absolute;
     left: -10px;
     font-size: 14px;
     color: var(--main-color);
     transition: color 0.2s ease 0s;
}
*/
 .for-themes .the-themes {
     margin-bottom: 1em;
}
 .for-themes .the-themes .themes_tags {
     display: none;
}
 @media (max-width: 768px) {
     .the-themes .the-themes-name {
         display: none;
    }
     .themes_block {
         position: relative;
    }
     .themes_title {
         font-family: 'Roboto', sans-serif;
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         padding: 20px 10px 10px;
         line-height: 22px;
         overflow: visible;
         max-height: none;
         font-size: 18px;
         font-weight: 500;
         color: #fff;
         background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
         background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
         background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
         background: linear-gradient(to bottom, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 1));
         text-shadow: 1px 1px 1px #000;
         margin: 0;
    }
     .for-themes .the-themes .themes_info {
         display: block;
         margin-top: 5px;
         line-height: 22px;
         color: var(--main-color);
         overflow: hidden;
         max-height: 22px;
         font-size: 14px;
         font-weight: 400;
         text-overflow: ellipsis;
         white-space: nowrap;
    }
     .for-themes .the-themes .themes_source img {
         vertical-align: text-bottom;
         height: 18px;
         margin-right: 5px;
    }
     .for-themes .the-themes .themes_source a {
         color: var(--main-color);
    }
     .for-themes .the-themes .themes_date {
         float: right;
         margin-right: 0;
         position: relative;
    }
     .for-themes .the-themes .themes_tags {
         display: block;
         line-height: 22px;
         color: #51B1EC;
         overflow: hidden;
         max-height: 22px;
         font-size: 16px;
         font-weight: 400;
         text-overflow: ellipsis;
         white-space: nowrap;
         margin: 5px 10px 0;
    }
     .for-themes .the-themes .themes_tags a {
         color: var(--main-color);
         font-size: 14px;
         position: relative;
         margin-left: 0;
         margin-right: 5px;
         text-decoration: none;
         border-bottom: 1px dashed var(--main-color);
    }
     .for-themes .the-themes .themes_tags a:hover {
         color: #000;
         text-decoration: none;
         border-bottom: 1px dashed #000;
    }
     .for-themes .the-themes .themes_tags a:before {
         display: none;
    }
     .for-themes .the-themes .themes_tags a.news-persons {
         color: #007bff;
     }
     .for-themes .the-themes .themes_tags a.news-persons:before {
         color: #007bff;
     }
     .for-themes .the-themes .themes_tags a.news-locations {
         color: var(--main-color);
     }
     .for-themes .the-themes .themes_tags a.news-locations:before {
         color: var(--main-color);
     }
}
 .people {
    margin-bottom: 10px;
     display: table;
}
 .peoples-h3 a {
    color: #000;
     text-decoration: underline;
}
 .peoples-h3 a:hover {
    color: #000;
     text-decoration: none;
}
 .people-photo {
    display: table-cell;
     vertical-align: top;
}
 .people-pic {
    margin-right: 10px;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     overflow: hidden;
}
 .people-info {
    display: table-cell;
     vertical-align: top;
}
 .people-name {
    margin-bottom: 0px;
     font-size: 16px;
}
 .people-name a {
    font-weight: 500;
     text-decoration: underline;
}
 .people-name span {
    font-weight: normal;
     color: #bbb;
}
 .people-name a:hover {
    text-decoration: none;
}
 .people-urls {
    margin-bottom: 0;
     margin-left: 0;
     padding-left: 10px;
     font-size: 14px;
     line-height: 18px;
}
 .people-urls a {
    color: #000;
}
 .people-urls li {
    list-style-type: none;
     margin-bottom: 10px;
}
 .people-urls li:before {
    color: var(--main-color);
     content: '\2022';
     display: block;
     position: relative;
     max-width: 0;
     max-height: 0;
     left: -10px;
     top: 0;
     font-size: 14px;
}
 @media (max-width: 768px) {
     .peoples-h3 {
         display: block;
         text-align: center;
         padding: 10px 0;
         margin: -10px -10px 15px;
         background-color: #0173D4;
         font-size: 20px;
    }
     .peoples-h3 a {
         color: #fff;
         text-decoration: none;
    }
     .peoples-h3 a:hover {
         color: #fff;
         text-decoration: underline;
    }
     .divider-bottom {
         border-bottom: 0;
    }
}
 .places {
    margin-bottom: 10px;
     display: table;
}
 .places-h3 a {
    color: #000;
     text-decoration: underline;
}
 .places-h3 a:hover {
    color: #000;
     text-decoration: none;
}
 .places-photo {
    display: table-cell;
     vertical-align: top;
}
 .places-pic {
     margin-right: 10px;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     overflow: hidden;
     font-size: 36px;
     line-height: 36px;
     color: #bbb;
     text-align: center;
}
 .places-info {
    display: table-cell;
     vertical-align: top;
}
 .places-name {
    margin-bottom: 0px;
     font-size: 16px;
}
 .places-name a {
    color: var(--main-color);
     font-weight: 500;
     text-decoration: underline;
}
 .places-name span {
    font-weight: normal;
     color: #bbb;
}
 .places-name a:hover {
    text-decoration: none;
}
 .places-urls {
    margin-bottom: 0;
     margin-left: 0;
     padding-left: 10px;
     font-size: 14px;
     line-height: 18px;
}
 .places-urls a {
    color: #000;
}
 .places-urls li {
    list-style-type: none;
     margin-bottom: 10px;
}
 .places-urls li:before {
    color: var(--main-color);
     content: '\2022';
     display: block;
     position: relative;
     max-width: 0;
     max-height: 0;
     left: -10px;
     top: 0;
     font-size: 14px;
}
 @media (max-width: 768px) {
     .places-h3 {
         display: block;
         text-align: center;
         padding: 10px 0;
         margin: -10px -10px 15px;
         background-color: #E73300;
         font-size: 20px;
    }
     .places-h3 a {
         color: #fff;
         text-decoration: none;
    }
     .places-h3 a:hover {
         color: #fff;
         text-decoration: underline;
    }
}

.sources {
    margin-bottom: 10px;
}
.sources-h3, .places-h3, .peoples-h3 {
    text-align: center;
}
.sources-h3 a {
    color: #000;
    text-decoration: underline;
}
.sources-h3 a:hover {
    color: #000;
    text-decoration: none;
}
.sources .col-sm-12 img, .sources .col-sm-3 img {
    height: 18px;
}
.sources .col-sm-12.col-md a {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-size: 1.2rem;
    color: #000;
}
.sources .col-sm-3 a {
    display: block;
    margin-bottom: 2px;
    /*font-size: 0.8rem;*/
}
.sources .col-sm-12.col-md a:hover, .sources .col-sm-3 a:hover {
    text-decoration: none;
}
.sources .col-sm-12.col-md a span {
    text-decoration: underline;
}
.sources .col-sm-3 a:hover span {
    text-decoration: underline;
}
.sources .col-sm-3 a span {
    margin-left: 5px;
}
.all-sources a:link, .all-sources a:visited {
    text-decoration: underline;
}
.all-sources a:hover {
    color: #000000;
    text-decoration: none;
}

 .thumb_info {
    display: none;
}

/* Последние новости */
 .last-news .col-sm-12 {
     margin-bottom: 2em;
}
.last-news .the-thumb a {
     color: #000000;
     text-decoration: none;
}
.last-news .the-thumb a:hover, .the-thumb .row a:focus {
     outline: none;
     text-decoration: none;
     color: #41B2E8;
}
.thumb_img {
     height: 170px;
     width: 100%;
     overflow: hidden;
     display: inline-block;
     position: relative;
}

/** NEW IMG FIT **/
.thumb_img__fit {
    padding: 0px 0px 58% 0px;
    overflow: hidden;
    position: relative;
}
.thumb_img__fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.the-thumb:hover .thumb_img__fit img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.fade-show {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.thumb_img__fit .source_bg, .thumb_img__fit .time_bg, .thumb_img__fit .hour_rating, .thumb_img__fit .now_reading {
    -webkit-transition: .3s;
    transition: .3s;
}
.thumb_img__fit:hover .source_bg, .thumb_img__fit:hover .time_bg {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    top: -40px;
}
.thumb_img__fit:hover .hour_rating, .thumb_img__fit:hover .now_reading {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    bottom: -40px;
}
/** END NEW IMG FIT **/

.volandemort-thumb-desc:hover {
    cursor: pointer;
}

.source_bg {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    background-color: rgba(40,40,40,.5);
}
.time_bg {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    background-color: rgba(40,40,40,.5);
}
.hour_rating, .now_reading {
    position: absolute;
    z-index: 10;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    background-color: rgba(40,40,40,.5);
}
.hour_rating {
    bottom: 0;
    left: 0;
}
.now_reading {
    bottom: 0;
    right: 0;
}
.thumb_title {
     line-height: 22px;
     overflow: hidden;
     max-height: 44px;
     font-size: 18px;
     font-weight: 500;
     margin: 5px 10px;
     font-family: 'Roboto', sans-serif;
     font-weight: 500;
}
.thumb_desc {
    line-height: 18px;
    max-height: 36px;
    font-size: 14px;
    margin: 5px 10px 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
 .thumb_tags {
     line-height: 22px;
     color: var(--main-color);
     overflow: hidden;
     max-height: 22px;
     font-size: 16px;
     font-weight: 400;
     text-overflow: ellipsis;
     /*white-space: nowrap;*/
     margin: 0 10px;
}
.the-thumb .bg-white {
    background-color: #fff!important;
    padding-bottom: 10px;
}
 .last-news .the-thumb .thumb_tags a {
     color: var(--main-color);
     font-size: 14px;
     position: relative;
     margin-left: 9px;
     margin-right: 0;
     text-transform: lowercase;
     white-space: nowrap;
}
 .last-news .the-thumb .thumb_tags a:hover {
     color: #41B2E8;
     text-decoration: underline 
}
 .last-news .the-thumb .thumb_tags a:before {
     content: '#';
     position: absolute;
     top: 0px;
     left: -9px;
     /*font-size: 20px;*/
     color: var(--main-color);
     transition: color 0.2s ease;
}
 @media (max-width: 768px) {
     .sources-h3 {
         display: block;
         text-align: center;
         padding: 10px 0;
         margin: -10px -10px 15px;
         background-color: #008D00;
         font-size: 20px;
    }
     .sources-h3 a {
         color: #fff;
         text-decoration: none;
    }
     .sources-h3 a:hover {
         color: #fff;
         text-decoration: underline;
    }
     .lastnews-h3 {
         display: block;
         text-align: center;
         padding: 10px 0;
         margin: 0 -15px 15px;
         /*background-color: #0173D4;
         color: #fff;*/
         text-decoration: none;
         font-size: 26px;
    }
     .compact_block {
         position: relative;
    }
     .compact_block .thumb_desc {
         display: none;
     }
     .thumb_title {
         font-family: 'Roboto', sans-serif;
         padding: 0 10px;
         line-height: 22px;
         overflow: visible;
         max-height: none;
         font-size: 18px;
         font-weight: 500;
         color: #000;
         margin: 0;
     }
     .thumb_img {
         height: 220px;
         width: 100%;
     }
     .last-news .the-thumb .thumb_info {
         display: block;
         margin-top: 5px;
         line-height: 22px;
         color: var(--main-color);
         overflow: hidden;
         max-height: 22px;
         font-size: 14px;
         font-weight: 400;
         text-overflow: ellipsis;
         white-space: nowrap;
         margin: 5px 10px;
    }
     .last-news .the-thumb .thumb_source img {
         vertical-align: text-bottom;
         height: 18px;
         margin-right: 5px;
    }
     .last-news .the-thumb .thumb_source a {
         color: var(--main-color);
    }
     .last-news .the-thumb .thumb_date {
         float: right;
         margin-right: 0;
         position: relative;
    }
     .thumb_tags {
         line-height: 22px;
         color: #51B1EC;
         overflow: hidden;
         max-height: 22px;
         font-size: 16px;
         font-weight: 400;
         text-overflow: ellipsis;
         white-space: nowrap;
         margin-top: 5px;
    }
     .last-news .the-thumb .thumb_tags a {
         color: var(--main-color);
         font-size: 14px;
         position: relative;
         /*margin-left: 0;*/
         margin-right: 5px;
         text-decoration: none;
         border-bottom: 1px dashed var(--main-color);
    }
     .last-news .the-thumb .thumb_tags a:hover {
         color: #000;
         text-decoration: none;
         border-bottom: 1px dashed #000;
    }
     /*.last-news .the-thumb .thumb_tags a:before {
         display: none;
    }*/
}
 /*@media (min-width: 769px) {*/

.last-news .the-thumb .thumb_tags a.persons-tags {
    color: #0256b2;
}
.last-news .the-thumb .thumb_tags a.persons-tags:before {
    color: #0256b2;
}
.last-news .the-thumb .thumb_tags a.locations-tags {
    color: #b60000;
}
.last-news .the-thumb .thumb_tags a.locations-tags:before {
    color: #b60000;
}
.last-news .the-thumb .thumb_tags a.persons-tags:hover, .last-news .the-thumb .thumb_tags a.locations-tags:hover {
    color: #000000;
    text-decoration: none;
}

.the-thumb .bg-white:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}
.the-thumb .bg-white .thumb_img {
    background-color: #191919;
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
}
.the-thumb .bg-white:hover .thumb_img {
    opacity: .75;
}

.bg-white.bg-peoples {
    padding: 10px;
}
.bg-white.bg-peoples:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}

.bg-white.bg-sources {
    padding: 15px;
}
.bg-white.bg-sources:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}


.the-themes .bg-white:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}
.the-themes .bg-white .themes_img {
    background-color: #191919;
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
}
.the-themes .bg-white:hover .themes_img {
    opacity: .75;
}
.the-themes .bg-white {
    background-color: #fff!important;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    /*.bg-white.bg-peoples {
        padding: 0;
    }
    .the-themes .bg-white {
        padding-bottom: 0;
    }*/
}


.ourframe {min-height: 570px; overflow:hidden;}
@media (max-width: 640px) {
    .ourframe {min-height: 836px;}
}

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 10px;
    padding-bottom: 5px;
}

.full_post_block .full_source {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 4px solid var(--main-color);
}

.full_post_block .full_source a {
    color: var(--second-color);
    text-decoration: underline;
}

.full_post_block .full_source a:hover {
    text-decoration: none;
}

.full-blocks .people, .full-blocks .places {
    width: 100%;
    margin-bottom: 0;
}
.full-blocks .people .people-photo, .full-blocks .places .places-photo {
    width: 60px;
}
.full-blocks .places .places-photo {
    text-align: center;
}

.full-blocks .more-news-link a {
    text-decoration: underline;
    font-size: 14px;
}
.full-blocks .more-news-link a:hover {
    text-decoration: none;
    color: #000;
}

.full-blocks .sources .col-sm-12 img {
    height: 18px;
}
.full-blocks .sources .col-sm-12.col-md a {
    display: block;
    margin-bottom: 2px;
    font-size: 0.8rem;
}
.full-blocks .sources .col-sm-12.col-md a:hover {
    text-decoration: none;
}
.full-blocks .sources .col-sm-12.col-md a:hover span {
    text-decoration: underline;
}

.main_news-post .col-sm-12, .static-info {
    position: relative;
}
.main_news-post .col-sm-12 .rollover, .static-info .rollover {
    position: absolute;
    text-align: center;
    bottom: 5px;
    left: 15px;
    right: 15px;
    background: #f2f2f2;
}
.main_news-post .col-sm-12 .roll-bg, .static-info .rollover .roll-bg {
    position: absolute;
    top: -20px;
    height: 20px;
    left: 0px;
    right: 0px;
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
    background: -o-linear-gradient(bottom, rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
    background: -moz-linear-gradient(bottom, rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) , rgba(242, 242, 242, 1));
}
.main_news-post .col-sm-12 .roll-close, .static-info .roll-close {
    text-align: center;
    display: block;
}
.static-info {
    position: relative;
}
.static-info .rollover {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2f2f2;
}
.static-info .rollover .roll-bg {
    position: absolute;
    top: -20px;
    height: 20px;
    left: 0px;
    right: 0px;
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
    background: -o-linear-gradient(bottom, rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
    background: -moz-linear-gradient(bottom, rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) , rgba(242, 242, 242, 1));
}
.static-info .roll-close {
    text-align: center;
    display: block;
}
.tag-last {
    text-transform: capitalize;
}
.main_news-post .main_tags {
    padding: 0 0 0;
}

/* Футер-брутер */
.footer {
    background: #282828;
    color: white;
}
.footer .h4 {
    font-family: 'Roboto', sans-serif;
}
.footer .links ul {
    list-style-type: none;
}
.footer .links li a {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: color .2s;
}
.footer .links li a:hover {
    text-decoration: underline;
    color: var(--main-color);
}
.footer .about-company i {
    font-size: 25px;
}
.footer .niches-ul li {
    width: 50%;
    float: left;
}
.footer .about-company a {
    color: white;
    transition: color .2s;
}
.footer .location i {
    font-size: 18px;
}
.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fb_pops {
    padding: 8px 12px;
    font-size: 15px;
    color: #fff;
    background: #3c72d0;
    border: 0 solid #ccc;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


h1.first-letter:first-letter, h2.lastnews-h3:first-letter, .sources-block-filter .source-block-title:first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .main_tags a.news-link {
        font-size: 1.5rem;
    }
    .main_news-post .col-sm-12 .rollover {
        bottom: 0;
    }
    .container-fluid h1.first-letter {
        font-size: 1.5rem;
    }
    .container-fluid h1.full_h1 {
        margin-bottom: 0;
    }

}

.red-links .people-name a {
    color: var(--main-color);
}

@media (min-width: 992px) {
    .form-inline .form-control {
        width: 120px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .base-face {position: relative;}
    /*#search-bar:focus {
        width:400px;
        position: absolute;
        top: -19px;
        right: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }*/
}
@media (min-width: 1350px) {
    /*.form-inline .form-control {
        width: 150px;
    }*/
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
}

#up_to {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#up_to::after {
    content: "\e906";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#up_to:hover {
    cursor: pointer;
    background-color: #333;
}
#up_to:active {
    background-color: #555;
}
#up_to.show {
    opacity: 1;
    visibility: visible;
}


.roll-btn span {
    padding: 8px 15px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.roll-btn span:hover {
    background-color: #212529;
    border-color: #212529;
}


.bg-white-one.bg-peoples-one {
    padding: 10px 0;
    margin-bottom: 15px;
}
.bg-white-one.bg-peoples-one:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}
.people-one {
    /*margin-bottom: 10px;*/
    display: table;
}
.peoples-h3-one a {
    color: #000;
    text-decoration: underline;
}
.peoples-h3-one a:hover {
    color: #000;
    text-decoration: none;
}
.people-photo-one {
    display: table-cell;
    vertical-align: top;
}
.people-pic-one {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.people-info-one {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.people-arrow-one {
    display: table-cell;
    vertical-align: middle;
    color: #000;
}
.people-name-one {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;

}

.people-name-one a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.people-name-one span {
    font-weight: normal;
    color: #bbb;
}
.people-name-one a:hover {
    text-decoration: none;
}
.people-urls-one {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
}
.people-urls-one a {
    color: #000;
}
.people-urls-one li {
    list-style-type: none;
    margin-bottom: 10px;
}
.people-urls-one li:before {
    color: var(--main-color);
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -10px;
    top: 0;
    font-size: 14px;
}
@media (max-width: 768px) {
    .peoples-h3-one {
        display: block;
        text-align: center;
        padding: 10px 0;
        margin: -10px -10px 15px;
        background-color: #0173D4;
        font-size: 20px;
    }
    .peoples-h3-one a {
        color: #fff;
        text-decoration: none;
    }
    .peoples-h3-one a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .divider-bottom {
        border-bottom: 0;
    }
}

.bg-peoples-one .people-fold {
    margin-bottom: 10px;
}
.bg-peoples-one .people-fold:last-child {
    margin-bottom: 0;
}
.bg-peoples-one .pl-all {
    border-top: 1px solid #cccccc;
}
.people-one-fold {display: none;}
.people-one {
    position: relative;
    cursor: pointer;
}
.people-info-one {
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.people-arrow-one{
    /*display:none;*/
    position:absolute;
    right:0;
    top:50%;
    margin-top:-3px;
    width:10px;
    height:6px;
    opacity:.5;
    -webkit-transition:opacity .2s ease,-webkit-transform .2s ease;
    transition:opacity .2s ease,transform .2s ease;
    transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;
    background:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2210%22 height%3D%226%22%3E%3Cpath fill%3D%22%23222%22 fill-rule%3D%22evenodd%22 d%3D%22M5 4.124L.926 0 0 .938 5 6l5-5.062L9.074 0z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat
}
.people-one-fold {
    display: none;
    font-size: 13px;
    line-height: 16px;
    color: #222;
    margin-top: 10px;
}
.people-fold:hover .people-arrow-one {
    opacity: 1;
}
.people-fold.people-one-folded_no .people-one-fold {
    display: block;
}
.people-one-folded_no .people-arrow-one {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.people-one-fold .in_news {
    margin-top: 10px;
}
.people-one-fold .in_news a {
    text-decoration: underline;
}
.people-one-fold .in_news a:hover {
    color: #000;
    text-decoration: none;
}
.people-name-one span {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.people-name-one span:hover {
    text-decoration: none;
}
/*.border_right .h3, border_right h3 {
    font-size: 1.5rem;
}*/

/* COMMENTS */
#comments-block {
    overflow: hidden;
}
#toggler {
    margin-top: 1em;
    min-height: 46px;
    width: 100%;
    text-align: center;
    background-color: #c7c7c7;
    color: #2d2d2d;
    padding: 11px 15px;
}
#toggler:hover {
    cursor: pointer;
    background-color: #3c72d0;
    color: #fff;
}
#toggler:hover span {
    text-decoration: underline;
}
/*#toggler i {
    color: #000000;
}*/


/* ALL TAGS PAGE */
.bg-white.bg-tags {
    padding: 15px;
}
.bg-white.bg-tags:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}
.all-tags-block {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.all-tags-link {
    line-height: 1.75em;
}
.all-tags-link:hover {
    color: #000;
}




/* TOP SIDEBAR */
.top-sidebar-news {
    background-color: #fff;
}
.sidebar-right-text-block {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 -1px 0 0 #e1e1e1;
    margin: 0;
    padding: 10px;
}
.sidebar-right-text-block:last-of-type {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 0 0 0 #e1e1e1;
    margin: 0;
    padding: 10px;
}
.sidebar-right-img-block a:link, .sidebar-right-text-block a:link {
    outline: none;
    text-decoration: none;
    color: #000;
}
.sidebar-right-img-block a:hover, .sidebar-right-text-block a:hover {
    outline: none;
    text-decoration: none;
    color: #41B2E8;
}
.sidebar-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.sidebar-thumb-title {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
    margin-top: -40px;
    margin-bottom: 10px;
    width: 90%;
    padding: 10px 15px 0 10px;
    background: #fff;
    position: relative;
    z-index: 11;
}
.sidebar-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

/* Новый блок новостей на главной */
.main.bg-white .storm-left-thumb-img {
    line-height: 1;
    height: 300px;
}
.mr-diego {
    padding: 15px;
}
.mr-diego h2 a:link, .mr-diego h2 a:visited {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.mr-diego h2 a:hover {
    text-decoration: none;
    color: #41B2E8;
}
.mr-diego h2:first-letter {
    text-transform: capitalize;
}
.mr-diego .lastnews-h3 a:link, .mr-diego .lastnews-h3 a:visited {
    outline: none;
    /*text-decoration: underline;*/
    position: relative;
    font-size: 1.75rem;
}
.mr-diego .lastnews-h3 a:hover {
    outline: none;
    text-decoration: underline;
}
.mr-diego .lastnews-h3 a:after {
    position: absolute;
    content: "\e917";
    font-family: 'icomoon';
    font-weight: normal;
    top: 8px;
    right: -23px;
    color: #ccc;
    font-size: 18px;
}
.mr-diego .lastnews-h3 a:hover:after {
    color: #000;
}

.storm-right-img-block {
    margin-bottom: 15px;
}
.mr-diego .storm-right-img-block:last-of-type {
    margin-bottom: 0;
}
.today-interest-news {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.storm-right-text-block {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 -1px 0 0 #e1e1e1;
    margin: 0;
    padding: 10px 0;
}
.storm-right-text-block:last-of-type {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 0 0 0 #e1e1e1;
    margin: 0;
    padding: 10px 0 0;
}
.storm-right-img-block a:link, .storm-right-text-block a:link,
.storm-right-img-block a:visited, .storm-right-text-block a:visited{
    outline: none;
    text-decoration: none;
    color: #000;
}
.storm-right-img-block a:hover, .storm-right-text-block a:hover {
    outline: none;
    text-decoration: none;
    color: #41B2E8;
}
.storm-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.storm-thumb-title {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
    margin-top: -40px;
    margin-bottom: 10px;
    width: 90%;
    padding: 10px 15px 0 0;
    background: #fff;
    position: relative;
    z-index: 11;
}
.storm-thumb-title h3 {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
}
.storm-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 768px) {
    .storm-right {
        margin-top: 15px;
    }
    .mr-diego {
        padding: 0 15px 15px 15px;
    }
    .mr-diego .lastnews-h3 a:after {
        content: '';
    }
    .mr-diego .lastnews-h3 {
        display: block;
        text-align: center;
        padding: 10px 0;
        margin: 0;
        background-color: #fff;
        color: #000;
        font-size: 26px;
    }
}

.storm-left-img-block a:link, .storm-left-text-block a:link,
.storm-left-img-block a:visited, .storm-left-text-block a:visited{
    outline: none;
    text-decoration: none;
    color: #000;
}
.storm-left-img-block a:hover, .storm-left-text-block a:hover {
    outline: none;
    text-decoration: none;
    color: #41B2E8;
}
.storm-left-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.storm-left-thumb-title {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
    margin-top: -40px;
    margin-bottom: 10px;
    width: 90%;
    padding: 10px 15px 0 0;
    background: #fff;
    position: relative;
    z-index: 11;
}
.storm-left-thumb-title h2, .storm-left-thumb-title h3 {
    font-weight: 500;
    font-size: 1.75rem;
}
.storm-left-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.storm-list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -5px;
    width: 25px;
    border-top: 1px solid #6a6a6a;
}
.storm-list {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.storm-list.list--bullets {
    margin: 15px 0 0 5px;
    padding-left: 10px;
}
.storm-list.list--bullets .bullet__item {
    font: 400 .92857rem/1.375 Lato,sans-serif;
    list-style-type: disc;
    margin-bottom: 8px;
}
.storm-list.list--bullets .bullet__item:last-of-type {
    margin-bottom: 0;
}
.storm-list.list--bullets a.news-link-site:link, .storm-list.list--bullets a.news-link-site:visited {
    text-decoration: none;
    color: #000;
}
.storm-list.list--bullets a.news-link-site:hover {
    text-decoration: underline;
    color: #41B2E8;
}
.storm-left-img-block:hover .storm-left-thumb-img, .storm-right-img-block:hover .storm-thumb-img {
    opacity: .75;
}




/* Быстрые ссылки */
.quick-links .link__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.component {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.component {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
}
.quick-links.component {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.quick-links {
    padding: 0 15px;
    /*padding: 0;*/
    max-width: 1400px;
}

.quick-links .column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    max-width: 100%;
    width: 100%;
}
.quick-links .column:before {
    content: "";
    position: absolute;
    top: 0;
    height: calc(100%);
    left: 0;
    width: 100%;
    background-color: #ffffff;
}
.quick-links .column .element--title, .quick-links .column .link__list {
    width: auto;
    margin-bottom: 0;
    position: relative;
}
.quick-links .column .element--title {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap;
    margin-right: 20px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: .71429rem;
    /*background-color: #2e2e2e;*/
    text-transform: uppercase;
    /*letter-spacing: .025em;*/
}
.quick-links-block .quick-links .element--title {
    font-weight: 500;
    font-size: 16px;
    color: var(--main-color);
    background-color: transparent;
    margin-right: 10px;
    /*-webkit-animation: color_change 2s infinite alternate;
    -moz-animation: color_change 2s infinite alternate;
    -ms-animation: color_change 2s infinite alternate;
    -o-animation: color_change 2s infinite alternate;
    animation: color_change 2s infinite alternate;*/
}
@-webkit-keyframes color_change {
    0% { color: var(--main-color); }
    100% { color: limegreen; }
}
@-moz-keyframes color_change {
    0% { color: var(--main-color); }
    100% { color: limegreen; }
}
@-ms-keyframes color_change {
    0% { color: var(--main-color); }
    100% { color: limegreen; }
}
@-o-keyframes color_change {
    0% { color: var(--main-color); }
    100% { color: limegreen; }
}
@keyframes color_change {
    0% { color: var(--main-color); }
    100% { color: limegreen; }
}
.quick-links-block .quick-links .element--title a:link, .quick-links-block .quick-links .element--title a:visited {
    color: #00AC4E;
}
.quick-links-block .quick-links .element--title a:hover {
    color: #41B2E8;
}
.quick-links .column .wrapper {
    position: relative;
    display: -ms-inline-grid;
    display: inline-grid;
    margin-bottom: 0;
}
.quick-links .column .link__list {
    min-width: 0;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}
.horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.quick-links .column .link__list .list__item {
    padding: 10px 15px 10px 0;
    font-size: 16px;
    font-weight: 500;
}
.quick-links .column .link__list .link {
    white-space: nowrap;
    text-decoration: none;
    color: #000;
}
.quick-links .column .link__list .link:hover {
    text-decoration: underline;
    color: var(--main-color);
}
.quick-links .column .link__list .list__item:last-of-type {
    z-index: 1;
}
.quick-links .column .wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    right: -1px;
    top: 0;
    /*width: 10%;*/
    width: 20px;
    z-index: 10;
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.001) 0,#f3f3f3);
}
.quick-links .column .link__list .list__item.active a {
    color: #00AC4E;
    /*text-decoration: underline;*/
}




/* VOLANDEMORT LOCATIONS / PERSONS / TAGS */
.volandemort {
    padding: 15px;
}
.volandemort-text-block {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 -1px 0 0 #e1e1e1;
    margin: 0;
    padding: 10px;
}
.volandemort-text-block:last-of-type {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 0 0 0 #e1e1e1;
    margin: 0;
    padding: 10px;
}
.volandemort-img-block a:link, .volandemort-text-block a:link, .volandemort-img-block a:visited, .volandemort-text-block a:visited {
    outline: none;
    text-decoration: none;
    color: #000;
}
.volandemort-img-block a:hover, .volandemort-text-block a:hover {
    outline: none;
    text-decoration: none;
    color: #41B2E8;
}
.hot-theme .volandemort-img-block a:hover, .hot-theme .volandemort-text-block a:hover {
    outline: none;
    text-decoration: none;
    color: var(--main-color);
}
.volandemort-thumb-img {
    height: 190px;
    width: 45%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-color: #191919;
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
}
.volandemort-img-block:hover .volandemort-thumb-img {
    opacity: .75;
}
.volandemort-thumb-block {
    width: 55%;
    float: left;
    position: relative;
    z-index: 11;
}
.volandemort-thumb-title {
    font: 500 1.4rem/1.25 'Roboto', sans-serif;
    padding: 0 0 0 10px;
}
.volandemort-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.volandemort-thumb-desc {
    margin-top: 10px;
    padding: 0 0 0 10px;
    line-height: 18px;
    max-height: 108px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.volandemort-img-block {
    box-shadow: 0 -1px 0 0 #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 10px 0;
}
.volandemort-img-block:last-of-type {
    /*border-bottom: 0;*/
}
.volandemort-img-block:after {
    content: '';
    display: block;
    clear: both;
}
.volandemort-thumb-title h3 {
    font: 500 1.5rem/1.25 'Roboto', sans-serif;
}
.volandemort .lastnews-h3 a:link, .volandemort .lastnews-h3 a:visited {
    outline: none;
    text-decoration: underline;
    position: relative;
    font-size: 1.75rem;
    color: #41B2E8;
}
.volandemort .lastnews-h3 a:hover {
    outline: none;
    text-decoration: none;
    color: #000;
}
.volandemort .lastnews-h3 a:after {
    position: absolute;
    content: "\e917";
    font-family: 'icomoon';
    font-weight: normal;
    top: 8px;
    right: -23px;
    color: #ccc;
    font-size: 18px;
}
.volandemort .lastnews-h3 a:hover:after {
    color: #000;
}
.volandemort .lastnews-h3:first-letter {
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .volandemort-thumb-img {
        height: 170px;
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .volandemort-thumb-block {
        width: 100%;
        float: none;
    }
    .volandemort {
        padding: 0 15px 15px 15px;
    }
    .volandemort .lastnews-h3 {
        display: block;
        text-align: center;
        padding: 10px 0;
        margin: 0;
        background-color: #fff;
        color: #000;
        font-size: 26px;
    }
    .volandemort .lastnews-h3 a {
        color: #000;
        text-decoration: underline;
    }
    .mobile-padding {
        padding: 0;
    }
    .volandemort .lastnews-h3 a:after {
        content: '';
    }
}



/* VERSUS SIDEBAR BLOCK */
.vs-sidebar .vs-line {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vs-sidebar .vs-line .vs-image {
    height: 112px;
    width: 100%;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.vs-sidebar .vs-line .vs-name {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.vs-sidebar .vs-line:hover .vs-image {
    opacity: .75;
}
.vs-sidebar a:hover, .vs-sidebar a:visited  {
    text-decoration: none;
    color: #000;
}
.vs-person {
    flex: 0 0 40%;
    max-width: 40%;
}
.vs-vs {
    flex: 0 0 20%;
    max-width: 20%;
    display: table;
    height: 112px;
}
.vs-vs span {
    display: table-cell;
    height: 112px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 500;
}
.vs-sidebar .vs-line .vs-image .vs-points {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 40px;
    height: 40px;
    background-color: #0074da;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: table;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.vs-sidebar .vs-line .vs-image .vs-points span {
    display: table-cell;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
.vs-sidebar .vs-line .vs-person:first-of-type .vs-image .vs-points {
    background-color: #da3d45;
}
.sidebar-block.vs-sidebar-block {
    min-height: auto;
    background-color: #fff;
}
.versus-h3 {
    text-align: center;
    padding-top: 10px;
}



/* LOCATIONS VIEW - /locations */
.locationus {
    padding: 15px;
}
.locationus-h1 {
    text-align: center;
    margin: 0;
    padding: 10px;
}
.locationus a {
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}
.locationus .lastnews-h3 a:link, .locationus .lastnews-h3 a:visited {
    outline: none;
    text-decoration: underline;
    position: relative;
    font-size: 1.75rem;
    color: #41B2E8;
}
.locationus .lastnews-h3 a:hover {
    outline: none;
    text-decoration: none;
    color: #000;
}
.locationus .lastnews-h3 a:after {
    position: absolute;
    content: "\e917";
    font-family: 'icomoon';
    font-weight: normal;
    top: 8px;
    right: -23px;
    color: #ccc;
    font-size: 18px;
}
.locationus .lastnews-h3 a:hover:after {
    color: #000;
}
.locationus-text-block {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 -1px 0 0 #e1e1e1;
    margin: 0;
    padding: 10px 0;
}
.locationus-text-block:last-of-type {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 0 0 0 #e1e1e1;
    margin: 0;
    padding: 10px 0;
}
.locationus-img-block a:link, .locationus-text-block a:link, .locationus-img-block a:visited, .locationus-text-block a:visited {
    outline: none;
    text-decoration: none;
    color: #000;
}
.locationus-img-block a:hover, .locationus-text-block a:hover {
    outline: none;
    text-decoration: none;
    color: #41B2E8;
}
.locationus-thumb-img {
    height: 190px;
    width: 45%;
    float: left;
    overflow: hidden;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    background-color: #191919;
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
}
.locationus-img-block:hover .locationus-thumb-img {
    opacity: .75;
}
.locationus-thumb-block {
    width: 55%;
    float: left;
    position: relative;
    z-index: 11;
}
.locationus-thumb-title {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
    padding: 0 0 0 10px;
}
.locationus-thumb-title h3 {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
}
.locationus-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.locationus-thumb-desc {
    margin-top: 10px;
    padding: 0 0 0 10px;
    line-height: 18px;
    max-height: 108px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.locationus-img-block {
    box-shadow: 0 -1px 0 0 #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 10px 0;
}
.locationus-img-block:last-of-type {
    /*border-bottom: 0;*/
}
.locationus-img-block:after {
    content: '';
    display: block;
    clear: both;
}
.locationus-more {
    text-align: right;
    padding-right: 12px!important;
}
.locationus-more a:link, .locationus-more a:visited {
    outline: none;
    text-decoration: underline;
    color: #41B2E8;
    position: relative;
}
.locationus-more a:hover {
    outline: none;
    text-decoration: none;
    color: #000;
}
.locationus-more a:after {
    position: absolute;
    content: '\f101';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    top: 3px;
    right: -14px;
    color: #ccc;
    font-size: 13px;
}
.locationus-more a:hover:after {
    color: #000;
}
@media (max-width: 768px) {
    .locationus {
        padding-top: 0;
    }
    .locationus-thumb-img {
        height: 170px;
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .locationus-thumb-block {
        width: 100%;
        float: none;
    }
    .locationus-thumb-title, .locationus-thumb-desc {
        padding: 0;
    }
    .locationus-thumb-img {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .locationus .lastnews-h3 a:link, .locationus .lastnews-h3 a:visited {
        color: #fff;
    }
    .locationus .lastnews-h3 a:after {
        content: '';
    }
}
@media (max-width: 1200px) {
    .flex-container {
        overflow: hidden;
    }
}



/* PERSONAS VIEW - /persons */
.peoples-block {
    padding: 15px;
}
.peoples {
    position: relative;
    min-height: 86px;
}
.peoples-photo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 120px;
    min-height: 116px;
}
.peoples-pic {
    height: 86px;
    width: 86px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.peoples-info {
    margin-left: 100px;
}
.peoples-more {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-right: 14px;
    margin-top: 5px;
    text-align: right;
}
.peoples-more a {
    position: relative;
}
.peoples-more a:link, .peoples-more a:visited {
    outline: none;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: #41B2E8;
    position: relative;
}
.peoples-more a:hover {
    outline: none;
    text-decoration: none;
    color: #000;
}
.peoples-more a:after {
    position: absolute;
    content: '\f101';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    top: 0;
    right: -14px;
    color: #ccc;
    font-size: 13px;
}
.peoples-more a:hover:after {
    color: #000;
}
.peoples-block a {
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}
.peoples-name {
    position: relative;
}
.peoples-name .lastnews-h3 a:link, .peoples-name .lastnews-h3 a:visited {
    outline: none;
    text-decoration: underline;
    position: relative;
    color: #41B2E8;
}
.peoples-name .lastnews-h3 a:hover {
    outline: none;
    text-decoration: none;
    color: #000;
}
.peoples-name .lastnews-h3 a:after {
    position: absolute;
    content: "\e917";
    font-family: 'icomoon';
    font-weight: normal;
    top: 8px;
    right: -23px;
    color: #ccc;
    font-size: 18px;
}
.peoples-name .lastnews-h3 a:hover:after {
    color: #000;
}
.peoples-info a:link, .peoples-info a:visited {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    outline: none;
    text-decoration: none;
    color: #000;
}
.peoples-info a:hover {
    outline: none;
    text-decoration: none;
    color: #41B2E8;
}
.peoples-info .news-for-persons {
    border-left: 1px solid #e1e1e1;
}
.peoples-info .news-for-persons:first-of-type {
    border-left: 0;
}
.places-desc {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 10px;
}
.places-desc span {
    font-size: 12px;
    line-height: 18px;
    max-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
    .peoples-info .news-for-persons {
        border-left: 0;
    }
    .peoples-more {
        /*display: none;*/
        font-size: 16px;
        line-height: 22px;
        margin-right: 0;
        margin-top: 15px;
        text-align: center;
    }
    .peoples-more a:link, .peoples-more a:visited {
        font-size: 18px;
        line-height: 22px;
    }
    .peoples-more a:after {
        top: 3px;
    }
    .peoples-name .lastnews-h3 a:link, .locationus .lastnews-h3 a:visited {
        color: #fff;
    }
    .peoples-name .lastnews-h3 a:after {
        content: '';
    }
    .peoples-info .news-for-persons {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    /*.peoples-info .news-for-persons:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }*/
    .peoples-block {
        padding-top: 0;
    }
}
/*.peoples-info .news-for-persons:nth-child(4), .peoples-info .news-for-persons:nth-child(5) {
    display: none;
}*/



.sidebar-block.mgid-block {
    padding: 0 5px;
    background-color: #fff;
}



.all-ratings .vs-sidebar.bg-white {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}
.all-ratings .vs-sidebar.bg-white:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.all-ratings .vs-sidebar .vs-line .vs-image {
    height: 126px;
    max-width: 126px;
    margin: 0 auto;
}
.all-ratings .vs-sidebar .vs-line .vs-name {
    font-size: 16px;
}

.hot-theme {
    background-color: #FFEAE9!important;
    border: 1px solid #ddd;
}

.hot-theme-marker, .hot-theme-marker a {
    font-weight: bold;
    background-color: transparent;
    -webkit-animation: hot-theme-marker 2s infinite alternate;
    -moz-animation: hot-theme-marker 2s infinite alternate;
    -ms-animation: hot-theme-marker 2s infinite alternate;
    -o-animation: hot-theme-marker 2s infinite alternate;
    animation: hot-theme-marker 2s infinite alternate;
}
@-webkit-keyframes hot-theme-marker {
    0% { color: #dff0000; }
    25% { color: black; }
    50% { color: #dff0000; }
    75% { color: black; }
    100% { color: #dff0000; }
}
@-moz-keyframes hot-theme-marker {
    0% { color: #dff0000; }
    25% { color: black; }
    50% { color: #dff0000; }
    75% { color: black; }
    100% { color: #dff0000; }
}
@-ms-keyframes hot-theme-marker {
    0% { color: #dff0000; }
    25% { color: black; }
    50% { color: #dff0000; }
    75% { color: #dff0000; }
    100% { color: #dff0000; }
}
@-o-keyframes hot-theme-marker {
    0% { color: var(--main-color); }
    25% { color: black; }
    50% { color: var(--main-color); }
    75% { color: black; }
    100% { color: var(--main-color); }
}
@keyframes hot-theme-marker {
    0% { color: var(--main-color); }
    25% { color: black; }
    50% { color: var(--main-color); }
    75% { color: black; }
    100% { color: var(--main-color); }
}

/* SOURCE IN EXCEPT */
.source-host {
    float: left; margin-right: 5px;
}
.source-host img.lazy{
    margin-top: -3px;
    margin-right: 3px;
    max-height: 16px;
    max-width: 16px;
    width: 16px;
}
.full_post_block .full_source:after {
    content: '';
    display: block;
    clear: both;
}



/* Новый блок новостей на главной */

.main.bg-white {
    padding: 15px 0;
}
.main.bg-white .wide-left-thumb-img {
    line-height: 1;
    height: 300px;
}
.ms-marple h2 a:link, .ms-marple h2 a:visited {
    text-decoration: none;
    color: #000;
}
.ms-marple h2 a:hover {
    text-decoration: none;
    color: #41B2E8;
}
.wide-right-img-block {
    margin-bottom: 15px;
}
.ms-marple .wide-right-img-block:last-of-type {
    margin-bottom: 0;
}
.today-interest-news {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.wide-right-text-block {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 -1px 0 0 #e1e1e1;
    margin: 0;
    padding: 10px 0;
}
.wide-right-text-block:last-of-type {
    box-shadow: 0 -1px 0 0 #e1e1e1, inset 0 0 0 0 #e1e1e1;
    margin: 0;
    padding: 10px 0 0;
}
.wide-right-img-block a:link, .wide-right-text-block a:link,
.wide-right-img-block a:visited, .wide-right-text-block a:visited{
    outline: none;
    text-decoration: none;
    color: #000;
}
.wide-right-img-block a:hover, .wide-right-text-block a:hover {
    outline: none;
    text-decoration: none;
    color: #41B2E8;
}
.wide-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.wide-thumb-title {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
    margin-top: -40px;
    margin-bottom: 10px;
    width: 90%;
    padding: 10px 15px 0 0;
    background: #fff;
    position: relative;
    z-index: 11;
}
.wide-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 768px) {
    .wide-right {
        margin-top: 15px;
    }
}

.wide-left-img-block a:link, .wide-left-text-block a:link,
.wide-left-img-block a:visited, .wide-left-text-block a:visited{
    outline: none;
    text-decoration: none;
    color: #000;
}
.wide-left-img-block a:hover, .wide-left-text-block a:hover {
    outline: none;
    text-decoration: none;
    color: #41B2E8;
}
.wide-left-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.wide-left-thumb-title {
    font: 500 1.28571rem/1.25 'Roboto', sans-serif;
    margin-top: -40px;
    margin-bottom: 10px;
    width: 90%;
    padding: 10px 15px 0 0;
    background: #fff;
    position: relative;
    z-index: 11;
}
.wide-left-thumb-title h2 {
    font-weight: 500;
}
.wide-left-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.wide-list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -5px;
    width: 25px;
    border-top: 1px solid #6a6a6a;
}
.wide-list {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.wide-list.list--bullets {
    margin: 15px 0 0 5px;
    padding-left: 10px;
}
.wide-list.list--bullets .bullet__item {
    font: 400 .92857rem/1.375 Lato,sans-serif;
    list-style-type: disc;
    margin-bottom: 8px;
}
.wide-list.list--bullets .bullet__item:last-of-type {
    margin-bottom: 0;
}
.wide-list.list--bullets a.news-link-site:link, .wide-list.list--bullets a.news-link-site:visited {
    text-decoration: none;
    color: #000;
}
.wide-list.list--bullets a.news-link-site:hover {
    text-decoration: underline;
    color: #41B2E8;
}


/* TOOLTIP DESIGN - https://itchief.ru/bootstrap/tooltips */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #000; /* цвет стрелочки (по умолчанию #000)*/
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #000; /* цвет стрелочки (по умолчанию #000)*/
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #000; /* цвет стрелочки (по умолчанию #000) */
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #000; /* цвет стрелочки (по умолчанию #000) */
}

.tooltip-inner {
    max-width: 600px; /* максимальная ширина подсказки (по умолчанию 200px) */
    color: #fff; /* цвет шрифта */
    background-color: rgba(0, 0, 0, 0.8); /* цвет фона (по умолчанию #000) */
    border-radius: 0.25rem; /* радиус скругдения углов */
    text-align: left;
}


/* FIX MOBILE IFRAME ADS */
.the-thumb iframe {
    min-height: 280px;
}

/* MOBILE TOP LOCATIONS & PERSONS BLOCK */
.bg-white-one.bg-pl-one {
    background-color: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 15px;
}
.bg-pl-one .pl-fold {
    margin-bottom: 10px;
}
.pl-one {
    position: relative;
    cursor: pointer;
}
.pl-photo-one {
    display: table-cell;
    vertical-align: top;
}
.pl-pic-one {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.pl-pic {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 36px;
    line-height: 36px;
    color: #bbb;
    text-align: center;
}
.pl-info-one {
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.pl-name-one {
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
}
.pl-name-one span {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.pl-all a, .pl-all a:visited {
    color: var(--main-color);
    margin: 0 -10px;
    padding: 5px 10px;
    display: block;
    text-transform: lowercase;
    border-top: 1px solid #eee;
    text-decoration: underline;
}
.pl-all a:hover {
    color: #000;
    text-decoration: none;
}

/* SEARCH MOBILE */
.search-mobile {
    position: relative;
}
.search-mobile .btn {
    position: absolute;
    right: 0;
    top: 0;
}
/*
.search-mobile .form-control {
    margin-right: 50px;
}*/

/* NEW VISUAL FOR LIGHT DESKTOP MENU */
.navbar.bg-light.desktop-nav .navbar-nav .nav-item {
    border-right: 1px solid #ddd;
}
.navbar.bg-light.desktop-nav .navbar-nav .nav-item:last-child {
    border-right: 0;
}
.navbar.bg-light.desktop-nav .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: .2rem .7rem;
}
.navbar.bg-light.desktop-nav .navbar-nav .nav-item:hover{
    text-decoration: underline;
}
/* NEW VISUAL FOR DARK DESKTOP MENU */
.navbar.bg-dark.desktop-nav .navbar-nav .nav-item {
    border-right: 1px solid rgba(255,255,255,.5);
}
.navbar.bg-dark.desktop-nav .navbar-nav .nav-item:last-child {
    border-right: 0;
}
.navbar.bg-dark.desktop-nav .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    padding: .2rem 1rem;
}
.navbar.bg-dark.desktop-nav .navbar-nav .nav-item:hover{
    text-decoration: underline;
}


/* SOURCE INFO BLOCK */
.source-block {
    padding: 15px;
    background-color: #fff!important;
}
.source-block-h1 {
    font-size: 1.5rem;
}
.source-block-h1 span {
    color: #ccc;
}
.sld, .sli, .slu {
    font-size: 14px;
    line-height: 26px;
}
.sli span, .slu span {
    font-weight: bold;
    color: #4c4c4c;
}
.sli>a, .slu>a {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .source-block {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}

/** links-filter-component **/
.filter-links {
    max-width: 600px;
    margin: 0 auto;
}
@media screen and (min-width: 600px) {
    .filter-links-submit {
        width: 164px;
    }
}


/* NAVBAR FIXED WIDTH */
@media (min-width: 992px) {
    .navbar .container {
        padding: 0;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1370px;
        padding: 0;
    }
}
@media (min-width: 1350px) {
    .form-inline .form-control {
        width: 400px;
    }
}

/* FIX FONT SIZE OM MOBILE */
@media (max-width: 768px) {
    .listx.list--bullets .bullet__item, .center-middle-list.list-middle-bullets .bullet_middle_item {
        font: 400 1.2rem/1.375 Lato,sans-serif;
    }
    .central-title {
        font-size: 20px;
        line-height: 24px;
    }
}

.people-info .people-name, .places-info .places-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.people-info .people-name span, .places-info .places-name span {
    font-size: 12px;
    color: #444;
    vertical-align: super;
    background-color: #eee;
    padding: 0 5px;
    border-radius: 10px;
}


/* NEW PERSONS / TAGS / LOCATIONS */
.box-container {
    display: flex;
}
.push-container {
    margin-left: auto;
}
.box-seo-h1 h1 {
     display: inline-block;
     font-size: 28px;
     line-height: normal;
}
.box-seo-h1 h1:first-letter {
    text-transform: capitalize;
}
.box-seo-h1 span {
    font-family: 'Roboto', sans-serif;
    color: limegreen;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.box-seo-img {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.box-seo-info {
    background-color: #CCCCCC;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.box-seo-info p:last-of-type {
    margin-bottom: 0;
}
.share-box {
    width: 200px;
}
.share-box:after {
    content: '';
    display: block;
    clear: both;
}
.share-box .social.social-seo {
    width: 100%;
    display: flex;
}
.share-box .push {
    display: block;
    float: left;
    width: 50%;
    line-height: 46px;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff!important;
    cursor: pointer;
    border: 0;
}
.share-box .push:hover {
    text-decoration: none;
}
.chart-box h4 {
    text-align: center;
}
.volandemort-flex {
    display: flex;
}
.volandemort-flex h2 {
    display: inline-block;
}
.volandemort-flex span {
    font-family: 'Roboto', sans-serif;
    color: limegreen;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
@media (max-width: 768px) {
    .box-container {display: block;}
    .share-box {width: 100%; margin-bottom: 10px;}
    .box-seo-h1 h1 {font-size: 22px; line-height: 30px;}
    .chart-box h4 span {display: block;}
    .volandemort-flex span {display: none;}
}



/* FIX NEW SUGGESTION SEARCH */
#search-bar-box {
    position: relative;
}
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
}
#search-bar-box .results-box {
    position: absolute;
    z-index: 8000;
    left: 50%;
    margin-top: 5px;
    width: 100%;
    margin-left: -50%;
    border-top: 0;
    background: rgba(255,255,255,0.95);
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
    border-radius: .25rem;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
#search-bar-box.box_active .results-box {
    display: block;
}
#close-search-bar {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0;
    font-size: 35px;
    color: #909496;
    line-height: 30px;
    z-index: 9999;
}
#close-search-bar:hover {
    color: var(--main-color);
}
.base-face input,.base-face select, .base-face button {
    outline: 0;
    /*border: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.base-face input:active,
.base-face input:focus,
.base-face input:hover,
.base-face select:active,
.base-face select:focus,
.base-face select:hover,
.base-face button:active,
.base-face button:focus,
.base-face button:hover{
    outline: 0;
    /*border: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline-offset: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}
.searches-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 6px;
}
.results-col {
    width: 50%;
    float: left;
}
.results-box-row a:link, .results-box-row a:visited {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #882975;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}
.results-box-row a:hover {
    color: #000;
}

@media (max-width: 1200px) {
    .search-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .results-box .results-locations {display: none;}
}
.form-inline .form-control {
    font-family: 'Roboto', sans-serif;
}
@media (min-width: 992px) {
    .form-inline .form-control {
        width: 290px;
    }
}
@media (min-width: 1200px) {
    .form-inline .form-control {
        width: 350px;
    }
}
@media (min-width: 1350px) {
    .form-inline .form-control {
        width: 450px;
    }
}

/**
 Add post form
*/

#formMain .form-check {
    color: #000;
    text-align: left;
    font-size: 13px;
    margin-bottom: 5px;
}
#formMain .form-check a:link, #formMain .form-check a:visited {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
#formMain .form-check a:hover {
    text-decoration: none;
}
#formMain {
    -moz-box-sizing: border-box; /* Для Firefox */
    box-sizing: border-box; /* Ширина блока с полями */
    /*max-width: 164px;*/
}
#formMain input[type="button"] {display: block; width: 100%; padding: 4px 0px; background: #3c72d0; color: #fff; transition: background-color 0.3s linear 0s; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 0px; margin-top: 2px; cursor: pointer;}
#formMain input[type="button"]:hover {background: #282828; color: #fff; text-decoration: none;}
#formMain input[type="button"]:disabled {background: var(--main-color); color: #ddd;}
.databox {margin-bottom: 7px;}
.databox input {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 5px; outline: 0px; border: 1px solid #ddd; padding: 3px 4px 2px; /*max-width: 164px;*/ display: block;
    width: 100%;}
.databox input:focus {background: #ffe; border: 1px solid green;}

/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div{
    display: none;
}
/* вид текста label */
.hide + label {
    padding: 4px 12px;
    color: #fff;
    background: #3c72d0;
    border: 0px solid #ccc;
    cursor: pointer;
    display: inline-block;
    /*text-align: center;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.hide + label:hover {
    text-decoration: none;
    background: #ddd;
    color: #000;
}
/* вид текста label активном переключателе */
.hide:checked + label {
    color: #000;
    background: #ddd;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block;
    background: #F5F5F5;
    margin-top: 10px;
    margin-left: 0px;
    padding: 10px;
    /* чуточку анимации при появлении */
    -webkit-animation:fade ease-in 0.5s;
    -moz-animation:fade ease-in 0.5s;
    animation:fade ease-in 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}



/* ALL TAGS PAGE */
a.all-tags-link {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    position: relative;
    color: #888888;
    text-decoration: none;
    border-bottom: 1px dashed #888888;
}
a.all-tags-link:hover {
    color: #000;
    text-decoration: none;
}
.badgez {
    background-color: #eee;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




/* FILTER OPTIONS FORM */
.sources-block-filter {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sources-block-filter .lastnews-h3 {
    margin-bottom: 0;
}
.sources-type-filter {
    /*margin-left: 10px;*/
}
#sources-options-filter {
    font-size: 24px;
}
#sources-options-filter:hover {
    cursor: pointer;
    color: #28a745;
}
#sources-options-filter.toggle-active {
    color: var(--main-color);
    /*background: #444442;*/
}
#sources-options-filter .fa-times {
    display: none;
}
#sources-options-filter .fa-sliders-h {
    display: inline;
}
#sources-options-filter.toggle-active .fa-times {
    display: inline;
}
#sources-options-filter.toggle-active .fa-sliders-h {
    display: none;
}
#sources-options-filter-box {
    display: none;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px;
}
#sources-options-filter-box.options-active {
    display: block;
}
#sources-options-filter-box .sources-options-form {
    padding: 15px;
}
#sources-options-filter-box .form-items-label {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: var(--main-color);
    line-height: 40px;
    display: block;
    width: 100%;
}
#sources-options-filter-box .row-themes .row {
    margin-right: 0;
    margin-left: 0;
}
#sources-options-filter-box .custom-switch {
    margin-bottom: 5px;
}
.sources-type-filter .form-inline .form-control {
    width: 230px;
}
#sources-options-filter-box .custom-control-label span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#sources-options-filter-box .custom-control-label:hover {
    cursor: pointer;
}
#sources-options-filter-box .form-items {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
#sources-options-filter-box .form-items span {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    opacity: 1;
    background: none;
    border: none;
    line-height: 1.2rem;
    padding: 7px 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 5px;
}
#sources-options-filter-box .form-items span:hover {
    cursor: pointer;
}
#sources-options-filter-box .form-items span.selected {
    color: #ff8533;
    background: #444442;
}
#sources-options-filter-box .submit-buttons {
}
#sources-options-filter-box .submit-line {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .sources-type-filter .form-inline .btn {
        display: none;
    }
}
.source-box {
    padding: 10px;
    margin-bottom: 15px;
    background: #eee;
    transition: box-shadow .3s cubic-bezier(.2,.06,.46,1.63);
}
.source-box:after { content: ""; display: table; clear: both; }
.source-box:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.source-box-img {
    font-size: 20px;
    line-height: 24px;
}
.source-box-img a {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-decoration: none;
}
.source-box-img a:hover {
    color: #000;
    text-decoration: underline;
}
.source-box-subscribe {
    float: right;
}
.source-box-subscribe a {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 1px 4px;
    text-decoration: none;
}
.source-box-subscribe a:hover {
    color: #fff;
    background-color: #28a745;
    text-decoration: none;
}
.source-box-text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
    max-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.source-box-subscribe i {
    display: none;
}
.source-box-subscribe span {
    display: inline-block;
}
@media (max-width: 992px) {
    .source-box-subscribe i {
        display: inline-block;
    }
    .source-box-subscribe span {
        display: none;
    }
}


.source-block-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
}
.more-source {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.more-source a {
    color: #000;
    text-decoration: none;
}
.more-source a:hover {
    text-decoration: none;
}
.more-source i {
    font-size: 14px;
}
.more-source a {
    display: block;
    background-color: #eee;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.more-source a:hover {
    background-color: #3c72d0;
    color: #fff;
    text-decoration: none;
}
.sbf-bg {
    padding: 0 15px;
    /*background: #eee;*/
}
span#UncheckAll {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
span#UncheckAll:hover {
    text-decoration: none;
}


/* FOOTER MENU */
.footer .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}
.footer-menu {
    width: 100%;
}
.footer-menu a {
    position: relative;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-right: 15px;
    color: white;
    text-decoration: none;
    transition: color .2s;
}
.footer-menu a:hover {
    text-decoration: underline;
    color: #4180CB;
}
.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}
@media (min-width: 992px) {
    .footer-menu a:after {
        position: absolute;
        content: '/';
        color: #777;
        top: 0;
        right: -12px;
    }
    .footer-menu a:last-of-type:after {
        display: none;
    }
}
@media (max-width: 992px) {
    .footer-menu {
        display: block;
        text-align: center;
    }
}

/* Новый вид отображения страницы поста */
/* Квадратная тумба */
.volandemort-row {
    padding: 11px 15px;
}
.colored-source-row {
    margin-right: -4px;
    margin-left: -4px;
}
.colored-thumb a.item {
    display: flex;
    flex-direction: column;
    /*max-width: 314px;*/
    border-radius: 4px;
    margin: 4px;
    /*max-height: 314px;*/
    width: 100%;
}
.colored-thumb a.item:hover {
    text-decoration: none;
}
.colored-thumb a.item:hover .card-img {
    opacity: .4;
    transition: opacity .1s ease-out;
}
.colored-thumb .container__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.colored-thumb .container__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.colored-thumb .card_col_1 {
    height: 100%;
    overflow: hidden;
    position: relative;
    align-items: self-end;
}
.colored-thumb .card-img {
    object-fit: cover;
    height: 100%;
}
.colored-thumb .item__gradient {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    transition: all .5s ease;
    top: 50%;
    bottom: -2px;
}
.colored-thumb .card-img-out {
    position: relative;
    height: auto;
    padding: 1.25rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    /*padding-top: 0;*/
    flex-direction: column;
    justify-content: center;
}
.colored-thumb .card-title {
    font-size: 1.5rem;
    z-index: 10;
}
.colored-thumb .card-description {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 1rem;
    margin-top: -5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.colored-thumb .read-more {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #333333;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    margin-top: 18px;
    position: relative;
    max-width: 128px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.colored-thumb .read-more i {
    font-size: 23px;
}

/* Широкая тумба */
.colored-thumb a.item-sec-row {
    flex-direction: row-reverse!important;
    /*max-width: 640px!important;*/
}
.colored-thumb .item-sec-row .card_col_1 {
    height: auto;
    width: 60%;
}
.colored-thumb .item-sec-row .card-img-out {
    width: 40%;
    height: auto;
}
.colored-thumb .item-sec-row .card-title {
    font-size: 1.4rem;
}
.colored-thumb .item-sec-row .item__gradient {
    position: absolute;
    right: 0;
    left: 100%;
    transition: all .5s ease;
    top: 0%;
    bottom: 0px;
    width: 100%;
}

/* FIX FOR TABS */
.nav-tabs .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: crimson;
    text-decoration: underline;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    text-decoration: none;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    text-decoration: none;
}
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 18px;
    }
}
/*MOBILE MENU VIEW*/
.navbar.mobile-nav .topic {
    font-weight: 300;
    background-color: var(--main-color);
    font-size: 1.2em;
}
.navbar.mobile-nav .navbar-nav .nav-item {
    padding: 0 15px;
}
/*.navbar.mobile-nav .topic a.nav-link:before {
    content: '>> ';
}*/
.mobile-nav .navbar-collapse {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    margin: 0 -1rem;
    background-color: #000000!important;
}
.mobile-nav .navbar-nav {
    margin-bottom: 100px;
}
.search-mobile {
    position: relative;
    padding: 0 1em;
}
.search-mobile .btn {
    position: absolute;
    right: 1em;
    top: 0;
}


/* PERSONS ALPHABET */
.category-anchors {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: .25s;
    transition: .25s;
    padding: 0;
    margin: 0;
}
.category-anchors li {
    display: inline-block;
}
.category-anchors li a {
    width: 30px;
    margin-bottom: 8px;
    border: 0;
    text-decoration: none;
}
.cat-btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.cat-btn-primary {
    color: #fff;
    background-color: #0978d5;
}
.cat-btn-primary:hover {
    color: #212529;
    background-color: #F2F2F2;
    text-decoration: none;
}

a.plink {
    border-bottom: 1px dashed #007bff;
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 0 4px;
    color: #007bff;
    text-decoration: none;
}
a.plink:hover {
    border-bottom: 1px dashed #000;
    background-color: #fcf8e3;
    color: #000;
    text-decoration: none;
}

/* ADS FOOTER MENU */
.footer .links li.marked a:link, .footer .links li.marked a:visited {
    text-decoration: none;
    color: #FFD900;
    border-bottom: 1px dashed #FFD900;
}
.footer .links li.marked a:hover {
    text-decoration: none;
    color: #ffae00;
    border-bottom: 1px solid #FFD900;
}


/* ALL NEWS PAGE */
.all-news-row {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}
.item-row {
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
}
.highlight .item-row:first-child {
    background-color: #FFEEA9;
    margin: -10px -10px 0 -10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.highlight .item-row:first-child span:before {
    content: '★';
    font-size: 20px;
    color: #ff8f00;
}
.item-row:hover {
    background-color: #eee;
}
.item-col {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.item-row .item-col a {
    color: #000000;
    text-decoration: none;
}
.item-row .item-col a:hover {
    text-decoration: underline;
}
.item-row .item-col a.news-link-off {
    font-size: 20px;
    text-decoration: underline;

}
.item-row .item-col a.news-link-off:hover {
    text-decoration: none;
}
.item-col.item-date {
    width: 100px;
    min-width: 100px;
    font-weight: normal;
    color: #767676;
    padding-left: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.item-col.item-icon {width: 35px; min-width: 35px;}
.item-col.item-icon img {width: 16px; height: 16px;}
.item-col.item-title {margin-right: auto;}
@media (max-width: 768px) {
    .item-row {
        display: block;
        justify-content: flex-start;
        padding: 5px 0;
    }
    .item-col.item-date {
        padding-left: 0;
    }
    .item-col.item-icon {
        display: none;
    }
    .item-col {
        line-height: 24px;
        font-size: 18px;
        font-weight: 500;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .all-last-news {
        padding-right: 0;
        padding-left: 0;
    }
    .item-col.item-date {
        font-size: 16px;
        width: 120px;
        min-width: 120px;
    }
}
@media (max-width: 992px) {
    .lastnews-desktop {
        display: none;
    }
}

/*TEXT NEWS*/
.item-col.item-title a.hashtags, .item-col.item-title span {
    color: var(--main-color);
    text-transform: uppercase;
}
.item-col.item-title a.hashtags:hover {
    color: #000000;

}
.item-col.item-title a.hashtags:before {
    content: '#';
}
.item-col.item-title a.hashtags:after {
    content: ',';
}
.item-col.item-title a.hashtags:last-of-type:after {
    content: ':';
}
.news-desc {
    font-weight: 400;
    margin-top: 5px;
}
.item-col.item-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
@media (max-width: 768px) {
    .item-col.item-title {
        -webkit-line-clamp: 10;
    }
    .last-news {
        padding: 0;
    }
}

.block_buttons_listings {background-color: #ffffff; margin: 1rem 15px 0;}
.block_buttons_listings a:hover {background-color: #F2F2F2;}

/* FOOTER COMPANY */
.show_company {
    margin-bottom: 60px;
    position: relative;
}
.show_company p {
    font-size: 13px;
}
.show_company p:last-of-type {
    display: none;
    visibility: hidden;
}
.show_company p {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}
.show_company input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
[for="read_more"] {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0;
    background: #000000;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}
[for="read_more"]:hover {
    background: var(--main-color);
    cursor: pointer;
}
[for="read_more"] span:last-of-type {
    display: none;
    visibility: hidden;
}
[for="read_more"] span:before, [for="read_more"] span:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[for="read_more"] span:first-of-type:before {
    content: "\e905";
    margin-right: 10px;
}
[for="read_more"] span:first-of-type:after {
    content: "\e905";
    margin-left: 5px;
}
[for="read_more"] span:last-of-type:before {
    content: "\e906";
    margin-right: 5px;
}
[for="read_more"] span:last-of-type:after {
    content: "\e906";
    margin-left: 5px;
}
.show_company input[type=checkbox]:checked ~ p {
    display: block;
    visibility: visible;
    width: 100%;
}
.show_company input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}
.show_company input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}

.socials-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.socials-container li {
    text-align: center;
    width: 50%;
}
.socials-container li a {
    display: block;
    line-height: 40px;
    font-size: 30px;
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
}
.socials-container li a:hover {
    color: #FFFFFF;
    background-color: var(--main-color);
    text-decoration: none;
}

/* FOOTER FIXES */
@media (max-width: 768px) {
    .footer-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        column-gap: 2%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-menu a {
        position: relative;
        text-align: left;
        white-space: normal;
        margin-right: 0;
        color: #fff;
        text-decoration: none;
        transition: color .2s;
        display: block;
        width: 49%;
        line-height: 30px;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mt-xs-3, .my-xs-3 {
        margin-top: 1rem!important;
    }
    .xs-center {
        text-align: center;
    }
}

/* SEO TEXT */
.for-people {
    line-height: 20px;
    font-size: 14px;
}
.for-people p {
    margin: 0;
    padding: 0;
}
.for-people p:not(:last-child) {
    margin-bottom: 10px;
}

/**PAGES**/
#loader_button .load-more {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-size: 18px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
}
#loader_button .load-more:hover {
    color: var(--white-color);
    background-color: var(--header-bg-color);
    border-color: var(--header-bg-color);
}
.pagination {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.main_news-post img {
    max-width: 100%;
}

.max-header {
    max-width: 1370px;
    margin: 0 auto;
}

.promo-content {
    padding: 15px;
}
.promo-content p {
    margin: 0;
    padding: 0;
}
.promo-content p:not(:last-child) {
    margin-bottom: 10px;
}

.promo-content a:link, .promo-content a:visited {
    text-decoration: underline;
}

.promo-content a:hover {
    color: #000000;
    text-decoration: none;
}

.navbar {
    padding: 0 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-brand,
.navbar-dark .navbar-brand {
    height: 50px;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
}

.bottom-buttons {
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    transition: background-color 0.2s ease;
    text-decoration: none;
}
.bottom-buttons:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}


.h1, h1 {
    font-size: 1.75rem;
}
.h3, h3 {
    font-size: 1.55rem;
}
.mainH1 {
    margin: 0;
}

@media (max-width: 768px) {
    .h1, h1 {
        font-size: 1.45rem;
    }
    .h2, h2 {
        font-size: 1.35rem;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
}

.more_h3 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 4px solid var(--main-color);
}

/* TYPOGRAPHY */
#gallery h1, #gallery h2, #gallery h3, #gallery h4, #gallery h5, #gallery h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#gallery h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    border-bottom: 5px solid var(--main-color);
    padding-bottom: 0.5rem;
}

#gallery h2 {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

#gallery h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

#gallery h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

#gallery h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

#gallery h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

#gallery strong, #gallery b {
    font-weight: 500;
}

#gallery p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

#gallery ul {
    list-style: disc;
    margin-left: 1.5rem;
}

#gallery ol {
    list-style: decimal;
    margin-left: 1.5rem;
}

#gallery ul li {
    list-style: disc;
    margin-bottom: 0.5rem;
}

#gallery ol li {
    list-style: decimal;
    margin-bottom: 0.5rem;
}

#gallery blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    color: #888;
    margin-left: 0;
}

#gallery q {
    font-style: italic;
}

.source-host-page {
    color: #000;
    text-align: right;
    /*line-height: 33px;*/
}
.source-host-page span {
    display: inline-block;
}
.source-host-page span a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    color: #6c6c6c;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}
.source-host-page span a:hover {
    color: #000;
    border-bottom: 1px solid #CCCCCC;
    text-decoration: none;
}
#more_from_source {
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .source-host-page span {
        display: block;
    }
    .source-host-page span a {
        white-space: nowrap;
    }
    #more_from_source {
        margin-top: 5px;
        display: inline-block;
    }
    .source-host-page {
        line-height: normal;
    }
}

/* NEW SIDEBAR */
.tag-last-news {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 15px;
}

.tag-last-news .news-item {
    position: relative;
    overflow: hidden;
    /*border-radius: 8px;*/
    height: 200px;
    background: #000;
}

.tag-last-news .news-item a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.tag-last-news .news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.tag-last-news .news-item:hover img {
    transform: scale(1.05);
}

.tag-last-news .news-item .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.6) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
}

.tag-last-news .news-item .date {
    font-size: 12px;
    opacity: 0.85;
}

.tag-last-news .news-item .title-h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.3em;
    max-height: 2.6em; /* 2 lines */
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tag-last-news .tag-last-title {
   margin-bottom: 0!important;
}

/* RELATED SEARCHES */
.related-searches {
    border-top: 1px solid #dbdbdb;
    padding-top: 1em;
    font-size: 14px;
}

.related-searches p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.related-searches .icon-search {
    flex-shrink: 0;
}

.related-searches ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.related-searches ul li {
    display: inline;
    margin-top: 0;
}

.related-searches ul li:not(:last-child)::after {
    content: ",";
    margin-right: 5px;
}

.related-searches b, .related-searches strong {
    font-weight: 500;
}

/* LAZY LOAD */
.lazy {
    opacity: 0;
    transition: 0.5s;
    animation: show 2s 1;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* LISTING URL's */
.block_buttons_listings {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    padding: 0;
    margin: 0 15px 1rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    background-color: #f3f3f3;
}
.block_buttons_listings li {
    width: 33.333%;
    text-align: center;
    line-height: normal;
}
.block_buttons_listings li:first-child {

}
.block_buttons_listings a:link, .block_buttons_listings a:visited {
    text-decoration: underline;
    color: #000000;
    background-color: #FFFFFF;
    line-height: 47px;
    display: block;
    border: 1px solid #ddd;
    border-right: 0;
}
.block_buttons_listings a:hover {
    text-decoration: none;
    color: var(--main-color);
    background-color: #ffffff;
}
.block_buttons_listings li:last-child a {
    border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
    .block_buttons_listings {
        font-size: 14px;
    }
}

/* FAQ ESSENCE BLOCK */
.faq-block h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.faq-block h3 {
    font-size: 1.3rem;
}

/* FAQ */
.model-faq {
    border-top: 1px solid var(--main-color);
    padding-top: 1rem;
}
.model-faq h2 {
    margin-bottom: 1rem;
}
.model-faq h3 {
    color: var(--main-color);
    font-size: 1.3rem;
}
.model-faq h3, .model-faq p {
    margin-bottom: 0.5em;
}
.model-faq > div > div:last-of-type p {
    margin-bottom: 0;
}

/* NAVBAR */
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 75%);
}

.two-blocks {
    border: 1px dashed #bbb;
    padding: 10px 0;
    margin-bottom: 10px;
}
.one-block {
    display: block;
    width: 50%;
    text-align: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.two-blocks:after {
    content: "";
    display: block;
    clear: both;
}