#title .title-header {
    background-color: #2c2c2c;
    padding: 82px 0 103px
}

#title .title-header .title-header-title {
    font-family: BullMedium;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff
}

#title .title-header .title-header-subtitle {
    font-family: Bull;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: .03em;
    color: #ececec
}

#news {
    margin-bottom: 90px;
}

#news .latest {
    margin-top: -70px;
    margin-bottom: 31px;
}

#news .filterByTags {
    display: flex;
    flex-direction: row;
    gap: 24.39px;
    margin-top: 30.93px;
    margin-bottom: 40.71px;
}

#news .filterByTags button {
    font-family: "BullBold";
    font-size: 18.9677px;
    line-height: 23px;
    letter-spacing: 2.70968px;
    text-transform: uppercase;
    color: #041354;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 4.1px solid transparent;
    padding-bottom: 14.9px;
}

#news .filterByTags button.active {
    border-bottom: 4.1px solid #bc0108;
}

#news .news-filter {
    display: flex;
    flex-direction: row;
    padding-right: 46px;
    position: relative;
    margin-top: -120px;
    margin-bottom: 190px;
    z-index: 1;
}

#news .news-filter .news-filter-button {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "BullBold";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

#news .news-filter .news-filter-button .news-filter-button-image {
    margin-right: 10px;
}

#news .news-filter .news-filter-content {
    position: absolute;
    top: 40px;
    left: 15px;
    background-color: #ffffff;
    padding: 24px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

#news .news-filter .news-filter-content form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#news .news-filter .news-filter-content form label {
    font-family: "BullMedium";
    font-size: 14px;
    line-height: 17px;
    color: #041354;
}

#news .news-filter .news-filter-content form select.select-filter {
    display: flex;
    width: 100%;
    height: 40px;
    outline: none;
    background-color: transparent;
    border: 1px solid #041354;
    border-radius: 2px;
    font-family: "BullBold";
    font-size: 14px;
    line-height: 17px;
    color: #041354;
}

#news .card-news {
    margin-bottom: 50px;
}

#news .pagination {
    justify-content: center;
    margin-bottom: 3rem
}

#news .pagination span {
    padding: 5px 10px!important;
    border: 1px solid #ccc!important;
    background-color: #dd0741!important;
    color: #fff!important;
    font-weight: 700!important;
    display: flex
}

#news .pagination .relative.z-0.inline-flex {
    box-shadow: none!important;
    display: flex!important;
    gap: 5px!important;
    flex-wrap: wrap!important
}

#news .pagination a {
    padding: 5px 10px!important;
    border: 1px solid #ccc!important;
    background-color: #fff!important;
    color: #041354!important;
    text-align: center!important
}

#news .pagination a:hover {
    text-decoration: none!important
}

@media only screen and (max-width: 600px) {
    #news .news-filter {
        margin-top: -90px;
        margin-bottom: 70px;
    }

    #news .card-news {
        flex-direction: column;
    }

    #news .card-news .card-new {
        width: 100%;
    }
}

.card-new {
    width: 307.19px;
    position: relative
}

.card-new .img-new {
    border-radius: 16px;
    overflow: hidden;
    height: 222px
}

.card-new .img-new iframe, .card-new .img-new img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-new .info-new .new-tag {
    position: absolute;
    left: 30px;
    top: 0;
    padding: 5.14159px 10.2832px;
    background: #041354;
    font-family: BullBold;
    font-size: 12.3398px;
    line-height: 140%;
    letter-spacing: .03em;
    color: #fff
}

.card-new .info-new .new-title {
    color: #bc0108;
    margin-top: 12.21px
}

.card-new .info-new .new-date, .card-new .info-new .new-title {
    font-family: BullBold;
    font-size: 16.275px;
    line-height: 140%;
    letter-spacing: .03em
}

#beapartner .desktop {
    display: flex;
}

#beapartner .mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    #beapartner .desktop {
        display: none;
    }

    #beapartner .mobile {
        display: flex;
    }
}