
#fio_index {
    font-family: "Jost", sans-serif;
}

#fio_index h1, #fio_index h2, #fio_index h3, #fio_index h4, #fio_index h5{
    color: #FF2600;
    font-weight: 600;
}

#fio_index h1{
    font-size: 1.9rem;
}

#fio_index h2{
    font-size: 1.6rem;
}

#fio_index h3{
    font-size: 1.3rem;
}

#fio_index h4{
    font-size: 1.1rem;
}

#fio_index p{
    font-size: 1.1rem;
}

#fio_index a{
    color: #FF2600;
    text-decoration: none;
}

#fio_index .btn{
    background-color: #FF2600;
    color: white;
    border: none;
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 600;
}

#map{
    height: 700px;
}

#div_map_cover{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
    display: none;
}

#fio_index .section{
    /*max-width: 800px;*/
    width: 100%;
    margin: 0 auto;
}

#fio_index .section_text{
    max-width: 550px;
    margin: 0 auto;
}

#div_info{
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    max-width: 480px;
    width: 100%;
    top: 20px;
    left: 20px;
    z-index: 99999;
    /*margin-right: 20px;*/
}

@media (max-width: 767px) {
    #div_info{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 15px;
        width: 95%;
    }

    #div_map_cover {
        display: block !important;
    }

    #fio_index_values_text_link {
        display: none;
    }

    #fio_index_report_text_link{
        display: none;
    }

}

#fio-index-av-div{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.index_category_title{
    margin: 0;
}

#div_index_value{
    background-color: gray;
    color: white;
    padding: 5px 25px;
    border-radius: 10px;
    border: 0 solid;
}

#index_value{
    font-size: 2.2rem !important;
    font-weight: 600;
    margin-top: -68px;
}

#index_value_description{
    font-size: 1.2rem !important;
    font-weight: 600;
    margin: 0;
    color: white;
}

#index_dial_img{
    width: 170px;
}

path.leaflet-interactive:focus {
    outline: none;
}

@media (min-width: 768px) {



}
