html, body {
    font-family: 'Montserrat', sans-serif;
    background: none;
}
.header {
    margin-top: 0;
}
.header .navbar-toggler-icon {
    background-image: url(../img/burger-black.svg);
}
.header .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
}
.cabinet-header-menu button {
    color: #161616!important;
}
.anchor-navigation.sticky-top {
    top: 115px;
    z-index: 0!important;
}
.anchor {
    top: -107px;
    position: absolute;
}
.anchor-navigation a{
    border-radius: 16px;
    background: none;
    padding: 16px 24px;
    gap: 10px;
    display: block;
    margin: 0 0 8px 0;
    color: #676767;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}
.anchor-navigation a.active {
    background: #03C3D7!important;
    color: #FEFEFE!important;
}
.content-inner {
    position: relative;
    text-align: justify;
}
.content-inner h1 {
    color: #161616;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px 0;
}
.content-inner a,
.content-inner p {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.content-inner a {
    color: #03C3D7;
    text-decoration: none;
}
.content-inner a:hover {
    color: #E87722;
}
.footer {
    padding: 32px 16px;
    background: #000000;
    position: relative;
}