.navigation .nav-sub a {
    padding: 5px 0;
}

.navigation .sub-item:hover .nav-sub {
    display: block;
    position: fixed;
    z-index: 3;
    background: white;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}
#povs_table_about .top-wrapper {
    flex-direction: row;
}
#povs_table_about .information {
    border-right: 1px solid lightgrey;
}
#povs_table_full .block-small:not(.table-bottom) {
    flex-direction: row;
}
#povs_table_full .block-small:not(.table-bottom) .dropdown {
    width: auto;
}
#povs_table_full .block-small:not(.table-bottom) .dropdown .dropdown-menu {
    width: auto;
}
#interbank_table .table-bottom.block-small .flex {
    flex-direction: row;
}
#organizations_metal_table .organization-name {
    flex-direction: row;
}
.departments .wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
#organizations_table_full_povs .optimal td:first-of-type {
    font-size: 20px;
}
.organization_table table.currency_table td:first-of-type,
table.currency_table td:first-of-type {
    font-size: 20px;
}
#forex_table table.currency_table td:first-of-type {
    font-size: 16px;
}
#forex_table .content td {
    padding: 10px;
}
.navigation .active span {
    border-bottom: 2px solid #295e6c;
    font-weight: 500;
    color: #4a4a4a;
    padding-bottom: 8px;
}
.block-small > .wrapper.flex {
    flex-direction: row;
}
footer {
    margin-top: 40px;
}
footer .left,
footer .right {
    padding: 0;
}

.navigation .content {
    padding: 0;
}
#user .subscriptions {
    display: block;
}
.currency_pair {
    width: calc( (100% - 21px) / 7);
}
#lang {
    display: none;
}
.page {
    padding: 0;
    padding-top: 10px;
    flex-direction: row;
    gap: 15px;
}

main {
    flex-grow: 1;
    width: 750px;
}

aside {
    width: 330px;
}
.crypto-market-info-wrapper {
    flex-direction: row;
}
#povs_dropdown_wrapper {
  flex-direction: row;
}
@media screen and (min-width: 1300px) {
    .scrollTop {
        bottom: 20px;
        margin-left: 600px;
        left: 50%;
        right: auto;
    }
}