.topheader{
    z-index: 99999;
    position: static;
    width: 100%;
    background: white;
    height: 120px;
}
.logo{
    bottom: 10px;
}
.logo>a>img{
    margin-top: -10px;
    padding-right: 10px;
    height: 85px;
}
.logo>a{
    font-family: 'bignoodletitling';
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 5%;
    color: black;
    text-transform: uppercase;
    line-height: initial;
}
.logo>a:hover {
    text-decoration: none;
}
.menu {
    position: -webkit-sticky;
    position: sticky;
    top:0;
    z-index: 9999;
    height: 50px;
    background-color: darkblue;
    margin-bottom: 35px;
}
.oglavlenie {
    height: 50px;
}
.highlighting{
    height: 100%;
    display: inline-block;
    list-style-type: none;
}
.highlighting>a {
    height: 100%;
    text-decoration: none;
}
.highlighting>a>p {
    height: 34px;
    position: relative;
    top: 32%;
    align-items: center;
    color: white;
    font-size: 20px;
    margin: 0 14px;
}

.karta {
    list-style-type: none;
    position: relative;
    left: -25px;
}
.karta li{
    position: relative;
    list-style-type: none;
    padding: 5px;
}
.karta>li>a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.karta>li>a:hover {
    color: #a59b9b;
    text-decoration: none;
}
.end {
    position:relative;
    bottom: 0;
    height: 300px;
    width: 100%;
    background-color: #1D1E33;
}
.popravka {
    padding-top: 30px;
}
.ogranichenie {
    height: 1px;
    width: 100%;
    background-color: white;
    display: inline-block;
}