
.bth__loader-spin i {
    margin-right: 5px;
    font-size: 7px;
    color: inherit;
    display: inline-block;
}

.bth__loader-spin {
    display: none;
    margin-left: 7px;
}

.bth__loader--animate .bth__loader-spin {
    vertical-align: top;
    display: inline-block;
}

.bth__loader--animate .bth__loader-spin i {
    animation: btn-loader 0.9s infinite ease-in-out both;
    -webkit-animation: btn-loader 0.9s infinite ease-in-out both;
}

.bth__loader--animate .bth__loader-spin i:nth-child(1) {
    animation-delay: -0.32s;
    -webkit-animation-delay: -0.32s;
}

.bth__loader--animate .bth__loader-spin i:nth-child(2) {
    animation-delay: -0.16s;
    -webkit-animation-delay: -0.16s;
}

@keyframes btn-loader {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

@-webkit-keyframes btn-loader {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.bth__btn:disabled {
    background: #c2c0c0 !important;
    border-color: #c2c0c0 !important;
    cursor: inherit !important;
    color: #ffffff;
}

.bth__btn.bth__btn--smallest {
    height: 32px;
    line-height: 30px;
    min-width: auto !important;
    padding: 0 20px !important;
}

.bth__btn .bth__btn-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.bth__btn .bth__btn-link-r {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 45px;
    text-align: center;
    color: #ffffff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

.bth__btn *:not(.hint) {
    color: inherit !important;
}

.bth__btn {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    background: #ffffff;
    border: 1px solid #e27200;
    padding: 13px 20px;
    cursor: pointer;
    border-radius: 5px;
    color: #e27200;
    font-size: 14px;
    min-width: 250px;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    position: relative;
}

.bth__btn:hover {
    background: #e27200;
    border-color: #e27200;
    color: #ffffff;
}


.bth__btn .load-more-spinner {
    margin-left: 5px;
}

.bth__btn .load-more-spinner__bounce {
    width: 5px;
    height: 5px;
    background-color: white;
}

.bth__btn.bth__btn--transp {
    background-color: transparent;
    color: white;
    border-color: white;
}

.bth__btn.bth__btn--transp:hover {
    color: #475669;
    border-color: #475669;
    background-color: #ffffff;
    opacity: 0.7;
}


.bth__btn.bth__btn--transparent {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: none;
    color: #e27200;
}

.bth__btn.bth__btn--transparent:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.bth__btn.bth__btn--lower {
    padding: 7px 10px;
}

.bth__btn.bth__btn--lower .bth__loader-spin i {
    margin: 0 0 0 1px;
    font-size: 4px;
}


.bth__btn .bth__btn-abs-icon {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bth__btn.left {
    text-align: left;
    font-size: 11px !important;
}

.bth__btn--wide {
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    width: auto;
}

.bth__btn.bth__btn--white:hover {
    color: #ff8e41;
}

.bth__btn.bth__btn--white {
    background-color: #ffffff;
}

.bth__btn.bth__btn--fill {
    background-color: #e27200;
    border-color: #e27200;
    color: white;
}

.bth__btn.bth__btn--grey-hov-orange-fill:hover, .bth__btn.bth__btn--grey-fill-hov-orange:hover,
.bth__btn.bth__btn--fill:hover {
    background-color: #ff8e41;
    border-color: #ff8e41;
    color: #fff;
}

.bth__btn.bth__btn--grey-hov-orange-fill, .bth__btn.bth__btn--grey-hov-orange, .bth__btn.bth__btn--grey-hov-red, .bth__btn.bth__btn--grey-hov-blue,
.bth__btn.bth__btn--grey-hov-green {
    color: #999999;
    border-color: #999999;
}

.bth__btn.bth__btn--grey-hov-orange:hover {
    border-color: #e27200 !important;
    background-color: #ffffff;
    color: #e27200 !important;
}

.bth__btn.bth__btn--grey-fill-hov-orange,
.bth__btn.bth__btn--grey-fill-hov-blue {
    border-color: #999999;
    background-color: #999999;
    color: #fff;
}

.bth__btn.bth__btn--grey-hov-blue:hover {
    border-color: #318cc6 !important;
    background-color: #ffffff;
    color: #318cc6 !important;
}

.bth__btn.bth__btn--grey-hov-red:hover {
    border-color: #c83831 !important;
    background-color: #ffffff;
    color: #c83831 !important;
}

.bth__btn.bth__btn--grey-hov-green:hover {
    border-color: #008543 !important;
    background-color: #ffffff;
    color: #008543 !important;
}

.bth__btn--red {
    background-color: #c83831 !important;
    border-color: #c83831 !important;
    color: white !important;
}

.bth__btn.bth__btn--red:hover {
    background-color: #e03a3a !important;
    color: white;
}

.bth__btn--red-countr {
    border-color: #e03a3a !important;
    color: #e03a3a !important;
}

.bth__btn--black {
    border-color: #000000 !important;
    color: #000000 !important;
}

.bth__btn--red-countr:hover {
    background-color: #c83831 !important;
    color: white !important;
}

.bth__btn:hover .hint {
    display: block;
}

.bth__btn--160 {
    width: 160px;
    min-width: auto;
}

.bth__btn.bth__btn--150 {
    width: 150px;
    min-width: auto;
}

.bth__btn.bth__btn--200 {
    width: 200px;
    min-width: auto;
}

.bth__btn.bth__btn--215 {
    width: 215px;
    min-width: auto;
}

.bth__btn.bth__btn--400 {
    width: 400px;
    min-width: auto;
}

.bth__btn.bth__btn--450 {
    width: 450px;
    min-width: auto;
}

.bth__btn.bth__btn--50 {
    width: 50px;
    min-width: auto;
}

.bth__btn.bth__btn--18 {
    line-height: 18px;
    font-size: 12px;
    padding: 0 20px;
    height: auto;
}

.bth__btn--320 {
    min-width: auto;
    width: 330px;
}

.bth__btn.bth__btn--30 .bth__loader-spin i {
    margin: 0;
    font-size: 5px;
}

.bth__btn.bth__btn--30 {
    line-height: 28px;
    font-size: 13px;
    height: auto;
    padding: 0 20px;
    min-width: auto;
}

.bth__btn--250 {
    min-width: auto;
    width: 250px;
}

.bth__btn--210 {
    min-width: auto;
    width: 230px;
}

.bth__btn--270 {
    min-width: auto;
    width: 270px;
}

.bth__btn.bth__btn--300 {
    width: 300px;
    max-width: none;
}

.bth__btn.bth__btn--grey-fill-hov-blue:hover,
.bth__btn--blue {
    background-color: #215f86;
    color: #ffffff;
    border-color: #215f86;
}

.bth__btn--blue-countr:hover {
    background-color: #318cc6;
    border-color: #318cc6;
    color: white;
}

.bth__btn--blue-countr {
    background-color: white;
    color: #318cc6;
    border-color: #318cc6;
}

.bth__btn--blue:hover {
    background-color: #318cc6;
    border-color: #318cc6;
}

.bth__btn.bth__btn--grey {
    border-color: #898b8d;
    color: #898b8d;
}

.bth__btn.bth__btn--disable::after {
    content: '\f023';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #898b8d;
    margin-left: 15px;
}

.bth__btn.bth__btn--disable,
.bth__btn.bth__btn--disable:hover {
    border-color: #898b8d !important;
    color: #898b8d !important;
    background-color: white !important;
}

.bth__btn.bth__btn--grey-dark:hover {
    border-color: #abaeb1 !important;
    background-color: #abaeb1 !important;
}

.bth__btn.bth__btn--grey-dark {
    border-color: #898b8d !important;
    background-color: #898b8d !important;
    color: white !important;
}

.bth__btn.bth__btn--grey-middle:hover {
    border-color: #abaeb1 !important;
    background-color: #abaeb1 !important;
}

.bth__btn.bth__btn--grey-middle {
    border-color: #b3b4b6 !important;
    background-color: #b3b4b6 !important;
    color: white !important;
}

.bth__btn.bth__btn--grey-light:hover {
    border-color: #cad0d3 !important;
    background-color: #cad0d3 !important;
}

.bth__btn.bth__btn--grey-light {
    border-color: #babfc2 !important;
    background-color: #babfc2 !important;
    color: white !important;
}

.bth__btn.bth__btn--28 {
    line-height: 25px;
    font-size: 13px;
    height: auto;
    padding: 0 20px;
    min-width: auto;
}

.bth__btn.bth__btn--110 {
    min-width: 110px;
}

.bth__btn.bth__btn--28 .bth__loader-spin i {
    margin-right: 1px;
    font-size: 4px;
}

.bth__btn--grey-brdr {
    color: #909090;
    border-color: #909090;
    background-color: white;
}

.bth__btn--grey-brdr:hover {
    background-color: #909090;
    border-color: #909090;
    color: white !important;
}

.bth__btn--green-brdr {
    color: #008d47;
    border-color: #008d47;
    background-color: white;
}

.bth__btn--green-brdr:hover {
    background-color: #008543;
    border-color: #008543;
    color: white !important;
}

.bth__btn--green-dark {
    background-color: #008543;
    border-color: #008543;
    color: white;
}

.bth__btn--green-dark:hover {
    background-color: #00a551;
    border-color: #00a551;
    color: white !important;
}


.bth__btn--green {
    background-color: #008543;
    border-color: #008543;
    color: white;
}

.bth__btn--green:hover {
    background-color: #00a551;
    border-color: #00a551;
    color: white !important;
}


.bth__btn.disabled,
.bth__btn.grey {
    border: 1px solid #999999 !important;
    background-color: white !important;
    color: #999999 !important;
}

.bth__btn.w-auto {
    min-width: auto;
}

@media screen and (max-width: 767px) {
    .bth__btn:not(.w-auto) {
        width: 100% !important;
    }

    .bth__btn {
        margin: 0;
        padding-right: 5px;
        padding-left: 5px;
        min-width: auto !important;
    }

    .bth__loader-spin i {
        margin-right: 2px;
        font-size: 5px;
    }
}
