/*@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-Black.ttf') format('truetype');
    font-weight: normal;*/ /* Black */
/*font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('./fonts/Merriweather-BlackItalic.ttf') format('truetype');
    font-weight: normal;*/ /* Black */
/*font-style: italic;
}*/

@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-BoldItalic.ttf') format('truetype');
    font-weight: bold; /* Bold */
    font-style: italic;
}

/* Повторите для каждого стиля шрифта */

@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal; /* Regular */
    font-style: normal;
}




.font-merriweather {
    font-family: 'Merriweather', sans-serif;
}

.font-alt {
    font-family: 'Merriweather', sans-serif !important;
}

.blue-word {
    color: steelblue;
    font-weight: bold;
}

.bg-blue-word {
    background-color: steelblue;
}

.ocio-card {
    width: 135px;
    max-width: 135px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}

.bg-darkorange {
    background-color: darkorange;
    color: white;
}

.bg-darkgrey {
    background-color: darkgrey;
    color: white;
}

.bg-darkgoldenrod {
    background-color: darkgoldenrod;
    color: white;
}


.bg-yellowgreen {
    background-color: yellowgreen;
    color: white;
}

.bg-yellow {
    background-color: yellow;
    color: white;
}

.bg-darkcyan {
    background-color: darkcyan;
    color: white;
}

.bg-darkgreen {
    background-color: darkgreen;
    color: white;
}

#headline {
    position: absolute;
    right: 70px;
    top: 20px;
    z-index: 10;
    width: 300px;
    line-height: 25px;
}



.font-bold {
    font-weight: bold;
}

.text-small {
    font-size: 0.8rem;
}

.partner-logo {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    width: 160px;
    /*  border: 1px solid #dee2e6 !important;*/
    padding: 1px;
}


.provider-list {
    overflow-y: scroll;
    scrollbar-width: thin;
    max-height: 300px;
}

.tags a.active {
    background-color: rgba(34,34,34, .9);
    border-color: #fff;
    color: #fff;
}

.provider-list > .list-group-item {
    cursor: pointer;
}

    .provider-list > .list-group-item.active {
        background-color: rgba(34,34,34, .9);
        border-color: #fff;
    }


.monthly-performance-container {
    overflow: auto;
    scrollbar-width: thin;
    max-height: 240px;
}

    .monthly-performance-container table thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }


.field-required {
    font-size: 0.6rem;
    opacity: 0.5;
}

.form .form-control {
    font-size: 12px;
    font-weight: 400;
    text-transform: none !important;
    letter-spacing: 1px;
    color: #777;
}

.blurred-text {
    /*font-size: 24px;*/
    /*color: black;*/
    filter: blur(5px);
}

.img-compass {
    max-height: 15vh;
}

.main-menu.inner-nav ul > li > a {
}



.nav-logo-wrap .logo {
    margin-top: 0px;
    max-width: 300px;
    padding-right: 100px;
    margin-top: 0px;
}


.home .logo {
    margin-top: 0px;
    max-width: 550px;
    padding-right: 100px;
    margin-top: 10px;
}


.small-height .nav-logo-wrap .logo img {
    height: 35px;
    padding-right: 0;
    margin-top: 0;
}

.small-height .nav-logo-wrap .logo.small-height {
    margin-top: 0;
}

@media only screen and (max-height: 767px) {
    .nav-logo-wrap .logo {
        margin-top: 0px;
        max-width: 250px;
        padding-right: 100px;
        margin-top: 0px;
    }


    .home .logo {
        margin-top: 0px;
        max-width: 250px;
        padding-right: 100px;
        margin-top: 5px;
    }


    .small-height .nav-logo-wrap .logo img {
        height: 35px;
        padding-right: 0;
        margin-top: 0;
    }

    .small-height .nav-logo-wrap .logo.small-height {
        margin-top: 0;
    }
}

.inner-nav ul li .mn-sub li button.btn-link {
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #b0b0b0 !important;
    outline-offset: -2px !important;
    cursor: pointer;
    text-decoration: none;
}

.vh-star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('/images/r.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    margin-right: 2px;
}


#tradingview-widget-container {
    z-index: 1;
    top: 70px;
    position: fixed;
    right: 0;
    left: 0;
    height: 46px;
}

    #tradingview-widget-container.small-height {
        top: 55px;
    }

tr.tr-no-bottom-border td {
    border-bottom: 0px;
}


nav:not(.small-height):not(.mobile-on) .top-menu-navbar {
    background-color: rgba(145, 192, 221, 0.5);
    padding-right: 1rem;
    margin-top: 1rem;
    border-radius: 0.3rem;
}


.page.home nav:not(.small-height):not(.mobile-on) ul.scroll-nav > li > a {
    font-size: 0.8rem;
}
    .page.home nav:not(.small-height):not(.mobile-on) ul.scroll-nav > li > a:not(:hover) {
        color: rgba(2, 51, 81, 0.8) !important;
    }

#left-side-bar-menu.widget-menu li.active a {
    color: steelblue !important;
    font-weight: bold;
}

.container-fluid.wide {
    max-width: 1400px;
}

/* Contact Form Styles */
.contact-form .form-control.error-field {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.contact-form .btn-loading {
    display: inline-block;
}

.contact-form .d-none {
    display: none !important;
}

.contact-form .alert {
    margin-top: 1rem;
}

.contact-form .alert i {
    margin-right: 0.5rem;
}

/* Contact Modal Styles */
.contact-modal .modal-dialog {
    max-width: 600px;
}

.contact-modal .modal-content {
    background-color: #fff;
    border-radius: 0.5rem;
}

.contact-modal .modal-header {
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.contact-modal .modal-body {
    padding: 2rem;
}

.contact-link {
    color: steelblue;
    text-decoration: underline;
    cursor: pointer;
}

.contact-link:hover {
    color: #4169a0;
    text-decoration: underline;
}