.text-last-center {
    text-align: justify;
    text-align-last: center;
}

.country.w-input[readonly] {
    background-color: #001132 !important;
}

.faq-answer-wrap.active {
    display: block !important;
    opacity: 1;
    transition: 0.3s;
}

.faq-question-wrap.active .faq-question {
    color: #54505f;
    transition: 0.3s;
}

.faq-question-wrap.active .faq-arrow {
    display: block !important;
    opacity: 1;
    transition: 0.3s;
}

.sp-bg {
    position: relative;
    z-index: 0;
}

.sp-bg:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 83%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f5a13a;
    opacity: 0.2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    transition: 10s;
}

.sp-bg.sp-blue:after {
    background: #75a0fd;
}

.sp-bg.sp-left:after {
    right: auto;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
}

.sp-bg.sp-top:after {
    top: 15%;
}

.sp-bg.sp-form:after {
    width: 20px;
    height: 20px;
    top: 7%;
    right: auto;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    background: #75a0fd;
}

.sp-bg.sp-36:after {
    width: 36px;
    height: 36px;
}

.sp-bg.sp-38:after {
    width: 38px;
    height: 38px;
}

.sp-bg.sp-42:after {
    width: 42px;
    height: 42px;
}

.sp-bg:hover:after {
    filter: hue-rotate(180deg);
    transition: 10s;
}

@media screen and (max-width: 767px) {
    .sp-bg {
        /*overflow-x: hidden;*/
    }
}

@media screen and (min-width: 992px) {
    [lang*="fr"] .footer-nav-list,
    [lang*="bg"] .footer-nav-list,
    [lang*="no"] .footer-nav-list,
    [lang*="ru"] .footer-nav-list {
        justify-content: center;
    }
}