@font-face {
    font-family: "National2";
    src: url("/static/fonts/National2Web-Regular.d5f8b010.woff2") format("woff2");
}

html {
    color: #333;
    font-family: National2,Arial,sans-serif;
    font-size: 19px;
    line-height: 30px;
    min-height: 100%;
}
body {
    background-size: 50px,cover;
    color: #fff;
}
.gutter {
    padding-left: 30px;
    padding-right: 41px;
}
.header__title {
    font-size: 36.4px;
    font-weight: 700;
    line-height: 1.07;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: National2,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.4;
}
address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin-bottom: 1.5rem;
}
blockquote, body, caption, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, legend, ol, pre, table, td, th, ul {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
img, svg {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
}
img {
    border-style: none;
}

.content-block {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1.3px rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.9);
}
.content-block p {
    margin-block-start: 0;
    margin-bottom: 0;
    margin: 0;
}
.content-block-cols {
    display: flex;
    padding-bottom: 22px;
}
.content_container__bounds {
    position: relative;
}
.content-block__quote {
    font-size: 19.5px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.33;
    padding-bottom: 10px;
}
.content-block__quote-name {
    text-transform: uppercase;
    font-size: 14.6px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.47;
}
.content-block__source {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.5px;
}
.content-block__image {
    width: 100%;
    padding-bottom: 22px;
}
.content-block__image-description {
    font-size: 16px;
    line-height: 1.38;
    padding-bottom: 22px;
}
.content-block__stat-icon {
    width: 140px;
    margin-right: 30px;
}
.content-block__stat-stats {
    flex: 1;
}
.content-block__stats__number {
    font-size: 62.4px;
    font-weight: 500;
}
.content-block__stats__description {
    font-size: 25px;
    font-weight: 500;
}
.content_container_scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 200px;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.side-panel {
    /* position: absolute; */
    top: 30px;
    right: 34px;
    /* height: 775px; */
    display: flex;
    pointer-events: none;
    font-size: 19.5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #fff;
}
.side-panel__content-container {
    pointer-events: all;
    width: 462px;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 30px;
}
.content_container__bounds {
    height: 100%;
    overflow: hidden;
}
.content_container__header {
    padding-bottom: 20px;
    border-bottom: solid 1.3px rgba(255, 255, 255, 0.28);
}
.header__title {
    font-size: 36.4px;
    font-weight: bold;
    line-height: 1.07;
}
.header__details {
    font-size: 18.2px;
    font-weight: 500;
    line-height: 1.36;
    display: flex;
}
.header__details-item {
    text-transform: uppercase;
    opacity: 0.8;
    padding-left: 10px;
    padding-right: 10px;
}
.header__details-item:first-of-type {
    padding-left: 0px;
}
.header__details-item--has-border-right {
    border-right: 1px solid white;
}
.gutter {
    padding-left: 30px;
    padding-right: 41px;
}
.side-panel__statics {
    position: relative;
    margin-right: 35px;
    pointer-events: none;
    width: 330px;
}
.side-panel__statics-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: all;
}
.button_zoom-in {
    position: absolute;
    right: 0;
    bottom: 113px;
}
.button_zoom-out {
    position: absolute;
    right: 0;
    bottom: 58px;
}
.button_zoom-fullmap {
    margin-right: 0px;
    padding-right: 7px;
}
