body {
    color: #f6f6f6;
    background: #1c2124 ;
}

header {
    display: none;
}

text {
    stroke: none;
    fill: #f6f6f6;
    font-size: 0.7em;
}

.show-on-top {
    z-index: 9999;
}

.donors p{
    font-size: 0.8em;
    line-height: 1.4em;
    padding-bottom: 0.4em;
}

.donors {
    padding-bottom: 1em;
}

#brush-container {
    min-width: 580px;
}

svg, svg:not(:root) {
    overflow: visible;
}

div.relative {
    position: relative;
}

.introjs-helperNumberLayer {
    box-sizing: content-box;
    background: #f77a52;
}

#main-container a:hover,
#main-container a:focus {
    color: #f77a52;
}

#main-container li.active > a:hover,
#main-container li.active > a:focus {
    color: #fff;
}

#main-container li.active > a {
    background: #332532;
}

span.how-to {
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
}

span.how-to:hover {
    color: #f77a52;
}

a.main-page-link {
    font-size: 12px;
    text-decoration: underline;
    padding-bottom:20px;
}

.nav-pills > li > a {
    padding: 3px 8px;
    border-radius: 13px;
}

#main-container p.disclaimer {
    font-size: 12px;
    display: none;
}

#main-container .ext p.disclaimer.ext {
    display: block;
}

#main-container .all p.disclaimer.all {
    display: block;
}

#main-container .ukr p.disclaimer.ukr {
    display: block;
}

#map-switch-pills {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*xs*/
.col-md-45p, .col-md-70p, .col-md-30p, .col-md-180p, .col-md-140p {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

body {
    margin-bottom: 490px;
}

.brush-container-xs {
    top: -2em;
}

#main-container {
    padding-top: 3em;
    padding-left: 15px;
    padding-right: 15px;
}

#texty-logo-map {
    display: none;
}

.social-icons {
    display: inline-block;
    float:right;
    padding-bottom: 6px;
}

#texty-logo-brush {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2020;
}

#texty-logo-brush .social-icons {
    padding-top: 3px;
    padding-left: 5px;
}

h4 {
    line-height: 1.5;
}

.top-intro-text h2 {
    font-weight: 600;
}

input {
    border: 1px solid #cfc7cd;
}

/*sm query*/
@media (min-width: 768px) {
    body {
        margin-bottom: 300px;
    }
}
/*md query*/
@media (min-width: 992px) {
    .col-md-70p, .col-md-45p, .col-md-30p, .col-md-180p, .col-md-140p {
        float: left;
    }

    .col-md-70p {
        width: 70%;
    }

    .col-md-45p {
        width: 70%;
    }

    .col-md-70p {
        width: 30%;
    }

    .col-md-140p {
        width: 140%;
    }

    .col-md-180p {
        width: 180%;
    }

    .col-md-margin-top-80p {
        margin-top: 80%
    }

    .ukr_rus_bel .brush-container-md {
        bottom: 10%;
    }

    .brush-container-md {
        top: inherit;
        position: absolute;
        bottom: 0;
    }

    body {
        margin-bottom: 340px;
    }

    #main-container {
        padding-left: 45px;
        padding-right: 45px;
    }

    #texty-logo-map {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #texty-logo-brush {
        display: none;
    }
}

/*lg*/
@media (min-width: 1200px) {
    #texty-logo-map {
        display: block;
        position: absolute;
        bottom: 0;
        right: 3em;
    }
}


/* ======== Relative sizes ======== */
/*xs*/
body {
    font-size: 9px;
}

.svg-text-scale {
    font-size: 20px;
}

/*sm*/
@media (min-width: 768px) {
    body {
        font-size: 10px;
    }

    .svg-text-scale {
        font-size: 18px;
    }
}

/*md*/
@media (min-width: 992px) {
    body {
        font-size: 12px;
    }

    .svg-text-scale {
        font-size: 16px;
    }

}

/*lg*/
@media (min-width: 1200px) {
    body {
        font-size: 14px;
    }

    .map-chart {
        font-size: 14px;
    }
}

