.news__content {
    padding: 41px 0 44px 0;
}

.news__content__wrapper {
    display: flex;
    flex-direction: row;
    gap: 111px;
}

.news__content__filter {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 255px;
    flex-shrink: 0;
}

#footer {
    position: relative;
}

.news__content__filter-section {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.filter-title {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #1B204C;
    border-bottom: 1px solid #727DA3;
    padding-bottom: 10px;
}

.filter-section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.filter-section__item {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    font-family: Myriad Pro;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    justify-content: space-between;
    letter-spacing: 0%;
    color: #1B204C;
    position: relative;
}
.filter-section__item:hover svg{
    transform: translateX(-10px);
}
.filter-section__item-sub:hover svg{
    transform: translateX(-10px);
}
#footer .links a{
    text-decoration: underline;
}
.paginate-item{
    transition: all 0.4s ease-in-out;
}
.paginate-item:hover{
    scale: 1.1;
}
.filter-section__item svg{
    transition: all 0.4s ease-in-out;
}
.filter-section__item-sub svg{
    transition: all 0.4s ease-in-out;

}
.news__content__item .img-wrapper{
    overflow: hidden;
}
.news__content__item img{
    transition: all 0.4s ease-in-out;
}
.news__content__item:hover img{
    scale: 1.1;
}
.filter-section__item-sub {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-left: 8px;
    list-style: disc;
}

.filter-section__item-sub__item {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    font-family: Myriad Pro;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    justify-content: space-between;
    letter-spacing: 0%;
    color: #1B204C;
    padding-left: 20px;
    position: relative;
}

.filter-section__item-sub__item:before {
    width: 4px;
    height: 4px;
    background: #1B204C;
    border-radius: 100%;
    position: absolute;
    content: '';
    top: 30%;
    left: 0;
}

.main-item-filter {
    font-family: Myriad Pro;
    font-weight: 700;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0%;
    color: #727DA3;
}

.item-active {
    font-weight: 700;
}

.item-active svg {
    width: 12px;
    height: 18px;
}

@media screen and (max-width: 1024px) {
    #footer .container.m .wrapper{
        flex-direction: column;
        gap: 20px;
    }
    .news__content {
        padding: 40px 0;
    }

    .news__content__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
    }
    .copy-rights{
        margin-bottom: 8px;
    }
    #footer .right-wrapper .social-media-widget a.facebook{
        margin-left: 0!important;
    }

    .news__content__filter {
        display: flex;
        flex-direction: column;
        gap: 34px;
        width: 100%;
    }

    .news__content__filter-section {
        display: flex;
        flex-direction: column;
        gap: 17px;
    }

    .filter-title {
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 22px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #1B204C;
        border-bottom: 1px solid #727DA3;
        padding-bottom: 10px;
    }

    .filter-section__wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .filter-section__item {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        font-family: Myriad Pro;
        cursor: pointer;
        font-weight: 400;
        font-size: 18px;
        justify-content: space-between;
        letter-spacing: 0%;
        color: #1B204C;
    }

    .filter-section__item-sub {
        display: flex;
        gap: 10px;
        flex-direction: column;
        margin-left: 8px;
        list-style: disc;
    }

    .filter-section__item-sub__item {
        display: flex;
        width: calc(100% - 20px);
        flex-direction: row;
        align-items: center;
        font-family: Myriad Pro;
        cursor: pointer;
        font-weight: 400;
        font-size: 18px;
        justify-content: space-between;
        letter-spacing: 0%;
        color: #1B204C;
        padding-left: 20px;
        position: relative;
    }

    .filter-section__item-sub__item:before {
        width: 4px;
        height: 4px;
        background: #1B204C;
        border-radius: 100%;
        position: absolute;
        content: '';
        top: 30%;
        left: 0;
    }

    .main-item-filter {
        font-family: Myriad Pro;
        font-weight: 700;
        width: 100%;
        font-size: 18px;
        letter-spacing: 0%;
        color: #727DA3;
    }

    .item-active {
        font-weight: 700;
    }

    .item-active svg {
        width: 12px;
        height: 18px;
    }
}