/*@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;
}

.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;
}

.fm-logo-wrap .logo {
    max-width: 550px;
    padding-right: 100px;
}

.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;
}

.modal.show.custom-dialog {
    display: block;
}

.home-content {
    padding-top: 60px;
}

.about-section {
    background-image: url('/img//bg/bg6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-section-panel {
   
    color: white;
    padding: 10px;
}

    .about-section-panel h1 {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .about-section-panel h2 {
        font-size: 28px;
    }

.home-content .logo img {
    max-width: 300px;
}

@media screen and (max-width: 768px) {
    .home-content .logo img {
        max-width: 250px;
    }


    .home-content {
        padding-top: 00px;
    }

    .about-section {
    }

    .about-section-logo {
        width: 50%;
    }

    .about-section-panel h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-top: 10px;
    }

    .about-section-panel h2 {
        font-size: 1.2rem;
    }

    .about-section-panel.second-section {
    }
}

.home-section {
    background-image: url('/images/bg_7.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.m_scroll_arrows {
    display: block;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 36px;
    height: 36px;
}


.m_scroll_arrows_2 {
    display: block;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid rgba(0,0,0,.125);
    border-bottom: 2px solid rgba(0,0,0,.125);
    margin: 0 0 3px 4px;
    width: 36px;
    height: 36px;
}


.fl-button {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: .85;
    color: white;
    font-size: 28px;
    z-index: 1030;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

    .fl-button:hover {
        opacity: 1;
    }


.fm-button {
    right: 90px;
}

@media only screen and (max-width: 768px) {
    .fl-button {
        top: 10px;
        right: 17px;
        
    }

    .fm-button {
        top: 10px;
        right: 75px;
    }

    .home-content .logo img {
        max-width: 200px;
    }
}

.brand-color {
    color: #F7931E
}

.thin-scrollbar {
    overflow-y: auto;
    scrollbar-width: thin;
}