.catalog-pagination {
    border-top: 1px solid #ececec;
    padding-top: 55px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 10px;
}
.catalog-pagination__btn:first-child {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}
.catalog-pagination a.catalog-pagination__btn, button.catalog-pagination__btn {
    width: 135px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.catalog-pagination .btn-reset {
    font-family: "Gilroy";
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}
.catalog-pagination .select {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 45px;
    margin: 0;
}

.catalog-pagination .select {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 45px;
    margin: 0;
}
.catalog-pagination .select {
    position: relative;
    z-index: 100;
}
.catalog-pagination .select__item {
    position: static;
}
.catalog-pagination .select .select__item {
    right: 0;
    cursor: pointer;
}
.catalog-pagination .select__item .select__title {
    position: relative;
    background: #e9e9e9;
    border-radius: 5px;
    padding: 0;
    width: 66px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}
.catalog-pagination .select .select__item .select__options {
    display: none;
    padding: 5px 11px 5px 12px;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 8.5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
    border-radius: 3px;
    height: fit-content;
}
.catalog-pagination .select__value {
    margin-left: 25px;
}
.catalog-pagination .select__item .select__title::after {
    left: calc(65% - 4px);
}
.catalog-pagination .select__title::after {
    position: absolute;
    content: "";
    left: 72%;
    right: 0;
    top: 50%;
    bottom: 0;
    background-image: url(img/select-arrow.png);
    background-repeat: no-repeat;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}
.catalog-pagination .catalog-pagination__btn:hover {
    background: #e6e6e6;
}
.catalog-pagination .select__item .select__options .select__option {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    /*margin-right: 8px;*/
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*.select .select__item .select__options .select__option:hover, .select__option.active {*/
/*    -webkit-box-shadow: inset 0 -10px #e6e6e6;*/
/*    box-shadow: inset 0 -10px #e6e6e6;*/
/*    color: #AF0705;*/
/*}*/