@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700");

body {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 14px;
    /*background-image: url("../img/main-bg.png");*/
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    margin-top: auto;
    font-size: 14px;
    background: #ebebeb;
    padding: 15px 15px;
}

.footer a {
    color: #070707;
    font-size: 14px;
    margin-bottom: 6px;
}

.footer .head-phone {
    font-size: 24px;
    color: #ff4236;
    line-height: normal;
}

.footer .small-t {
    font-size: 12px;
}

.footer .phone {
    font-size: 16px;
}

.footer .partner-b {
    font-size: 18px;
}

.footer .partners-item {
    padding: 12px 12px 0px 12px;
}

.more-info-b {
    height: 250px;
    background: url("../img/more-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 60px;
    font-weight: bold;
    color: #f8f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-shadow: 0px 0px 3px black;
}

.bottom-control-b {
    padding: 70px 0;
}

.bottom-control-b .link-controll {
    color: #fff;
    background: #ff4236;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px 0 40px;
    min-width: 450px;
    margin: 0 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 13px 3px #d2d2d2;
    box-shadow: 0px 6px 13px 3px #d2d2d2;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.bottom-control-b .link-controll:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bottom-control-b .link-controll i {
    font-size: 30px;
    margin-right: 15px;
}

.reason-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reason-b .reason-b-h-t {
    font-size: 36px;
    color: #696666;
    margin-bottom: 40px;
}

.reason-b .reason-b-h-t span {
    font-size: 60px;
}

.reason-b .reason-b-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

.reason-b .reason-b-items .reason-b-items-border {
    position: absolute;
    border-bottom: 8px dotted #ff4236;
    top: 66px;
    z-index: -1;
    left: 0;
    right: 0;
    min-width: 1px;
    width: 84%;
    margin: 0 auto;
}

.reason-b .reason-b-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 60px;
    max-width: 190px;
    font-size: 14px;
}

.reason-b .reason-b-item:first-child {
    margin-left: 0px;
}

.reason-b .reason-b-item:last-child {
    margin-right: 0px;
}

.reason-b .reason-b-item .reason-b-img {
    z-index: 9;
    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;
    margin: 0 auto;
    width: 144px;
    height: 142px;
    background-color: #fff;
    background-image: url("../img/cause-bg.png");
    background-size: auto;
    background-repeat: no-repeat;
}

.reason-b .reason-b-item .reason-b-name {
    text-align: justify;
    font-size: 14px;
    color: #5c5959;
}

.reason-b .reason-b-item .reason-b-ico {
    border-radius: 50%;
    background-color: #b2b2b2;
    font-size: 43px;
    width: 60%;
    height: 60%;
    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;
    color: #686868;
}

.carousel-b {
    background: #f1f1f1;
    border-bottom: 2px solid #e7e7e7;
    color: #6e6c67;
}

.carousel-b .carousel-item {
    height: 480px;
}

.carousel-b .carousel-item-b {
    padding-left: 120px;
    height: 100%;
    padding-top: 50px;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: 60% !important;
}

.carousel-b .carousel-item-b .carousel-h-t {
    font-size: 32px;
    max-width: 35%;
    position: relative;
}

.carousel-b .carousel-item-b .carousel-h-t span {
    position: absolute;
    left: -100px;
    top: -20px;
    bottom: 0;
    margin: auto;
    font-size: 48px;
    color: #ff4236;
    line-height: 48px;
}

.carousel-b .carousel-item-b .carousel-s-t {
    font-size: 16px;
    max-width: 35%;
}

.carousel-b .carousel-item-b .carousel-btn {
    height: 44px;
    border: 1px solid #737373;
    border-radius: 8px;
    width: 100%;
    max-width: 220px;
    background: #ff4236;
    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;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: -1px 6px 13px 5px #dedede;
    box-shadow: -1px 6px 13px 5px #dedede;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.carousel-b .carousel-item-b .carousel-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.carousel-b .carousel-indicators {
    margin: 0px !important;
    /*width: 100px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 20px;
}

.carousel-b .carousel-indicators li {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #fff;
    opacity: 1;
    border: none;
}

.carousel-b .carousel-indicators li.active {
    background: #ff4236;
}

.header {
    background: #f6f5f2;
    border-bottom: 4px solid #ff4236;
    padding-top: 15px;
}

.header .phone {
    color: #555555;
    font-size: 18px !important;
}

.header .small-t {
    font-size: 12px;
}

.header .input-b {
    position: relative;
}

.header .input-b .login-btn {
    position: absolute;
    right: -14px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    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;
    border-radius: 15px;
    background: #ff4236;
    border: 1px solid #ff4236;

    color: #fff;
    font-size: 20px;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    z-index: 9;
}

.header .input-b .login-btn.disabled {
    color: #555555;
    background: #f6f5f2;
    border: 1px solid #c2c1bf;
}

.header .input-b .login-btn.disabled:hover {
    color: #555555;
    background: #f6f5f2;
    border: 1px solid #c2c1bf;
    cursor: default;
}

.header .input-b .login-btn:hover {

    color: #555555;
    background: #f6f5f2;
    border: 1px solid #c2c1bf;
    text-decoration: none;
}

.header .input-b input {
    border: 1px solid #c2c1bf;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
}

.header .input-b input::-webkit-input-placeholder {
    color: #696666;
}

.header .input-b input:-ms-input-placeholder {
    color: #696666;
}

.header .input-b input::-ms-input-placeholder {
    color: #696666;
}

.header .input-b input::placeholder {
    color: #696666;
}

.header .input-b input:focus, .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 0 3px 0px #ff4236;
    box-shadow: 0 0 3px 0px #ff4236;
    border-color: #ff4236;
}

.header .nav-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .nav-b li {
    list-style-type: none;
}

.header .nav-b a {
    color: #020202;
    font-size: 14px;
    padding: 0 15px;
}

.header .nav-b .share-link {
    color: #ff4236;
}

.header .lang-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .lang-b a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #555555;
    font-size: 12px;
}

.header .lang-b a img {
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    margin-right: 5px;
}

.header .home-login-b a {
    font-size: 12px;
    color: #555555;
}

.header .nav-t-link-b {
    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;
}

.header .nav-t-link-b .nav-t-link {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ff4236;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.header .nav-t-link-b .nav-t-link i {
    font-size: 40px;
}

.header .nav-t-link-b .nav-t-link:hover {
    text-decoration: none;
    color: #555555;
}

.header .nav-t-link-b .border-r {
    border-right: 1px solid #ff4236;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: #f6f5f2;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 100px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    -webkit-transition: .3s;
    text-transform: uppercase;
    transition: .3s;
}

.overlay a:hover, .overlay a:focus {
    color: #ff4236;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    line-height: 30px;
}

.auth-b {
    margin-top: 100px;
    margin-bottom: 100px;
}

.auth-b .auth-h-t {
    font-size: 16px;
}

.form-input {
    position: relative;
}

.form-input label {
    font-size: 16px;
    color: #838280;
}

.form-input select {
    border: 1px solid #838280;
    width: 100%;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 12px;
}

.form-input select:focus {
    outline: none;
    box-shadow: 0 0 3px 0px #ff4236;
}

.form-input select.disabled {
    background: #efefef;
    -webkit-box-shadow: 0 0 3px 0 #c2c1bf;
    box-shadow: 0 0 3px 0 #c2c1bf;
}

.form-input .auth-btn {
    position: absolute;
    right: -16px;
    top: 0;
    width: 36px;
    height: 36px;
    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;
    border-radius: 20px;
    background: #ff4236;
    border: 1px solid #ff4236;
    font-size: 20px;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    z-index: 9;
    color: #fff;
}

button:focus {
    outline: none !important;
}

.form-input .auth-btn.disabled {
    color: #555555;
    background: #f6f5f2;
    border: 1px solid #c2c1bf;
}

.form-input .auth-btn.disabled:hover {
    color: #555555;
    background: #f6f5f2;
    border: 1px solid #c2c1bf;
    cursor: default;
}

.form-input .auth-btn:hover {
    color: #818181;
    background: #f6f5f2;
    border-color: #f6f5f2;
    text-decoration: none;
}

.form-t {
    font-size: 16px;
}

.small-info-t {
    font-size: 12px;
    color: #838280;
}

textarea {
    border: 1px solid #c2c1bf;
    width: 100%;
    background: transparent;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 12px;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 0 3px 0px #ff4236;
    box-shadow: 0 0 3px 0px #ff4236;
}

input {
    border: 1px solid #838280;
    width: 100%;
    background: transparent;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 12px;
}

input.disabled {
    background: #efefef;
    -webkit-box-shadow: 0 0 3px 0px #c2c1bf;
    box-shadow: 0 0 3px 0px #c2c1bf;
}

input::-webkit-input-placeholder {
    color: #696666;
}

input:-ms-input-placeholder {
    color: #696666;
}

input::-ms-input-placeholder {
    color: #696666;
}

input::placeholder {
    color: #696666;
}

input:focus {
    outline: none;
    box-shadow: 0 0 3px 0px #ff4236;

}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    color: #838280;
    font-size: 16px;
}

input[type="radio"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #e8e7e7;
}

input[type="radio"] + label span {
    background-color: #f7f7f7;
}

input[type="radio"]:checked + label span {
    background-color: #ff4236;
    border: 1px solid #ff4236;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.h4 {
    font-size: 24px;
    color: #696565;
}

.h5 {
    color: #696565;
    font-size: 18px;
}

.cab-b {
    margin-bottom: 100px;
}

.cab-top-menu {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    background: #ff4236;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 20px 8px 20px;
    width: 600px;
}

.cab-top-menu a {
    font-size: 14px;
    color: #fff;
    padding: 0 10px 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cab-top-menu a i {
    margin-right: 10px;
}

.cab-top-menu .br-r {
    border-right: 1px solid #fff;
}

.info-b {
    background: #fee6e6;
    border-radius: 6px;
    padding: 10px;
}

.info-b .info-b-h {
    text-align: center;
    font-size: 16px;
    color: #555555;
}

.info-b .info-b-t {
    font-size: 14px;
    color: #555555;
}

.tab-pane {
    color: #838280;
}

.tab-pane label {
    font-size: 14px;
}

.button {
    font-size: 16px;
    padding: 6px 10px;
    background: #ff4236;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0 6px 13px 3px #d2d2d2;
    box-shadow: 0 6px 13px 3px #d2d2d2;
}

.button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.credit-sum-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
}

.credit-sum-b input {
    width: 80px;
}

.nav-tabs {
    border-bottom: 1px solid #ff4236;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #575756;
}

.nav-tabs .nav-link {
    font-size: 14px;
    color: #575756;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.red-tooltip {
    width: 36px;
    flex: 0 0 36px;
    height: 36px;
    padding: 4px;
    border-radius: 19px;
    background: #ff4236;
    color: #fff;
    font-size: 25px;
}

.nav-tabs .nav-link.active {
    border-color: #ff4236;
    color: #fff;
    background: #ff4236;
}

@media (max-width: 1300px) {
    .reason-b .reason-b-item {
        margin: 0 15px;
    }

    .more-info-b {
        font-size: 50px;
    }
}

@media (max-width: 1100px) {
    .reason-b .reason-b-item {
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    .header {
        padding-bottom: 15px;
    }

    .header .lang-b {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

    }

    .header .lang-b a:first-child {
        margin-right: 15px;
    }

    .carousel-b .carousel-item {
        height: 400px;
    }

    .carousel-b .carousel-item-b {
        padding-left: 0;
    }

    .carousel-b .carousel-item-b .carousel-h-t span {
        position: absolute;
        left: 0;
        top: -40px;
        bottom: 0;
        margin: auto;
        font-size: 48px;
        color: #ff4236;
        line-height: 48px;
    }

    .more-info-b {
        font-size: 34px;
    }

    .reason-b {
        max-width: 720px;
        padding: 60px 15px;
    }

    .reason-b .reason-b-h-t {
        font-size: 28px;
    }

    .reason-b .reason-b-items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .reason-b .reason-b-items .reason-b-items-border {
        display: none;
    }

    .reason-b .reason-b-item {
        max-width: 33%;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .cab-top-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        width: auto;
    }

    .cab-top-menu .br-r {
        border: none !important;
    }

    .cab-top-menu a {
        margin-bottom: 15px;
    }

    .header {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .bottom-control-b .link-controll {
        height: auto;
        min-width: auto;
        max-width: 100%;
        font-size: 17px;
        padding: 10px 20px;
    }

    .bottom-control-b .link-controll i {
        font-size: 20px;
    }

    .reason-b .reason-b-item {
        max-width: 45%;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .carousel-b {
        padding: 0px;
    }

    .carousel-b .carousel-item-b {
        background-position: center 250px !important;
    }

    .carousel-b .carousel-item-b .carousel-s-t {
        font-size: 14px;
    }

    .carousel-b .carousel-item-b .carousel-h-t {
        font-size: 26px;
    }

    .more-info-b {
        font-size: 28px;
    }

    .reason-b .reason-b-item {
        max-width: 100%;
        width: 100%;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
}

.btn-control {
    color: #fff;
    background: #ff4236;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 15px;
    width: 100%;
    max-width: 200px;
    border-radius: 4px;
    box-shadow: 0px 6px 13px 3px #d2d2d2;
    transition: ease-in-out 0.3s;
    border: none;
}

.btn-control:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-control i {
    font-size: 20px;
    margin-right: 15px;
}

.btn-control-outline {
    color: #000;
    background: #fff;
    border: 1px solid #ff4236;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 15px;
    width: 100%;
    max-width: 200px;
    border-radius: 4px;
    box-shadow: 0px 6px 13px 3px #d2d2d2;
    transition: ease-in-out 0.3s;
}

.btn-control-outline:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #ff4236;
    border: 1px solid #ff4236;
}

.btn-control-outline i {
    font-size: 20px;
    margin-right: 15px;
}

.reviews-b-item {
    padding: 20px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.btn-feedback:hover {
    cursor: pointer;
}

.reviews-b-item .name {
    font-weight: bold;

}

.reviews-b-item .date {
    color: #ff4236;
}

.reviews-b-item .description {

}

.prim-color {
    color: #ff4236 !important;
}

.promotion-link {
    color: #ff4236 !important;
}

a.card:hover {
    text-decoration: none;
}

a.card:hover .promotion-link {
    color: #000 !important;
}

.accordion > .card .card-header {
    margin-bottom: 0px;
}

.accordion-toggle {
    color: #000;
}

.accordion-toggle:hover {
    color: #ff4236;
    text-decoration: none;
}

.accordion-group {
    border-bottom: 1px solid #d8d8d8;
}

.accordion-inner .card-body {
    padding: 20px 0;
}

.page-link, .page-link:hover {
    color: #ff4236;
}
a {
    color: #ff4236;
}
a:hover {
    color: #c11203;
}
.page-item.active .page-link {
    background-color: #ff4236;
    border-color: #ff4236;
}

.btn-loading {
    color: transparent !important;
    pointer-events: none;
    position: relative
}

.btn-loading:after {
    content: "";
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: calc(50% - (1.4em / 2));
    top: calc(50% - (1.4em / 2));
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.grecaptcha-badge {
    display: none !important;
}
