.home {
    margin-top: 143px;
    position: relative;
}

.home:before {
    content: "";
    position: absolute;
    top: -317px;
    left: 49%;
    transform: translateX(-50%);
    z-index: -1;
    width: 2000px;
    height: 1400px;
    background-image: url("../images/home/bg-line.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home__container {
    max-width: 1239px;
    padding: 0 24px;
    margin: 0 auto;
}

.home__wrapper {
    position: relative;
}

.home__wrapper:after {
    content: "";
    position: absolute;
    top: 200px;
    right: -460px;
    z-index: -1;
    width: 681px;
    height: 210px;
    transform: rotate(-86deg);
    border-radius: 681px;
    background: rgba(77, 30, 99, 0.76);
    filter: blur(136px);
}

.home__box {
    display: flex;
    justify-content: space-between;
    max-width: 1185px;
    position: relative;
}

.home__box:after {
    content: "";
    position: absolute;
    width: 1437px;
    height: 734px;
    z-index: -1;
    bottom: -63px;
    left: -120px;
    background-image: url("../images/home/line.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home__box:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 56%;
    transform: translate(-50%, -50%) rotate(-20deg);
    width: 528px;
    height: 193px;
    border-radius: 528px;
    background: rgba(9, 106, 101, 0.76);
    filter: blur(136px);
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

.home__left {
    max-width: 566px;
    margin-top: 52px;
}

.home__right {
    margin-top: 23px;
}

.home__description {
    color: #C3BFC5;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 59px;
    position: relative;
    padding-left: 10px;
    max-width: 530px;
}

.home__description:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 5px;
    height: 90px;
    background: #796CF7;
}

.home__title {
    color: #FFF;
    font-size: 61px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 35px;
}

.home__link {
    color: #161617;
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    padding: 22px 40px;
    border-radius: 5px;
    background: #57BE84;
}

.home__title span:nth-child(1) {
    color: #7BEDAC;
}

.home__title span:nth-child(2) {
    color: #39C4E7;
}

@media (max-width: 950px) {
    .home__img {
        width: 400px;
        height: auto;
    }

    .home__img img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 870px) {
    .home {
        margin-top: 130px;
    }

    .home__box {
        flex-direction: column;
        align-items: center;
    }

    .home__left {
        max-width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .home__description {
        margin: 0 auto 40px auto;
    }
}

@media (max-width: 500px) {
    .home__title {
        font-size: 50px;
        line-height: 50px;
    }

    .home__container {
        padding: 0 15px;
    }
}


.text-green {
    color: #28a745 !important; /* зелёный */
}

.text-red {
    color: #dc3545 !important; /* красный */
}

.spinner-border {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    border: 0.25em solid #ccc;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.spinner-border .sr-only {
    display: none;
}

.currency-details-chart-cell {
    width: 200px;
    min-width: 200px;
}

.currency-details-chart {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

.footer {
    background: #121212;
}

.footer__container {
    max-width: 1271px;
    padding: 80px 15px 25px 15px;
    margin: 0 auto;
}

.footer__logo-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}

.footer__logo-icon {
    margin-right: 15px;
}

.footer__logo-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 134.5%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 26px;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 206px;
    width: 100%;
    padding-top: 26px;
    padding-right: 52px;
}

.footer__info {
    max-width: 240px;
}

.footer__description {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: rgba(232, 232, 232, 0.7);
    margin-top: 23px;
    margin-bottom: 47px;
}

.footer__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(232, 232, 232, 0.7);
    margin-bottom: 17px;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__input {
    font-size: 12px;
    line-height: 14px;
    color: #A8A8A8;
    background: #232323;
    border: 1px solid #373737;
    border-radius: 5px;
    outline: none;
    padding: 8px 10px 8px 11px;
    max-width: 139px;
}

.footer__sing-up {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 7px 18px 7px 19px;
    background: #6544C6;
    border-radius: 5px;
    margin-left: 10px;
}

.footer__link-title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 9px;
}

.footer__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(232, 232, 232, 0.7);
}

.footer__link:hover {
    color: #fff;
}

.footer__bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(196, 196, 196, 0.75);
}

.footer__sub-text {
    font-size: 9px;
    line-height: 15px;
    color: rgba(232, 232, 232, 0.7);
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1100px) {
    .footer__links {
        margin-left: 90px;
        padding-right: 30px;
    }
}

@media (max-width: 870px) {
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__links {
        margin-left: 0;
        padding-right: 0;
        max-width: 700px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__logo-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__info {
        max-width: 600px;
        text-align: center;
    }

    .footer__description {
        margin-bottom: 30px;
    }

    .footer__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .footer__links {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        row-gap: 50px;
        max-width: 100%;
    }

    .footer__links-block {
        min-width: 90px;
    }
}

.footer__links {
    flex-direction: unset !important;
}

.footer__logo {
    display: block !important;
}

.footer__logo-text {
    margin-left: -4px !important;
}

.page-title {
    margin-top: 143px;
    padding: 40px 0;
    background: #101010;
    color: var(--text-tertiary) !important;
}

.breadcrumb-d {
    display: flex;
    align-items: center;
    gap: 12px;
}

.breadcrumb-text {
    font-size: 26px;
}

.terms-of-services-block {
    background-color: #1e1e1e;
/ / Тёмно-серый, но светлее чёрного padding: 40 px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
/ / Светлый текст line-height: 1.6;
    padding: 20px;
}

.protecting-home {
    background-color: #000000;
    padding: 110px 0 137px 0;
}

.protecting-home__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 216px;
    -moz-column-gap: 216px;
    column-gap: 216px;
}

.protecting-home__container {
    max-width: 1276px;
    padding: 0 15px;
    margin: 0 auto;
}

.protecting-home__title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.protecting-home__title:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 3px;
    width: 42px;
    height: 3px;
    background-color: #7044EE;
}

.protecting-home__description {
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    margin: 74px 0 0 3px;
    max-width: 623px;
}

.protecting-home__img {
    width: 388px;
    height: 371px;
    position: relative;
}

.protecting-home__img:before {
    content: "";
    position: absolute;
    bottom: 48px;
    right: -95px;
    width: 32px;
    height: 4px;
    background-color: #68BC4A;
}

.protecting-home__img picture,
.protecting-home__img img {
    width: 388px;
    height: 371px;
}

@media (max-width: 1200px) {
    .protecting-home__box {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .protecting-home__img:before {
        bottom: 42px;
        right: 0;
    }
}

@media (max-width: 1000px) {
    .protecting-home__description {
        margin-top: 50px;
    }
}

@media (max-width: 830px) {
    .protecting-home__box {
        row-gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .protecting-home__title {
        margin: 0 auto;
    }

    .protecting-home__description {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .protecting-home {
        padding: 70px 0 50px 0;
    }
}

@media (max-width: 550px) {
    .protecting-home__description {
        margin-top: 30px;
        font-size: 19px;
    }

    .protecting-home__title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 430px) {
    .protecting-home__img,
    .protecting-home__img picture,
    .protecting-home__img img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

.protecting-content {
    background-color: #FFFFFF;
    padding: 72px 0 130px 0;
}

.protecting-content__container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.protecting-content__block + .protecting-content__block {
    margin-top: 41px;
}

.protecting-content__block-title {
    font-size: 28px;
    line-height: 60px;
    color: #404053;
    margin-bottom: 10px;
}

.protecting-content__block-subtitle {
    font-size: 15px;
    line-height: 28px;
    color: #404053;
    margin-top: 30px;
}

.protecting-content__block-description {
    font-size: 16px;
    line-height: 28px;
    color: #404053;
}

.protecting-content__block-description ul {
    margin: 30px 0 0 50px;
}

.protecting-content__block-description ul li {
    list-style: initial;
    font-size: 15px;
    line-height: 28px;
    color: #404053;
}

@media (max-width: 768px) {
    .protecting-content {
        padding: 40px 0 50px;
    }

    .protecting-content__block + .protecting-content__block {
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .protecting-content__block-title {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .protecting-content__block-description ul {
        margin: 30px 0 0 30px;
    }

    .protecting-content__block-description {
        font-size: 14px;
    }
}

.volume-home {
    background-image: url(/themes/5/images/listing/bg.webp);
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 556px;
    padding: 112px 0 145px 0;
}

.volume-home__container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
.volume-home__box {
    max-width: 398px;
}
.volume-home__title {
    margin-bottom: 25px;
    font-size: 55px;
    line-height: 64px;
    color: #FFFFFF;
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
}
.volume-home__description {
    font-size: 18px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}
.volume-home__link {
    display: block;
    background-color: #6544C6;
    border: 1px solid #6544C6;
    border-radius: 5px;
    padding: 13px 60px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 830px) {
    .volume-home {
        padding: 60px 0 30px 0;
    }
}
@media (max-width: 500px) {
    .volume-home {
        background-size: 2000px;
        padding: 165px 0 30px 0;
    }
    .volume-home__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
}

.skyrocket-benefits {
    background-color: #EAECEF;
    padding: 109px 15px 135px;
}
.skyrocket-benefits__box {
    max-width: 1240px;
    margin: 0 auto;
}
.skyrocket-benefits__title {
    font-size: 33px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #1B212D;
}
.skyrocket-benefits__des {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #667085;
    margin-top: 6px;
    margin-bottom: 48px;
}
.skyrocket-benefits__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
}
.skyrocket-benefits__item {
    width: 291px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.skyrocket-benefits__img {
    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;
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 25px;
}
.skyrocket-benefits__item-title {
    font-size: 18px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #1B212D;
    margin-bottom: 15px;
}

@media (max-width: 900px) {
    .skyrocket-benefits__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .skyrocket-benefits__item {
        width: calc(50% - 27.5px);
    }
}
@media (max-width: 768px) {
    .skyrocket-benefits {
        padding: 20px 10px 50px;
    }
}
@media (max-width: 500px) {
    .skyrocket-benefits__item {
        width: 100%;
    }
}

.coverage {
    background-color: #FFFFFF;
    padding: 50px 0 56px 0;
    position: relative;
}
.coverage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../img/coverage/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 5;
}
.coverage__container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
.coverage__title {
    margin-bottom: 34px;
    position: relative;
    z-index: 10;
}
.coverage__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.coverage__map svg {
    height: auto;
}
.coverage__map g {
    cursor: pointer;
}
.coverage__map g:hover path {
    fill: #7044EE !important;
}
.coverage__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 20px;
    margin-top: 24px;
}
.coverage__card {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 8px;
    padding: 18px 10px 19px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 180px;
    min-height: 89px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.coverage__card.coverage__card-active {
    background-color: #f8f8f8;
    border: 1px solid #7044EE;
}
.coverage__card-title {
    font-size: 14px;
    line-height: 23px;
    color: rgba(29, 37, 47, 0.7);
    margin-bottom: 1px;
}
.coverage__card-percent {
    font-size: 22px;
    line-height: 26px;
    color: #1B212D;
}

@media (max-width: 1300px) {
    .coverage__cards {
        max-width: 1020px;
        margin: 24px auto auto auto;
    }
}
@media (max-width: 768px) {
    .coverage {
        padding: 20px 0 30px 0;
    }
}
@media (max-width: 550px) {
    .coverage__cards {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "europa asia" "south africa" "others CIS";
    }
    .coverage__card-europa {
        grid-area: europa;
    }
    .coverage__card-asia {
        grid-area: asia;
    }
    .coverage__card-CIS {
        grid-area: CIS;
    }
    .coverage__card-south {
        grid-area: south;
    }
    .coverage__card-africa {
        grid-area: africa;
    }
    .coverage__card-others {
        grid-area: others;
    }
    .coverage__card {
        min-width: auto;
        min-height: auto;
        text-align: center;
        padding: 15px 0;
    }
}
@media (max-width: 550px) {
    .coverage__card-europa {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .coverage__card-asia {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .coverage__card-CIS {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .coverage__card-south {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .coverage__card-africa {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .coverage__card-others {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
}

.partners-feedback {
    background-color: #EAECEF;
    padding: 100px 15px 176px;
}
.partners-feedback__title {
    font-size: 33px;
    line-height: 60px;
    color: #1B212D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 52px;
}
.partners-feedback__box {
    max-width: 1238px;
    margin: 0 auto;
}
.partners-feedback__card {
    width: 402px;
    height: 461px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.partners-feedback__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 24px;
}
.partners-feedback__card-title {
    font-size: 17px;
    line-height: 20px;
    color: #1B212D;
}
.partners-feedback__card-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.partners-feedback__text {
    font-size: 16px;
    line-height: 26px;
    color: #667085;
}
.partners-feedback__bottom-title {
    font-size: 16px;
    line-height: 26px;
    color: #1B212D;
}
.partners-feedback__bottom {
    padding-top: 20px;
    border-top: 2px solid #D4D5DA;
}
.partners-feedback__card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
}

@media (max-width: 768px) {
    .partners-feedback {
        padding: 20px 10px 50px;
    }
    .partners-feedback__title {
        margin-bottom: 20px;
    }
}
@media (max-width: 410px) {
    .partners-feedback__card {
        width: 100%;
    }
}

.fast-listing { background-image: url(/themes/5/images/listing/bg-1.webp); }

.fast-listing {
    max-width: 100%;
    height: 382.25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}
.fast-listing__title {
    font-size: 33px;
    line-height: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#7044EE), color-stop(100.84%, #CC44EE));
    background: -o-linear-gradient(left, #7044EE 0%, #CC44EE 100.84%);
    background: linear-gradient(90deg, #7044EE 0%, #CC44EE 100.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}
.fast-listing__des {
    font-size: 16px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.7);
    margin: 27px 0 40px 0;
    text-align: center;
}
.fast-listing .buttons__01 {
    width: 195px;
}

.buttons__05 {
    background-color: #7044EE;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    width: 404px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.listing-experience {
    background-color: #EAECEF;
    padding: 90px 0 31px 0;
}
.listing-experience__container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
.listing-experience__title {
    margin-bottom: 14px;
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 60px;
    color: #1B212D;
    text-align: center;
}
.listing-experience__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}
.listing-experience__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding-right: 68px;
}
.listing-experience__card-left, .listing-experience__card-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.listing-experience__card-right {
    padding: 15px 0;
}
.listing-experience__card-left {
    background-color: #F8FAFC;
    border-radius: 16px 0 0 16px;
    min-width: 373px;
    min-height: 114px;
    margin-right: 96px;
    padding: 0 67px 0 74px;
    white-space: nowrap;
    position: relative;
}
.listing-experience__card-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -29px;
    border-top: 57px solid transparent;
    border-bottom: 57px solid transparent;
    border-left: 30px solid #F8FAFC;
}
.listing-experience__card-left .listing-experience__card-icon {
    margin-right: 17px;
}
.listing-experience__card-right .listing-experience__card-icon {
    margin-right: 38px;
}
.listing-experience__card-title {
    font-size: 16px;
    line-height: 26px;
    color: #1B212D;
}

@media (max-width: 1000px) {
    .listing-experience__card {
        padding-right: 30px;
    }
    .listing-experience__card-left {
        margin-right: 60px;
    }
}
@media (max-width: 900px) {
    .listing-experience__card-left {
        min-width: 300px;
        padding: 0 30px;
    }
}
@media (max-width: 815px) {
    .listing-experience__card {
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .listing-experience__card-left,
    .listing-experience__card-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .listing-experience__card-right {
        padding: 20px 40px;
    }
    .listing-experience__card-right .listing-experience__card-icon {
        margin-right: 20px;
    }
    .listing-experience__card-left {
        width: 100%;
        padding: 0 30px;
        margin-right: 0;
        border-radius: 16px 16px 0 0;
    }
    .listing-experience__card-left:after {
        display: none;
    }
}
@media (max-width: 768px) {
    .listing-experience {
        padding: 30px 0;
    }
    .listing-experience__card-left {
        min-height: 90px;
    }
    .listing-experience__card-right {
        padding: 20px;
    }
}

.start-cooperation {
    background-image: url(/themes/5/images/listing/form-bg.webp);
}

.start-cooperation {
    max-width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    padding: 101px 15px 90px;
}
.start-cooperation__input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 432px;
    margin: 0 auto;
    row-gap: 30px;
}
.start-cooperation__form-title {
    text-align: center;
    font-size: 33px;
    line-height: 60px;
    color: #000000;
}
.start-cooperation__form-des {
    font-size: 17px;
    line-height: 29px;
    color: #667085;
    text-align: center;
    margin: 27px 0 50px;
}
.start-cooperation__input {
    background: #FFFFFF;
    border: 1px solid rgba(39, 44, 69, 0.2);
    -webkit-box-shadow: inset 0 0 0 1000px #FFFFFF;
    box-shadow: inset 0 0 0 1000px #FFFFFF;
    border-radius: 8px;
    padding: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
    height: 62px;
    width: 100%;
}
.start-cooperation__btn {
    margin-top: 21px;
}
.start-cooperation__btn .buttons__01 {
    width: 100%;
    height: 62px;
}
.start-cooperation__right {
    font-size: 16px;
    line-height: 16px;
    color: #667085;
    margin-left: 12px;
}
.start-cooperation__right span {
    color: #9B9BAB;
}
.start-cooperation__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.start-cooperation__left .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 18px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.07);
    border-radius: 9px;
}
.start-cooperation__left .switch .slider::before {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    width: 10px;
    height: 10px;
    left: 4px;
    bottom: 4px;
}
.start-cooperation__left .switch input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

@media (max-width: 768px) {
    .start-cooperation {
        padding: 30px 15px 50px;
    }
}

.start-cooperation__alert {
    background-color: #1e1e1e;
    color: #00ff99;
    padding: 16px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 1rem;
    border: 1px solid #00ff99;
    animation: fadeIn 0.4s ease-in-out;
    text-align: center;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.table-balance__names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 0 34px 34px;
    background: #F8FAFC;
    border-radius: 5px 5px 0 0;
}
.table-balance__name {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}
.table-balance__name-coin, .table-balance__item-coin {
    width: 25%;
}
.table-balance__name-total, .table-balance__item-total {
    width: 25%;
}
.table-balance__name-orders, .table-balance__item-orders {
    width: 25%;
}
.table-balance__name-equivalent, .table-balance__item-equivalent {
    width: 25%;
}

.table-balance__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #404053;
    padding: 15px 0 16px 34px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DADADA;
}
.table-balance__item span {
    color: #929EAE;
    margin-left: 3px;
}
.table-balance__item:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
}
.table-balance__item-coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table-balance__item-coin img {
    margin-right: 18px;
}
@media (max-width: 1100px) {
    .table-balance__name-coin, .table-balance__item-coin {
        width: 275px;
    }
    .table-balance__name-total, .table-balance__item-total {
        width: 208px;
    }
    .table-balance__name-orders, .table-balance__item-orders {
        width: 151px;
    }
    .table-balance__name-equivalent, .table-balance__item-equivalent {
        width: 180px;
    }
    .table-balance__name-actions, .table-balance__item-actions {
        width: 234px;
    }
    .table-fees .table-balance__name-coin, .table-balance__item-coin {
        width: 275px;
    }
}
@media (max-width: 920px) {
    .table-balance__wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .table-balance__names,
    .table-balance__items {
        min-width: 890px;
    }

    .table-fees .table-balance__names,
    .table-fees .table-balance__items {
        min-width: 1080px;
    }
}
.table-transaction {
    margin-top: 24px;
}
.table-transaction__container {
    max-width: 1270px;
    margin: 0 auto;
}
.table-transaction__wrapper {
    border: 1px solid #DADADA;
    border-radius: 5px;
}
.table-transaction__names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 0 34px 34px;
    background: #F8FAFC;
    border-radius: 5px 5px 0 0;
}
.table-transaction__name {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}
.table-transaction__name-time, .table-transaction__item-time {
    width: 213px;
}
.table-transaction__name-type, .table-transaction__item-type {
    width: 182px;
}
.table-transaction__name-amount, .table-transaction__item-amount {
    width: 130px;
}
.table-transaction__name-asset, .table-transaction__item-asset {
    width: 130px;
}
.table-transaction__name-status, .table-transaction__item-status {
    width: 130px;
}
.table-transaction__name-id, .table-transaction__item-id {
    width: 250px;
}
.table-transaction__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    color: #404053;
    padding: 17px 10px 18px 34px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DADADA;
}
.table-transaction__item:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
}
.table-transaction__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95px;
    height: 26px;
    letter-spacing: 0.005em;
}
.table-transaction__item-completed span {
    background: rgba(30, 157, 10, 0.1);
    border: 1px solid #1E9D0A;
    border-radius: 5px;
    color: #1E9D0A;
}
.table-transaction__item-canceled span {
    background: #FEE2E2;
    border: 1px solid #EF4444;
    border-radius: 5px;
    color: #FF5858;
}
.table-transaction__item-pending span {
    background: #F8FAFC;
    border: 1px solid #DADADA;
    border-radius: 5px;
    color: #5B5B68;
}
.table-transaction__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 21px;
}
.table-transaction__pagination-prev, .table-transaction__pagination-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 4px;
    cursor: pointer;
}
.table-transaction__pagination-prev {
    margin-right: 12px;
}
.table-transaction__pagination-next {
    margin-left: 12px;
}
.table-transaction__pagination-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 160%;
    color: #667085;
}
.table-transaction__pagination-page.active {
    background: #F8FAFC;
    border-radius: 4px;
    color: #101828;
}
.table-transaction__pagination-page + .table-transaction__pagination-page {
    margin-left: 8px;
}
.table-transaction__item-notFund {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 502px;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    color: #302E42;
}

@media (max-width: 920px) {
    .table-transaction__wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .table-transaction__names,
    .table-transaction__items {
        min-width: 1250px;
    }
}

.table-balance__item-total {
    color: #929EAE;
}

.table-balance__item-equivalent {
    color: #929EAE;
}

.table-balance__item-orders {
    color: #929EAE;
}

.table-balance__item-coin {
    color: #929EAE;
}
