@font-face {
    font-family: BannikovaC; /* Имя шрифта */
    src: url("/assets/font/BannikovaC.otf"); /* Путь к файлу со шрифтом */
}
html {
    position: relative;
    min-height: 100%;
}
body {
    padding-right: 5em;
    padding-left: 5em;
    padding-bottom: 40px;
    margin-bottom: 60px;
    background: #EDE0C7;
    font-family: BannikovaC;
}
.tooltip-inner{max-width:2000px;}
#up_content {
    padding-left: 2em;
    padding-right: 2em;

}
#arrow {
    height: 2em;
    position: fixed;
    bottom: 1em;
    right: 2em;
    cursor: pointer;
    padding: 0.5em 1em 0em;
    display: none;
    z-index: 9999;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 5em;
    background-color: #f5f5f5;
}