@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&family=Noto+Sans+Mongolian&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --grey: #758399;
    --yellow: #ffe63d;
    --dark: #2b2b2b;
}

.grey {
    color: var(--grey) !important;
}

.yellow {
    color: var(--yellow)
}

.dark {
    color: var(--dark)
}

.gr-bg-dark {
    background-color: var(--dark);
}

.gr-bg-yellow {
    background-color: var(--yellow);
}

.gr-bg-grey {
    background-color: var(--grey);
}

body {
    /*background-image: url("../img/bg.jpg");*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1344px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.head-nav {
    border-bottom: 3px solid black;
    box-shadow: 0px 5px 0px 0px white, 0px 6px 0px 0px black;
}


.nav-item .nav-link {
    background-color: #fff;
    border-radius: 8px;
}

.nav-item .active {
    background-color: #2b2b2b;
    border-radius: 8px;
    color: #fff !important;
}

.nav-item .nav-link:hover {
    background-color: #2b2b2b;
    border-radius: 8px;
    color: #fff !important;
}

.search button, .search input {
    background-color: #e7e7e7;
}

.urnul {
    /*width: 100%;*/
    border-bottom: 2px solid #000;
    line-height: 0.1em;
    margin: 20px 0 25px 0;
}

.urnul span {
    background: #fff;
    padding: 0 10px;
}

.ff-brd {
    font-family: "Brygada 1918", serif;
}

.ff-mst {
    font-family: "Montserrat", sans-serif;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cbcbcb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.gr-scroll {
    overflow-y: scroll;
}

.news-list {
    max-height: 770px;
    overflow-y: scroll;
}

#urnul-list {
    max-height: 680px;
    overflow-y: scroll;
}

.section-title {
    border-bottom: 3px solid black;
    box-shadow: 0px 5px 0px 0px white, 0px 6px 0px 0px black;
}

.title-end {
    margin-right: 65px;
    /*margin-bottom: -14px;*/
    /*display: inline-block;*/
    text-align: end;
}

.title-start {
    margin-left: 65px;
    /*margin-bottom: -14px;*/
    /*display: inline-block;*/

}

.stay-connected {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey);
}

.newsletter input::placeholder {
    font-weight: bold;
    color: var(--grey);
    font-size: 10px;
    text-align: center;
}

.newsletter input {
    min-width: 300px;
}

.newsletter button {
    font-size: 10px;
}

.n-title {
    min-height: 100px;
}

.n-title-sub {
    min-height: 90px;
}


.bf {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.bf:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1040px;
    }
}

.news-content {
    min-height: 500px;
}

.news-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

blockquote {
    border-left: 5px solid #FDE54B;
    /*#dc3545*/
    padding-left: 20px;
}

.newssubs img {
    width: 70px;
    height: 70px;
    top: -45px;
}

.newssubs .subs-left img {
    position: absolute;
    right: 15px;
}

.newssubs .subs-right img {
    position: absolute;
    left: 15px;
}

.timeline-main:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #cdcdcd;
    left: 50%;
    margin-left: -1.5px;
}

.timeline-ua:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #cdcdcd;
    left: 0;
}

.timeline-left {
    left: -0px;
}

.timeline-left::before {
    right: -5.5px;
    background: #fd2246;
}

.timeline-right {
    left: 0px;
}

.timeline-right::before {
    left: -6.5px;
    background: #0d956e;
}

.timeline::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.timeline-ua-dot {
    padding-left: 48px;
}

.timeline-ua-dot::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: -5px;
    top: 50%;
    background-color: var(--yellow);
}

.uanews img {
    position: absolute;
    left: 15px;
    top: -35px;
    width: 70px;
    height: 70px;
}

/*.news-img .news-bg {*/
/*    filter: blur(8px);*/
/*    -webkit-filter: blur(8px);*/
/*}*/


.news-big img, .news-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news-big .bg-img, .news-sm .bg-img {
    height: 100%;
    position: absolute !important;
    width: 100%;
    top: 0;
    z-index: -1;
    background-blend-mode: multiply;
    background-color: #666666;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.news-cat {
    position: relative;
}

.news-cat span {
    background: #fff;
    padding: 0 5px 0 5px;
}

.news-cat:before {
    content: " ";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--grey);
    z-index: -1;
}


.news-box .news-big {
    height: 279px !important;
}

.news-box .news-sm {
    height: 171px !important;
}

.main-logo {
    height: 87px;
}

.stat {
    margin-top: 50px;
}


.forecast-card {
    min-height: 260px;
}

/*.news-sm img {*/
/*    height: 203px !important;*/
/*}*/


.owl-top .caption {
    margin-bottom: 90px
}

.main {
    margin-top: 16px;
}

@media (max-width: 991.98px) {
    .news-img .news-bg img {
        height: 132px !important;
    }

    .news-img .news-big-bg img {
        height: 220px !important;
    }

    .head-nav {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 3;
    }

    .news-content, .main {
        margin-top: 70px;
    }

    .owl-top .caption {
        margin-bottom: 20px
    }

}

@media (max-width: 767.98px) {
    .news-img .news-big-bg img, .news-img .news-bg img {
        height: 300px !important;
    }

    .main-logo {
        height: 60px;
    }

    .stat {
        margin-top: 20px;
    }

    #urnul-list {
        max-height: 400px;
    }
}

.dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    background-color: transparent;
}

.dropdown-menu a:hover {
    font-weight: bold;
    background-color: transparent;
}

.navbar-nav {
    font-size: 19px;
    font-weight: 500;
}

