/* -------------------------------- FONTS ---------------------------------- */

/*  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;*/

/*  .dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}*/


/* -------------------------------- COLORS ---------------------------------- */

:root {
    --white: #fff;
    --white05: rgba(255,255,255,0.5);
    --white06: rgba(255,255,255,0.6);
    --white015: rgba(255,255,255,0.15);
    --gray: #979797;
    --gray2: #0094BB;
    --gray203: rgba(0, 148, 187, 0.3);
    --gray205: rgba(0, 148, 187, 0.5);
    --lightgray: #f8f8f8;
    --darkgray: #002C43;
    --darkgray02: rgba(23,23,23,0.2);
    --darkgray05: rgba(23,23,23,0.5);
    --darkgray06: rgba(23,23,23,0.6);
    --darkgray08: rgba(23,23,23,0.8);
    --black: #000;

    --red: #0094BB;
    --red01: #0092ba1a;
    --red004: rgba(238, 132, 181, 0.4);
    --red05: rgba(238, 132, 181, 0.5);

    --blue1: #0e123b;
    --blue1075: rgba(14,18,59,0.75);
    --blue2: #023cfc;
    --blue3: #0282fc;

    /*    --pink: #EE84B5;
        --pink05: rgba(238, 132, 181, 0.5);
        --pink01: rgba(238, 132, 181, 0.1);
        --pinkdark: #883677;
        --pinkdark05: rgba(136,54,119,0.5);*/

    --orange: #002C43;
    --orange025: rgba(241, 90, 39, 0.25);
    --orange015: rgba(241, 90, 39, 0.15);
    --lightOrange: #F8FEFF;
    --darkGreen: #15391C;
    --darkGreen05: rgba(21, 57, 28, 0.5);
    --darkGreen01: rgba(21, 57, 28, 0.1);
    --hamburgerBg: #F8FEFF;

    --uptitle: rgba(0, 44, 67, 0.6);
    --tag: #0094BB;
    --twotabsactive: rgba(0, 148, 187, 0.5);
    --twotabs: rgba(0, 148, 187, 0.1);
}

/* ---------------------------------- GENERAL ------------------------------- */
body {
    background-color: var(--lightOrange);
    font-family: "Nunito Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}
h2 {
    font-size: 24px;
}
p {
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.5;
}
::selection {
    color: #fff;
    background: #0094BB;
}
::-moz-selection {
    color: #fff;
    background: #0094BB;
}

/* ---------------------------------- HEADER -------------------------------- */
.header-black {
    background-color: var(--orange025);
}
.header-black-content {
    padding-left: 0;
}
.header-red {
    background-color: var(--orange);
}
.header-red .container {
    max-width: 1440px;
}
.header-red-content {
    padding-left: 170px;
}
.app-brand {
    top: 50%;
    transform: translate(0, -49%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.logo a {
    background: url(/assets/front/img/biz/biz_logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 60px;
}
.app-nav ul {
    gap: 25px;
}
.app-nav ul a {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    border-bottom: none;
    position: relative;
}
.app-nav ul li.onPath a, .app-nav ul a:hover, .app-nav ul a.current {
    border-bottom: none;
}
.app-nav ul li.first a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #0094bb;
    position: absolute;
    border-radius: 100%;
    border: solid 3px #006681;
    left: -13px;
    top: 50%;
    transform: translate(0, -50%);
    box-sizing: content-box;
}
.app-nav ul li.has-child ul.dropdown-menu li.first a::before {
    display: none;
}
.app-nav ul li.onPath a,
.app-nav ul a:hover,
.app-nav ul a.current,
.app-nav ul li.onPath.has-child ul.dropdown-menu li a:hover,
.app-nav ul li.onPath.has-child ul.dropdown-menu li.onPath a {
    color: var(--red);
}
.app-nav ul li.onPath.has-child ul.dropdown-menu li a {
    color: var(--darkgray);
}
.app-nav ul li.onPath .dropdown-item::before {
    display: none;
}
.app-nav ul li.onPath .dropdown-item.onPath::before,
.app-nav ul li.onPath .dropdown-item:hover::before {
    display: block;
}
ul.dropdown-menu {
    display: none;
    padding: 10px;
    padding-left: 20px;
}
ul.dropdown-menu a {
    color: var(--darkgray);
}
li.nav-item.dropdown.has-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 73px;
}
.app-nav li.nav-item.dropdown.has-child:hover ul.dropdown-menu {
    display: block;
}
.mob-menu-button {
    display: flex;
}
.mobile-navigation-wrapper {
    left: unset;
    right: 100%;
    flex-direction: row-reverse;
}
.mobile-navigation-wrapper.active {
    left: unset;
    right: 0;
}
.mob-app-nav li.nav-item.dropdown.has-child {
    width: 100%;
}
.mob-app-nav .dropdown ul li {
    border-bottom: none;
}
.mob-app-nav ul a.onPath:not(.dropdown-item) {
    font-weight: 700;
}
.mob-app-nav .nav-item .dropdown-menu {
    border-color: var(--red);
}
.mob-app-nav .nav-item .dropdown-menu {
    border-top: none;
    padding-top: 0;
}
.dropdown-menu, .mob-app-nav ul a.dropdown-item {
    background-color: var(--hamburgerBg);
}

/*--------- KURSNA LISTA --------*/
.header-white {
    border-bottom: solid 1px var(--red);
}
.currency-bar {
    overflow: hidden;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.currency-track {
    display: flex;
    white-space: nowrap;
    width: calc(100% - 140px);
}
.currency-item {
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: var(--darkgray);
    border-right: 1px solid var(--red);
}
.currency-item img {
    width: 20px;
    height: 14px;
    margin-right: 5px;
}
.code {
    font-weight: bold;
    margin-right: 5px;
}
.buy, .sell {
    margin: 0 5px;
    opacity: 0.8;
}
.middle {
    font-weight: bold;
}
.din {
    font-weight: normal;
    opacity: 0.8;
}
.currency-bar .link {
    margin-left: auto;
    color: #0077b6;
    text-decoration: none;
    font-weight: bold;
}
.currency-bar .link:hover {
    text-decoration: underline;
}
a.currency-bar-link {
    z-index: 101;
    background-color: #fff;
    padding: 0 20px;
}
/* ---------------------------------- CONTENT ------------------------------- */
.app-wrapper {
    margin-top: 110px;
}
.right-part {
    padding-top: 50px;
}
.story-wrapper-inner .title,
.sectionTitle {
    font-weight: 400;
}
.img-holder .uptitle,
.imgWrapper .uptitle,
.video-item .uptitle {
    background-color: var(--darkGreen05);
}
.storyNav h2.title a:hover,
.storyNav h3.title a:hover,
.storyNav h4.title a:hover {
    color: var(--darkgray);
    text-decoration-color: var(--red);
    opacity: 1;
}
.pagination ul a:hover,
.pagination ul li.active {
    background-color: var(--orange);
    color: var(--white);
}
.title-time-category h4,
.title-time-commentCount h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
.entrefilet-box .boxBody::before {
    background-image: url('/assets/front/img/biz/quote-biz.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 101px;
    height: 80px;
}
.img-holder .uptitle,
.imgWrapper .uptitle,
.video-item .uptitle {
    background-color: var(--darkGreen05);
    display: none;
}
.title-with-icon,
.storyContent .latest-story-category .title-with-icon,
.storyContent .topStories-2-2-2 .title-with-icon {
    padding-left: 0;
    font-weight: 600;
}
.title-with-icon::before,
.storyContent .latest-story-category .title-with-icon::before,
.storyContent .title-with-icon.arrow-right::before {
    display: none;
}
.tagTitle i {
    color: var(--tag);
}
.app-search {
    padding: 6px 10px 6px 10px;
}
.sectionTitle a {
    font-weight: 800;
    text-transform: uppercase;
}
.story-wrapper-inner .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.1;
}
.thumb-text {
    background-color: var(--uptitle);
}
.contentBody ol,
.contentBody ul {
    font-family: "Nunito Sans", sans-serif;
}
.contentBody ol li,
.contentBody ul li {
    font-weight: 400;
    font-size: 18px;
}
button, a.button {
    border-radius: 20px;
}
.poll-content .poll {
    background-color: var(--white);
}
.timeline .time {
    background-color: var(--lightOrange);
    color: var(--twotabsactive);
}
.timeline:before {
    background-color: var(--twotabsactive);
}
.agregator-list .title-data .time-comments {
    color: var(--twotabsactive);
}
.story-page .big-medium-stories {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--gray2);
    margin-bottom: 20px;
}
.story-page .medium-story-wrapper {
    display: block;
}
.story-page .medium-story-wrapper .storyNav.medium-story {
    padding-right: 0;
}
.story-page .medium-story-wrapper .medium-story.story-1 {
    border-bottom: none;
    padding-bottom: 0;
}
.story-page .medium-story-wrapper .medium-story.story-1:after {
    display: none;
}
.story-page .medium-story-wrapper .medium-story.story-2 {
    padding-left: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.storyList .medium-story-wrapper {
    gap: 0px 20px;
}
.storyList .medium-story {
    padding-right: 0;
    border-bottom: none;
}
.img-fluid {
    border-radius: 10px;
}
.time-category span.time,
.time-category span.category {
    font-size: 12px;
    margin-right: 5px;
}
.time-category  span.category {
    padding: 2px 4px;
    background-color: var(--gray2);
    color: var(--white);
    border-radius: 4px;
}
.topStories-aloRecommend-4 {
    position: relative;
}
.cryptocurrencies h4 {
    display: none;
}
.left-part.third_left .fragment-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0px;
}
section.section.cryptocurrencies {
    margin-top: 0px;
}
.storyNav h2.title a, .storyNav h3.title a, .storyNav h4.title a {
    font-size: 16px;
    line-height: 18px;
}
.half-left_topStories-1-2-3 .two-story-1-1.smaller-story-list .storyNav,
.half-right_topStories-1-2-3 .two-story-1-1.smaller-story-list .storyNav {
    border-bottom: none;
}
.tagList a {
    font-weight: 700;
}

/* ---------------------------------- BURGER NAV -------------------------------- */

.mobile-navigation-inner .close-nav span {
    background-color: var(--darkgray);
}
.mob-app-nav ul {
    border-top: none;
    padding-top: 20px;
}
.mob-app-nav ul li {
    border-bottom: none;
    font-family: "Nunito Sans", sans-serif;
    border-bottom: solid 1px var(--red)
}
.mob-app-nav ul a {
    color: var(--darkgray);
    font-weight: 400;
}
.mobile-navigation-inner {
    background-image: url(/assets/front/img/biz/biz_hamburger_logo.svg);
    background-color: var(--hamburgerBg);
    background-repeat: no-repeat;
    background-position: 40px 10px, center;
    padding-left: 40px;
}
/* ---------------------------------- VIDEO SECTION -------------------------------- */
.topStories-najzena-video {
    position: relative;
    padding: 35px 0;
}
.topStories-najzena-video:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101vw;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--darkGreen);
    z-index: -1;
}
.title-with-icon.icon-najzena.video {
    margin: 0 0 50px;
    color: var(--white);
}
.topStories-najzena-video .top-story-wrapper {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 40px;
}
.big-video a.img-holder {
    position: relative;
    display: block;
}
.big-video a.img-holder img {
    border-radius: 4px;
}
.big-video .title-time-comments {
    position: absolute;
    bottom: 0;
    padding: 40px 40px 30px;
    z-index: 1;
}
.big-video .time-comments {
    color: var(--white);
}
.big-video h2.title {
    padding: 0;
    color: var(--white);
    z-index: 1;
    margin: 0 0 10px;
}
.big-video a.img-holder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, var(--darkgray));
    left: 0;
    border-radius: 4px;
}
.small-videos {
    border-top: solid 1px var(--darkGreen05);
}
.small-videos .item {
    padding: 25px 0;
    border-color: var(--darkGreen01);
    margin-top: 0;
}
.small-videos h2.title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
}
.small-videos h2.title a {
    color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--white);
}
.small-videos .item .img-holder {
    max-width: 160px;
}
.small-videos .time-comments {
    color: var(--white05);
    margin-top: auto;
}
.title-time-comments {
    display: flex;
    flex-direction: column;
}

/*-------------------------------- STORIES ---------------------------*/

.stories .imgTitleTDC-big {
    position: relative;
}

.stories.big-story .title-time-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
}
.stories.big-story .title-time-category a {
    color: var(--white);
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
}
.stories.big-story .time-category {
    margin-top: 30px
}
.stories.big-story .time-category span.time {
    color: var(--white)
}
.stories.big-story .title-time-category a:hover {
    color: var(--white);
    text-decoration-color: var(--white);
}
.smaller-story-list.stories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
}
.smaller-story-list.stories .storyNav {
    border-bottom: none;
}
.smaller-story-list.stories .imgTitleTimCat {
    display: grid;
    gap: 20px;
    grid-template-columns: 180px 1fr;
}
.latest-story-categor-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
}
.latest-story-categor-content .item {
    border-bottom: none;
}
.latest-story-categor-content .item a {
    color: var(--darkgray);
}
.latest-story-category .title-with-icon {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
/* ---------------------------------- FOOTER -------------------------------- */
footer.footer {
    padding: 40px 0 50px;
    background-image: url(/assets/front/img/biz/footer.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-logo-img {
    background-color: transparent;
    background-image: none;
    width: auto;
    height: auto;
    border-radius: 0;
}
.footer-logo-img img {
    display: block;
    height: 52px;
}
.footer-content,
.footer-navigations{
    display: flex;
    justify-content: space-between;
}
.footer-navigations {
    gap: 70px;
}
.footer-navigation-second {
    flex-basis: unset;
    padding-right: 70px;
    border-right: solid 1px var(--red);
}
.footer-navigation-second ul {
    display: flex;
    flex-direction: column;
}
.footer-navigation-second ul li {
    align-self: end;
    margin-bottom: 15px;
    padding: 0;
}
.footer-navigation-third {
    margin: 0;
    flex-basis: unset;
}
.footer-navigation-third ul {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 15px 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .app-social {
    margin: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    margin-top: -40px;
}
.footer .app-social p {
    margin-bottom: 0;
    color: var(--white);
}
.footer .apps-box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.footer .apps-box a {
    background-color: var(--red);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-copy {
    margin-top: 85px;
}
.footer-navigation-second .nav-item a,
.footer-navigation-third .nav-item a,
.footer-copy .copy {
    font-weight: 400;
    color: var(--white);
}
.contactForm .QapTcha .Slider {
    background-image: url(/assets/front/img/captcha-arrow-biz.svg);
    background-color: var(--twotabs);
}

/*----------------------------------------------------------------------------*/

.header-white:after {
    display: none;
}
.boxImage .boxCaption {
    background-color: var(--uptitle);
}
.download-list .dataNav .attachments p {
    border-color: var(--darkgray);
}
.progressBarWrapper {
    background-color: var(--twotabs);
}
.half-left_topStories-1-2-3 .storyList,
.half-right_topStories-1-2-3 .storyList {
    margin-bottom: 40px;
}
.slick-slider button.slick-prev,
.slick-slider button.slick-next {
    background-color: var(--twotabs);
}
.previous-story .img-title, .next-story .img-title {
    border-color: var(--gray205);
}
.storyList .storyNav.medium-story {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.four-story-2-2 .storyNav h4.title {
    margin-top: 0px;
}
.fifth_left .section.half-left_topStories-1-2-3 h2.fragment-title,
.fifth_left .section.half-right_topStories-1-2-3 h2.fragment-title {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}
.section.half-left_topStories-1-2-3 .storyNav .imgTitleTDC-big h4.title,
.section.half-right_topStories-1-2-3 .storyNav .imgTitleTDC-big h4.title,
.section.half-left_topStories-1-2-3 .storyNav .imgTitleTDClist h4.title,
.section.half-right_topStories-1-2-3 .storyNav .imgTitleTDClist h4.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 66px;
}
.section.half-left_topStories-1-2-3 .storyNav .imgTitleTDClist h4.title,
.section.half-right_topStories-1-2-3 .storyNav .imgTitleTDClist h4.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 54px;
}
.section.half-left_topStories-1-2-3 .three-story-1-1-1 h4.title,
.section.half-right_topStories-1-2-3 .three-story-1-1-1 h4.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 36px;
}
.section.half-left_topStories-1-2-3 .two-story-1-1.smaller-story-list .title-time-category,
.section.half-right_topStories-1-2-3 .two-story-1-1.smaller-story-list .title-time-category {
    justify-content: space-between;
}
.storyNav .imgTitleTDC-medium h4.title a,
.half-left_topStories-1-2-3 .imgTitleTDC-big h4.title a,
.half-right_topStories-1-2-3 .imgTitleTDC-big h4.title a {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
}
.story-wrapper-inner .title {
    margin-bottom: 20px;
}
.storyContent .lead p {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 30px;
    opacity: 1;
}
h1.pageTitle {
    font-weight: 800;
}
.fragment-title {
    font-weight: 800;
}
.agregator-list h2.title-with-icon {
    font-weight: 800;
}
.agregator-list h3.title a {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
}
.commentsBrowser,
.smaller-story-list .storyNav {
    border-color: var(--gray205);
}
.mobile-navigation-inner .app-social {
    display: none;
}
.header-red:after {
    display: none;
}
header.fixed .header-red:after {
    display: none;
}
.header-white.header-white-currency-bar:after {
    display: block;
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.02) 100%);
}
header.fixed .header-white.header-white-currency-bar:after {
    opacity: 0.2;
    transition: all 0.3s ease;
    visibility: visible;
}