@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap&subset=cyrillic,cyrillic-ext');
footer {
    color: #fff;
}

.etalon-list div {
    padding: 5px;
    margin: 15px;
}

p {
    font-family: Roboto;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    width: 15px;
    height: 15px;
}

.banner_etalon_description {
    position: absolute;
    bottom: 20px;
    left: 40px;
    font-size: 24px;
    color: white;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

@media (max-width: 991px) {
    .banner_etalon_description {
        position: absolute;
        bottom: 10px;
        left: 20px;
        font-size: 12px;
        color: white;
    }
}

.article-content img {
    max-width: 100%;
}


/* PDF document links */


/* a[href$='.pdf'] {
    background: transparent url(../images/pdf.png) center left no-repeat;
    display: inline-block;
    padding-left: 20px;
    line-height: 15px;
} */


/* Excel Documents links

a[href$='.xls'],
a[href$='.xlsx'],
a[href$='.csv'],
a[href$='.xlw'],
a[href$='.xlt'] {
    background: transparent url(../images/excel.png) center left no-repeat;
    display: inline-block;
    padding-left: 26px;
    line-height: 35px;
}


/* Word Document Links */


/* a[href$='.doc'],
a[href$='.rtf'],
a[href$='.wps'],
a[href$='.txt'] {
    background: transparent url(../images/word.png) center left no-repeat;
    display: inline-block;
    padding-left: 26px;
    line-height: 35px;
} */


/* mailto: links */


/* a[href^="mailto:"] {
    background: transparent url(../images/mailto.png) center left no-repeat;
    display: inline-block;
    padding-left: 26px;
    line-height: 35px;
}  */