@font-face {
    font-family: OpenSans-Bold; /*вместо test пишем название нашего шрифта*/
    src: url(../fonts/OpenSans-Bold.ttf); /*внутри скобок прописываем путь к файлу шрифта*/}
@font-face {
    font-family: OpenSans-Regular; /*вместо test пишем название нашего шрифта*/
    src: url(../fonts/OpenSans-Regular.ttf); /*внутри скобок прописываем путь к файлу шрифта*/}
html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #E7E7E7;
}
p {
    margin: 0;
    padding: 0;
}
.main-page {
    flex-grow: 0;
    padding: 0 32px;
    margin: 32px 0;
}
img {
    height: auto;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
button {
    -webkit-appearance: none;
}
.header {
    width: 100%;
    background-color: white;
}

.main.container-fluid {
    margin: 0 auto 40px auto;
    padding-top: 32px;
}

.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
}
.question__title {
    margin-bottom: 40px;
}
.question__tables {
    margin-bottom: 40px;
}

.table__title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.table {
    margin-bottom: 0;
}

.table:not(:last-child) {
    margin-bottom: 40px;
}

.table__body {
    border: 2px solid grey;
    padding: 0;
    margin-bottom: 0;
    border-radius: 5px;
}

.table__body-item {
    margin-left: 0;
    margin-right: 0;
}

.table__body-item:first-child {
    background-color: #1e4889;
    color: #fff;
    font-weight: bold;
}

.table__body-item:nth-child(2n) {
    background: rgba(211, 211, 211, 0.53);
}

.checkbox-lbl {
    padding-left: 36px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.checkbox-lbl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 3px;

}

.checkbox:checked+.checkbox-lbl::before {
    background-image: url("../images/checkbox.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: content-box;
    border: none;
}

.checkbox:focus+.checkbox-lbl::before {
    outline: solid 2px #00a9e0;
}

.app__button {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    border: grey 2px solid;
    padding: 7px;
    text-transform: uppercase;
    outline: none;
}

.app__button:hover, .app__button:focus, .app__button:active {
    background: #00a9e0;
    border: #00a9e0 2px solid;
    color: #fff;
    transition: all .2s;
    outline: none;
}

.footer {
    margin-top: auto;
    background-color: white;
    padding: 20px 0;
    font-weight: 600;
}
.footer p {
    margin: 0;
}

/*MODAL WINDOW*/

.amodal {}

.amodal.open .modal-overlay,
.amodal.open .modal-window {
    opacity: 1;
    z-index: 1000;
}

.amodal.open .modal-window {
    transform: translateY(100px);
}

.amodal.open .modal-overlay {
    background: rgba(0,0,0, .5);
}

.modal-window, .modal-overlay {
    opacity: 0;
    z-index: -1;
}

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .2s ease-in;
}

.modal-window {
    max-width: 600px;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    transform: translateY(-200px);
    transition: all .2s ease-in;
}

.modal-header {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.modal-title {
    font-size: 1.5rem;
}

.modal-close {
    cursor: pointer;
}

.modal-body {
    padding: 10px;
}

.modal-footer {
    padding: 5px 10px;
    border-top: 1px solid #eee;
}

/*MEDIA*/

@media all and (max-width: 767px) {

    .header__logo-wrap {
        width: 76px;
    }
    .header__title {
        font-size: 1rem;
    }
    .table__body {
        font-size: .8rem;
    }
    .table__body-item div:last-child {
        text-align: right;
    }
}

.lang-menu {
    min-width: 3rem;
}

.logo-text {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.menu-items {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.footer-mail {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #097BCB;
}

.footer-info {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.main-text {
    background-color: white;
}

.main-indicators {
    background-color: white;

}

.text-regular {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.num-bold {
    font-family: OpenSans-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #000000;
}

.percent {
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.description-header {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.description-text {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.main-map {
    background-color: white;
    padding-bottom: 45px;
}

.map-header {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

@media (min-width: 1200px) {
    .col-xl-7 {
        width: 57.333333%;
    }
}

.map-description {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
}

.grow-rate {
    border-right: solid;
    border-width: 10px;
    border-color: #E7E7E7;;
    background-color: white;
}

.grow-text {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.mutations {
    border-right: solid;
    border-color: #E7E7E7;;
    background-color: white;
}

.frequency {
    background-color: white;
}

.report-button {
    margin-top: 26px;
    font-family: OpenSans-Regular;
}

.button-text > a {
    padding-right: 115px;
    padding-left: 115px;
    color: white;
    text-decoration:none;
}
.button-text:hover > a, .button-text:focus > a {

    text-decoration:none;
}

.auto-height {
    height: 100%;
}

.about-command {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    background-color: white;
}

.command-photo {
    background-color: white;
}

.about-project {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #000000;

}

.about-text {
    padding-left: 40px;
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    background-color: white;

}

.surname {
    font-family: OpenSans-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.name-fname {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.position {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}

.phone {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.nav-statistics {
    height: 100%;
    background-color: #F5F5F5;
}
@media (max-width: 1200px) {
    .nav-statistics {
        height: auto;
        flex-grow: 0;
    }
}
.nav-statistics div {
    max-height: 80px !important;
    min-height: 80px;
    display: flex;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #E7E7E7;
}
.nav-statistics div a {
    border: 0;
    padding: 0 0 0 32px;
}
.nav-statistics div:hover {
    background-color: #FAFAFA;
}
.nav-statistics a {
    font-family: OpenSans-Regular;
    font-style: normal;
    color: black;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    border-bottom: solid;
    border-width: 1px;
    border-color: #E7E7E7;
}
.nav-statistics__wrapper {
    padding: 0 !important;
}
.statistic-page__wrapper {
    flex: 1 0 auto;
    margin: 0;
    height: auto;
}
.statistic-page__content {
    box-sizing: border-box;
    padding: 0 32px 0 32px !important;
}
@media (max-width: 1200px) {
    .statistic-page__wrapper {
        flex-direction: column !important;
        justify-content: flex-start !important;
    }
    .statistic-page__content {
        padding: 0 16px 0 16px !important;
    }
}

.statistics-graph {
    height: auto;
    background-color: white;
}

.statistics-table {
    background-color: white;
    height: auto;
}

.documents {
    background-color: white;
}

.documents-title {
    font-family: OpenSans-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}

.download-doc {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0BB8EF;
}

.documents-item {
    border-bottom: solid;
    border-width: 1px;
    border-color: #E7E7E7;
}

.documents-year {
    float: right;
    text-align: right;
}

.developers {
    background-color: white;
}
footer .ml-3 {
    text-decoration: none;
}
.block-bg-white {
    background-color: #FFF;
}

.graphs-card {
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .graphs-card:not(:last-child) {
        margin: 0 0 16px 0;
        border: none;
    }
}

canvas{
    background:#fff;
    height:400px;
}
