@media screen and (min-width: 768px) and (max-width: 1024px) {}
@media (min-width: 320px) and (max-width: 768px) {
    .currentNav{
        font-size: 15px!important;
    }
}

.currentItem {
    flex-direction: row;
}

.currentElements {
    flex-direction: column;
    margin-top: 70px;
    margin-right: 70px;

}
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
}
.nav>li.active {
text-decoration: underline;
}
.nav>li.active>a {
    color: #071050 !important;
    font-weight: 600;
}
.nav-link{
    padding-right: 0 !important;
}

.currentText {
    margin-bottom: 15px;
    font-family: Gravity;
    font-size: 22px;
    color: #3460d7;
}
.current-news-button{
    position: absolute;
    z-index: 99;
    right: 80px;
    width: 175px;
    height: 48px;
    margin-top: -30px;
    padding: 9px 20px 9px 21px;
    border-radius: 8px;
    border: solid 1px #979797;
}
.current-news-button-text{
    font-family: Gravity;
    font-size: 21px;
    color: #152c8a;
}
.current-news-button-text2{
    font-family: Gravity;
    font-size: 21px;
    margin-left: 7px;
    color: #152c8a;
}
.currentImage {
    margin-bottom: 70px;
    margin-top: 70px;
    margin-left: 70px;
    margin-right: 30px;
}

.currentDescription {
    margin-bottom: 30px;
    font-family: Gravity;
    font-size: 16px;
    color: #4e4e4e;
}
.currentDate {
    font-size: 16px;
    color: #a2a6b9;
}
.currentNext {
    font-size: 16px;
    font-weight: 600;
    color: #3460d7;
}
.currentNav {
    font-family: Gravity;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #071050;
}
.currentHeader2 {
    font-family: Gravity;
    font-size: 24px;
    color: #4f5051;
    margin-bottom: 70px;
}
.currentHeader {
    font-family: Gravity-Bold;
    font-size: 32px;
    line-height: 2.28;
    color: #071050;
}
#current > ul.nav.currentNav.mt-5 > li.nav-item.active > a{
    color: #fbc33e!important;
    text-decoration: #fbc33e;
}
.filter .nav>li.active>a{
    color: #080e53!important;
    font-weight: 600;
}
.searchCurrent {
    width: 354px;
    height: 43px;
    margin-right: 50px;
    padding: 5px 10px 10px 10px;
    object-fit: contain;
    border-radius: 21.5px;
    border: solid 1px #bbb;
}