* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Inter, sans-serif;
    min-height: 100vh;
    position: relative;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #efefef;
    font-size: 2.4rem
}

input, textarea, select {
    font-family: Inter, sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important
}

svg.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    -webkit-transition: fill .25s ease;
    transition: fill .25s ease
}

@media (max-width: 760px) {
    .burger {
        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;
        width: 24px;
        height: 24px;
        position: relative;
        margin-left: 20px
    }

    .burger span, .burger:before, .burger:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        width: inherit;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .burger:before {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .burger:after {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.menu-mobile {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    background: #fff;
    visibility: hidden;
    -webkit-transition: .8s;
    transition: .8s;
    opacity: .5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none
}

.menu-mobile__sub {
    width: 100%;
    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;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    text-align: center;
    margin-bottom: 24px;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-mobile__sub.active:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: -4px
}

.menu-mobile__sub:after {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 7px;
    margin-bottom: 3px;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-mobile-list a {
    -webkit-transition: .3s;
    transition: .3s
}

.header__wrap {
    width: 100%;
    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: 93px
}

.header__list {
    list-style-type: none;
    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;
    font-size: 1.6rem;
    line-height: 100%
}

.header__list-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__list-button.active:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: -4px
}

.header__list-button:after {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 7px;
    margin-bottom: 3px;
    -webkit-transition: .3s;
    transition: .3s
}

.header__list-link {
    padding: .6rem .8rem;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s
}

.header__actions {
    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__lang {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__lang.active .header__lang-swither {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
    pointer-events: all
}

.header__lang-swither {
    opacity: 0;
    position: absolute;
    top: -4px;
    right: -4px;
    left: -4px;
    padding: 35px 5px 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px #0003;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header__lang-swither-item {
    display: block;
    width: 100%;
    padding: 5px 9px;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    line-height: 100%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 5px
}

.header__lang-current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .6rem .8rem;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 100;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%
}

.header__telegram {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.7rem;
    padding: 0 2.4rem;
    border-radius: 5rem;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-products {
    opacity: 0;
    z-index: 1000;
    position: fixed;
    top: 93px;
    right: 0;
    left: 0;
    padding: 6rem;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #000;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    pointer-events: none;
    visibility: hidden
}

.menu-products.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible
}

.menu-products__item:first-child {
    background-image: url("d60d7246abcb9eaed0c2994e4a0a3035c65f48bb.png")
}

.menu-products__item:last-child {
    background-image: url("2c012da97b258752e252049f46bcbe9881672998.png")
}

.menu-products__item-title {
    margin: 0 0 .8rem;
    font-weight: 900;
    font-size: 2rem;
    line-height: 120%;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.menu-open .menu-mobile {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.menu-open .burger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-open .burger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 600px;
    padding-top: 168px
}

.home__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home__wallet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 5rem;
    background: #007bfb;
    color: #fff;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    max-width: 100%;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem
}

.home__image {
    width: 62rem;
    padding: 0 2% 0 8%;
    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
}

@media (max-width: 760px) {
    .home__image {
        width: 100%;
        margin: 0;
        padding: 0 4%
    }
}

@media (max-width: 760px) {
    .home.home3 .home__image {
        max-width: 500px;
        margin: 0 auto;
        -webkit-transform: translateX(-10%);
        transform: translate(-10%)
    }
}

.how-does__item_first {
    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;
    grid-column-start: 1;
    grid-column-end: -1;
    background-color: #323d46;
    color: #fff
}

.how-does__item_first img {
    width: 340px;
    max-width: 405px;
    margin-left: 50px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block
}

.how-does__item_third img {
    width: 353px;
    max-width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0 auto;
    display: block
}

.how-does__item_third .link {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 25px;
    display: inline-block;
    margin-left: -20px
}

.how-does__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 760px) {
    .how-does__item:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.how-much__wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: url("urn:scrapbook:download:error:https://amlwalletchecker.com/assets/cost-Cw0kQkVZ.png") 100% 100% no-repeat;
    background-size: auto 90%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    border-radius: 20px;
    pointer-events: none
}

.how-much__wrap:hover:before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.how-much__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    margin-bottom: 34px;
    padding: 0 20px;
    background-color: #ffa8001a;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: 1px;
    color: #ffa800;
    text-transform: uppercase
}

.how-much__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 40px
}

.how-much__link {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 25px;
    display: inline-block;
    margin-left: -20px;
    color: #000
}

.what-else__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6rem 7rem;
    border-radius: 3rem;
    margin-bottom: 6rem
}

.what-else__item:hover .what-else__item-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.what-else__item-text {
    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;
    width: 100%;
    max-width: 60rem;
    min-height: 100%
}

.what-else__item-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding-top: 7.5rem
}

@media (max-width: 760px) {
    .what-else__item-actions {
        padding: 0;
        bottom: 24px;
        left: 20px;
        right: 20px;
        position: absolute;
        -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
    }
}

.what-else__item-image {
    width: 100%;
    max-width: 40rem;
    -webkit-transition: 1s;
    transition: 1s;
    display: block
}

.what-else__item-link {
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 25px;
    display: inline-block;
    margin-left: -20px;
    white-space: nowrap
}

.what-else__item-info {
    min-width: 45.5rem;
    margin-left: 4.4rem;
    min-height: 4rem;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1.2rem 1.2rem 1.2rem 6.3rem;
    border-radius: 1.4rem;
    background: url("") 1.5rem 1rem no-repeat;
    background-size: auto 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 760px) {
    .what-else__item-info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        margin-bottom: 24px;
        background-size: auto 20px;
        padding: 10px 16px 10px 46px;
        min-width: 100%
    }
}

@media (max-width: 760px) {
    .our-team-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        width: calc(100% + 40px);
        overflow: auto;
        position: relative;
        left: -20px;
        padding: 0 10px 30px
    }
}

.our-team-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 3rem
}

.our-team-list__item-info {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2.4rem;
    background-color: #fff
}

.reviews__actions {
    z-index: 5;
    position: absolute;
    top: 1.5rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__actions .swiper-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border: 2px solid #637381;
    margin-right: 1.2rem;
    padding-top: 3px;
    border-radius: 50%;
    color: #637381;
    font-size: 2.4rem;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.reviews__actions .swiper-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 11rem;
    height: 5rem;
    border: 2px solid #007bfb;
    padding: 3px 2rem 0;
    border-radius: 25px;
    color: #007bfb;
    font-size: 2.4rem;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.reviews__slider-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__slider-item-text small a {
    color: #007bfb;
    -webkit-transition: .3s;
    transition: .3s
}

.partners__swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.partners__swiper .swiper-slide {
    width: 270px;
    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;
    height: 140px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 20px
}

.why-amlbot__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem
}

.why-amlbot__item {
    padding: 5rem;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.faq__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 760px) {
    .faq__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.faq__nonfind {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: sticky;
    top: 163px;
    width: 100%;
    max-width: 39rem;
    padding: 4rem 4rem 3rem;
    border-radius: 2rem;
    background-color: #a7eaff33;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 760px) {
    .faq__nonfind {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 20px
    }
}

.faq__nonfind .telegram {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.faq__nonfind .telegram:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 1.6rem;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.faq__nonfind .telegram:hover:before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.faq__nonfind .telegram__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    font-size: 2.8rem;
    color: #34aadf
}

.faq__items {
    width: 67rem;
    margin-top: 10px;
    padding-left: 11rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.faq-item__top:after {
    content: " ";
    position: absolute;
    top: 3.6rem;
    right: 1rem;
    width: .3rem;
    height: 2.4rem;
    background-color: #000;
    border-radius: 2px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.faq-item__content {
    max-height: 0;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    font-size: 2rem;
    line-height: 140%;
    color: #637381;
    font-weight: 300
}

.faq-item.active .faq-item__top:after {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -.8rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.footer__item ul li:not(:last-child) {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.footer__item ul a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.example__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 60px 70px;
    border-radius: 30px
}

@media (max-width: 760px) {
    .example__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.example__item_first {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 30px #00000014;
    color: #000;
    padding: 30px 70px;
    margin-bottom: 3rem
}

@media (max-width: 760px) {
    .example__item_first .example__item-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%;
        width: 300px
    }
}

.example__item_first:hover .example__item-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 760px) {
    .example__item_second .example__item-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%;
        width: 300px
    }
}

.example__item_second:hover .example__item-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.example__item-link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem;
    background-color: #007bfb;
    color: #fff
}

@media (max-width: 760px) {
    .example__item-link {
        height: 5rem;
        padding-right: 2.4rem;
        padding-left: 2.4rem;
        font-size: 1.8rem;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.6rem
    }
}

.example__item-image {
    -webkit-transition: 1s;
    transition: 1s
}

.how-work-list__item {
    padding: 60px 20px 70px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 25px #0000000d;
    border-radius: 20px
}

.fastfast__wrap {
    width: 100%;
    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;
    padding: 5rem 3.5rem 5rem 7rem;
    background-color: #fff;
    border-radius: 3rem;
    color: #000
}

.fastfast__text .link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #000;
    color: #fff;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem
}

.fastfast__image {
    width: 100%;
    max-width: 48rem;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fastfast:hover .fastfast__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.how-cost__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 7rem
}

.how-cost-plans-item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 5rem 3.5rem;
    border-radius: 2rem
}

.how-cost-plans-item__logo {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block;
    height: 3.2rem;
    width: auto;
    margin-bottom: 1rem
}

.how-cost-plans-item__list li:nth-child(2) {
    min-height: 17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.how-cost-plans-item__list li a {
    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;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 2.8rem;
    margin-top: auto;
    padding: 0 1rem;
    background-color: #ed274b1a;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 100%;
    color: #ed274b;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.how-cost-plans-item > a {
    height: 7rem;
    font-weight: 700;
    font-size: 2rem;
    width: 100%;
    padding: 0 2rem;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    background-color: transparent;
    color: #000;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center
}

.how-cost-plans-item > a:hover {
    -webkit-box-shadow: inset 0 0 50px 35px #000;
    box-shadow: inset 0 0 50px 35px #000;
    color: #fff
}

.choose-network__buttons {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.choose-network__buttons button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 5rem;
    background: #007bfb;
    color: #fff;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    max-width: 100%;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 1.5rem 1.5rem
}

.choose-wallet__buttons {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.choose-wallet__buttons button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 5rem;
    color: #fff;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    max-width: 100%;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 1.5rem 1.5rem
}

@font-face {
    font-family: swiper-icons;
    src: url("");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000)
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: #00000040;
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #0000001a
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #00000080;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 10px;
    line-height: 1.15
}

@media (max-width: 1300px) {
    html {
        font-size: .7vw
    }
}

@media (max-width: 760px) {
    html {
        font-size: 10px
    }
}

body {
    font-family: Inter, sans-serif;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #efefef;
    font-size: 2.4rem
}

a {
    text-decoration: none;
    outline: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

input, textarea, select {
    font-family: Inter, sans-serif;
    box-shadow: none;
    outline: none !important
}

button {
    border: none;
    background: none;
    font-family: Inter, sans-serif;
    outline: none !important;
    cursor: pointer
}

.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px
}

svg.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    transition: fill .25s ease
}

.burger {
    display: none
}

@media (max-width: 760px) {
    .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 24px;
        height: 24px;
        position: relative;
        margin-left: 20px
    }

    .burger span, .burger:before, .burger:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        width: inherit;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
        transition: .5s
    }

    .burger:before {
        transform: translateY(-5px)
    }

    .burger:after {
        transform: translateY(5px)
    }
}

.menu-mobile {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    background: #fff;
    visibility: hidden;
    transition: .8s;
    opacity: .5s;
    transform: translateY(-100%);
    display: none
}

@media (max-width: 760px) {
    .menu-mobile {
        display: block
    }
}

.menu-mobile__wrap {
    width: 100%;
    padding: 100px 20px 61px
}

.menu-mobile__sub {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    text-align: center;
    margin-bottom: 24px;
    transition: .3s
}

.menu-mobile__sub:hover {
    color: #007bfb
}

.menu-mobile__sub.active:after {
    transform: rotate(225deg);
    margin-bottom: -4px
}

.menu-mobile__sub:after {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    margin-left: 7px;
    margin-bottom: 3px;
    transition: .3s
}

.menu-mobile-list {
    list-style-type: none;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    text-align: center
}

.menu-mobile-list li {
    margin-bottom: 24px
}

.menu-mobile-list a {
    transition: .3s
}

.menu-mobile-list a:hover {
    color: #007bfb
}

.menu-mobile-list__hide {
    display: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: currentColor
}

.menu-mobile-list.active .menu-mobile-list__hide {
    display: block
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #323d46;
    z-index: 10000
}

.header__wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 93px
}

@media (max-width: 900px) {
    .header__wrap {
        height: 61px
    }
}

.header__logo {
    display: block;
    max-width: 16rem;
    margin-right: 4rem
}

.header__logo svg {
    width: 100%
}

.header__list {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 100%
}

@media (max-width: 760px) {
    .header__list {
        display: none
    }
}

.header__list-item {
    margin: 0 5px;
    margin-right: 1rem
}

.header__list-item:last-child {
    margin-right: 0
}

.header__list-button {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.header__list-button.active:after {
    transform: rotate(225deg);
    margin-bottom: -4px
}

.header__list-button:after {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    margin-left: 7px;
    margin-bottom: 3px;
    transition: .3s
}

.header__list-link {
    padding: .6rem .8rem;
    border-radius: 8px;
    transition: .3s
}

.header__list-link:hover {
    background-color: #efefef
}

.header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__lang {
    position: relative;
    display: flex;
    align-items: center
}

.header__lang.active .header__lang-swither {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
    pointer-events: all
}

.header__lang-swither {
    opacity: 0;
    position: absolute;
    top: -4px;
    right: -4px;
    left: -4px;
    padding: 35px 5px 5px;
    box-shadow: 0 0 5px #0003;
    border-radius: 10px;
    background-color: #fff;
    transform: translate3d(0, 10%, 0);
    visibility: hidden;
    pointer-events: none;
    transition: all .25s ease-in-out
}

.header__lang-swither-item {
    display: block;
    width: 100%;
    padding: 5px 9px;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    line-height: 100%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    margin-top: 5px
}

.header__lang-swither-item:hover {
    background-color: #007bfb;
    color: #fff
}

.header__lang-current {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: .6rem .8rem;
    border-radius: 8px;
    transition: .3s;
    position: relative;
    z-index: 100;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%
}

.header__telegram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4.7rem;
    padding: 0 2.4rem;
    border-radius: 5rem;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin-left: 20px;
    transition: .3s
}

@media (max-width: 760px) {
    .header__telegram {
        height: 4rem;
        font-size: 1rem;
        display: none
    }
}

.header__telegram:hover {
    opacity: .8
}

.menu-products {
    opacity: 0;
    z-index: 1000;
    position: fixed;
    top: 93px;
    right: 0;
    left: 0;
    padding: 6rem;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #000;
    transform: translate3d(0, -10%, 0);
    transition: all .35s ease-in-out;
    pointer-events: none;
    visibility: hidden
}

@media (max-width: 900px) {
    .menu-products {
        top: 61px
    }
}

@media (max-width: 760px) {
    .menu-products {
        display: none
    }
}

.menu-products.active {
    opacity: 1;
    pointer-events: all;
    transform: translateZ(0);
    visibility: visible
}

.menu-products__wrap {
    position: relative
}

.menu-products__item {
    display: block;
    padding-left: 5.6rem;
    background-size: 3.2rem auto;
    background-repeat: no-repeat;
    color: currentColor;
    cursor: pointer;
    width: 100%;
    max-width: 37rem;
    margin-bottom: 4rem
}

.menu-products__item:first-child {
    background-image: url("urn:scrapbook:download:error:https://amlwalletchecker.com/img/menu2.png")
}

.menu-products__item:last-child {
    background-image: url("urn:scrapbook:download:error:https://amlwalletchecker.com/img/menu1.png")
}

.menu-products__item-title {
    margin: 0 0 .8rem;
    font-weight: 900;
    font-size: 2rem;
    line-height: 120%;
    transition: color .25s ease-in-out
}

.menu-products__item:hover .menu-products__item-title {
    color: #007bfb
}

.menu-products__item p {
    font-size: 1.6rem;
    line-height: 150%
}

.menu-products:before {
    content: " ";
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.menu-open {
    overflow: hidden
}

.menu-open .menu-mobile {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.menu-open .burger span {
    opacity: 0
}

.menu-open .burger:before {
    transform: rotate(45deg)
}

.menu-open .burger:after {
    transform: rotate(-45deg)
}

.main {
    width: 100%;
    flex-grow: 1;
    min-height: 600px;
    padding-top: 168px
}

@media (max-width: 760px) {
    .main {
        padding-top: 100px
    }
}

.home {
    width: 100%;
    margin-bottom: 16rem;
    overflow: hidden
}

@media (max-width: 760px) {
    .home {
        margin-bottom: 8rem
    }
}

.home__wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 760px) {
    .home__wrap {
        display: block;
        position: relative;
        padding-bottom: 80px
    }
}

.home__text {
    width: 100%;
    max-width: 71rem
}

@media (max-width: 760px) {
    .home__text {
        max-width: 100%
    }
}

.home__text h1 {
    font-size: 8rem;
    line-height: 120%;
    font-weight: 900;
    margin-bottom: 20px
}

@media (max-width: 760px) {
    .home__text h1 {
        text-align: center;
        font-size: 3.6rem
    }
}

@media (max-width: 370px) {
    .home__text h1 {
        font-size: 3rem
    }
}

.home__text p {
    max-width: 550px;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    line-height: 150%
}

@media (max-width: 760px) {
    .home__text p {
        font-size: 1.8rem;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 2.4rem
    }
}

.home__wallet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: #007bfb;
    color: #fff;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    max-width: 100%;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem
}

@media (max-width: 760px) {
    .home__wallet {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        height: 5rem;
        font-size: 1.8rem
    }
}

.home__wallet:hover {
    background: #3056d3
}

.home__image {
    width: 62rem;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width: 760px) {
    .home__image {
        width: 100%;
        margin: 0
    }
}

.home__image img {
    width: 100%
}

.home.home2 {
    padding-top: 40px
}

.home.home2 h1 {
    font-size: 6.4rem;
    margin-bottom: 3rem
}

@media (max-width: 760px) {
    .home.home2 h1 {
        text-align: center;
        font-size: 3.6rem
    }
}

@media (max-width: 370px) {
    .home.home2 h1 {
        font-size: 3rem
    }
}

.home.home2 .home__image {
    max-width: 46rem
}

@media (max-width: 760px) {
    .home.home2 .home__image {
        max-width: 100%;
        margin-right: 0
    }
}

.home.home3 {
    padding-top: 40px
}

.home.home3 h1 {
    font-size: 6.4rem;
    margin-bottom: 3rem
}

@media (max-width: 760px) {
    .home.home3 h1 {
        text-align: center;
        font-size: 3.6rem
    }
}

@media (max-width: 370px) {
    .home.home3 h1 {
        font-size: 3rem
    }
}

.home.home3 .home__image {
    max-width: 47rem;
    margin-right: 0
}

@media (max-width: 760px) {
    .home.home3 .home__image {
        max-width: 500px;
        margin: 0 auto;
        transform: translate(-10%)
    }
}

.home.home3 .home__wallet {
    background-color: #000
}

.home.home3 .home__wallet:hover {
    background-color: #323d46
}

.home.home3 .what-else__item-info {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    max-width: 47rem
}

.how-does {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .how-does {
        margin-bottom: 8rem
    }
}

.how-does__wrap {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 3rem
}

@media (max-width: 760px) {
    .how-does__wrap {
        grid-template-columns:1fr
    }
}

.how-does__item {
    border-radius: 20px;
    padding: 5rem
}

@media (max-width: 760px) {
    .how-does__item {
        padding: 30px 24px
    }
}

.how-does__item .title {
    display: block;
    font-size: 5.2rem;
    margin-bottom: 30px;
    font-weight: 700
}

@media (max-width: 760px) {
    .how-does__item .title {
        font-size: 3rem;
        margin-bottom: 20px
    }
}

.how-does__item .text {
    font-size: 2.4rem;
    line-height: 150%;
    display: block
}

@media (max-width: 760px) {
    .how-does__item .text {
        margin-bottom: 2.4rem;
        font-size: 1.8rem
    }
}

.how-does__item_first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-start: 1;
    grid-column-end: -1;
    background-color: #323d46;
    color: #fff
}

@media (max-width: 760px) {
    .how-does__item_first {
        display: block
    }
}

.how-does__item_first .how-does__item-text {
    padding-right: 50px
}

@media (max-width: 760px) {
    .how-does__item_first .how-does__item-text {
        padding-right: 0
    }
}

.how-does__item_first img {
    width: 340px;
    max-width: 405px;
    margin-left: 50px;
    transition: 1s;
    display: block
}

@media (max-width: 760px) {
    .how-does__item_first img {
        width: 100%;
        max-width: 100%;
        margin: 0
    }
}

.how-does__item_second {
    background-color: #fff
}

.how-does__item_second .title {
    font-size: 4rem
}

@media (max-width: 760px) {
    .how-does__item_second .title {
        font-size: 2.8rem;
        margin-bottom: 20px
    }
}

.how-does__item_third {
    color: #fff;
    background-color: #007bfb
}

.how-does__item_third .title {
    font-size: 4rem;
    margin-bottom: 20px
}

@media (max-width: 760px) {
    .how-does__item_third .title {
        font-size: 2.8rem;
        margin-bottom: 20px
    }
}

.how-does__item_third img {
    width: 353px;
    max-width: 100%;
    transition: 1s;
    margin: 0 auto;
    display: block
}

.how-does__item_third .link {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    transition: .3s;
    border-radius: 25px;
    display: inline-block;
    margin-left: -20px
}

@media (max-width: 760px) {
    .how-does__item_third .link {
        margin-left: -10px
    }
}

@media (max-width: 370px) {
    .how-does__item_third .link {
        font-size: 1.6rem
    }
}

.how-does__item_third .link .icon {
    margin-left: 5px
}

.how-does__item_third:hover .link {
    background-color: #3056d3
}

.how-does__item:hover img {
    transform: scale(1.1)
}

@media (max-width: 760px) {
    .how-does__item:hover img {
        transform: scale(1.05)
    }
}

h2 {
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 120%
}

@media (max-width: 760px) {
    h2 {
        font-size: 3rem;
        margin-bottom: 30px !important
    }
}

.how-work {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .how-work {
        margin-bottom: 8rem
    }
}

.how-work__wrap {
    width: 100%
}

.how-work__wrap h2 {
    text-align: center;
    color: #000;
    margin-bottom: 5rem
}

.how-work__wrap .how-work__video {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px
}

.how-work__wrap .how-work__video:before {
    content: "";
    display: block;
    padding-bottom: 50%
}

.how-work__wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.stats {
    width: 100%;
    background-color: #007bfb;
    margin-bottom: 160px
}

.stats__wrap {
    width: 100%;
    padding: 8.5rem 0;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 3rem;
    color: #fff
}

@media (max-width: 760px) {
    .stats__wrap {
        gap: 70px;
        grid-template-columns:1fr
    }
}

.stats__item {
    width: 100%
}

.stats__item .num {
    font-size: 5.2rem;
    font-weight: 900;
    margin-bottom: 12px;
    line-height: 120%;
    display: block
}

@media (max-width: 370px) {
    .stats__item .num {
        font-size: 4rem
    }
}

.stats__item p {
    font-size: 1.6rem;
    max-width: 325px
}

.how-much {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .how-much {
        margin-bottom: 8rem
    }
}

.how-much__wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 16rem;
    padding: 5rem;
    border-radius: 2rem;
    background-color: #fff;
    color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 760px) {
    .how-much__wrap {
        padding: 64px 24px 80px;
        margin-bottom: 8rem
    }
}

.how-much__wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: url("urn:scrapbook:download:error:https://amlwalletchecker.com/img/cost.png") 100% 100% no-repeat;
    background-size: auto 90%;
    transition: transform .6s ease;
    transform-origin: right bottom;
    border-radius: 20px;
    pointer-events: none
}

@media (max-width: 760px) {
    .how-much__wrap:before {
        background-size: 60% auto
    }
}

.how-much__wrap:hover:before {
    transform: scale(1.05)
}

.how-much__title {
    max-width: 622px;
    font-weight: 700;
    font-size: 5.2rem;
    line-height: 120%;
    margin: 0 0 20px;
    display: block
}

@media (max-width: 760px) {
    .how-much__title {
        font-size: 3rem;
        margin-bottom: 20px
    }
}

.how-much__label {
    display: inline-flex;
    align-items: center;
    height: 32px;
    margin-bottom: 34px;
    padding: 0 20px;
    background-color: #ffa8001a;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: 1px;
    color: #ffa800;
    text-transform: uppercase
}

@media (max-width: 760px) {
    .how-much__label {
        font-size: 1.2rem;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 370px) {
    .how-much__label {
        font-size: 1rem
    }
}

.how-much__up {
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 20px;
    display: block
}

@media (max-width: 760px) {
    .how-much__up {
        font-size: 2rem;
        margin-bottom: 2rem
    }
}

.how-much__cost {
    display: flex;
    align-items: baseline;
    margin-bottom: 40px
}

@media (max-width: 760px) {
    .how-much__cost {
        margin-bottom: 30px
    }
}

.how-much__cost-num {
    font-weight: 700;
    font-size: 8rem;
    line-height: 100%;
    background: linear-gradient(115.31deg, #00a3ff -9.87%, #ff00e5 105.89%);
    display: block;
    padding-bottom: 2px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 760px) {
    .how-much__cost-num {
        font-size: 6.4rem
    }
}

@media (max-width: 370px) {
    .how-much__cost-num {
        font-size: 5rem
    }
}

.how-much__cost-label {
    position: relative;
    top: -10px;
    margin-left: 25px;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 100%;
    color: #637381
}

@media (max-width: 760px) {
    .how-much__cost-label {
        font-size: 2rem;
        margin-left: 20px
    }
}

@media (max-width: 370px) {
    .how-much__cost-label {
        font-size: 1rem
    }
}

.how-much__link {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    transition: .3s;
    border-radius: 25px;
    display: inline-block;
    margin-left: -20px;
    color: #000
}

@media (max-width: 760px) {
    .how-much__link {
        font-size: 1.6rem;
        margin-left: -10px;
        padding: 10px
    }
}

.how-much__link .icon {
    margin-left: 5px
}

.how-much:hover .how-much__link {
    background-color: #3056d3;
    color: #fff
}

.how-much__text {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 150%;
    text-align: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto
}

@media (max-width: 760px) {
    .how-much__text {
        font-size: 1.8rem
    }
}

.what-else {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .what-else {
        margin-bottom: 8rem
    }
}

.what-else__wrap {
    width: 100%
}

.what-else__wrap h2 {
    margin: 0 0 5rem
}

.what-else__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6rem 7rem;
    border-radius: 3rem;
    margin-bottom: 6rem
}

@media (max-width: 760px) {
    .what-else__item {
        padding: 30px 24px 108px;
        margin-bottom: 3rem;
        display: flex;
        flex-direction: column;
    }
}

.what-else__item:last-child {
    margin-bottom: 0
}

.what-else__item_first {
    background-color: #323d46;
    color: #fff
}

.what-else__item_first .what-else__item-link {
    color: #fff
}

.what-else__item_first:hover .what-else__item-link {
    background-color: #3056d3;
    color: #fff
}

.what-else__item_second {
    background-color: #fff;
    color: #000
}

.what-else__item_second:hover .what-else__item-link {
    background-color: #3056d3;
    color: #fff
}

.what-else__item:hover .what-else__item-image {
    transform: scale(1.05)
}

.what-else__item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 60rem;
    min-height: 100%
}

@media (max-width: 760px) {
    .what-else__item-text {
        margin-bottom: 30px
    }
}

.what-else__item-text p {
    margin: 0;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 150%
}

@media (max-width: 760px) {
    .what-else__item-text p {
        font-size: 1.8rem
    }
}

.what-else__item-title {
    display: block;
    font-weight: 700;
    font-size: 5.2rem;
    line-height: 120%;
    margin: 0 0 30px
}

@media (max-width: 760px) {
    .what-else__item-title {
        font-size: 3rem;
        margin-bottom: 20px
    }
}

.what-else__item-actions {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 7.5rem
}

@media (max-width: 760px) {
    .what-else__item-actions {
        padding: 0;
        bottom: 24px;
        left: 20px;
        right: 20px;
        position: absolute;
        justify-content: center;
        flex-direction: column
    }
}

.what-else__item-image {
    width: 100%;
    max-width: 40rem;
    transition: 1s;
    display: block
}

.what-else__item-image img {
    width: 100%
}

.what-else__item-link {
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    transition: .3s;
    border-radius: 25px;
    display: inline-block;
    margin-left: -20px;
    white-space: nowrap
}

@media (max-width: 760px) {
    .what-else__item-link {
        font-size: 1.6rem;
        margin-left: 0
    }
}

@media (max-width: 370px) {
    .what-else__item-link {
        font-size: 1rem
    }
}

.what-else__item-link .icon {
    margin-left: 5px
}

.what-else__item-info {
    min-width: 45.5rem;
    margin-left: 4.4rem;
    min-height: 4rem;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1.2rem 1.2rem 1.2rem 6.3rem;
    border-radius: 1.4rem;
    background: url("") 1.5rem 1rem no-repeat;
    background-size: auto 3rem;
    box-sizing: border-box
}

@media (max-width: 760px) {
    .what-else__item-info {
        order: -1;
        margin-left: 0;
        margin-bottom: 24px;
        background-size: auto 20px;
        padding: 10px 16px 10px 46px;
        min-width: 100%
    }
}

.what-else__item-info .text {
    margin: 0;
    font-weight: 400;
    line-height: 140%;
    font-size: 1.5rem;
    color: #637381;
    display: block
}

@media (max-width: 760px) {
    .what-else__item-info .text {
        font-size: 1.4rem
    }
}

@media (max-width: 370px) {
    .what-else__item-info .text {
        font-size: 1rem
    }
}

.years-stats {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .years-stats {
        margin-bottom: 8rem
    }
}

.years-stats__wrap {
    width: 100%
}

.years-stats__wrap h2 {
    font-weight: 900;
    font-size: 10rem;
    line-height: 120%;
    text-align: center
}

@media (max-width: 760px) {
    .years-stats__wrap h2 {
        font-size: 4.8rem;
        margin-bottom: 0 !important
    }
}

.years-stats__wrap p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 150%;
    text-align: center
}

@media (max-width: 760px) {
    .years-stats__wrap p {
        font-size: 1.6rem;
        margin-bottom: 12px
    }
}

.our-team {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .our-team {
        margin-bottom: 8rem
    }
}

.our-team__wrap {
    width: 100%
}

.our-team__wrap h2 {
    margin: 0 0 3rem;
    text-align: center
}

@media (max-width: 760px) {
    .our-team__wrap h2 {
        font-size: 3rem;
        margin-bottom: 20px !important
    }
}

.our-team__wrap > p {
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 150%
}

@media (max-width: 760px) {
    .our-team__wrap > p {
        margin-bottom: 40px;
        font-size: 1.8rem
    }
}

.our-team-list {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 3rem
}

@media (max-width: 760px) {
    .our-team-list {
        display: flex;
        gap: 0;
        width: calc(100% + 40px);
        overflow: auto;
        position: relative;
        left: -20px;
        padding: 0 10px 30px
    }
}

.our-team-list__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 3rem
}

@media (max-width: 760px) {
    .our-team-list__item {
        margin: 0 10px;
        min-width: 246px
    }
}

.our-team-list__item-thumb {
    width: 100%
}

.our-team-list__item-thumb img {
    width: 100%;
    vertical-align: bottom
}

.our-team-list__item-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2.4rem;
    background-color: #fff
}

@media (max-width: 760px) {
    .our-team-list__item-info {
        padding: 20px
    }
}

.our-team-list__item-label {
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 100%;
    color: #a1a1a1
}

@media (max-width: 760px) {
    .our-team-list__item-label {
        font-size: 1.3rem
    }
}

.our-team-list__item-name {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 150%
}

@media (max-width: 760px) {
    .our-team-list__item-name {
        font-size: 2rem
    }
}

.reviews {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .reviews {
        margin-bottom: 8rem
    }
}

.reviews__wrap {
    width: 100%;
    position: relative
}

@media (max-width: 760px) {
    .reviews__wrap {
        padding-bottom: 80px
    }
}

.reviews__title {
    width: 100%;
    margin-bottom: 5rem;
    padding-right: 19rem
}

@media (max-width: 760px) {
    .reviews__title {
        margin-bottom: 30px;
        padding-right: 0
    }
}

.reviews__title h2 {
    margin: 0 0 3rem
}

@media (max-width: 760px) {
    .reviews__title h2 {
        margin-bottom: 15px !important
    }
}

.reviews__title p {
    font-weight: 400;
    line-height: 150%;
    font-size: 2rem
}

@media (max-width: 760px) {
    .reviews__title p {
        font-size: 1.6rem
    }
}

.reviews__actions {
    z-index: 5;
    position: absolute;
    top: 1.5rem;
    right: 0;
    display: flex;
    align-items: center
}

@media (max-width: 760px) {
    .reviews__actions {
        bottom: 0;
        left: 0;
        top: auto;
        right: auto
    }
}

.reviews__actions .swiper-prev {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border: 2px solid #637381;
    margin-right: 1.2rem;
    padding-top: 3px;
    border-radius: 50%;
    color: #637381;
    font-size: 2.4rem;
    cursor: pointer;
    transition: .3s
}

.reviews__actions .swiper-prev:hover {
    background-color: #637381;
    color: #fff
}

.reviews__actions .swiper-next {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 11rem;
    height: 5rem;
    border: 2px solid #007bfb;
    padding: 3px 2rem 0;
    border-radius: 25px;
    color: #007bfb;
    font-size: 2.4rem;
    cursor: pointer;
    transition: .3s
}

.reviews__actions .swiper-next:hover {
    background-color: #007bfb;
    color: #fff
}

.reviews__slider, .reviews__swiper {
    width: 100%
}

.reviews__slider-item {
    width: 100%;
    display: flex;
    align-items: center
}

@media (max-width: 760px) {
    .reviews__slider-item {
        display: block
    }
}

.reviews__slider-item-image {
    width: 100%;
    max-width: 47rem;
    margin-right: 6rem
}

@media (max-width: 760px) {
    .reviews__slider-item-image {
        max-width: 31%;
        margin-bottom: 2rem;
        margin-right: 0
    }
}

.reviews__slider-item-image img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 25px
}

.reviews__slider-item-text {
    width: 100%;
    max-width: 57rem
}

.reviews__slider-item-text > p {
    margin: 0;
    font-weight: 400;
    line-height: 150%;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 3rem
}

@media (max-width: 760px) {
    .reviews__slider-item-text > p {
        margin-bottom: 2.4rem;
        font-size: 1.8rem
    }
}

.reviews__slider-item-text small {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 140%
}

.reviews__slider-item-text small a {
    color: #007bfb;
    transition: .3s
}

.reviews__slider-item-text small a:hover {
    color: #3056d3
}

.partners {
    width: 100%;
    margin-bottom: 16rem;
    overflow: hidden
}

@media (max-width: 760px) {
    .partners {
        margin-bottom: 8rem
    }
}

.partners__wrap {
    width: 100%
}

.partners__wrap h2 {
    margin: 0 0 5rem
}

.partners__sliders {
    width: 100%
}

.partners__swiper {
    overflow: visible
}

.partners__swiper_left {
    margin-bottom: 20px
}

.partners__swiper .swiper-wrapper {
    transition-timing-function: linear
}

.partners__swiper .swiper-slide {
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 20px
}

@media (max-width: 760px) {
    .partners__swiper .swiper-slide {
        width: 150px;
        height: 80px
    }
}

.partners__swiper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90px
}

.why-amlbot {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .why-amlbot {
        margin-bottom: 8rem
    }
}

.why-amlbot__wrap {
    width: 100%
}

.why-amlbot__wrap h2 {
    margin-bottom: 5rem
}

.why-amlbot__items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem
}

@media (max-width: 760px) {
    .why-amlbot__items {
        display: block;
        margin-bottom: 0
    }
}

.why-amlbot__items:last-child {
    margin-bottom: 0
}

.why-amlbot__item {
    padding: 5rem;
    border-radius: 20px;
    box-sizing: border-box
}

@media (max-width: 760px) {
    .why-amlbot__item {
        width: 100% !important;
        margin-bottom: 3rem;
        padding: 30px 24px
    }
}

.why-amlbot__item_white {
    background-color: #fff;
    color: #000
}

.why-amlbot__item_blue {
    background-color: #007bfb;
    color: #fff
}

.why-amlbot__item_gray {
    background-color: #323d46;
    color: #fff;
    padding-right: 4rem;
    padding-left: 4rem
}

@media (max-width: 760px) {
    .why-amlbot__item_gray {
        padding: 30px 24px
    }
}

.why-amlbot__item_first {
    width: calc(50% - 1.5rem)
}

.why-amlbot__item_first .why-amlbot__item-image img {
    max-width: 17.5rem
}

.why-amlbot__item_second {
    width: calc(50% - 1.5rem)
}

.why-amlbot__item_second .why-amlbot__item-image {
    max-width: 39rem;
    margin-right: auto;
    margin-left: auto
}

.why-amlbot__item_third {
    width: calc(66.6666666% - 1.5rem)
}

@media (max-width: 760px) {
    .why-amlbot__item_third .why-amlbot__item-image {
        max-width: 220px
    }
}

.why-amlbot__item_third .why-amlbot__item-image img {
    max-width: 40rem;
    margin-bottom: -15%;
    margin-left: -10%
}

.why-amlbot__item_fourth {
    width: calc(33.3333333% - 1.5rem)
}

.why-amlbot__item_fourth .why-amlbot__item-image {
    max-width: 18.5rem;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 760px) {
    .why-amlbot__item_fourth .why-amlbot__item-image {
        max-width: 130px
    }
}

.why-amlbot__item-title {
    display: block;
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%;
    margin: 0 0 20px
}

@media (max-width: 760px) {
    .why-amlbot__item-title {
        font-size: 2.8rem;
        margin-bottom: 2rem
    }
}

.why-amlbot__item-text {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 150%;
    margin-bottom: 3rem
}

.why-amlbot__item-text b {
    font-size: 2.4rem
}

@media (max-width: 760px) {
    .why-amlbot__item-text {
        font-size: 1.8rem;
        margin-bottom: 2.4rem
    }
}

.why-amlbot p {
    margin-bottom: 3rem;
    display: block;
    font-size: 1.4rem;
    line-height: 140%;
    color: #637381
}

.why-amlbot__item-image {
    width: 100%
}

.why-amlbot__item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px
}

.faq {
    width: 100%;
    margin-bottom: 16rem
}

.faq__wrap {
    width: 100%
}

.faq__wrap h2 {
    text-align: center;
    margin-bottom: 5rem
}

.faq__block {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media (max-width: 760px) {
    .faq__block {
        flex-direction: column
    }
}

.faq__nonfind {
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 163px;
    width: 100%;
    max-width: 39rem;
    padding: 4rem 4rem 3rem;
    border-radius: 2rem;
    background-color: #a7eaff33;
    box-sizing: border-box
}

@media (max-width: 760px) {
    .faq__nonfind {
        order: 2;
        padding: 20px
    }
}

.faq__nonfind .title {
    display: block;
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    color: #183b56
}

.faq__nonfind > p {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 140%;
    color: #323d46
}

.faq__nonfind small {
    display: block;
    font-size: 1.2rem;
    line-height: 140%;
    color: #064c61
}

.faq__nonfind .telegram {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    cursor: pointer
}

.faq__nonfind .telegram:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 1.6rem;
    transition: transform .25s ease-in-out
}

.faq__nonfind .telegram:hover:before {
    transform: scale(1.05)
}

.faq__nonfind .telegram__icon {
    display: flex;
    align-items: center;
    margin-right: 12px;
    font-size: 2.8rem;
    color: #34aadf
}

.faq__nonfind .telegram h4 {
    margin: 0 0 3px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 100%;
    color: #34aadf
}

.faq__nonfind .telegram p {
    margin: 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 100%;
    color: #82b2c8
}

.faq__items {
    width: 67rem;
    margin-top: 10px;
    padding-left: 11rem;
    box-sizing: content-box
}

@media (max-width: 760px) {
    .faq__items {
        padding-left: 0;
        width: 100%;
        margin-bottom: 2rem
    }
}

.faq-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1.5rem;
    margin-bottom: 1rem
}

.faq-item__top {
    font-size: 2.4rem;
    position: relative;
    margin: 0;
    padding: 3rem 4rem 1.5rem 0;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer
}

@media (max-width: 760px) {
    .faq-item__top {
        font-size: 1.8rem;
        padding-top: 2rem
    }
}

.faq-item__top:before {
    content: " ";
    position: absolute;
    top: 4.7rem;
    right: 0;
    width: 2.4rem;
    height: .3rem;
    background-color: #000;
    border-radius: 2px
}

@media (max-width: 760px) {
    .faq-item__top:before {
        top: 30px;
        width: 20px;
        height: 2px
    }
}

.faq-item__top:after {
    content: " ";
    position: absolute;
    top: 3.6rem;
    right: 1rem;
    width: .3rem;
    height: 2.4rem;
    background-color: #000;
    border-radius: 2px;
    transition: all .25s ease-in-out
}

@media (max-width: 760px) {
    .faq-item__top:after {
        top: 21px;
        right: 9px;
        width: 2px;
        height: 20px
    }
}

.faq-item__content {
    max-height: 0;
    transition: all .25s ease 0s;
    overflow: hidden;
    transition: max-height .2s ease-out;
    font-size: 2rem;
    line-height: 140%;
    color: #637381;
    font-weight: 300
}
.faq-item.active .faq-item__content{
    max-height: 100%;
}
@media (max-width: 760px) {
    .faq-item__content {
        font-size: 1.6rem
    }
}

.faq-item.active .faq-item__content {
    padding-bottom: 1.5rem
}

.faq-item.active .faq-item__top:after {
    opacity: 0;
    transform: rotate(90deg)
}

.footer {
    width: 100%;
    padding: 6rem 0 4rem;
    background-color: #000
}

@media (max-width: 760px) {
    .footer {
        padding: 4rem 0
    }
}

.footer_logo {
    max-width: 24rem;
    margin-bottom: 30px;
    display: block
}

@media (max-width: 760px) {
    .footer_logo {
        max-width: 144px
    }
}

.footer__wrap {
    width: 100%
}

.footer__top {
    margin-bottom: 4rem;
    border-bottom: 1px solid #323d46;
    padding-bottom: 4rem
}

.footer__top .label {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 100%;
    color: #a1a1a1;
    margin-bottom: 1.2rem
}

.footer__top p {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 140%;
    color: #a1a1a1;
    max-width: 320px
}

.footer__bottom {
    display: flex;
    justify-content: space-between
}

@media (max-width: 760px) {
    .footer__bottom {
        display: block
    }
}

.footer__item {
    margin-bottom: 11rem
}

@media (max-width: 760px) {
    .footer__item {
        margin-bottom: 50px
    }
}

.footer__item_social {
    width: 100%;
    max-width: 33.3333%
}

@media (max-width: 760px) {
    .footer__item_social {
        max-width: 60%
    }
}

@media (max-width: 760px) {
    .footer__item_social {
        max-width: 100%
    }
}

.footer__item .label {
    margin: 0 0 3rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 120%;
    color: #a1a1a1;
    display: block
}

.footer__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -.8rem;
    box-sizing: content-box
}

.footer__item ul li:not(:last-child) {
    margin-bottom: 2rem;
    display: flex;
    box-sizing: content-box
}

.footer__item ul a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    color: #fff;
    border-radius: 8px;
    transition: all .25s ease-in-out;
    box-sizing: content-box
}

.footer__item ul a svg {
    position: relative;
    margin-right: 1.2rem;
    border-radius: 50%;
    font-size: 2.8rem;
    color: #1d1d1d
}

.footer__item ul a:hover {
    background-color: #ffffff1a
}

.footer__item:not(:last-child) {
    margin-right: 3rem
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.footer__social li {
    width: 50%
}

@media (max-width: 370px) {
    .footer__social li {
        width: 100%
    }
}

.footer__info {
    margin: 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 100%;
    color: #a1a1a1
}

.example {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .example {
        margin-bottom: 8rem
    }
}

.example__wrap {
    width: 100%
}

.example__wrap h2 {
    text-align: center;
    margin-bottom: 5rem
}

.example__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 60px 70px;
    border-radius: 30px
}

@media (max-width: 1020px) {
    .example__item {
        padding: 30px
    }
}

@media (max-width: 760px) {
    .example__item {
        flex-direction: column
    }
}

.example__item_first {
    background-color: #fff;
    box-shadow: 0 4px 30px #00000014;
    color: #000;
    padding: 30px 70px;
    margin-bottom: 3rem
}

@media (max-width: 1020px) {
    .example__item_first {
        padding: 30px
    }
}

.example__item_first .example__item-text {
    max-width: 600px;
    padding-right: 40px
}

@media (max-width: 760px) {
    .example__item_first .example__item-text {
        padding-right: 0;
        max-width: 100%
    }
}

.example__item_first .example__item-image {
    max-width: 383px
}

@media (max-width: 760px) {
    .example__item_first .example__item-image {
        order: 2;
        max-width: 100%;
        width: 300px
    }
}

.example__item_first:hover .example__item-image {
    transform: scale(1.05)
}

.example__item_first:hover .example__item-link {
    background-color: #3056d3
}

.example__item_second {
    background-color: #323d46;
    color: #fff;
    margin-bottom: 3rem
}

.example__item_second .example__item-image {
    width: 50%
}

@media (max-width: 760px) {
    .example__item_second .example__item-image {
        order: 2;
        max-width: 100%;
        width: 300px
    }
}

.example__item_second .example__item-text {
    width: 50%
}

@media (max-width: 760px) {
    .example__item_second .example__item-text {
        width: 100%
    }
}

.example__item_second:hover .example__item-image {
    transform: scale(1.05)
}

.example__item-title {
    margin: 0 0 3rem;
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%;
    display: block
}

@media (max-width: 760px) {
    .example__item-title {
        font-size: 2.8rem;
        margin-bottom: 2rem
    }
}

.example p {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 150%;
    margin-bottom: 3rem
}

@media (max-width: 760px) {
    .example p {
        margin-bottom: 2.4rem;
        font-size: 1.8rem
    }
}

.example__item-link {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .25s ease-in-out;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem;
    background-color: #007bfb;
    color: #fff
}

@media (max-width: 760px) {
    .example__item-link {
        height: 5rem;
        padding-right: 2.4rem;
        padding-left: 2.4rem;
        font-size: 1.8rem;
        margin: 0 auto;
        display: flex;
        font-size: 1.6rem
    }
}

.example__item-image {
    transition: 1s
}

.example__item-image img {
    width: 100%
}

.how-work-list {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 3rem
}

@media (max-width: 760px) {
    .how-work-list {
        grid-template-columns:1fr
    }
}

.how-work-list__item {
    padding: 60px 20px 70px 30px;
    background-color: #fff;
    box-shadow: 0 4px 25px #0000000d;
    border-radius: 20px
}

@media (max-width: 760px) {
    .how-work-list__item {
        padding: 30px 24px
    }
}

.how-work-list__item img {
    width: auto;
    max-height: 50px;
    margin-bottom: 40px;
    display: block
}

@media (max-width: 760px) {
    .how-work-list__item img {
        margin-bottom: 30px
    }
}

.how-work-list__item .label {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 120%;
    color: #637381;
    display: block
}

.how-work-list__item .title {
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%;
    margin: 0 0 12px;
    display: block
}

@media (max-width: 760px) {
    .how-work-list__item .title {
        margin-bottom: 2rem;
        font-size: 2.8rem
    }
}

.how-work-list__item p {
    margin: 0;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 150%;
    font-size: 2rem
}

@media (max-width: 760px) {
    .how-work-list__item p {
        font-size: 1.8rem
    }
}

.fastfast {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .fastfast {
        margin-bottom: 6rem
    }
}

.fastfast__wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 3.5rem 5rem 7rem;
    background-color: #fff;
    border-radius: 3rem;
    color: #000
}

@media (max-width: 760px) {
    .fastfast__wrap {
        padding: 30px 24px 70px;
        display: block;
        position: relative
    }
}

.fastfast__text {
    width: 100%;
    max-width: 53rem
}

.fastfast__text .title {
    display: block;
    margin: 0 0 3rem;
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%
}

@media (max-width: 760px) {
    .fastfast__text .title {
        font-size: 2.8rem;
        margin-bottom: 2rem
    }
}

.fastfast__text p {
    margin-bottom: 3rem;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 150%
}

@media (max-width: 760px) {
    .fastfast__text p {
        font-size: 1.8rem
    }
}

.fastfast__text .link {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .25s ease-in-out;
    background-color: #000;
    color: #fff;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem
}

@media (max-width: 760px) {
    .fastfast__text .link {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 30px;
        padding-right: 2rem;
        padding-left: 2rem;
        height: 5rem;
        font-size: 1.8rem
    }
}

.fastfast__image {
    width: 100%;
    max-width: 48rem;
    transition: transform .6s ease;
    display: block;
    display: flex;
    align-items: center
}

@media (max-width: 760px) {
    .fastfast__image {
        margin: 0 auto
    }
}

.fastfast__image img {
    width: 100%
}

.fastfast:hover .link {
    background-color: #323d46
}

.fastfast:hover .fastfast__image {
    transform: scale(1.05)
}

.terms-of-service {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .terms-of-service {
        margin-bottom: 8rem
    }
}

.terms-of-service h1 {
    margin: 0 0 3rem;
    font-size: 5rem;
    line-height: 120%
}

@media (max-width: 760px) {
    .terms-of-service h1 {
        font-size: 3rem
    }
}

.terms-of-service p {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 150%
}

@media (max-width: 760px) {
    .terms-of-service p {
        font-size: 1.8rem
    }
}

.terms-of-service ol, .terms-of-service ul {
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-left: 1.5rem;
    list-style: decimal
}

.terms-of-service ol li, .terms-of-service ul li {
    font-size: 2rem;
    line-height: 150%;
    margin-bottom: 1.5rem
}

@media (max-width: 760px) {
    .terms-of-service ol li, .terms-of-service ul li {
        font-size: 1.8rem
    }
}

.terms-of-service h2 {
    margin: 5rem 0 3rem;
    font-size: 3rem;
    line-height: 120%
}

@media (max-width: 760px) {
    .terms-of-service h2 {
        font-size: 2rem
    }
}

.terms-of-service a {
    color: #007bfb;
    word-break: break-all
}

.terms-of-service b, .terms-of-service strong {
    font-weight: bolder
}

.terms-of-service__wrap {
    width: 100%
}

.how-cost {
    width: 100%;
    margin-bottom: 16rem
}

@media (max-width: 760px) {
    .how-cost {
        margin-bottom: 8rem
    }
}

.how-cost__wrap {
    width: 100%
}

.how-cost__title {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 7rem
}

@media (max-width: 760px) {
    .how-cost__title {
        display: block;
        margin-bottom: 3rem
    }
}

.how-cost__title h2 {
    margin-bottom: 2rem
}

.how-cost__title .what-else__item-info {
    max-width: 360px;
    min-width: 0
}

@media (max-width: 760px) {
    .how-cost__title .what-else__item-info {
        grid-template-columns:1fr;
        gap: 3rem;
        width: 100%;
        max-width: 100%;
        display: block
    }
}

@media (max-width: 760px) {
    .how-cost__title-text p {
        margin-bottom: 30px;
        font-size: 1.8rem
    }
}

.how-cost-plans {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr 1fr
}

@media (max-width: 760px) {
    .how-cost-plans {
        grid-template-columns:1fr;
        gap: 3rem
    }
}

.how-cost-plans-item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3rem 5rem 3.5rem;
    border-radius: 2rem
}

@media (max-width: 760px) {
    .how-cost-plans-item {
        padding: 40px 24px 30px
    }
}

.how-cost-plans-item:nth-child(2) {
    background-color: #fff6a733
}

.how-cost-plans-item:nth-child(2) > a {
    background-color: #000;
    color: #fff
}

.how-cost-plans-item:nth-child(2) > a:hover {
    opacity: .8
}

.how-cost-plans-item__logo {
    align-self: flex-start;
    display: block;
    height: 3.2rem;
    width: auto;
    margin-bottom: 1rem
}

.how-cost-plans-item__name {
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%
}

.how-cost-plans-item__label {
    min-height: 6.7rem;
    margin: 0 0 3rem;
    font-size: 1.6rem;
    line-height: 140%;
    color: #637381
}

.how-cost-plans-item__list {
    margin-bottom: 3rem;
    list-style-type: none
}

.how-cost-plans-item__list li {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 2rem 0;
    font-size: 1.6rem;
    line-height: 140%;
    color: #000
}

@media (max-width: 760px) {
    .how-cost-plans-item__list li {
        min-height: 0 !important
    }
}

.how-cost-plans-item__list li:nth-child(1) {
    min-height: 13rem
}

.how-cost-plans-item__list li:nth-child(2) {
    min-height: 17rem;
    display: flex;
    flex-direction: column
}

.how-cost-plans-item__list li:nth-child(3) {
    min-height: 17.5rem
}

.how-cost-plans-item__list li:nth-child(4) {
    min-height: 13rem
}

.how-cost-plans-item__list li:nth-child(5) {
    min-height: 13rem
}

.how-cost-plans-item__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 2.8rem;
    margin-top: auto;
    padding: 0 1rem;
    background-color: #ed274b1a;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 100%;
    color: #ed274b;
    transition: all .25s ease-in-out
}

@media (max-width: 760px) {
    .how-cost-plans-item__list li a {
        margin-top: 1rem
    }
}

.how-cost-plans-item__list li a:hover {
    background-color: #ed274b;
    color: #fff
}

.how-cost-plans-item > a {
    height: 7rem;
    font-weight: 700;
    font-size: 2rem;
    width: 100%;
    padding: 0 2rem;
    box-shadow: inset 0 0 0 2px #000;
    background-color: transparent;
    color: #000;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .25s ease-in-out;
    text-align: center
}

@media (max-width: 760px) {
    .how-cost-plans-item > a {
        height: 5rem;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.6rem
    }
}

.how-cost-plans-item > a:hover {
    box-shadow: inset 0 0 50px 35px #000;
    color: #fff
}

.choose-network {
    width: 100%;
    display: none
}

.choose-network.active {
    display: block
}

.choose-network__wrap {
    padding: 0 0 8rem
}

.choose-network__wrap h1 {
    font-size: 6rem;
    line-height: 120%;
    font-weight: 900;
    margin-bottom: 50px;
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 760px) {
    .choose-network__wrap h1 {
        text-align: center;
        font-size: 3.6rem;
        margin-bottom: 40px
    }
}

@media (max-width: 370px) {
    .choose-network__wrap h1 {
        font-size: 3rem
    }
}

.choose-network__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.choose-network__buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: #007bfb;
    color: #fff;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    max-width: 100%;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 1.5rem 1.5rem
}

.choose-network__buttons button svg {
    margin-right: 1rem;
    margin-left: -1rem;
    width: 3rem
}

.choose-network__buttons button.eth {
    background: #9069ff
}

.choose-network__buttons button.bsc {
    background: #f7c61a
}

.choose-network__buttons button.trc {
    background: #d51818
}

@media (max-width: 760px) {
    .choose-network__buttons button {
        width: 100%;
        height: 5rem;
        font-size: 1.8rem;
        margin-right: 0
    }
}

.choose-network__buttons button:hover {
    background: #3056d3
}

.choose-network__buttons button:hover.eth {
    background: #674bb5
}

.choose-network__buttons button:hover.bsc {
    background: #e9bf25
}

.choose-network__buttons button:hover.trc {
    background: #b82222
}

.choose-wallet {
    width: 100%;
    display: none
}

.choose-wallet.active {
    display: block
}

.choose-wallet__wrap {
    padding: 0 0 8rem
}

.choose-wallet__wrap h1 {
    font-size: 6rem;
    line-height: 120%;
    font-weight: 900;
    margin-bottom: 50px;
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 760px) {
    .choose-wallet__wrap h1 {
        text-align: center;
        font-size: 3.6rem;
        margin-bottom: 40px
    }
}

@media (max-width: 370px) {
    .choose-wallet__wrap h1 {
        font-size: 3rem
    }
}

.choose-wallet__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.choose-wallet__buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    color: #fff;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    max-width: 100%;
    height: 7rem;
    padding: 0 4rem;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 1.5rem 1.5rem
}

.choose-wallet__buttons button svg {
    margin-right: 1rem;
    margin-left: -1rem;
    width: 3rem
}

.choose-wallet__buttons button.metamask {
    background: #fff;
    color: #000
}

.choose-wallet__buttons button.walletconnect {
    background: #3396ff
}

.choose-wallet__buttons button.tronlink {
    background: #135dcd
}

@media (max-width: 760px) {
    .choose-wallet__buttons button {
        width: 100%;
        height: 5rem;
        font-size: 1.8rem;
        margin-right: 0
    }
}

.choose-wallet__buttons button:hover {
    opacity: .7
}