/* HEADER BANNER */
.header-banner {
  width: 900px;
  height: 150px;
  margin: 16px 0;
  border-radius: 12px;
  overflow: hidden;
  background: #e5e7eb;
  text-align: center;
}

.banner-image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* SIDEBAR
----------------------------------------------- */
.sidebox {border:1px solid #dddddd; margin-bottom:40px; padding:20px 30px;}
.sidebox-t {margin-bottom:20px;}
.cols-r .sidebar {float:right; width:370px; margin-right:-370px; padding-right:55px;}
.sidebox-t, .title {font-size:18px; font-weight:700; margin-bottom:20px;}
.sidebox-c li a, .more-link, .tags_more a {font-size:15px; line-height:18px; font-weight:500;}
.flex-row {display:flex; flex-flow:row wrap; justify-content:space-between;}

.tabs-sel span {display:inline-block; cursor:pointer;}
.tabs-sel span:not(.current) {color:#dddddd;}
.js .tabs-b {display:none;}
.js .tabs-b.visible {display:block;}

.sidebox-c li {margin-bottom:20px;}
.sidebox-c li:last-child {margin-bottom:0;}
.sidebox-c li a, .more-link {display:block;}
.sidebox-c li a span, .more-link span, .tags_more a {border-bottom:1px solid rgba(0,0,0,0.2);}

.custom-foto {display:inline-block; width:65px; height:65px; margin-bottom:30px;}
.custom-foto:hover img {transform:scale(1.1,1.1);}
.more-link {margin-top:-10px;}

.lcomm {display:block; position:relative; margin-bottom:10px; min-height:40px; padding:0 0 0 50px;}
.lc-body {background-color:#f6f6f6; padding:10px; border:1px solid #f0f0f0;}
.lc-text {color:#888; margin-bottom:5px;}
.lc-author {font-weight:500;}
.lcomm img {display:block; width:40px; height:40px; border-radius:50%; position:absolute; left:0; top:0;}
.lcomm:nth-child(2n) {padding:0 50px 0 0;}
.lcomm:nth-child(2n) img {left:auto; right:0;}
.lcomm:hover img {transform:scale(0.8,0.8);}


/* JOL VIDEO */
.jol-vid_item {
    border-radius: 20px;
    box-shadow: 0 5px 30px -10px rgba(49,94,251,.3);
    margin-top: 20px;
    overflow: hidden;
}

.jol-vid_bg {
    border-radius: var(--radius);
    aspect-ratio: 16/9;
    height: auto;
    overflow: hidden;
}

.jol-vid_bg .fa-play {
    position: absolute;


    line-height: 40px;
    font-size: 20px;

    border-radius: 50%;
}

.jol-vid_content {
    padding: 20px;
}

.jol-vid_content > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.jol-vid_content > a:hover {
    color: var(--color2);
}


.jol-vid_content > span {
    color: #777e98;
    margin-right: 15px;
}

.jol-vid_content > span i {
    margin-right: 10px;
}

.wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
}

/* ABA HOME */
.aba-home_slide {
    position: relative;
    margin-right: 30px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .aba-home_slide {
        margin-right: 0;
    }

    .aba-home_slide, .aba-report {
        flex: none;
    }
}

.aba-home_nav {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
}

.aba-home_nav i {
    background: #4baffc;
    color: var(--text1);
    border-radius: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.aba-home_nav i:hover {
    background: #f7f7f7;
}

.alt-home_bg {
    border-radius: 10px;
    height: 350px;
    margin-bottom: 20px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .alt-home_bg {
        height: 200px;
    }
}

.alt-home_content h3 {
    margin-bottom: 0;
}

.aba-home_slide:hover h3 {
    color: var(--color1);
}

.alt-home_content span {
    display: block;
    opacity: 0.8;
    margin-top: 5px;
    font-size: 14px;
}

/* ABA SHORT */
.aba-home_items .aba-short_item {
    position: relative;
    display: block;
    width: 250px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .aba-home_items .aba-short_item {
        width: 100%;
    }
}

.aba-home_items .aba-short_bg {
    height: 140px;
}

@media (max-width: 860px) {
    .aba-home_items .aba-short_bg {
        height: 220px;
    }
}

.aba-home_items .aba-short_item + .aba-short_item {
    margin-top: 30px;
}

.aba-short_bg {
    position: relative;
    height: 160px;
    border-radius: var(--radius);
    margin-bottom: 20px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .aba-short_bg {
        height: 220px;
    }
}

.aba-short_content h3 {
    margin-bottom: 5px;
    font-size: 16px;
}

.aba-short_item:hover h3 {
    color: var(--color1);
}

.aba-short_content span {
    opacity: 0.8;
    font-size: 14px;
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Light.woff2) format("woff2"),url(../fonts/Gilroy-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.woff2) format("woff2"),url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-SemiBold.woff2) format("woff2"),url(../fonts/Gilroy-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Bold.woff2) format("woff2"),url(../fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/* HEADER */
.header {
    position: relative;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    border-bottom: 3px solid var(--color3);
}
.header_soc a {
    margin-left: 20px;
    font-size: 20px;
}

.header_soc a:hover {
    color: var(--color1)
}

.header_soc a + a {
    margin-left: 20px;
    
}

.header.sticky-hide {
    top: -80px;
}

.header.sticky-vis {
    top: 0;
    position: fixed;
    background: var(--bg);
}

.header_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    display: flex;
    align-items: center;
    width: 150px;
    height: 45px;
}

.header-logo p {
    font-size: 16.5px;
    font-weight: 600;
    margin-top: -6px;
}

.header-logo, .header-logo img {
    position: relative;
    width: 100px;
    font-size: 22px;
    font-weight: bold;
    margin-right: auto;
}

.header-logo2, .header-logo2 img {
    position: relative;
    width: 300px;
    font-size: 22px;
    font-weight: bold;
    margin-right: auto;
}

.header_logo2 span {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-color1);
    text-transform: uppercase;
}

.header-logo2 p {
    font-size: 16.5px;
    font-weight: 600;
    margin-top: -14px;
}

.header_logo span {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-color1);
    text-transform: uppercase;
}

.header_btn-menu {
    background: var(--color1);
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 13px 11px;
    border-radius: 8px;
    font-size: 14px;
    margin-left: 12px;
    z-index: 8;
}

@media (min-width: 768px) {
    .header_btn-menu {
        display: none;
    }
}

.header_btn-menu span {
    display: block;
    width: 18px;
    height: 1px;
    background: #fff;
    border-radius: 1.5px;
    margin: 0 0 5px 0;
    transition: .3s;
}

.header_btn-menu span:nth-child(2) {
    position: absolute;
}

.header_btn-menu.active span {
    opacity: 0;
    transition: .3s;
}

.header_btn-menu.active span:nth-child(2) {
    opacity: 1;
    transform: rotate( 45deg);
}

.header_btn-menu.active span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
}

.header-menu {
    align-items: center;
    margin-left: auto;
}

@media (max-width: 768px) {
    .header-menu {
        position: absolute;
        width: 80%;
        right: -20px;
        top: 0;
        height: 100vh;
        background: var(--color4);
        padding: 64px 20px 64px 20px;
        z-index: 5;
        align-items: flex-start;
        transform: translateX(100%);
        transition: all .3s;
        flex-wrap: nowrap;
        overflow-x: auto;
        display: flex;
    }
}

@media (max-width: 768px) {
    .header-menu.active {
        display: flex;
        flex-direction: column;
        transform: translateX(0);
    }
}

.header-menu a:not(.header-menu_hidden a) {
    display: block;
    margin-right: 0;
    padding: 25px 20px;
    font-weight: 600;
}

.header-menu a:hover {
    color: var(--color1)
}

.header-menu_submenu {
    position: relative;
}

.header-menu_submenu>a:after {
    content: "\f054";
    font-weight: 300;
    font-family: "font awesome 5 pro";
    margin-left: 7px;
    transition: all .2s;
    display: inline-block;
    font-size: .8em
}

.header-menu_submenu:hover>a:after {
    transform: rotate(90deg)!important
}

.header-menu_hidden {
    visibility: hidden;
    opacity: 0;
    background-color: var(--bg);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    z-index: 100;
    position: absolute;
    left: -60%;
    top: 100%;
    width: 200px;
    padding: 30px;
    border-radius: 20px;
    transform: translateY(30px);
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .header-menu_submenu:hover .header-menu_hidden {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 786px) {
    .header-menu_hidden {
        position: relative;
        display: none;
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .header-menu_submenu a.active + .header-menu_hidden {
        display: flex;
    }
}

.header-menu_hidden a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .header-menu_hidden a {
        width: 100%;
    }
}

.header-menu_hidden a:hover {
    color: var(--color1);
}

.header-ellipsis {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.header-ellipsis_login {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.header-ellipsis_login:hover {
    opacity: 0.8;
}

.header-search {
    position: relative;
    margin-left: auto;
    margin-right: 20px;
}

.header-search_poisk {
    display: inline-block;
    background: var(--color4);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.header-search_poisk:hover {
    background: var(--color1);
    color: var(--text-color);
}

.header-search_flex {
    position: absolute;
    background: var(--color4);
    border-radius: 10px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0 25px 0 35px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

@media (max-width: 460px) {
    .header-search_flex {
        position: fixed;
        justify-content: space-between;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        height: 60px;
        border-radius: 0;
    }
}

.header-search.active .header-search_flex {
    visibility: visible;
    opacity: 1;
}

.header-search_btn {
    display: flex;
    align-items: center;
}

.header-search_btn a {
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    cursor: pointer;
}

.header-search_btn a:hover {
    color: var(--color1);
}

.header-search_btn .header-search_close {
    font-size: 25px;
}

/* FAST SEARCH */
.search__rezo {
    position: absolute;
    top: 100%;
    right: 0;
}

@media (max-width: 460px) {
    .search__rezo {
        left: 0;
        width: 100%;
        padding: 0 30px;
    }
}

.search__rezo #searchsuggestions {
    background: var(--bg);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    color: var(--text-color1);
    width: 300px;
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
    margin-top: 20px;
    border-radius: 12px;
    z-index: 997;
}

@media (max-width: 460px) {
    .search__rezo #searchsuggestions {
        width: 100%;
    }
}

.fsearch {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    color: var(--color6);
}

.fsearch:hover {
    background: var(--light);
}

.fsearch_poster {
    position: relative;
    max-width: 40px;
    min-height: 40px;
    margin-right: 0;
}

.fsearch_poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.fsearch_info h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.fsearch_tags span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
}

.notfound + .seperator {
    display: none;
}

.seperator {
    display: block;
    background: var(--color5);
    padding: 8px 20px;
    text-align: center;
    border-radius: 10px;
}

.search-page_table {
    margin-bottom: 30px;
}

.search-page_table div {
    margin: 0!important;
}

#dofullsearch {
    display: none;
}

/* LOGIN */
.login-page {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: var(--bg);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    width: 500px;
    padding: 40px 80px;
    border-radius: 20px;
    text-align: center;
}

@media (max-width: 460px) {
    .login-page {
        width: 90%;
        padding: 60px 30px;
    }
}

.login-page_close {
    display: inline-block;
    position: absolute;
    background: var(--color3);
    border-radius: 10px;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.login-page_btn {
    margin-top: 30px;
    justify-content: center;
}

.login-page_btn a + a {
    margin-left: 20px;
}

.login_log {
    position: absolute;
    top: 66px;
    right: -20px;
    z-index: 5;
    display: none;
    background: #fff;
    color: #000;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 15px;
    width: 240px;
}

.login_log.active {
    display: block;
}

.login_log-info {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--light);
    padding-bottom: 15px;
}

.login_log-avatar {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.login_log-name {
    display: flex;
    flex-flow: column;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.login_log-name span {
    font-size: 10px;
}

.login_log-menu {
    display: block;
    margin-top: 12px;
}

.login_log-menu a {
    display: block;
    font-size: 13px;
    margin-top: 12px;
    opacity: 0.8;
    color: #000;
}

.login_log-menu a:hover {
    opacity: 1;
}

.login_log-menu a span {
    font-size: 12px;
    float: right;
}

/* SUB HEADER */
.sub-header {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

@media (max-width: 460px) {
    .sub-header_menu {
        margin-bottom: 10px;
    }
}

.sub-header_menu a + a {
    margin-left: 30px;
}

/* CHANGE FONT */
.change-font {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color1);
    border-radius: 10px;
    height: 35px;
    overflow: hidden;
    margin-right: 20px;
}

.change-font span {
    display: inline-block;
    width: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

body.change-font_plus .change-font .change-font_plus {
    background: var(--color1);
    color: #fff;
}

body.change-font_minus .change-font .change-font_minus {
    background: var(--color1);
    color: #fff;
}

body:not(.change-font_plus, .change-font_minus) .change-font .change-font_rezet {
    background: var(--color1);
    color: #fff;
}

body.change-font_plus {
    zoom: 1.2; }

body.change-font_minus {
    zoom: 0.90; }

/* CHANGE COLOR BUTTON */
.change-color {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: var(--color3);
    height: 35px;
    border-radius: 20px;
    padding: 5px 0;
}

.change-color span {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #ccc;
    margin: 0 5px;
    margin-right: 3px;
}

body.theme-dark .change-color span:last-child {
    background-color: var(--color4);
    color: #fff;
}

body.theme-dark .change-color span:first-child {
    background: transparent;
}

.change-color span:first-child {
    background: linear-gradient( 90deg, #f58220 0%, #ee3d3c 100%);
    color: #fff;
}

/* TODAY NEWS */
.today-news {
    background: var(--color3);
    border-radius: 10px;
    padding: 10px 20px;
    align-items: center;
    margin-bottom: 40px;
}

.today-news_title {
    position: relative;
    display: inline-block;
    background: var(--bg);
    border-radius: 10px;
    padding: 10px 20px;
    margin-right: 30px;
    font-weight: 700;
}

@media (max-width: 460px) {
    .today-news_title {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.today-news_title:after {
    display: inline-block;
    content: "";
    height: 8px;
    width: 8px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #ff4433;
    animation: pulse 1.25s infinite;
    will-change: transform, box-shadow;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,68,51,0.6)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255,68,51,0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,68,51,0)
    }
}

.today-news_item a:hover {
    color: var(--color1);
}

/* URGENT NEWS */
.urgent-news h1 i {
    font-size: 35px;
    margin-right: 20px;
    color: #fdb302;
}

.urgent-news-item a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.4;
}

.urgent-news-item a:hover {
    color: var(--color1);
}

.urgent-news-item a i {
    opacity: 0.5;
    margin-right: 10px;
}

.widgets-news {
    width: 400px;
    margin-left: 30px;
}

@media (max-width: 460px) {
    .widgets-news {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
}

.widgets-news > div {
    display: block;
    border: 3px solid var(--color4);
    border-radius: 20px;
    padding: 30px;
}

.widgets-news > div:nth-child(1) {
    margin-bottom: 20px;
}

.pogoda-news_info {
    justify-content: space-between;
    align-items: center;
}

.pogoda-news_info i {
    font-size: 45px;
    color: #007dff;
}

.pogoda-news_info img {
    width: 80px;
    height: 80px;
}

.pogoda-news_degrees {
    margin: 0 20px;
}

.pogoda-news_degrees span:nth-child(1) {
    display: block;
    font-weight: 600;
    opacity: 0.7;
}

.pogoda-news_degrees span:nth-child(2) {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px;
}

.pogoda-news_day span {
    display: block;
    margin-bottom: 10px;
}

.exchanger-news_info {
    justify-content: space-between;
    align-items: center;
}

.exchanger-news_info span {
    display: inline-block;
    background: var(--color3);
    border-radius: 10px;
    padding: 8px 8px;
}

.exchanger-news_info span i:nth-child(1) {
    margin-right: 10px;
    opacity: 0.8;
}

.exchanger-news_info .fa-chevron-up {
    color: #43a745;
    opacity: 1;
    margin-left: 5px;
}

.exchanger-news_info .fa-chevron-down {
    color: #f74c50;
    opacity: 1;
    margin-left: 5px;
}

/* THEME DAY */
.kometa-themeday {
    position: relative;
    height: 520px;
    overflow: hidden;
    color: #fff;
}

@media (min-width: 1920px) {
    .kometa-themeday {
        height: 620px;
    }
}

.kometa-themeday_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.kometa-themeday_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000 20%, transparent);
}

.kometa-themeday_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.kometa-themeday_subtitle {
    display: block;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 10px;
}

.kometa-themeday_items {
    position: relative;
    justify-content: space-between;
    margin-top: 150px;
}

.kometa-themeday_items a {
    width: 20%;
    color: #fff;
}

@media (max-width: 460px) {
    .kometa-themeday_items a {
        min-width: 250px;
        padding-right: 30px;
    }
}

.kometa-themeday_items a + a {
    border-left: 2px solid var(--light);
    padding-left: 30px;
}

.kometa-themeday_tags {
    opacity: 0.8;
    margin-bottom: 10px;
}

.kometa-themeday_items h4:hover {
    color: var(--color1);
}

/* SHORT NEWS TOP */
.kometa-top_left a {
    display: block;
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 460px) {
    .kometa-top_left a {
        height: 400px;
        margin-bottom: 20px;
    }
}

.kometa-top_left a:hover .kometa-top_bg {
    transform: scale(1.05);
}

.kometa-top_left .kometa-top_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
}

.kometa-top_left .kometa-top_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,rgba(0,0,0,.1),rgb(0 0 0));
}

.kometa-top_left .kometa-top_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 30px 40px;
    color: #fff;
    transform: scale(1) translateY(0%);
    transition: all 0.3s;
}

.kometa-top_left .kometa-top_content:hover.kometa-top_content {
    transform: scale(1) translateY(-2%);
}

.kometa-top_left .kometa-top_content h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.kometa-top_left .kometa-top_tags {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.kometa-top_left .kometa-top_tags span:nth-child(1):after {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-weight: 900;
    content: "\f111";
    color: inherit;
    padding-left: 10px;
    padding-right: 10px;
    top: -2px;
    opacity: 0.8;
}

.kometa-top_left .kometa-top_tags span:nth-child(2) {
    background: rgb(242 242 242 / 10%);
    backdrop-filter: blur(5px);
    padding: 5px 10px;
    border-radius: 3px;
}

.kometa-top_right {
    margin-left: 40px;
}

@media (max-width: 460px) {
    .kometa-top_right {
        margin-left: 0;
    }
}

.kometa-top_right a {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color3);
}

.kometa-top_right a:hover {
    color: var(--color1);
}

.kometa-top_right a:nth-child(1) {
    display: none;
}

.kometa-top_right .kometa-top_content {
    position: relative;
    padding-bottom: 20px;
}

.kometa-top_right .kometa-top_content h4 {
    font-weight: 600;
    margin-bottom: 0;
}

.kometa-top_right .kometa-top_tags {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.kometa-top_right .kometa-top_tags span + span:before {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-weight: 900;
    content: "\f111";
    color: inherit;
    padding-left: 10px;
    padding-right: 10px;
    top: -2px;
    opacity: 0.8;
}

/* SHORT NEWS */
.short-news_item {
    margin-top: 0;
}
short-news_item-content, .short-item_text p {
    font-size:15px;
text-overflow: clip;
}
    
.short-news_item + a {
    margin-top: 30px;
}

.short-news_item-bg {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    margin-right: 40px;
    overflow: hidden;
}

@media (max-width: 460px) {
    .short-news_item-bg {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.short-news_item-content .badge {
    margin-bottom: 20px;
}

.short-news_item-content:hover.short-news_item-content h3 {
    color: var(--color1);
}

.short-news_item-tags span i {
    margin-right: 10px;
}

.short-news_item-tags span + span {
    margin-left: 20px;
}

/* ADDITIONAL SECTION */
.additional-news {
    width: 300px;
    margin-left: 40px;
}

@media (max-width: 460px) {
    .additional-news {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
}

.additional-news > div + div {
    margin-top: 50px;
    counter-reset: toc1;
}

.subscribe-news {
    position: relative;
    display: inline-block;
    background: #c932c9;
    padding: 30px;
    border-radius: 20px;
    color: var(--text-color);
    overflow: hidden;
}

.subscribe-news h4 {
    position: relative;
}

.subscribe-news a {
    background: var(--bg);
    color: var(--text-color1);
}

.subscribe-news:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://img.freepik.com/free-vector/instagram-background-gradient-colors_23-2147819864.jpg);
    background-size: cover;
    opacity: 0.4;
}

/* FIVE TOP */
.fivetop-news_items {
    background: #292929;
    border-radius: 20px;
    padding: 40px 30px;
}

.fivetop-news a {
    position: relative;
    display: block;
    color: #fff;
}

.fivetop-news a + a {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid var(--light);
}

.fivetop-news_num {
    margin-bottom: 20px;
    background: linear-gradient(160deg,#eacc7f 16%,#ad9c72 64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fivetop-news_num i {
    margin-right: 10px;
}

.fivetop-news_num:after {
    content: counter(toc1, decimal);
    counter-increment: toc1;
}

.fivetop-news_tags {
    justify-content: space-between;
    align-items: center;
    opacity: 0.8;
    margin-top: 20px;
}

/* POPULAR TOP */
.popular-news a {
    position: relative;
    display: block;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.popular-news a + a {
    margin-top: 20px;
}

.popular-news a:hover .popular-news_bg {
    transform: scale(1.05);
}

.popular-news_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.popular-news_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000, transparent);
}

.popular-news_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 30px;
    color: #fff;
}

.popular-news_content p {
    font-size: 14px;
    line-height: 1.4;
}

.popular-news_tags {
    justify-content: space-between;
    align-items: center;
    opacity: 0.8;
    margin-top: 20px;
}

/* TAGS BLOCK */
.tags-news_tags {
    margin-bottom: 10px;
}

.tags-news_tags a {
    display: inline-block;
    background: var(--color3);
    padding: 8px 12px;
    margin: 5px;
    margin-left: -5px;
    border-radius: 10px;
}

.tags_more a {
    display: inline-block;
    background-color: var(--color1);
    color: #fff;
    padding: 15px 30px;
}

/* NAVIGATION */
.navigation {
    margin-top: 30px;
}

.navigation-page {
    align-items: center;
    grid-column: 1/-1;
    margin-top: 40px;
}

.navigation a, .navigation span {
    display: inline-block;
    line-height: 50px;
    min-width: 50px;
    height: 50px;
    background-color: var(--color3);
    border-radius: 6px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.navigation a:hover {
    background-color: var(--color4);
    color: #fff;
}

.navigation span {
    background-color: var(--color1);
    color: #fff;
}

.navigation-load a, .navigation-load span {
    background: var(--color1);
    color: #fff;
    padding: 0 30px;
}

/* FULL STORY */
.kometa-full_one {
    position: relative;
    height: 400px;
}

.kometa-full_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.kometa-full_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,rgba(0,0,0,.1),rgb(0 0 0));
}

.kometa-full_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    color: #fff;
    height: 100%;
}

.kometa-full_tags {
    position: relative;
}

.kometa-full_tags span + span {
    margin-left: 20px;
}

.kometa-full_detalis {
    max-width: 800px;
}

.kometa-full_param {
    position: relative;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 460px) {
    .kometa-full_param .badge, .kometa-full_share {
        margin-bottom: 10px;
    }
}

.kometa-full_share {
    display: block;
    position: relative;
    background: var(--bg);
    color: var(--text-color1);
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
}

@media (max-width: 460px) {
    .kometa-full_share {
        margin-left: 5px;
        padding: 10px 10px;
        margin-right: 0;
    }
}

.kometa-full_share.active .kometa-full_fshare {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.kometa-full_fshare {
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 5;
    background-color: var(--bg);
    color: var(--text-color1);
    width: 222px;
    margin-left: -111px;
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    border-radius: 5px;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 24%) 0px 10px 40px;
    justify-content: space-between;
}

.kometa-full_fshare:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -7px;
    width: 14px;
    height: 14px;
    background: var(--bg);
    -webkit-transform: rotate( 135deg );
    transform: rotate( 135deg );
}

.kometa-full_fshare span {
    display: inline-block;
    background: var(--color4);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    cursor: pointer;
}

.kometa-full_fshare span:hover {
    background: var(--color1);
    color: var(--text-color);
}

.kometa-full_param a i {
    margin-right: 10px;
}

.kometa-full_param .favmod {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 20px;
}

@media (max-width: 460px) {
    .kometa-full_param .favmod {
        margin-left: 0;
    }
}

.kometa-full_param .favmod i {
    margin-right: 0;
}

.favmod-add,.favmod-unset, .favmod.active .favmod-unset {
    display: inline-block;
}

.favmod .favmod-unset,.favmod.active .favmod-add {
    display: none
}

.kometa-full_text {
    position: relative;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.kometa-full_text blockquote {
    position: relative;
    background: var(--color3);
    border-radius: 10px;
    padding: 30px 30px 30px 80px;
    border: none;
}

.kometa-full_text blockquote:before {
    content: '"';
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 130px;
    line-height: 100px;
    font-weight: 700;
    color: #2163e8;
}

/* PODPISKA IG */
.kometa-podpiska {
    position: relative;
    background: var(--color3);
    border-radius: 10px;
    overflow: hidden;
}

.kometa-podpiska_content {
    position: relative;
    padding: 30px;
    z-index: 2;
}

.kometa-podpiska h3, .kometa-podpiska p {
    margin-bottom: 12px;
}

.kometa-podpiska_bg {
    position: absolute;
    width: 100%;
    top: 0;
    right: -30%;
    transform: rotate(-45deg);
}

@media (max-width: 460px) {
    .kometa-podpiska_bg {
        width: 120%;
        right: -80%;
    }
}

/* FULL WILL */
.kometa-will {
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.kometa-will_tags {
    align-items: center;
}

.kometa-will_tags > a {
    background: var(--color3);
    border-radius: 10px;
    font-size: 16px;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
}

.kometa-will_tags > a + a {
    margin-left: 20px;
}

.kometa-will_tags > a i {
    margin-right: 12px;
    opacity: 0.5;
}

.kometa-will_tags > a:hover:nth-child(1) i {
    color: #3bb33b;
    opacity: 1;
}

.kometa-will_tags > a:hover:nth-child(2) i {
    color: #fb0007;
    opacity: 1;
}

.kometa-will_tags > a:hover:nth-child(3) i {
    color: var(--color1);
    opacity: 1;
}

.kometa-full_one .kometa-full_shar {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 460px) {
    .kometa-full_one .kometa-full_shar, .kometa-full_shar {
        margin-left: 0;
        margin-right: 0;
        margin: 10px 0;
    }
}

.kometa-full_shar span {
    background: var(--color3);
    color: #fff;
    border-radius: 10px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
}

.kometa-full_shar span + span {
    margin-left: 10px;
}

.kometa-full_shar [data-id="fb"] {
    background: #0561af;
}

.kometa-full_shar [data-id="vk"] {
    background: #2787f5;
}

.kometa-full_shar [data-id="ok"] {
    background: #ee8208;
}

.kometa-full_shar [data-id="tw"] {
    background: #1da1f2;
}

.kometa-full_shar [data-id="tlg"] {
    background: #239fdc;
}

/* TABS BLOCK */
.tabs-block {
    align-items: center;
    margin-bottom: 20px;
}

.tabs-block_tab {
    display: inline-block;
    background: var(--light);
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.tabs-block_tab-is-active {
    background: var(--color1);
}

.tabs-block_tab + .tabs-block_tab {
    margin-left: 10px;
}

.tabs-block_content {
    height: 400px;
}

.tabs-block_content iframe {
    width: 100%;
    height: 100%;
}

/* COMMENTS */
.comments {
    max-width: 800px;
}

.comments_heading {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.comments_heading h1 {
    margin-bottom: 0;
}

@media (max-width: 460px) {
    .comments_heading h1 {
        font-size: 20px;
    }
}

.comments_heading a {
    display: inline-block;
    background: transparent;
    border: 2px solid var(--light);
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.comments_heading a:hover {
    border: 2px solid var(--color1);
}

.comments-no {
    background: var(--light);
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.comment-item {
    background: var(--light);
    color: var(--text-color1);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.comment-item_img {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.comment-item_letter {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.comment-item_author a {
    font-weight: 500;
}

.comment-item_date {
    color: #999;
    margin-top: 6px;
    font-size: 1.2rem;
}

.comment-item_main {
    margin: 12px 0;
}

.comment-item_rating {
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #f2f6f9;
    padding: 0 10px;
    font-size: 1.2rem;
    color: #97a9b7;
}

.comment-item_rating a {
    color: #97a9b7;
}

.comment-item_rating>span {
    margin: 0 5px;
}

.comment-item_rating>span>span.ratingtypeplus, .comment-item_rating>span>span.ratingplus {
    color: #06b601;
}

.comment-item_rating>span>span.ratingminus {
    color: #ff0e0e;
}

.comment-item_reply a {
    background: var(--color3);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.comment-item_controls {
    text-align: right;
    font-size: 1.2rem;
}

.comment-item_controls li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    height: 20px;
    line-height: 20px;
}

.comment-item_controls a:not(:hover) {
    color: #999;
}

.mass_comments_action {
    display: flex;
    align-items: center;
    max-width: 800px;
}

.mass_comments_action select {
    flex: 1 1 0;
    margin: 0 16px 0 20px;
}

/* RATING COLOR */
.rating-color {
    background-color: #3bb33b;
    box-shadow: 0 4px 9px rgb(59 179 59 / 50%);
}

.rating-color.low {
    background: #e13535;
    box-shadow: 0 4px 9px rgb(225 53 53 / 50%);
}

.rating-color.middle {
    background: #ff6702;
    box-shadow: 0 4px 9px rgb(255 103 2 / 50%);
}

/* BAGDES */
.badge {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: baseline;
    border-radius: 3px;
}

.badge-red {
    color: #fff;
    background-color: #ff4954;
}

.badge-green {
    color: #fff;
    background-color: #3cd458;
}

.badge-blue {
    color: #fff;
    background-color: #49b0ff;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-white {
    background-color: #fff;
    color: #757575;
    box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
    font-weight: 500;
}

/* FOOTER */
.footer {
    background: var(--color4);
    padding: 30px 0;
}

.footer_soc a {
    font-size: 25px;
}

.footer_soc a:hover {
    color: var(--color1)
}

.footer_soc a + a {
    margin-left: 50px;
}

.footer-logo, .footer-logo img {
    position: relative;
    width: 270px;
    height: 90px;
}

.footer_menu {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 2px solid var(--color5);
}

.footer_menu a {
    font-weight: 600;
}

.footer_menu a:hover, .footer_menu-static a:hover {
    color: var(--color1)
}

.footer_menu a + a, .footer_menu-static a + a {
    margin-left: 20px;
}

.footer_menu-static a {
    opacity: 0.8;
}

.footer_copyright {
    margin-top: 20px;
    opacity: 0.9;
    border-top: 2px solid var(--color5);
}

.footer_copyright p {
    font-size: 14px;
    margin-top: 10px;
}
/* ALT POPUL */
.alt-popul_items a {
    position: relative;
    display: block;
    height: 200px;
    border-radius: var(--radius);
    margin-bottom: 20px;
    overflow: hidden;
}

.alt-popul_items a:hover img {
    transform: scale(1.05);
}

.alt-popul_items a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    transition: all 0.3s;
}

.alt-popul_items a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000, transparent);
    z-index: 1;
}

.alt-popul_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 30px;
    color: var(--text1);
    z-index: 2;
}

.alt-popul_content p {
    font-size: 14px;
    line-height: 1.4;
}

.alt-popul_tags {
    justify-content: space-between;
    align-items: center;
    opacity: 0.8;
    margin-top: 20px;
    font-size: 14px;
}