* {
    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._ui {
    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) {
    ._8 {
        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
    }

    ._8 span,
    ._8:before,
    ._8: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
    }

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

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

._z {
    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
}

._3 {
    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
}

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

._3: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
}

._o a {
    -webkit-transition: .3s;
    transition: .3s
}

._b {
    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
}

._g {
    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
}

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

._e {
    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%
}

._j {
    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
}

._r {
    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
}

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

._t:first-child {
    background-image: url("urn:scrapbook:download:error:https://hahdua.com/images/d60d7246abcb9eaed0c2994e4a0a3035c65f48bb.png")
}

._t:last-child {
    background-image: url("urn:scrapbook:download:error:https://hahdua.com/images/2c012da97b258752e252049f46bcbe9881672998.png")
}

._x {
    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 ._z {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

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

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

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

._m {
    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
}

._q {
    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
}

._9 {
    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) {
    ._9 {
        width: 100%;
        margin: 0;
        padding: 0 4%
    }
}

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

._l {
    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
}

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

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

._pi ._yi {
    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
}

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

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

._ei:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: url("urn:scrapbook:download:error:https://hahdua.com/images/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
}

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

._ji {
    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
}

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

._ni {
    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
}

._xi {
    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
}

._xi:hover ._6i {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

._si {
    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: 20%;
    /*min-height: 100%*/
}

._hi {
    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) {
    ._hi {
        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
    }
}

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

._qi {
    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
}

._fi {
    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("urn:scrapbook:download:error:https://hahdua.com/images/97c45e7e5b7c1ecf2e9a24c786e1d33242e37448.svg") 1.5rem 1rem no-repeat;
    background-size: auto 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 760px) {
    ._fi {
        -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) {
    ._ai {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        width: calc(100% + 40px);
        overflow: auto;
        position: relative;
        left: -20px;
        padding: 0 10px 30px
    }
}

._7i {
    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
}

._ip {
    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
}

._gp {
    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
}

._gp ._kp {
    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
}

._gp ._vp {
    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
}

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

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

._2p ._np {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

._2p ._rp {
    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
}

._yy {
    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
}

._uy {
    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 ._yi {
    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
}

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

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

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

.swiper-android ._rp,
._np {
    transform: translateZ(0)
}

._3p {
    touch-action: pan-y
}

._3p.swiper-vertical {
    touch-action: pan-x
}

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

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

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

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

._op ._rp {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d ._rp,
.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 ._np {
    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>._np {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

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

.swiper-css-mode>._np>._rp {
    scroll-snap-align: start start
}

._0p.swiper-css-mode>._np {
    scroll-snap-type: x mandatory
}

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

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

.swiper-centered._0p>._np>._rp:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

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

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

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

.swiper-centered>._np>._rp {
    scroll-snap-align: center center
}

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

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

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

.swiper-virtual.swiper-css-mode.swiper-vertical ._np: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
}

._0p>.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
}

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

._0p>.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
}

._0p>.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
}

._0p.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
}

._0p>.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
}

._0p>.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
}

._0p>.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,
._jp: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)
    }
}

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

._ap>._np {
    transition-timing-function: ease-out;
    margin: 0 auto
}

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

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

.swiper-fade._ap ._rp {
    transition-timing-function: ease-out
}

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

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

.swiper-fade ._mp,
.swiper-fade ._mp ._mp {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube ._rp {
    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 ._rp ._rp {
    pointer-events: none
}

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

.swiper-cube ._mp,
.swiper-cube ._mp ._mp {
    pointer-events: auto
}

.swiper-cube ._mp,
.swiper-cube ._hp,
.swiper-cube ._hp+._rp,
.swiper-cube ._xp {
    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 ._rp {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

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

.swiper-flip ._mp,
.swiper-flip ._mp ._mp {
    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 ._rp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards ._rp {
    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
}

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

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

._8 {
    display: none
}

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

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

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

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

._z {
    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) {
    ._z {
        display: block
    }
}

._0 {
    width: 100%;
    padding: 100px 20px 61px
}

._3 {
    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
}

._3:hover {
    color: #007bfb
}

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

._3: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
}

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

._o li {
    margin-bottom: 24px
}

._o a {
    transition: .3s
}

._o a:hover {
    color: #007bfb
}

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

._o.active ._n {
    display: block
}

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

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

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

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

._1 svg {
    width: 100%
}

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

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

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

._k: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
}

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

._v:hover {
    background-color: #efefef
}

._e {
    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%
}

._j {
    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) {
    ._j {
        height: 4rem;
        font-size: 1rem;
        display: none
    }
}

._j:hover {
    opacity: .8
}

._r {
    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) {
    ._r {
        top: 61px
    }
}

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

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

._d {
    position: relative
}

._t {
    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
}

._t:first-child {
    background-image: url("menu2.png.html")
}

._t:last-child {
    background-image: url("menu1.png.html")
}

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

._t:hover ._x {
    color: #007bfb
}

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

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

.menu-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._q {
    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) {
    ._q {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        height: 5rem;
        font-size: 1.8rem
    }
}

._q:hover {
    background: #3056d3
}

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

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

._9 img {
    width: 100%
}

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

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

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

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

._s.home2 ._9 {
    max-width: 46rem
}

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

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

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

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

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

._s.home3 ._9 {
    max-width: 47rem;
    margin-right: 0
}

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

._s.home3 ._q {
    background-color: #000
}

._s.home3 ._q:hover {
    background-color: #323d46
}

._s.home3 ._fi {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    max-width: 47rem
}

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

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

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

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

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

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

._4 ._7 {
    display: block;
    font-size: 5.2rem;
    margin-bottom: 30px;
    font-weight: 700
}

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

._4 ._w {
    font-size: 2.4rem;
    line-height: 150%;
    display: block
}

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

._l {
    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) {
    ._l {
        display: block
    }
}

._l ._a {
    padding-right: 50px
}

@media (max-width: 760px) {
    ._l ._a {
        padding-right: 0
    }
}

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

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

._ii {
    background-color: #fff
}

._ii ._7 {
    font-size: 4rem
}

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

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

._pi ._7 {
    font-size: 4rem;
    margin-bottom: 20px
}

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

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

._pi ._yi {
    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) {
    ._pi ._yi {
        margin-left: -10px
    }
}

@media (max-width: 370px) {
    ._pi ._yi {
        font-size: 1.6rem
    }
}

._pi ._yi ._ui {
    margin-left: 5px
}

._pi:hover ._yi {
    background-color: #3056d3
}

._4:hover img {
    transform: scale(1.1)
}

@media (max-width: 760px) {
    ._4: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%
}

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

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

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

._gi {
    width: 100%
}

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

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

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

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

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

._ei {
    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) {
    ._ei {
        padding: 64px 24px 280px;
        margin-bottom: 8rem
    }
}

._ei:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: url("cost.png.html") 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) {
    ._ei:before {
        background-size: 60% auto
    }
}

._ei:hover:before {
    transform: scale(1.05)
}

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

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

._ji {
    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) {
    ._ji {
        font-size: 1.2rem;
        padding-left: 10px;
        padding-right: 10px
    }
}

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

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

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

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

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

._3i {
    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) {
    ._3i {
        font-size: 6.4rem
    }
}

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

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

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

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

._ni {
    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) {
    ._ni {
        font-size: 1.6rem;
        margin-left: -10px;
        padding: 10px
    }
}

._ni ._ui {
    margin-left: 5px
}

._vi:hover ._ni {
    background-color: #3056d3;
    color: #fff
}

._ri {
    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) {
    ._ri {
        font-size: 1.8rem
    }
}

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

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

._ti {
    width: 100%
}

._ti h2 {
    margin: 0 0 5rem
}

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

@media (max-width: 760px) {
    ._xi {
        padding: 30px 24px 108px;
        display: block;
        margin-bottom: 3rem
    }
}

._xi:last-child {
    margin-bottom: 0
}

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

._ci ._qi {
    color: #fff
}

/*
._ci:hover ._qi {
    background-color: #3056d3;
    color: #fff
}
*/

._9i {
    background-color: #fff;
    color: #000
}

._9i:hover ._qi {
    background-color: #3056d3;
    color: #fff
}

._xi:hover ._6i {
    transform: scale(1.05)
}

._si {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 60rem;
    min-height: 20%;
    /*min-height: 100%*/
}

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

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

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

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

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

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

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

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

._6i img {
    width: 100%
}

._qi {
    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) {
    ._qi {
        font-size: 1.6rem;
        margin-left: 0
    }
}

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

._qi ._ui {
    margin-left: 5px
}

._fi {
    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("shield.svg.html") 1.5rem 1rem no-repeat;
    background-size: auto 3rem;
    box-sizing: border-box
}

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

._fi ._w {
    margin: 0;
    font-weight: 400;
    line-height: 140%;
    font-size: 1.5rem;
    color: #637381;
    display: block
}

@media (max-width: 760px) {
    ._fi ._w {
        font-size: 1.4rem
    }
}

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

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

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

._li {
    width: 100%
}

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

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

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

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

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

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

._5i {
    width: 100%
}

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

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

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

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

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

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

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

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

._wi {
    width: 100%
}

._wi img {
    width: 100%;
    vertical-align: bottom
}

._ip {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2.4rem;
    background-color: #fff
}

@media (max-width: 760px) {
    ._ip {
        padding: 20px
    }
}

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

@media (max-width: 760px) {
    ._pp {
        font-size: 1.3rem
    }
}

._yp {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 150%
}

@media (max-width: 760px) {
    ._yp {
        font-size: 2rem
    }
}

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

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

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

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

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

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

._1p h2 {
    margin: 0 0 3rem
}

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

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

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

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

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

._gp ._kp {
    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
}

._gp ._kp:hover {
    background-color: #637381;
    color: #fff
}

._gp ._vp {
    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
}

._gp ._vp:hover {
    background-color: #007bfb;
    color: #fff
}

._ep,
._8p {
    width: 100%
}

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

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

._cp {
    width: 100%;
    max-width: 47rem;
    margin-right: 6rem
}

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

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

._sp {
    width: 100%;
    max-width: 57rem
}

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

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

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

._sp small a {
    color: #007bfb;
    transition: .3s
}

._sp small a:hover {
    color: #3056d3
}

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

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

._4p {
    width: 100%
}

._4p h2 {
    margin: 0 0 5rem
}

._lp {
    width: 100%
}

._2p {
    overflow: visible
}

._5p {
    margin-bottom: 20px
}

._2p ._np {
    transition-timing-function: linear
}

._2p ._rp {
    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) {
    ._2p ._rp {
        width: 150px;
        height: 80px
    }
}

._2p ._rp img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90px
}

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

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

._py {
    width: 100%
}

._py h2 {
    margin-bottom: 5rem
}

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

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

._yy:last-child {
    margin-bottom: 0
}

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

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

._by {
    background-color: #fff;
    color: #000
}

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

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

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

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

._1y ._vy img {
    max-width: 17.5rem
}

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

._8y ._vy {
    max-width: 39rem;
    margin-right: auto;
    margin-left: auto
}

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

@media (max-width: 760px) {
    ._jy ._vy {
        max-width: 220px
    }
}

._jy ._vy img {
    max-width: 40rem;
    margin-bottom: -15%;
    margin-left: -10%
}

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

._0y ._vy {
    max-width: 18.5rem;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 760px) {
    ._0y ._vy {
        max-width: 130px
    }
}

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

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

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

._ky b {
    font-size: 2.4rem
}

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

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

._vy {
    width: 100%
}

._vy 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 ._7 {
    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
}

@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)
}

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

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

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

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

._9y {
    width: 100%
}

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

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

._fy 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 ._4y {
    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%
    }
}

._ly {
    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 ._4y {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 120%;
    color: #637381;
    display: block
}

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

@media (max-width: 760px) {
    .how-work-list__item ._7 {
        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 ._7 {
    display: block;
    margin: 0 0 3rem;
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%
}

@media (max-width: 760px) {
    .fastfast__text ._7 {
        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 ._yi {
    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 ._yi {
        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 ._yi {
    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 ._fi {
    max-width: 360px;
    min-width: 0
}

@media (max-width: 760px) {
    .how-cost__title ._fi {
        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
}