.catalog-section__btn-more {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.75rem!important;
    text-transform: uppercase;
    color: #37363B;
    border: 1px solid #BDBDBD!important;
    border-radius: 0!important;
    padding: 0.5rem 3rem!important;
}

.catalog-section__btn-more.is-loading {
    border-top-color: #4545c4!important;
    border-radius: 50%!important;
    border-top-style: solid!important;
    border-top-width: 0.3em!important;
    border-right-color: rgb(189, 189, 189)!important;
    border-right-style: solid!important;
    border-right-width: 0.3em!important;
    border-bottom-color: rgb(189, 189, 189)!important;
    border-bottom-style: solid!important;
    border-bottom-width: 0.3em!important;
    border-left-color: rgb(189, 189, 189)!important;
    border-left-style: solid!important;
    border-left-width: 0.3em!important;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 50%!important;
    padding: 0!important;
}

@media(max-width:767px){
    .catalog-section__btn-more {
        width: 100%;
    }
    .catalog-section__btn-more.is-loading {
        width: 2.5em;
    }
}
