.product-info {
    --row-margin: -1.5rem;
    --col-padding: 1.5rem;

    min-height: 72rem;
    height: 100%;
    padding: 9.7rem 0 0;
    box-sizing: border-box;
}
.product-info__content {
    height: 52.7rem;

    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
}
.product-info__content--right {
    margin-left: 5.3rem;
}
.product-info__title {
    margin-top: 4.9rem;
}
.product-info__subtitle {
    margin-top: 7.1rem;
}
.product-info__text {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.product-info__btn {
    margin-top: auto;
}
.product-info__img-container {
    width: 100%;
    height: 100%;

    display: block;
    position: relative;
}
.product-info__img {
    display: block;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

@media screen and (max-width: 960px) {
    .product-info {
        min-height: unset;
        padding: 4rem 0;
    }
    .product-info__title {
        margin: 0;
    }
    .product-info__content {
        height: auto;
    }
    .product-info__content--right {
        margin-left: 0;
    }
    .product-info__subtitle {
        margin-top: 2rem;
    }
    .product-info__text {
        margin-top: 2rem;
        margin-bottom: 0;
    }
    .product-info__btn {
        width: fit-content;
        margin: 2rem auto 0;
    }
    .product-info__img-container {
        width: fit-content;
        height: auto;
        margin: 0 auto;
    }
    .product-info__img {
        max-width: 100%;
        position: relative;
    }
}

.omnichannel {
    padding: 9.4rem 0;
    text-align: center;
}
.omnichannel__title {
    text-align: center;
}
.omnichannel__subtitle {
    display: block;
    margin-top: .6rem;
    font-weight: 300;
    font-size: var(--fz-text);
}

.omnichannel .tabs__content {
    height: 32.4rem;
}
.omnichannel .tabs__item {
    position: absolute;
    top: 0;
    left: 0;
}

.product-page .omnichannel {
    padding-top: 5.5rem;
}

@media screen and (max-width: 1288px) {
    .omnichannel .tabs__content {
        height: 58.7rem;
    }
}
@media screen and (max-width: 960px) {
    .product-page .omnichannel {
        padding: 4rem 0;
    }
    .omnichannel {
        min-height: auto;
        padding: 8rem 0 0;
    }
    .omnichannel .tabs__content {
        min-height: 45rem;
        height: 100%;
    }
    .omnichannel .tabs__item {
        position: relative;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 450px) {
    .omnichannel .tabs__content {
        min-height: 40rem;
    }
    .omnichannel .tabs__item {
        position: relative;
        top: 0;
        left: 0;
    }
}

.tabs__item .omnichannel-item {
    padding-top: 12.6rem;
}

.omnichannel-item {
    --row-margin: -2.5rem;
    --col-padding: 2.5rem;

    padding-top: 8rem;
}
.omnichannel-item .row {
    justify-content: center;
}
.omnichannel-item .col {
    max-width: calc(18.7rem + (var(--col-padding) * 2));
}
.omnichannel-item__block {
    width: 18.7rem;
    height: 18.7rem;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 0 auto;
}
.omnichannel-item__bg {
    width: 18.7rem;
    height: 18.7rem;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: block;
}
.omnichannel-item__bg img {
    width: inherit;
    height: inherit;

    display: block;
}

.omnichannel-item__text {
    max-width: 12rem;
    position: relative;
    z-index: 1;
}
.omnichannel-item__title {
    font-size: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.omnichannel-item__desc {
    display: block;
    /*height: 3.2rem;*/
    margin-top: .8rem;
    font-size: 1.2rem;
    font-weight: 300;
}
@media screen and (max-width: 960px) {
    .tabs__header {
        --row-margin: -.8rem;
        --col-padding: .8rem;

        margin-top: 2rem;
    }
    .omnichannel-item {
        --row-margin: -1.5rem;
        --col-padding: 1.5rem;

        width: fit-content;
        margin: 0 auto;
        padding-top: 3rem;
    }
    .tabs__item .omnichannel-item {
        padding-top: 3rem;
    }
}
@media screen and (max-width: 695px) {
    .omnichannel-item {
        --row-margin: -0.1px;
        --col-padding: 0.1px;

        max-width: 38rem;
    }
    .omnichannel-item .row {
        justify-content: flex-start;
    }
    .omnichannel-item .col {
        margin-top: 1.5rem;
    }
}
@media screen and (max-width: 420px) {
    .omnichannel-item {
        max-width: 18rem;
    }
}

.product-wallets {}
.product-wallets .product-info__content {
    height: 57.5rem;
    margin-left: 5.1rem;
}
.product-wallets .product-info__title {
    margin-top: 7.8rem;
}
.product-wallets .product-info__text {
    margin-top: 4.2rem;
}
.product-wallets .product-info__img {
    top: 4.8rem;
    right: 5rem;
}

.product-wallets .product-info__btn {
    margin-bottom: 5rem;
}
@media screen and (max-width: 1225px) {
    .product-wallets .product-info__img {
        width: 100%;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 960px) {
    .product-wallets .product-info__img {
        top: 0;
        right: 0;
        transform: none;
    }
    .product-wallets .product-info__content {
        height: auto;
        margin: 0;
    }
    .product-wallets .product-info__title {
        margin-top: 0;
    }
    .product-wallets .product-info__text {
        margin-top: 2rem;
    }
    .product-wallets .product-info__btn {
        margin-top: 4rem;
        margin-bottom: 0;
    }
}

.wallets {
    width: 50.4rem;
    height: 50.4rem;
}
.wallets__row {
    display: flex;
    flex-wrap: wrap;
    margin: -.2rem;
}
.wallets__col {}
.wallets__item {
    padding: .2rem;
}
.wallet {
    --size: 12.2rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

    border-radius: 1rem;

    box-shadow: 0px 0px 24px 0px #DE37FF38;
}

.wallet__img {
    max-width: 6.5rem;
    max-height: 6.5rem;

    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.wallet__img img {
    max-width: inherit;
    max-height: inherit;
}
.wallet__title {
    margin-top: 1rem;
    font-size: 1.2rem;
}

.wallet--square {
    width: var(--size);
    height: var(--size);
}
.wallet--vertical-rectangle {
    width: var(--size);
    height: calc(var(--size) * 2 + .4rem);
}
.wallet--horizontal-rectangle {
    width: calc(var(--size) * 2 + .4rem);
    height: var(--size);

    flex-direction: row;
}

.product-currencies {
    padding: 8.4rem 0 2.8rem;
}
.product-currencies__title {}
.product-currencies__subtitle {
    margin-top: 1.7rem;
}
@media screen and (max-width: 960px) {
    .product-currencies {
        padding: 4rem 0;
    }
    .product-currencies__title {}
    .product-currencies__subtitle {
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
}

.currencies-list {
    max-width: 118.5rem;
    width: 100%;
    margin: 2.1rem auto 0;
}

@media screen and (max-width: 1200px) {
    .currencies-list__img-container img {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 960px) {
    .currencies-list .display--desk {
        display: block;
    }
    .currencies-list .display--mob {
        display: none;
    }
}
@media screen and (max-width: 780px) {
    .currencies-list .display--desk {
        display: none;
    }
    .currencies-list .display--mob {
        display: block;
    }
    .currencies-list__img-container img {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .currencies-list .img-container {
        max-width: 34rem;
        margin: 0 auto;
    }
}

.product-console {}
.product-console .product-info__content {
    margin-left: 5rem;
}
.product-console .product-info__title {
    margin-top: 9.3rem;
}
.product-console .product-info__subtitle {
    margin-top: 4.2rem;
}
.product-console .product-info__img {
    top: 5.5rem;
    left: -2rem;
}

@media screen and (max-width: 1330px) {
    .product-console .product-info__img {
        width: 100%;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 960px) {
    .product-console .product-info__content {
        margin-left: 0;
    }
    .product-console .product-info__title {
        margin-top: 0;
    }
    .product-console .product-info__subtitle {
        margin-top: 2rem;
    }

    .product-console .product-info__img {
        top: 0;
        left: 0;
        transform: none;
    }
}

.product-page .product-aml {
    padding-top: 9.5rem;
}
.product-aml .product-info__title {
    max-width: 48rem;
    margin-top: 4.5rem;
}
.product-aml .product-info__text {
    max-width: 48rem;
}

@media screen and (max-width: 960px) {
    .product-page .product-aml {
        padding-top: 4rem;
    }
    .product-aml .product-info__title {
        margin: 0 auto;
    }
    .product-aml .product-info__text {
        max-width: 85%;
        margin: 2rem auto 0;
    }
}
@media screen and (max-width: 450px) {
    .product-aml .product-info__text {
        max-width: 95%;
    }
}

.plugins {
    padding-top: 13rem;
}
.plugins__content-row {
    --row-margin: 0;
    --col-padding: 0;
}
.plugins__title {
    margin-top: 3.5rem;
}
.plugins__text {
    margin-top: 6.5rem;
}
.plugins__links {
    max-width: 55.25rem;
    margin-top: 8.3rem;
}
.plugins__links .row {
    --row-margin: -.25rem;
    --col-padding: .25rem;
}
.plugins__card {
    min-height: 6.3rem;
    mix-blend-mode: multiply;
    padding: .8rem;
    transition: var(--tr-quick);
}
.plugins__card picture {
    max-width: 95%;
}
.plugins__card img{
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
    transition: var(--tr-quick);
}
.plugins__card:hover{
    background: var(--clr-brd-light);
}
.plugins__img {
    max-width: 602px;

    display: block;
    padding-right: 1rem;
    padding-top: 0.5rem;
}
.plugins__img img {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .plugins {
        padding-top: 2.5rem;
    }
    .plugins__text {
        margin-top: 0;
    }
    .plugins__links {
        max-width: unset;
        margin-top: 4rem;
        margin-bottom: 0;
    }
    .plugins__card {
        min-height: 9rem;
    }
    .plugins__img {
        margin: 0 auto;
        padding: 0;
    }
}

.product-integration {
    padding-top: 10rem;
}
.product-integration .product-info__title {
    margin-top: 4.5rem;
}

@media screen and (max-width: 960px) {
    .product-integration {
        padding-top: 4rem;
    }
    .product-integration .product-info__title {
        margin-top: 0;
    }
}

.code-block {
    padding: 2.1rem 2.6rem 2.6rem;
    background: var(--clr-white);
    border-radius: 2.5rem;
    box-shadow: 0 0 24px 0 #4E48FF38;
}
.code-block__title {
    font-size: 2rem;
    text-align: center;
}
.code-block__content {
    margin-top: 1.95rem;
}
.code-block__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 2.6rem;
}
.code-block__hint {
    margin-right: 1.2rem;
    font-size: 1.2rem;
}
.code-block__btn {
    width: 14rem;
    border-radius: 2.4rem;
}

.code-block .tabs__header {
    display: flex;
    margin-top: 0;
}
.code-block .tabs__header-btn {
    flex: 1;
}
.code-block .tabs__content {
    height: 31.5rem;

    /*display: flex;*/
    /*align-items: center;*/

    padding: .3rem 2.6rem;

    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--clr-black);

    box-sizing: border-box;
    overflow: auto;

    font-size: 1.2rem;
}
.code-block .tabs__item.active {
    height: auto;
}
.code-block pre  {
    margin: 0;
}

.faq {
    --row-margin: -1.2rem;
    --col-padding: 1.2rem;

    padding: 38.3rem 0 6.5rem;
}
.faq__title {
    line-height: 1.1;
}
.faq__subtitle {
    max-width: 64rem;
    display: block;
    margin-top: 5.7rem;
}
.faq__items {
    margin-top: 4rem;
}

.faq-item {
    margin-bottom: 3.2rem;

    background: var(--clr-white);
    box-shadow: 0 0 16px rgba(78, 72, 255, 0.22);
    border-radius: 10px;
}
.faq-item__btn {
    width: 100%;
    height: 9.7rem;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 1rem 2.3rem 1rem 3.3rem;
    box-sizing: border-box;
}
.faq-item__question {
    flex: 1;

    text-align: left;
    font-size: var(--fz-text);
    font-weight: 700;
}
.faq-item__caret {
    width: 4rem;
    height: 4rem;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: 2rem;

    transition: var(--tr-quick);
}
.faq-item__answer {
    max-height: 0;
    overflow: hidden;

    padding: 0 3.3rem;
    box-sizing: border-box;

    font-size: var(--fz-text);
    font-weight: 300;

    transition: var(--tr-quick);
}

.faq-item.open .faq-item__caret {
    transform: rotate(180deg);
}
.faq-item.open .faq-item__answer {
    max-height: unset;
    overflow: unset;

    padding: 0 3.3rem 4rem;
}

@media screen and (max-width: 960px) {
    .faq {
        --row-margin: 0;
        --col-padding: 0;

        padding: 4rem 0 4rem;
    }
    .faq__subtitle {
        max-width: 85%;
        margin: 2rem auto 0;
    }
    .faq-item__answer .text {
        max-width: 100%;
        text-align: left;
    }
    .faq br {
        display: block;
    }
}
@media screen and (max-width: 450px) {
    .faq {
        padding: 2rem 0 2rem;
    }
    .faq__subtitle {
        max-width: 95%;
    }
}
