.body {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    height: 100%;
    line-height: 1.4;
    position: relative
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 320px
}

.logo {
    display: block;
    margin-right: 0;
    max-height: 90px;
    max-width: 230px;
    text-align: center;
    width: auto
}

.main-section {
    background: #dff4ff url(../images/main-bg.webp) 0 0/cover no-repeat;
    border: 0 solid transparent;
    padding: 100px 0 50px;
    position: relative;
    z-index: 1
}

.main-section .main-coins {
    background: url(../images/main-right-bg.webp) 30px 0/cover no-repeat;
    height: 685px;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 50px;
    width: 377px;
    z-index: 0
}

.title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase
}

body .title span {
    color: #ec8516
}

.p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 25px;
    opacity: .9
}

.btn {
    background-color: #ec8917;
    background-image: linear-gradient(195deg, #e6941e, #ec8917);
    border: 0;
    border-radius: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 588px;
    min-width: 265px;
    padding: 20px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.btn, .btn:hover {
    transition: all .3s
}

.btn:hover {
    filter: brightness(1.2)
}

.btn-wrapper {
    text-align: center
}

.btn.h-started-btn {
    align-items: center;
    background-color: #e39822;
    background-image: linear-gradient(195deg, #e39822, #d3680b);
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    line-height: 1em;
    margin-left: 25px;
    margin-right: 25px;
    min-width: 135px;
    padding: 9px 15px;
    text-transform: uppercase
}

.main-cols {
    justify-content: space-between
}

.main-cols, .video-col {
    align-items: flex-start;
    display: flex
}

.video-col {
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 64%
}

.form-col {
    width: 34%
}

.main-title {
    color: #ee8515;
    font-size: 124px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 30px;
    text-shadow: 0 0 3px #d6f2ff;
    text-transform: uppercase
}

.main-text, .main-title {
    position: relative;
    z-index: 2
}

.main-text {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    max-width: 60%;
    text-shadow: 1px 1px 2px #d8f3ff
}

.main-img {
    left: 20%;
    margin-top: 20px;
    max-width: 100%;
    position: absolute;
    top: 94%
}

.item-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0;
    text-transform: uppercase
}

.item-text {
    color: #000
}

[class$=-section] .a-row {
    display: flex
}

[class$=-section] .a-row .img-col {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    width: 35%
}

[class$=-section] .a-row .text-col {
    width: 65%
}

.trade-section {
    background: #d1f2ff url(../images/trade-bg.webp) 0 0/cover no-repeat;
    padding: 170px 0 140px;
    position: relative
}

.trade-section .trade-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.trade-section .trade-item {
    border-radius: 20px;
    margin: 25px 0 15px;
    padding: 10px 25px 30px;
    width: auto
}

.trade-section .trade-item.img-item {
    border: none;
    padding: 0;
    position: relative;
    text-align: start;
    width: calc(40% - 50px)
}

.trade-section .trade-item.img-item .trade-img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 416px
}

.trade-section .trade-item.item-1 {
    background-color: #fff;
    width: 60%
}

.trade-section .trade-item.orange-item {
    background-color: #ee8515;
    width: calc(50% - 40px)
}

.trade-section .trade-item.orange-item .item-text, .trade-section .trade-item.orange-item .item-title {
    color: #fff
}

.join-section {
    background: #d6f5ff url(../images/join-bg.webp) 0 0/cover no-repeat;
    overflow: hidden;
    padding: 80px 0
}

.join-section .join-text {
    margin-bottom: 60px
}

.join-section .join-cols {
    display: flex
}

.join-section .join-text-col {
    width: 85%
}

.join-section .join-img-col {
    padding: 0
}

.join-section .join-img {
    transform: scale(1.25) translate(24%, 125px)
}

.join-section .join-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative
}

.join-section .join-item {
    display: flex;
    margin-bottom: 50px
}

.join-section .join-item .i-icon-col {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 228px;
    padding: 0 10px
}

.join-section .join-item .i-text-col {
    padding: 0 20px
}

.join-section .join-title {
    color: #ee8515
}

.join-section .join-text {
    text-align: center
}

.join-section .item-title {
    color: #ee8515;
    margin: 0 0 40px
}

.steps-section {
    background: #e9f8ff url(../images/steps-bg.webp) 50% 46%/cover no-repeat;
    padding: 70px 0 0;
    position: relative
}

.steps-section .steps-title {
    margin: 0 auto 115px -3.4vw;
    max-width: 700px;
    text-align: center
}

.steps-section .steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.steps-section .step {
    background-color: #89e0fd;
    flex-direction: column;
    margin: 0 2%;
    min-height: 37vw;
    padding: 5px 4vw 30px;
    position: relative;
    text-align: center;
    transition-duration: 10s;
    transition-property: filter;
    width: 37vw
}

.steps-section .step, .steps-section .step .step-num {
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.steps-section .step .step-num {
    align-items: center;
    background-color: #fff;
    color: #df8d1d;
    font-size: 6.5vw;
    font-weight: 900;
    height: 9.2vw;
    left: -5px;
    line-height: 1;
    position: absolute;
    top: -5px;
    width: 9.2vw;
    z-index: 2
}

.steps-section .step.step-2 {
    left: 0;
    top: -195px
}

.steps-section .step.step-3 {
    left: 15vw;
    top: -185px
}

.steps-section .step:hover {
    filter: hue-rotate(-1turn);
    transition-duration: 60s;
    transition-property: filter
}

.steps-section .step-title {
    color: #ee8515;
    font-size: 24px;
    letter-spacing: -.3px;
    margin: 24px auto;
    max-width: 85%;
    text-transform: uppercase
}

.steps-section .step-text {
    background: #89e0fd;
    border-radius: 50px;
    color: #000;
    font-size: 17px
}

.steps-section .steps-btn-wrapper {
    margin-top: -100px
}

.offers-section {
    background: #eaf9ff url(../images/offers-bg.webp) 50% 50%/cover no-repeat;
    padding: 100px 0 60px;
    position: relative
}

.offers-section .offers-right-bg {
    background: url(../images/offers-left-bg.webp) 0 0/contain no-repeat;
    height: 873px;
    left: 0;
    max-width: 20vw;
    position: absolute;
    top: -20vw;
    width: 364px
}

.offers-section .offer-row {
    margin: 0 0 80px
}

.offers-section .img-col {
    width: 51%
}

.offers-section .offer-img {
    position: relative;
    z-index: 2
}

.offers-section .text-col {
    border-left: 4px solid #fff;
    padding: 0 35px;
    width: 49%
}

.offers-section .offer-title {
    margin-top: 20px;
    text-align: start
}

.stories-section {
    background: #e9f8ff url(../images/stories-bg.webp) 50% 0/cover no-repeat;
    overflow: hidden;
    padding: 20px 0 50px;
    position: relative
}

.stories-section .story-row {
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0
}

.stories-section .story-row .img-col {
    text-align: end;
    width: 35%
}

.stories-section .story-row .img-col .story-img {
    transform: translateY(-20%)
}

.stories-section .story-row .img-col .story-cir-img {
    transform: translateX(25vw)
}

.stories-section .story-row .text-col {
    border-radius: 30px;
    padding: 0;
    width: 65%
}

.stories-section .story-row .story-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 25px;
    text-align: start;
    text-transform: uppercase
}

.stories-section .story-row .story-text {
    margin: 0 0 25px
}

.stories-section .story-row.story-row-1 .text-col {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px
}

.stories-section .story-row.story-row-1 .story-title {
    color: #ee8515
}

.stories-section .story-row .story-list {
    border-left: 4px solid #fff;
    margin: 40px 0 40px 100px;
    padding: 10px 20px
}

.stories-section .story-row .story-list .li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative
}

.stories-section .story-row .story-list .li:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 15px;
    position: absolute;
    top: 12px;
    width: 4px;
    z-index: 1
}

.stories-section .story-row-2 {
    flex-direction: row-reverse
}

.stories-section .story-row-2 .img-col {
    margin-top: 15%;
    padding-right: 10px;
    text-align: end;
    width: 40%
}

.stories-section .story-row-2 .img-col .story-img {
    transform: none
}

.stories-section .story-row-2 .text-col {
    width: 60%
}

.stories-section .story-row-2 .story-text, .stories-section .story-row-2 .story-title {
    margin: 0 0 25px 100px
}

.stories-section .story-row-2 .no-margin-left {
    margin-left: 0
}

.stories-section .stories-btn-wrapper {
    text-align: start
}

.software-section {
    background: #e9f8ff url(../images/software-bg.webp) 50% 50%/cover no-repeat;
    overflow: hidden;
    padding: 50px 0 20px;
    position: relative
}

.software-section .soft-row {
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0
}

.software-section .soft-row .img-col {
    text-align: end;
    width: 35%
}

.software-section .soft-row .soft-img-1 {
    transform: translate(15%, -12%)
}

.software-section .soft-row .soft-img-2 {
    transform: translate(-30%, -12%)
}

.software-section .soft-row .text-col {
    border-radius: 30px;
    padding: 0;
    width: 60%
}

.software-section .soft-row .soft-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 25px;
    text-align: start;
    text-transform: uppercase
}

.software-section .soft-row .soft-text {
    margin: 0 0 25px
}

.software-section .soft-row-1 .text-col {
    background-color: #ee8515;
    border-radius: 20px;
    color: #fff;
    padding: 40px
}

.software-section .soft-row-1 .soft-title {
    color: #fff
}

.software-section .soft-row-2 {
    flex-direction: row-reverse
}

.software-section .soft-row-2 .text-col {
    border-left: 4px solid #fff;
    border-radius: 0;
    padding: 10px 20px
}

.software-section .soft-row-2 .img-col {
    margin: 5% 10% 0 0;
    padding-right: 10px;
    text-align: end;
    width: 40%
}

.software-section .soft-row-2 .img-col .soft-img {
    transform: none
}

.software-section .soft-row-2 .text-col {
    width: 60%
}

.software-section .soft-row-2 .soft-text {
    margin: 0 0 25px 20px
}

.software-section .soft-btn-wrapper {
    text-align: start
}

.software-section .software-bottom-mask {
    background: linear-gradient(0deg, #ebf9ff, transparent);
    bottom: 0;
    height: 75px;
    left: 0;
    position: absolute;
    width: 100%
}

.features-section {
    background: #e9f8ff url(../images/features-bg.webp) 50% 50%/cover no-repeat;
    padding: 20px 0 50px;
    position: relative
}

.features-section .features-mask {
    background: linear-gradient(180deg, #ebf9ff, transparent);
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.features-section .features-subtitle {
    text-align: center
}

.features-section .features {
    margin: 50px 0 0
}

.features-section .feature {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.features-section .feature.reverse {
    flex-direction: row-reverse
}

.features-section .feature.reverse .feature-title {
    text-align: end
}

.features-section .feature.reverse .feature-text {
    padding: 40px 40px 40px 0;
    text-align: end
}

.features-section .feature.reverse .feature-text:after, .features-section .feature.reverse .feature-text:before {
    left: auto;
    right: 100%
}

.features-section .feature.reverse .feature-text:before {
    background: linear-gradient(to left top, #82ddfc 50%, transparent 0)
}

.features-section .feature.reverse .feature-text:after {
    background: linear-gradient(to left bottom, #82ddfc 50%, transparent 0)
}

.features-section .feature-text-col {
    width: 56%
}

.features-section .feature-img-col {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    width: 35%
}

.features-section .feature-title {
    background-color: #e9f8ff;
    font-size: 24px;
    margin: 0;
    outline: 15px solid #e9f8ff;
    padding: 0 40px;
    text-transform: uppercase
}

.features-section .feature-text {
    background-color: #82ddfc;
    margin: 40px 0;
    padding: 40px 0 40px 40px;
    position: relative
}

.features-section .feature-text:after, .features-section .feature-text:before {
    content: "";
    height: 60%;
    left: 100%;
    position: absolute;
    width: 7.8vw
}

.features-section .feature-text:before {
    background: linear-gradient(to right top, #82ddfc 50%, transparent 0);
    top: -10%
}

.features-section .feature-text:after {
    background: linear-gradient(to right bottom, #82ddfc 50%, transparent 0);
    top: 50%
}

.faq-section {
    background: #e8f7fd url(../images/faq-bg.webp) 50% 50%/cover no-repeat;
    color: #fff;
    overflow: hidden;
    padding: 50px 0;
    position: relative
}

.faq-section .faq-cols .text-col {
    width: 65%
}

.faq-section .faq-cols .img-col {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    width: 35%
}

.faq-section .faq-cols .faq-img {
    left: 15%;
    position: relative
}

.faq-section .faq-mask {
    background: linear-gradient(180deg, #e9f8ff, transparent);
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.faq-section .faq-title {
    margin-bottom: 40px
}

.faq-section .faq-ion {
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0
}

.faq-section .faq-ion-item {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 18px 40px;
    transition: .3s
}

.faq-section .faq-ion-item.d-none {
    display: none
}

.faq-section .faq-ion-item.active {
    background-color: #ee8515;
    transition: .3s
}

.faq-section .faq-ion-item.active .question {
    color: #fff;
    transition: .3s
}

.faq-section .faq-ion-item.active .question-arrow {
    background: #fff url(../images/faq-arrow-active.webp) 50% 45%/auto no-repeat
}

.faq-section .faq-answer {
    color: #fff;
    font-size: 18px;
    opacity: .8;
    padding-right: 60px;
    text-align: justify
}

.faq-section .faq-ion-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; /* начальное состояние: без отступа */
}

.faq-section .faq-ion-item.active .faq-ion-wrap {
    padding-top: 25px; /* добавляется при открытии */
}

.faq-section .faq-ion-title {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 8px 35px 8px 0;
    position: relative
}

.faq-section .question-arrow {
    align-items: center;
    background: #ee8515 url(../images/faq-arrow.webp) 50% 55%/auto no-repeat;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 8px;
    transition: transform .2s;
    width: 30px
}

.faq-section .faq-accord-num {
    color: #505050;
    display: none;
    font-weight: 600;
    padding-right: 20px
}

.faq-section .question {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    text-align: start;
    text-shadow: none;
    text-transform: uppercase
}

.footer {
    background-color: #e9f7ff;
    bottom: 0;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    padding: 30px 0;
    width: 100%
}

.footer.absolute {
    background-color: transparent;
    position: absolute
}

.footer .disclaimer {
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px
}

.footer-cols {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.footer-col.fc-1 {
    align-items: center;
    display: flex
}

.footer-logo {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    top: -5px;
    width: auto
}

.footer-logo, .footer-nav-list {
    position: relative;
    text-align: center
}

.footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0
}

.footer-nav-item {
    color: #000;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 0
}

.footer-nav-link {
    color: #000;
    display: inline;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    text-transform: uppercase
}

.intro-section {
    background: var(--main-bg-color) url(../images/main-bg.webp) 0 0/cover no-repeat;
    color: #000;
    padding: 60px 0 35px
}

.about .intro-section {
    position: relative
}

.about .intro-section .intro-text, .about .intro-section .intro-title {
    position: relative;
    z-index: 2
}

.about .intro-section:after {
    background: url(../images/intro-right-bg.webp) 0 0/contain no-repeat;
    content: "";
    display: block;
    height: 259px;
    position: absolute;
    right: 0;
    top: 55%;
    width: 477px;
    z-index: 0
}

.main-wrapper.about .intro-title {
    font-size: 36px;
    margin-bottom: 25px;
    text-align: start
}

.what-section {
    background: var(--main-bg-color) url(../images/what-bg.webp) 0 94%/cover no-repeat;
    color: #000;
    overflow: hidden;
    padding-top: 30px
}

.what-section .what-cols {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 80px 0
}

.what-section .what-cols .img-col {
    position: relative;
    width: 32%
}

.what-section .what-cols .what-img {
    left: 45%;
    position: relative;
    transform: scale(1.3)
}

.what-section .what-cols .what-col {
    background-color: #fff;
    border: 1px solid #1c3e85;
    border-radius: 30px;
    padding: 35px 45px 50px;
    width: 68%
}

.what-section .what-cols .published {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    margin-top: 0;
    max-width: 50%;
    padding: 15px 0
}

.what-section .what-cols .published .author-ava {
    border-radius: 50%;
    margin-right: 20px;
    max-height: 64px;
    max-width: 64px
}

.what-section .what-cols .published .publish-date {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    min-width: 100%;
    text-align: start
}

.what-section .team-cols {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 80px 0
}

.what-section .team-cols .img-col {
    position: relative;
    width: 35%
}

.what-section .team-cols .team-col {
    background-color: transparent;
    border: none;
    border-radius: 30px;
    padding: 35px 45px;
    width: 65%
}

.what-section .team-cols .team-title {
    text-align: start
}

.team-btn-wrapper, .what-btn-wrapper {
    margin-top: 35px;
    text-align: start
}

.others-section {
    background-color: #d8f5ff;
    background-image: url(../images/story-cir.webp), url(../images/others-bg.webp);
    background-position: 123% 71%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    color: #000;
    padding: 60px 0 600px;
    position: relative
}

.others-section:before {
    background: url(../images/other-left-bg.webp) 0 0/contain no-repeat;
    content: "";
    display: block;
    height: 463px;
    left: -7%;
    position: absolute;
    top: -10%;
    width: 387px;
    z-index: 0
}

.others-section .others-text, .others-section .others-title {
    text-align: center
}

.others-section .others {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 0
}

.others-section .other {
    padding: 0 20px 40px 0;
    width: 50%
}

.others-section .other-title-wrap {
    margin-bottom: 20px
}

.others-section .other-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    text-transform: uppercase
}

.others-section .other-title .num {
    background-color: #fff;
    border-radius: 50%;
    color: #ee8515;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px
}

.others-section .others-btn-wrapper {
    text-align: center
}

.others-section .about-wrapper {
    backdrop-filter: blur(10px);
    background-color: transparent;
    border-radius: 30px;
    margin: 60px 0 20px;
    padding: 20px 60px 20px 80px
}

.others-section .about-author {
    color: #000;
    margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: start
}

.others-section .author-photo {
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
    max-width: 15.5%
}

.others-section .author-name {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0
}

.others-section .author-bio {
    font-size: 16px;
    line-height: 1.5
}

.others-section .author-contacts {
    margin-top: 20px
}

.others-section .social-icon {
    background: url(../images/sn-icon-facebook.webp) 0 0/contain no-repeat;
    display: inline-block;
    height: 30px;
    margin-right: 15px;
    transition: .3s;
    width: 30px
}

.others-section .social-icon.in {
    background-image: url(../images/sn-icon-linkedin.webp)
}

.others-section .social-icon:hover {
    filter: brightness(1.2);
    transition: .3s
}

.main-wrapper.contact, .main-wrapper.login {
    background: var(--main-bg-color) url(../images/join-bg.webp) 50% 0/cover no-repeat;
    color: #000
}

.main-wrapper.contact .header, .main-wrapper.login .header {
    background: transparent;
    position: absolute;
    width: 100%
}

.main-wrapper.contact .intro-section, .main-wrapper.login .intro-section {
    background: transparent;
    padding: 160px 0 20px
}

.intro-title {
    font-size: 80px;
    margin: 0;
    text-transform: uppercase
}

.form-section {
    padding: 40px 0
}

.form-section, .still-section {
    overflow: hidden;
    text-align: center
}

.still-section {
    background: url(../images/story-cir.webp) 117% 0/auto no-repeat;
    padding: 60px 0 570px;
    position: relative
}

.still-section .still-wrap {
    background-color: #fff;
    border: 1px solid #1c3e85;
    border-radius: 30px;
    padding: 80px;
    position: relative;
    z-index: 1
}

.still-section .still-wrap:before {
    content: "";
    height: 120px;
    left: -50px;
    top: -50px;
    transform: rotate(-20deg);
    width: 120px;
    z-index: 2
}

.still-section .coin-bg, .still-section .still-wrap:before {
    background-image: url(../images/coin.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute
}

.still-section .coin-bg {
    height: 200px;
    right: 8vw;
    top: 370px;
    width: 200px;
    z-index: 0
}

.contact-section {
    padding: 0 0 570px
}

.forms-wrap.contact {
    position: relative;
    z-index: 1
}

.forms-wrap.contact:before {
    background-image: url(../images/coin.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -70px;
    content: "";
    display: block;
    height: 120px;
    left: -70px;
    position: absolute;
    transform: rotate(-37deg);
    width: 120px;
    z-index: 2
}

.legal-section {
    background: var(--main-bg-color) url(../images/others-bg.webp) 0 0/cover no-repeat;
    color: var(--f-title-color);
    padding: 60px 0 80px
}

@media screen and (max-width: 1399px) {
    .main-img {
        transform: translate(0)
    }

    .join-section .join-img {
        transform: none
    }

    .steps-section {
        background: #def6ff url(../images/steps-bg.webp) 50% 88%/contain no-repeat;
        padding-bottom: 50px
    }

    .steps-section .steps-title {
        margin: 0 auto 40px
    }

    .steps-section .steps {
        align-items: center;
        flex-direction: column
    }

    .steps-section .step {
        box-shadow: 0 0 5px #fff;
        margin: 0 auto 40px;
        max-width: 100%;
        min-height: 500px;
        width: 750px
    }

    .steps-section .step .step-num {
        font-size: 100px;
        height: 150px;
        left: -10px;
        top: -10px;
        width: 150px
    }

    .steps-section .step.step-2, .steps-section .step.step-3 {
        left: 0;
        top: 0
    }

    .steps-section .steps-btn-wrapper {
        margin: 40px 0 0
    }

    .contact-section, .still-section {
        padding-bottom: 610px
    }
}

@media screen and (max-width: 1199px) {
    .form-col, .video-col {
        width: 50%
    }

    .main-section {
        padding-bottom: 20px
    }

    .main-title {
        font-size: 80px
    }

    .trade-section .trade-item.img-item {
        width: 42%
    }

    .trade-section .trade-item.img-item .trade-img {
        bottom: 0;
        left: 0;
        position: absolute
    }

    .trade-section .trade-item.item-1 {
        width: 50%
    }

    .others-section {
        background-image: none, url(../images/others-bg.webp)
    }
}

@media screen and (max-width: 991px) {
    .logo {
        max-width: none
    }

    .h-hamburger {
        align-items: center;
        background-color: #e39822;
        background-image: linear-gradient(195deg, #e39822, #d3680b);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 45px;
        justify-content: center;
        min-width: 45px;
        position: relative;
        top: -1px;
        transition: all .3s;
        width: 45px
    }

    .h-hamburger .ham-line {
        background-color: #fff;
        height: 1px;
        margin-bottom: 4px;
        padding-bottom: 0;
        padding-right: 0;
        width: 20px
    }

    .h-hamburger .ham-line.mb0 {
        margin-bottom: 0
    }

    .h-hamburger:hover {
        filter: brightness(1.1);
        transition: .3s
    }

    [class$=-section] .a-row {
        flex-direction: column
    }

    [class$=-section] .a-row .img-col, [class$=-section] .a-row .text-col {
        width: 100%
    }

    .main-section {
        padding: 40px 0
    }

    .main-section .main-coins {
        background-size: contain;
        width: 35vw
    }

    .main-cols {
        align-items: center;
        flex-direction: column
    }

    .title-wrap {
        margin: 0 auto;
        text-align: center
    }

    .main-text {
        max-width: 100%
    }

    .main-img {
        left: auto;
        position: relative;
        top: auto;
        transform: none;
        width: 50%
    }

    .video-col {
        min-height: 100%;
        width: 100%
    }

    .form-col {
        width: 100%
    }

    .trade-section {
        padding: 100px 0 60px
    }

    .trade-section .trade-mask {
        height: 60px
    }

    .trade-section .trade-item.img-item {
        border: none;
        margin-top: 20px;
        max-width: 100%;
        order: 4;
        padding: 0;
        text-align: center;
        width: 100%
    }

    .trade-section .trade-item.img-item .trade-img {
        position: static
    }

    .trade-section .trade-item.item-1, .trade-section .trade-item.item-2, .trade-section .trade-item.item-3 {
        width: auto
    }

    .join-section .join-cols {
        flex-direction: column
    }

    .join-section .join-text-col {
        width: 100%
    }

    .join-section .join-img-col {
        text-align: center;
        width: 100%
    }

    .join-section .join-img {
        width: 325px
    }

    .steps .step .step-num {
        font-size: 80px;
        height: 130px;
        left: 10px;
        top: 10px;
        width: 130px
    }

    .offers-section {
        padding: 40px 0
    }

    .offers-section .offers {
        position: relative;
        z-index: 2
    }

    .offers-section .offer-title {
        background-color: #e9f9ff;
        box-shadow: 0 0 10px 10px #e9f9ff
    }

    .offers-section .offer-row {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .offers-section .offer-row .offer-img-col {
        margin-top: 40px;
        text-align: center
    }

    .offers-section .offer-row .offer-img {
        width: 300px
    }

    .offers-section .offer-row.offer-row-2 {
        flex-direction: column
    }

    .offers-section .offer-row.offer-row-2 .offer-img-col {
        margin-bottom: 40px;
        text-align: center
    }

    .offers-section .offer-row.offer-row-2 .offer-img {
        width: 350px
    }

    .offers-section .offer-row.offer-row-2 .offer-text {
        margin: 0 0 25px
    }

    .stories-section .story-row {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .stories-section .story-row .img-col {
        text-align: center
    }

    .stories-section .story-row .img-col .story-cir-img {
        display: none
    }

    .stories-section .story-row-2 {
        flex-direction: column-reverse
    }

    .stories-section .story-row-2 .img-col {
        margin: 40px 0 60px;
        text-align: center
    }

    .stories-section .story-row-2 .img-col .story-img {
        width: 400px
    }

    .stories-section .story-row-2 .story-text {
        margin: 0 0 25px
    }

    .stories-section .story-row-2 .story-list {
        margin: 0 0 40px
    }

    .stories-section .stories-btn-wrapper {
        text-align: center
    }

    .software-section .soft-row .soft-img-1 {
        margin-top: 40px;
        transform: none;
        width: 240px
    }

    .software-section .soft-row .soft-img-2 {
        transform: none;
        width: 240px
    }

    .software-section .soft-row-2 .img-col {
        margin: 0
    }

    .faq-section .faq-cols .faq-img {
        margin-top: 40px;
        position: static;
        width: 150px
    }

    .faq-section .faq-ion-item {
        padding: 10px 20px
    }

    .faq-section .question {
        font-size: 20px
    }

    .faq-section .question-arrow {
        height: 25px;
        width: 25px
    }

    .faq-section .faq-answer {
        font-size: 15px;
        padding-right: 30px
    }

    .footer.absolute {
        background-color: #def6ff;
        position: relative
    }

    .footer-cols {
        flex-direction: column
    }

    .footer-col.fc-1 {
        width: 100%
    }

    .about .intro-section:after {
        top: 75%;
        width: 300px
    }

    .what-section {
        background-position: 50% 50%
    }

    .what-section .what-cols {
        margin-bottom: 20px
    }

    .what-section .what-cols .what-img {
        margin-top: 80px;
        max-width: 100%;
        position: static;
        transform: none;
        width: 260px
    }

    .what-section .team-cols {
        flex-direction: column-reverse;
        margin: 20px 0
    }

    .what-section .team-img {
        margin-top: 40px;
        width: 190px
    }

    .what-section .team-btn-wrapper {
        text-align: center
    }

    .others-section {
        padding: 35px 0 20px
    }

    .others-section:before {
        display: none
    }

    .others-section .other {
        width: 100%
    }

    .main-wrapper.login-page .intro-section {
        padding: 170px 0 25px
    }

    .intro-title {
        font-size: 60px;
        text-align: center
    }

    .still-section {
        background-size: contain;
        padding-bottom: 70px
    }

    .still-section .still-wrap:after {
        left: -30px;
        width: 95px
    }

    .still-section .coin-bg {
        bottom: 20px;
        height: 150px;
        right: -2vw;
        top: auto;
        width: 150px
    }

    .contact-section {
        padding-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .body {
        font-size: 15px
    }

    .title {
        font-size: 30px !important;
        line-height: 1.2
    }

    .p {
        font-size: 15px
    }

    .main-title {
        font-size: 50px
    }

    .trade-section {
        background-position: 50% 0;
        padding: 60px 0 80px
    }

    .trade-section .trade-bottom {
        margin: 80px auto
    }

    .join-section .join-item {
        flex-direction: column
    }

    .join-section .item-title {
        margin: 40px 0;
        text-align: center
    }

    .steps-section {
        background-position: 50% 70%;
        padding-top: 50px
    }

    .steps-section .steps {
        padding: 0 20px
    }

    .steps-section .step {
        border-radius: 70px;
        min-height: 0;
        padding: 40px
    }

    .steps-section .step .step-num {
        font-size: 60px;
        height: 80px;
        left: 0;
        top: 0;
        width: 80px
    }

    .features-section .feature, .features-section .feature.reverse {
        flex-direction: column;
        margin-top: 40px
    }

    .features-section .feature .feature-title, .features-section .feature.reverse .feature-title {
        padding: 0 20px;
        text-align: center
    }

    .features-section .feature .feature-text, .features-section .feature.reverse .feature-text {
        margin: 10px 20px 80px;
        padding: 20px;
        text-align: center
    }

    .features-section .feature .feature-text:before, .features-section .feature.reverse .feature-text:before {
        background: linear-gradient(to left bottom, #82ddfc 50%, transparent 0);
        height: 60px;
        left: -5%;
        top: 100%;
        width: 55%
    }

    .features-section .feature .feature-text:after, .features-section .feature.reverse .feature-text:after {
        background: linear-gradient(to right bottom, #82ddfc 50%, transparent 0);
        height: 60px;
        left: 50%;
        top: 100%;
        width: 55%
    }

    .features-section .feature-img-col, .features-section .feature-text-col {
        width: 100%
    }

    .features-section .feature-img {
        width: 130px
    }

    .stories-section {
        padding-bottom: 20px
    }

    .software-section {
        padding-top: 20px
    }

    .footer-nav-list {
        justify-content: center;
        padding-top: 19px
    }

    .main-wrapper.contact .intro-section, .main-wrapper.login .intro-section {
        padding: 180px 0 30px
    }

    .intro-title {
        font-size: 40px;
        line-height: 1.2
    }

    .still-section .still-wrap {
        padding: 20px
    }
}

.others-section .about-wrapper {
    padding: 20px 0
}

.others-section .author-photo {
    max-width: 100%;
    width: 100px
}
.faq-ion-wrap {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
