/* advertorial */

.protect {
    width: 100%;
    position: absolute;
    top: 5px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.protect__item {
    font-size: 12px;
    line-height: 1px;
    color: #000;
    opacity: 0.25;
    margin-top: 0;
}

.protect__item a {
    color: #000;
    text-decoration: none;
}




/* footer */

.footer {
    padding: 30px 0 10px;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer-ul {
    color: #000;
    margin: 0 auto 15px;
    display: flex;
    gap: 40px;
    justify-content: center;
    list-style-type: none;
}

.footer-ul a {
    color: #fff;
    text-decoration: none;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 50px;
}

.footer__logo {
    max-width: 237px;
    width: 100%;
}

.footer__logos {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.footer__logos-item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.footer__disclaimer {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    opacity: 0.5;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.footer__disclaimer b {
    font-weight: 700;
}

.footer__terms {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    padding-left: 0;
}

.footer__terms-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    opacity: 0.5;
    text-decoration: none;
}

.footer__terms-item a {
    color: #000;
    opacity: 0.5;
    text-decoration: none;
}

@media (max-width: 1130px) {
    .footer {
        padding: 60px 0 170px;
    }
}

@media (max-width: 730px) {
    .footer {
        padding: 20px 0 10px;
    }

    .footer__top {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
    }
}

.content__flex__second__list li span.currency-text{
    background-color:transparent;
    width:unset;
    margin-right:unset;
    margin-top:unset;
    height:unset;
    display:contents;
}