@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/news/html/fonts/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/news/html/fonts/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/news/html/fonts/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/news/html/fonts/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/news/html/fonts/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(/news/html/fonts/ptsansnarrow/v11/BngRUXNadjH0qYEzV7ab-oWlsbCCwR26eg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(/news/html/fonts/ptsansnarrow/v11/BngRUXNadjH0qYEzV7ab-oWlsbCGwR0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/news/html/fonts/ptsansnarrow/v12/BngSUXNadjH0qYEzV7ab-oWlsbg95AiBW_3QRQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/news/html/fonts/ptsansnarrow/v12/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --main-color: #00669E;
    --header-bg-color: #343a40;
    --white-color: #ffffff;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFFFFF;
}
a {
    color: #00669e;
    text-decoration: none;
    background-color: transparent;
}
.btn-success {
    color: #fff;
    background-color: #00669e;
    border-color: #00669e;
}
.btn-success:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #0e87c9;
    border-color: #0e87c9;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
     font-family: 'PT Sans Narrow', 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: .7rem 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: #cccccc;*/
     margin-bottom: 1em;
}
.mobile-sidebar .sidebar-block {
    margin-bottom: 1em;
}
 .right-content .sidebar-block img {
     max-width: 100%;
}
 .divider-bottom {
     border-bottom: 1px solid #00669e;
}
 .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: #00669e!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 {
     color: #ff0000;
}
.more_theme {
    /*margin-bottom: 15px;*/
    background: #fff;
    padding: 8px 10px;
    /*border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);*/
}
.more_theme_domain {
    display: table;
}
.more_theme_img {
    display: table-cell;
    padding-right: 10px;
}
.more_theme_source {
    display: table-cell;
}
.more_theme_img img{
    /*width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;*/
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
}
.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.3em;*/
    font-size: 1.0em;
    line-height: normal;
    font-weight: 500;
    font-family: 'PT Sans Narrow', sans-serif;
}
.more_theme_info, .more_theme_info a, .more_theme_source a {
    color: #999999;
}
.more_theme_info .more_theme_date {
    font-size: 14px;
    /*margin-left: 10px;*/
}
 .border_right {
     border-right: 1px solid #00669e;
}
 .more_theme_all {
     text-align: right;
}
 .more_theme_all a {
     color: red;
     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: 'PT Sans Narrow', sans-serif;
     display: block;
     text-align: right;
     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_source {
     text-align: right;
     margin-bottom: 10px;
}
 .full_post_block .full_source a {
     color: #999999;
}
 .full_post_block .full_img {
     height: 300px;
     width: 100%;
     overflow: hidden;
     display: block;
}
 .full_post_block .full_text {
     margin-top: 10px;
     line-height: normal;
    /*font-family: 'PT Sans Narrow', sans-serif;
    */
}
 .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_h1 {
         font-family: 'PT Sans Narrow', sans-serif;
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         padding: 20px 10px 10px;
         line-height: 22px;
         overflow: visible;
         text-align: left;
         max-height: none;
         font-size: 18px;
         font-weight: 600;
         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;
    }
     .full_post_block .full_h1 a {
         font-size: 26px;
         line-height: 32px;
         color: #fff;
    }*/
     .full_post_block .full_img {
         height: 220px;
         width: auto;
         margin-left: -15px;
         margin-right: -15px;
     }
     .full_post_block .full_h1 {
         font-family: 'PT Sans Narrow', sans-serif;
         padding: 10px 0 5px;
         overflow: visible;
         text-align: left;
         max-height: none;
         font-weight: 600;
         color: #000;
         font-size: 26px;
         line-height: 32px;
     }
     .full_post_block .full_h1 a {
         font-size: 26px;
         line-height: 32px;
         color: #000;
     }
     .container-fluid.my-3.mobile-view {
         margin-top: 0!important;
     }
     /*.full_post_block .full_source {
         font-family: 'PT Sans Narrow', sans-serif;
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         padding: 10px;
         line-height: 22px;
         overflow: visible;
         text-align: left;
         max-height: none;
         font-size: 18px;
         font-weight: 600;
         color: #fff;
         text-shadow: 1px 1px 1px #000;
    }*/
     .full_post_block .full_source {
         margin-bottom: 0;
     }
.full_post_block .full_source time {
     /*position: absolute;
     z-index: 10;
     top: 0;
     left: -15px;
     padding: 4px 10px;*/
     font-size: 14px;
     /*color: #fff!important;*/
     line-height: 24px;
     /*background-color: rgba(40,40,40,.5);*/
 }
     .full_post_block .full_source a {
         color: #ffffff;
    }
}
 .main_tags {
     max-height: 300px;
     overflow: hidden;
}
 .main_tags a {
     color: #999;
     font-size: 18px;
     line-height: 25px;
     position: relative;
     margin-left: 10px;
     margin-right: 5px;
}
.main_tags .news-tag {
    text-transform: lowercase;
 }
.main_tags a.news-link {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: normal;
    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: #00669e;
     text-decoration: underline;
}
 .main_tags a:before {
     content: '#';
     position: absolute;
     left: -10px;
     font-size: 18px;
     color: #999;
     transition: color 0.2s ease;
}
/*.main_tags .main_tags_cat a:nth-child(1), .main_tags .main_tags_cat a:nth-of-type(1):before {
    color: #8F41C0;
}
 .main_tags .main_tags_cat a:nth-child(2), .main_tags .main_tags_cat a:nth-of-type(2):before {
    color: #ED0004;
}
 .main_tags .main_tags_cat a:nth-child(3), .main_tags .main_tags_cat a:nth-of-type(3):before {
    color: #41B2E9;
}
 .main_tags .main_tags_cat a:nth-child(4), .main_tags .main_tags_cat a:nth-of-type(4):before {
    color: #909090;
}
 .main_tags .main_tags_cat a:nth-child(5), .main_tags .main_tags_cat a:nth-of-type(5):before {
    color: #98ef2d;
}*/

.main_tags a.news-persons {
    color: #007bff;
}
.main_tags a.news-persons:before {
    color: #007bff;
}
.main_tags a.news-locations {
    color: red;
}
.main_tags a.news-locations:before {
    color: red;
}


.full_tags {
    margin-bottom: 5px;
}
.full_tags a {
    color: #999999;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    margin-left: 10px;
    margin-right: 5px;
    text-transform: lowercase;
}
.full_tags a:before {
    content: '#';
    position: absolute;
    left: -10px;
    font-size: 18px;
    color: #999999;
    transition: color 0.2s ease;
}
.full_tags a.persons-tags {
    color: #007bff;
}
.full_tags a.persons-tags:before {
    color: #007bff;
}
.full_tags a.locations-tags {
    color: red;
}
.full_tags a.locations-tags:before {
    color: red;
}
.full_tags a:hover {
    color: #000000;
    text-decoration: underline;
}



 .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: #999999;
     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: #999;
}
 .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: #999;
     transition: color 0.2s ease 0s;
}
*/
 .the-themes a {
     color: #000000;
     text-decoration: none;
}
 .the-themes a:hover {
     outline: none;
     text-decoration: none;
     color: #00669e;
}
 .the-themes-name {
     margin-bottom: 5px;
    padding-left: 5px;
}
 .the-themes-name span {
     font-family: 'PT Sans Narrow', sans-serif;
}
 .for-themes .the-themes-name a {
     color: red;
     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: red;
     transition: color 0.2s ease 0s;
}
/* .for-themes .the-themes:nth-of-type(2) .the-themes-name a, .for-themes .the-themes:nth-of-type(2) .the-themes-name a:before {
    color: #F60004;
}
 .for-themes .the-themes:nth-of-type(3) .the-themes-name a, .for-themes .the-themes:nth-of-type(3) .the-themes-name a:before {
    color: #98ef2d;
}*/
 .the-themes-name a:hover {
    /*color: #000;
    */
     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;
     /*font-weight: 500;*/
    margin: 5px 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 600;
}
 .themes_info {
     margin-top: 5px;
     line-height: 22px;
     color: #999999;
     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: #999;
}
 .info_date {
     float: right;
     margin-right: 0;
     position: relative;
    /*margin-left: 10px;
    */
}
/*.info_date:before {
     content: "•";
     position: absolute;
     left: -10px;
     font-size: 14px;
     color: #999;
     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: 'PT Sans Narrow', 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: 600;
         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: #999999;
         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: #999;
    }
     .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: #999;
         font-size: 14px;
         position: relative;
         margin-left: 0;
         margin-right: 5px;
         text-decoration: none;
         border-bottom: 1px dashed #999;
    }
     .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: red;
     }
     .for-themes .the-themes .themes_tags a.news-locations:before {
         color: red;
     }
}
 .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: 600;
     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: #999;
     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: #f00;
     font-weight: 600;
     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: #999;
     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;
}

 .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: #00669e;
}
 .thumb_img {
     height: 170px;
     width: 100%;
     overflow: hidden;
     display: inline-block;
     position: relative;
}
.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: 'PT Sans Narrow', sans-serif;
     font-weight: 600;
}
.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: #999999;
     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: #999999;
     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: #00669e;
     text-decoration: underline 
}
 .last-news .the-thumb .thumb_tags a:before {
     content: '#';
     position: absolute;
     top: 0px;
     left: -9px;
     /*font-size: 20px;*/
     color: #999;
     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: 'PT Sans Narrow', 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: 600;
         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;
    }*/
     .thumb_title {
         font-family: 'PT Sans Narrow', sans-serif;
         padding: 0 10px;
         line-height: 22px;
         overflow: visible;
         max-height: none;
         font-size: 18px;
         font-weight: 600;
         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: #999999;
         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: #999;
    }
     .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: #999;
         font-size: 14px;
         position: relative;
         /*margin-left: 0;*/
         margin-right: 5px;
         text-decoration: none;
         border-bottom: 1px dashed #999;
    }
     .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;
}

    /* .last-news .the-thumb .thumb_tags a:nth-child(1), .last-news .the-thumb .thumb_tags a:nth-of-type(1):before {
        color: #8F41C0;
    }
     .last-news .the-thumb .thumb_tags a:nth-child(2), .last-news .the-thumb .thumb_tags a:nth-of-type(2):before {
        color: #ED0004;
    }
     .last-news .the-thumb .thumb_tags a:nth-child(3), .last-news .the-thumb .thumb_tags a:nth-of-type(3):before {
        color: #41B2E9;
    }
     .last-news .the-thumb .thumb_tags a:nth-child(4), .last-news .the-thumb .thumb_tags a:nth-of-type(4):before {
        color: #909090;
    }
     .last-news .the-thumb .thumb_tags a:nth-child(5), .last-news .the-thumb .thumb_tags a:nth-of-type(5):before {
        color: #98ef2d;
    }*/
/*}*/

.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 time {
    float: left;
    color: #999999;
    font-size: 14px;
}

.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: #303440;/*#282828*/
    color: white;
}
.footer .h4 {
    font-family: 'PT Sans Narrow', sans-serif;
}
.footer .links ul {
    list-style-type: none;
}
.footer .links li a {
    color: white;
    transition: color .2s;
}
.footer .links li a:hover {
    text-decoration: none;
    color: #4180CB;
}
.footer .about-company i {
    font-size: 25px;
}
.footer .about-company a {
    color: white;
    transition: color .2s;
}
.footer .about-company a:hover {
    color: #4180CB;
}
.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: 0px solid #ccc;
    cursor: pointer;
    display: inline-block;
    /* text-align: center; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*h1.first-letter:first-letter { text-transform: lowercase; }*/

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;
    }
    .full_post_block .full_source a {
        float: right;
    }
    .container-fluid h1.first-letter {
        font-size: 1.5rem;
    }
    .container-fluid h1.full_h1 {
        margin-bottom: 0rem;
    }

}

.red-links .people-name a {
    color: red;
}

@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: #00669E;
    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 {
    background-color: #fff;
    padding: 10px;
    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: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;

}
/*.bg-white-one:hover a, .bg-white-one:hover a .people-one .people-info-one .people-name-one {
    text-decoration: none !important;
}*/

.people-name-one a {
    color: #000;
    font-weight: 600;
    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: #999;
    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;
}
.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: 600;
    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: #00669e;
}
.sidebar-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.sidebar-thumb-title {
    font: 600 1.28571rem/1.25 'PT Sans Narrow', 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: 'PT Sans Narrow', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}



/* Новый блок новостей на главной */
/*.main.bg-white {
    padding: 15px 0;
}*/
.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: 600;
}
.mr-diego h2 a:hover {
    text-decoration: none;
    color: #00669e;
}
.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: 600 1.28571rem/1.25 'PT Sans Narrow', 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: #00669e;
}
.storm-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.storm-thumb-title {
    font: 600 1.28571rem/1.25 'PT Sans Narrow', 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: 600 1.28571rem/1.25 'PT Sans Narrow', sans-serif;
}
.storm-title {
    font-family: 'PT Sans Narrow', 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: #00669e;
}
.storm-left-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.storm-left-thumb-title {
    font: 600 1.28571rem/1.25 'PT Sans Narrow', 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: 600;
    font-size: 1.75rem;
}
.storm-left-title {
    font-family: 'PT Sans Narrow', 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: #00669e;
}
.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: 0;
    /*border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;*/
    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% - 0px);
    left: 0;
    width: 100%;
    background-color: #f3f3f3;
}
.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: 600;
    font-size: .71429rem;
    background-color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.quick-links-block .quick-links .element--title {
    /*font-weight: bold;
    font-size: .85714rem;*/
    font-weight: 500;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    color: white;
    background-color: #00669e;
    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: white; }
    100% { color: yellow; }
}
@-moz-keyframes color_change {
    0% { color: white; }
    100% { color: yellow; }
}
@-ms-keyframes color_change {
    0% { color: white; }
    100% { color: yellow; }
}
@-o-keyframes color_change {
    0% { color: white; }
    100% { color: yellow; }
}
@keyframes color_change {
    0% { color: white; }
    100% { color: yellow; }
}
.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: #00669e;
}
.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: .85714rem;
    font-weight: 600;*/
    font-weight: 500;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
}
.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: #00669e;
}
.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: #00669e;
}
.volandemort-thumb-img {
    height: 170px;
    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: 600 1.4rem/1.25 'PT Sans Narrow', sans-serif;
    padding: 0 0 0 10px;
}
.volandemort-title {
    font-family: 'PT Sans Narrow', 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: 5;
    -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: 600 1.5rem/1.25 'PT Sans Narrow', sans-serif;
}
.volandemort .lastnews-h3 a:link, .volandemort .lastnews-h3 a:visited {
    outline: none;
    text-decoration: underline;
    position: relative;
    font-size: 1.75rem;
    color: #00669e;
}
.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: 'PT Sans Narrow', sans-serif;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    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: 'PT Sans Narrow', sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.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: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: 600;
    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: #00669e;
}
.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: #00669e;
}
.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: 600 1.28571rem/1.25 'PT Sans Narrow', sans-serif;
    padding: 0 0 0 10px;
}
.locationus-thumb-title h3 {
    font: 600 1.28571rem/1.25 'PT Sans Narrow', sans-serif;
}
.locationus-title {
    font-family: 'PT Sans Narrow', 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: #00669e;
    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: 'PT Sans Narrow', 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: #00669e;
    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: #00669e;
}
.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: 'PT Sans Narrow', 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: #00669e;
}
.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;
}
.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: red; }
    25% { color: black; }
    50% { color: red; }
    75% { color: black; }
    100% { color: red; }
}
@-moz-keyframes hot-theme-marker {
    0% { color: red; }
    25% { color: black; }
    50% { color: red; }
    75% { color: black; }
    100% { color: red; }
}
@-ms-keyframes hot-theme-marker {
    0% { color: red; }
    25% { color: black; }
    50% { color: red; }
    75% { color: black; }
    100% { color: red; }
}
@-o-keyframes hot-theme-marker {
    0% { color: red; }
    25% { color: black; }
    50% { color: red; }
    75% { color: black; }
    100% { color: red; }
}
@keyframes hot-theme-marker {
    0% { color: red; }
    25% { color: black; }
    50% { color: red; }
    75% { color: black; }
    100% { color: red; }
}

/* 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: #00669e;
}
.wide-right-img-block {
    margin-bottom: 15px;
}
.ms-marple .wide-right-img-block:last-of-type {
    margin-bottom: 0;
}
.today-interest-news {
    font: 600 1.28571rem/1.25 'PT Sans Narrow', 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: #00669e;
}
.wide-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.wide-thumb-title {
    font: 600 1.28571rem/1.25 'PT Sans Narrow', 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: 'PT Sans Narrow', 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: #00669e;
}
.wide-left-thumb-img {
    height: 170px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.wide-left-thumb-title {
    font: 600 1.28571rem/1.25 'PT Sans Narrow', 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: 600;
}
.wide-left-title {
    font-family: 'PT Sans Narrow', 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: #00669e;
}


/* 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: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
}
.pl-name-one span {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.pl-all a, .pl-all a:visited {
    color: #ff0000;
    /*border-radius: 40px 40px 0 0;
    background-color: blanchedalmond;*/
    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: 'PT Sans Narrow', sans-serif;
    font-size: 1.2rem;
    padding: .2rem 1rem;
}
.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: 'PT Sans Narrow', 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: 2rem;
}
.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;
    }
}

/* TAGS BLOCK FIXED ON MOBILE */
@media screen and (max-width: 768px) {
    .full_tags a {
        color: #999999;
        font-size: 13px;
        line-height: 24px;
        position: relative;
        text-transform: lowercase;
        white-space: nowrap;
        background-color: lavender;
        padding: 2px 10px 2px 20px;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 5px;
    }
    .full_tags a:before {
        content: '#';
        position: absolute;
        left: 10px;
        font-size: 14px;
        color: #999999;
        transition: color 0.2s ease;
    }
    .full_tags a.persons-tags, .full_tags a.persons-tags:before {
        color: #999999;
    }
    .full_tags a.locations-tags, .full_tags a.locations-tags:before {
        color: #999999;
    }
}


/* NAVBAR FIXED WIDTH */
@media (min-width: 992px) {
    .navbar .container {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1400px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-expand-lg .navbar-collapse {
        margin-right: -15px;
    }
}
@media (min-width: 1350px) {
    .form-inline .form-control {
        /*width: calc(100vw - 1000px);*/
        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: 34px;
     line-height: 50px;
}
.box-seo-h1 h1:first-letter {
    text-transform: capitalize;
}
.box-seo-h1 span {
    font-family: 'PT Sans Narrow', 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: 100px;
}
.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;
}
.chart-box h4 {
    text-align: center;
}
.volandemort-flex {
    display: flex;
}
.volandemort-flex h2 {
    display: inline-block;
}
.volandemort-flex span {
    font-family: 'PT Sans Narrow', 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: 26px; line-height: 50px;}
    .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: red;
}
.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: 600;
    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: 'PT Sans Narrow', 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: 600;
    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: #999; 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: 'PT Sans Narrow', 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: #ff0000;
    /*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 {
    /*max-width: 600px;
    margin: 0 auto;*/
    padding: 15px;
}
#sources-options-filter-box .form-items-label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5rem;
    color: #999;
    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: 'PT Sans Narrow', 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: 'PT Sans Narrow', 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: 'PT Sans Narrow', 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: 'PT Sans Narrow', sans-serif;
    font-size: 28px;
}
.more-source {
    font-family: 'PT Sans Narrow', 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;
    }
    .footer-menu a {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Новый вид отображения страницы поста */
/* Квадратная тумба */
.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: 600;
    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: 'PT Sans Narrow', 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: #0268c0;
    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 - 60px);
    overflow-y: auto;
    margin: 0 -1rem;
}
.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 {
    padding: 0;
}
.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: 0 0 0 -10px;
    padding: 10px;
}
.highlight .item-row:first-child span:before {
    content: '★';
    font-size: 20px;
    color: #ff8f00;
}
.item-row:hover {
    background-color: #eee;
}
.item-col {
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.item-row .item-col a {
    color: #000000;
    font-size: 20px;
    text-decoration: none;
}
.item-row .item-col a:hover {
    text-decoration: underline;
}
.item-row .item-col a.news-link-off {
    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; font-size: 16px; color: #767676; /*padding-left: 5px;*/}
.item-col.item-icon {width: 35px; min-width: 35px;}
.item-col.item-icon img {width: 18px; height: 18px;}
.item-col.item-title {margin-right: auto;}
.item-col.item-views {width: 70px; min-width: 70px; text-align: right;}
.item-col.item-views span {
    padding: 0 7px;
    margin-right: 5px;
    background-color: #A9EFA7;
}
@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: 22px;
        font-size: 18px;
        font-weight: 600;
        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: 85px;
        min-width: 85px;
    }
}
@media (max-width: 992px) {
    .lastnews-desktop {
        display: none;
    }
}


/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
    /*border-top: 1px solid #F2F2F2;
    background-color: #303440;*/
}
.footer-widgets-area {
    padding-top: 45px;
    padding-bottom: 10px;
    color: #cccccc;
}

.tg-footer-main-widget {
    width: 39.473684%;
    float: left;
    margin-right: 2.631579%
}
.tg-footer-other-widgets {
    float: right;
    width: 57.894737%;
}

.tg-first-footer-widget {
}
.tg-second-footer-widget,
.tg-third-footer-widget {
    width: 30.303030%;
    float: left;
    margin-right: 4.545454%
}
.tg-fourth-footer-widget {
    width: 30.303030%;
    float: right;
    margin-right: 0;
}



.footer-widgets-area .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 1.125em;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.footer-widgets-area .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
.footer-widgets-area p {
    text-align: left;
    color: #aaaaaa;
}
.footer-widgets-area a {
    color: #FFFFFF;
}
.footer-widgets-area a:hover {
    color: #289dcc;
}
.new-footer .widget {
    margin-bottom: 40px;
}
.new-footer, .new-footer p {
    font-size: 0.875em;
    line-height: 1.4;
}

/* =FOOTER ADVERTISEMENT AREA
----------------------------------------------- */
.advertisement_above_footer {
    background-color: #ffffff;
}
.advertisement_above_footer .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 1.125em;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.advertisement_above_footer .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
    padding: 20px 0px 50px;
    background-color: #303440;
}
.footer-socket-area {
    width: 100%;
}
.footer-socket-right-section {
    float: right;
}
.footer-socket-left-section {
    float: left;
}
.footer-socket-wrapper .copyright {
    color: #b1b6b6;
    float: left;
    font-size: 0.875em;
    max-width: 50%;
}
.footer-socket-wrapper .copyright a {
    color: #b1b6b6;
    border-bottom: 1px solid #5a5d62;
}
.footer-socket-wrapper .copyright a:hover {
    color: #ffffff;
}
.footer-socket-wrapper .small-menu {
    float: right;
}
.footer-socket-wrapper .small-menu a {
    padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
    top: 21px;
}

.new-footer {font-size: 0.8em;}
.new-footer .footer-widgets-area .widget-title span {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 24px;
    background-color: transparent;
    color: #fff;
    padding: 0;
    border: 0;
}
.new-footer .footer-widgets-area .widget-title {
    font-family: 'PT Sans Narrow', sans-serif;
    border-bottom: none;
    font-size: 1.125em;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.new-footer .footer-widgets-area {
    padding-top: 10px;
}
.footer-info-menu {clear: both; margin: 0 auto; text-align: center; margin-bottom: 10px; padding-top: 10px;}
.footer-menu-container .menu li {display: inline-block; margin: 0 10px;}
.new-footer .footer-widgets-area a:hover {
    color: #FFCF00;
    text-decoration: none;
}
.new-footer .footer-info-menu a:link, .new-footer .footer-info-menu a:visited {
    text-decoration: none;
}
.new-footer .footer-info-menu a:hover {
    text-decoration: none;
}
.new-footer .tg-second-footer-widget {
    width: 60.606060%;
    float: left;
    margin-right: 4.545454%;
}
.new-footer .tg-second-footer-widget .menu li {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.new-footer .tg-second-footer-widget .menu li:nth-child(2n) {
    margin-right: 0;
}
/*.new-footer .tg-first-footer-widget a:link {
    text-decoration: underline;
}*/
.new-footer .copyright {clear: both; font-size: 11px;}
.new-footer .mini-social-buttons {clear: both; margin-top: 10px; margin-bottom: 10px; padding-left: 0;}
.new-footer .widget {
    margin-bottom: 20px;
}
.new-footer .tg-fourth-footer-widget {
    width: 34.303030%;
    float: right;
    margin-right: 0;
}
.readus { margin-top: 15px; font-size: 18px;font-family: 'PT Sans Narrow', sans-serif;font-weight: 400;}

.new-footer ul.menu, .new-footer ul.bottom-right {
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
}
.new-footer ul.menu:after, .new-footer ul.bottom-right:after {
    content: '';
    display: block;
    clear: both;
}
.new-footer ul.menu li, .new-footer ul.bottom-right li {
    border-bottom: 1px solid #444;
    line-height: 1.5;
    padding: 5px 0;
}

@media (max-width: 992px) {
    .tg-footer-main-widget {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .tg-footer-other-widgets {
        float: none;
        width: 100%;
    }
}
@media (max-width: 640px) {
    .new-footer .tg-second-footer-widget {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .new-footer .tg-fourth-footer-widget {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

/* ADS FOOTER MENU */
.new-footer .bottom-right li.marked a:link, .new-footer .bottom-right li.marked a:visited {
    text-decoration: none;
    color: #FFD900;
    border-bottom: 1px dashed #FFD900;
}
.new-footer .bottom-right li.marked a:hover {
    text-decoration: none;
    color: #ffae00;
    border-bottom: 1px solid #FFD900;
}
.show_info i, .close_info i {margin-left: 5px;}

.mini-social-buttons {list-style: none; display: inline-block; float: left;  margin-top: 14px; margin-right: 35px;}
.mini-social-buttons li {display: inline-block; margin-right: 5px; float: left; height: 31px;}

.top-mini-social-buttons {list-style: none;}
.top-mini-social-buttons li {display: inline-block; margin-right: 5px; float: left; height: 31px;}

.m-s-fb-b {width: 24px; height: 31px; display: inline-block; background: url(https://usa.one/wp-content/themes/colormag-child/img/socials.png) no-repeat left 0px center; opacity: 0.4;}
.m-s-fb-b:hover { opacity: 1; }

.m-s-tg-b {width: 24px; height: 31px; display: inline-block; background: url(https://usa.one/wp-content/themes/colormag-child/img/socials.png) no-repeat left -120px center; opacity: 0.4;}
.m-s-tg-b:hover { opacity: 1; }

.m-s-tw-b {width: 24px; height: 31px; display: inline-block; background: url(https://usa.one/wp-content/themes/colormag-child/img/socials.png) no-repeat left -48px center; opacity: 0.4;}
.m-s-tw-b:hover { opacity: 1; }

.m-s-vk-b {width: 24px; height: 31px; display: inline-block; background: url(https://usa.one/wp-content/themes/colormag-child/img/socials.png) no-repeat left -24px center; opacity: 0.4;}
.m-s-vk-b:hover { opacity: 1; }

.m-s-yt-b {width: 24px; height: 31px; display: inline-block; background: url(https://usa.one/wp-content/themes/colormag-child/img/socials.png) no-repeat left -72px center; opacity: 0.4;}
.m-s-yt-b:hover { opacity: 1; }

.m-s-rs-b {width: 24px; height: 31px; display: inline-block; background: url(https://usa.one/wp-content/themes/colormag-child/img/socials.png) no-repeat left -96px center; opacity: 0.4;}
.m-s-rs-b:hover { opacity: 1; }

.m-s-in-b {width: 24px; height: 31px; display: inline-block; background: url(https://usa.one/wp-content/themes/colormag-child/img/socials.png) no-repeat left -144px center; opacity: 0.4;}
.m-s-in-b:hover { opacity: 1; }

.m-s-gp-b {width: 24px; height: 31px; display: inline-block; background: url(https://usa.one/wp-content/themes/colormag-child/img/socials.png) no-repeat left -168px center; opacity: 0.4;}
.m-s-gp-b:hover { opacity: 1; }

#colophon .widget ul.mini-social-buttons li {border-bottom: 0;}



.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: #212529;
}
.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: ':';
}

/**PERSONS_BLK**/
@media(max-width: 575px) {
    .col-xs-6 {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}
.bottom-buttons {
    font-family: 'PT Sans Narrow', sans-serif;
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.2rem;
    transition: background-color 0.2s ease;
    text-decoration: none;
}
.bottom-buttons:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.news-desc {
    font-weight: 400;
    margin-top: 5px;
}
.item-col.item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
    .item-col.item-title {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

/* 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: 'PT Sans Narrow', 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: 'PT Sans Narrow', sans-serif;
    font-weight: 500;
}

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

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


.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: #999;
    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;
    }
}

.full_post_block .full_source time {
    margin-right: 10px;
}
.full_post_block .full_source a.editlink {
    float: left;
    font-size: 14px;
    display: block;
}
.tech-watching {
    float: right;
    color: #999999;
    font-size: 14px;
}

/* 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 h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.3em;
    max-height: 2.6em; /* 2 lines */
    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;
}