/*GRID_listCfmNumbers*/
@media screen and (min-width: 1024px) {
    .listCfmNumbers {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
}

.listCfmNumbersContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #052549;
}

@media screen and (min-width: 1024px) {
    .listCfmNumbersContainer {
        max-width: 1255px;
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
        justify-content: left;
    }
}
.listCfmNumbersContainer a{
    text-decoration: none;

}
.listCfmNumbersContainer .blockSingleListCfNumber{
    align-self: flex-start;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #b8b8b8;
}
.listCfmNumbersContainer .blockInfoNumbers h5{
    font-size: 14px;
    font-family: "Noto Sans Condensed";
    line-height: 14px;
    letter-spacing: 2%;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #052549
}
.listCfmNumbersContainer .blockInfoNumbers h3{
    font-size: 26px;
    font-family: "Noto Sans Condensed";
    font-weight: 700;
    line-height: 35px;
    color: #052549
}
.listCfmNumbersContainer .blockInfoNumbers .blockNumbersDescr p{
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 26px;
    margin-top: 20px;
}

.listCfmNumbersContainer .blockSingleListCfNumber picture{
    width: 100%;
    display: inline-block;
    margin-top: 21px;
    margin-bottom: 50px;
}
.listCfmNumbersContainer .blockSingleListCfNumber picture img{
    width: 100%;
    padding: 0px;
}

@media screen and (min-width: 1024px) {
    .listCfmNumbersContainer .blockSingleListCfNumber picture img{
        padding: 0px 140px;
    }
}

.listCfmNumbersContainer .pagination {
    width: 236px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.listCfmNumbersContainer .pagination button {
    all: unset;
    color: rgba(38, 38, 38, 1);
}

.listCfmNumbersContainer .pagination button.disabled {
    color: rgba(184, 184, 184, 1);
}

.listCfmNumbersContainer .pagination .prev {
    font-size: 16px;
    font-family: "Noto Sans";
    white-space: nowrap;
    cursor: pointer;
}

.listCfmNumbersContainer .pagination .prev:hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.listCfmNumbersContainer .pagination .next {
    font-size: 16px;
    font-family: "Noto Sans";
    white-space: nowrap;
    cursor: pointer;
}

.listCfmNumbersContainer .pagination .next:hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.listCfmNumbersContainer .pagination .pageNumber {
    font-size: 16px;
    color: rgba(38, 38, 38, 1);
    font-family: "Noto Sans";
    display: flex;
    align-items: center;
    gap: 13px;
}

.listCfmNumbersContainer .pagination .pageNumber .page-link:not(.activePage) {
    cursor: pointer;
}

.listCfmNumbersContainer .pagination .pageNumber .page-link:not(.activePage):hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.listCfmNumbersContainer .activePage {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(38, 38, 38, 1);
    cursor: default;
}