:root {
    --white: #fff
}

html {
    scroll-behavior: smooth
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0
}

body,html {
    height: 100%;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #221d32;
    color: var(--white);
    font-family: Roboto,sans-serif
}

body.lock {
    overflow: hidden
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body::-webkit-scrollbar {
    width: 0;
    height: 0
}

body::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 10px;
    height: 50px;
    overflow-y: hidden
}

*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block
}

li,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    margin: 0
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-size: inherit
}

.global__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px
}

@media (max-width: 1300px) {
    .global__container {
        padding:0 50px
    }
}

@media (max-width: 850px) {
    .global__container {
        padding:0 24px
    }
}


.header {
    padding: 42px 0 0 0
}

.header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__container,.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__container {
    max-width: 917px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header__logo img {
    width: 30px;
    height: 30px
}

.header__logo-text {
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    margin-left: 10px;
    text-transform: uppercase
}

.header__link {
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #e7e7e7;
    position: relative
}

.header__link:hover {
    opacity: .9
}

.header__link:after {
    content: "0%";
    position: absolute;
    top: -7px;
    right: -25px;
    font-weight: 700;
    font-size: 9.75px;
    background-color: #177d1b;
    border-radius: 2px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 14px
}

.header__link.hot:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__link+.header__link {
    margin-left: 52px
}

.header__right-link {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px
}

.header__right-up {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    border-radius: 7.5px;
    padding: 12px 34px;
    margin-left: 25px;
    color: #f858a7;
    border: 1px solid #f858a7
}

.header__right-up:hover {
    opacity: .9
}

.header__nav-line {
    fill: none;
    stroke: #fff;
    stroke-width: 12;
    -webkit-transition: stroke-dasharray .8s cubic-bezier(.4,0,.2,1),stroke-dashoffset .8s cubic-bezier(.4,0,.2,1);
    -o-transition: stroke-dasharray .8s cubic-bezier(.4,0,.2,1),stroke-dashoffset .8s cubic-bezier(.4,0,.2,1);
    transition: stroke-dasharray .8s cubic-bezier(.4,0,.2,1),stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)
}

.header__nav-line1 {
    stroke-dasharray: 60 207;
    stroke-width: 12
}

.header__nav-line2 {
    stroke-dasharray: 60 60;
    stroke-width: 12
}

.header__nav-line3 {
    stroke-dasharray: 60 207;
    stroke-width: 12
}

.header__mobile-open .header__nav-line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 12
}

.header__mobile-open .header__nav-line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 12
}

.header__mobile-open .header__nav-line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 12
}

.header__btn-mobile {
    display: none
}

@media (max-width: 1300px) {
    .header__box {
        -webkit-column-gap:50px;
        -moz-column-gap: 50px;
        column-gap: 50px
    }

    .header__container {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px
    }

    .header__center {
        margin-right: 0
    }
}

@media (max-width: 1050px) {
    .header__container {
        max-width:100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header {
        padding: 20px 0 0 0
    }

    .header__container {
        position: fixed;
        top: 60px;
        right: 0;
        padding: 20px;
        background-color: rgba(34,29,50,.9411764706);
        border-radius: 10px 0 0 10px;
        border: 2px solid #676767;
        border-right: none;
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: -webkit-transform .8s ease-in-out;
        -o-transition: transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
        transition: transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
        -webkit-transform: translateX(700px);
        -ms-transform: translateX(700px);
        transform: translateX(700px);
        z-index: 30
    }

    .header__container.header__container-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header__link+.header__link {
        margin-left: 0;
        margin-top: 20px
    }

    .header__center,.header__container {
        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: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header__right {
        margin-top: 30px
    }

    .header__btn-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__btn-mobile svg {
        pointer-events: none
    }

    .header__logo {
        margin-left: 0;
        margin-top: 0
    }

    .header__link:after {
        right: 0;
        left: -37px
    }

    .header__link.hot {
        margin-right: 0
    }
}

.home {
    padding: 144px 0 102px 0;
}
.home .global__container {
    position: relative;
}
.home .global__container:before {
    content: "";
    position: absolute;
    width: 213px;
    height: 213px;
    top: -255px;
    left: -15px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.23%, #ace1ff), to(#0019ff));
    background: -o-linear-gradient(left, #ace1ff 1.23%, #0019ff 100%);
    background: linear-gradient(90deg, #ace1ff 1.23%, #0019ff 100%);
    -webkit-filter: blur(214.5px);
    filter: blur(214.5px);
}
.home__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 163px;
    -moz-column-gap: 163px;
    column-gap: 163px;
}
.home__left {
    max-width: 525px;
}
.home__right {
    margin-top: -22px;
}
.home__phones {
    position: relative;
}
.home__phones:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -91px;
    width: 729px;
    height: 658px;
    z-index: -1;
    background-image: url(../img/home/bg.svg);
    background-size: contain;
}
.home__phones:after {
    content: "";
    position: absolute;
    width: 370px;
    height: 370px;
    top: 210px;
    left: -75px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.23%, #f858a7), to(#f75760));
    background: -o-linear-gradient(left, #f858a7 1.23%, #f75760 100%);
    background: linear-gradient(90deg, #f858a7 1.23%, #f75760 100%);
    -webkit-filter: blur(242px);
    filter: blur(242px);
}
.home__phones img,
.home__phones picture {
    width: 595px;
    height: 549px;
}
.home__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #b1aab2;
    margin-bottom: 26px;
}
.home__title {
    font-weight: 700;
    font-size: 65px;
    line-height: 76px;
    color: #fff;
    margin-bottom: 54px;
}
.home__title span {
    color: #ffa8a8;
}
.home__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #c3bfc5;
    margin-bottom: 59px;
}
.home__link {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 53px 23px 53px;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.23%, #f858a7), to(#f75760));
    background: -o-linear-gradient(left, #f858a7 1.23%, #f75760 100%);
    background: linear-gradient(90deg, #f858a7 1.23%, #f75760 100%);
    border-radius: 5px;
    margin-bottom: 64px;
}
.home__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media (max-width: 1370px) {
    .home__wrapper {
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .home__right {
        margin-top: 0;
    }
}
@media (max-width: 1250px) {
    .home {
        padding: 90px 0 80px 0;
    }
    .home__wrapper {
        -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;
        row-gap: 120px;
    }
    .home__left {
        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;
        max-width: 100%;
        text-align: center;
    }
    .home__phones:before {
        top: -25px;
        left: -60px;
    }
    .home__description {
        max-width: 800px;
    }
    .home__partners {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 40px;
    }
}
@media (max-width: 700px) {
    .home__title {
        font-size: 58px;
        line-height: 60px;
    }
    .home__phones img,
    .home__phones picture {
        width: 535px;
        height: 485px;
    }
    .home__phones:before {
        top: -37px;
        left: -95px;
    }
}
@media (max-width: 540px) {
    .home__title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .home__description {
        margin-bottom: 35px;
    }
    .home__phones img,
    .home__phones picture {
        margin-right: -25px;
    }
}
.footer {
    background: #121212;
}
.footer__container {
    max-width: 1271px;
    padding: 80px 15px 25px 15px;
    margin: 0 auto;
}
.footer__logo-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}
.footer__logo-icon {
    margin-right: 15px;
}
.footer__logo-text {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 26px;
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 206px;
    width: 100%;
    padding-top: 26px;
    padding-right: 52px;
}
.footer__info {
    max-width: 240px;
}
.footer__description {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: rgba(232, 232, 232, 0.7);
    margin-top: 23px;
    margin-bottom: 47px;
}
.footer__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(232, 232, 232, 0.7);
    margin-bottom: 17px;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__input {
    font-size: 12px;
    line-height: 14px;
    color: #A8A8A8;
    background: #232323;
    border: 1px solid #373737;
    border-radius: 5px;
    outline: none;
    padding: 8px 10px 8px 11px;
    max-width: 139px;
}
.footer__sing-up {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 7px 18px 7px 19px;
    background: #6544C6;
    border-radius: 5px;
    margin-left: 10px;
}
.footer__link-title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.footer__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 9px;
}
.footer__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(232, 232, 232, 0.7);
}
.footer__link:hover {
    color: #fff;
}
.footer__bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(196, 196, 196, 0.75);
}
.footer__sub-text {
    font-size: 9px;
    line-height: 15px;
    color: rgba(232, 232, 232, 0.7);
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1100px) {
    .footer__links {
        margin-left: 90px;
        padding-right: 30px;
    }
}
@media (max-width: 870px) {
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__links {
        margin-left: 0;
        padding-right: 0;
        max-width: 700px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__logo-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__info {
        max-width: 600px;
        text-align: center;
    }
    .footer__description {
        margin-bottom: 30px;
    }
    .footer__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 550px) {
    .footer__links {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        row-gap: 50px;
        max-width: 100%;
    }
    .footer__links-block {
        min-width: 90px;
    }
}
.footer__links {
    flex-direction: unset !important;
}
.footer__logo {
    display: block !important;
}
.footer__logo-text {
    margin-left: -4px !important;
}
.footer__link-title {
    font-family: Roboto,sans-serif;
    font-weight: 500
}

.footer__logo-text {
    font-family: Roboto,sans-serif;
    font-weight: 900
}

.footer__description,.footer__input,.footer__label,.footer__link,.footer__sing-up,.footer__sub-text,.header {
    font-family: Roboto,sans-serif;
    font-weight: 400
}

.footer__container {
    max-width: 1440px;
    padding: 80px 120px 25px 120px;
    margin: 0 auto
}

.footer__logo-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px
}

.footer__logo-icon {
    margin-right: 15px
}

.footer__logo-text {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 26px
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 206px;
    width: 100%;
    padding-top: 26px;
    padding-right: 52px
}

.footer__info {
    max-width: 240px
}

.footer__description {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .02em;
    color: rgba(232,232,232,.7);
    margin-top: 23px;
    margin-bottom: 47px
}

.footer__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(232,232,232,.7);
    margin-bottom: 17px
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__input {
    font-size: 12px;
    line-height: 14px;
    color: #a8a8a8;
    background: #232323;
    border: 1px solid #373737;
    border-radius: 5px;
    outline: 0;
    padding: 8px 10px 8px 11px;
    max-width: 139px
}

.footer__sing-up {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 7px 18px 7px 19px;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    border-radius: 5px;
    margin-left: 10px
}

.footer__link-title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 24px
}

.footer__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 9px
}

.footer__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: rgba(232,232,232,.7)
}

.footer__link:hover {
    color: #fff
}

.footer__bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(196,196,196,.75)
}

.footer__sub-text {
    font-size: 10px;
    line-height: 15px;
    color: rgba(232,232,232,.7);
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 1300px) {
    .footer__container {
        padding:80px 50px 25px 50px
    }
}

@media (max-width: 1100px) {
    .footer__links {
        margin-left:90px;
        padding-right: 30px
    }
}

@media (max-width: 870px) {
    .footer__top {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__links {
        margin-left: 0;
        padding-right: 0;
        max-width: 700px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__logo-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__info {
        max-width: 600px;
        text-align: center
    }

    .footer__description {
        margin-bottom: 30px
    }

    .footer__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 850px) {
    .footer__container {
        padding:80px 24px 25px 24px
    }
}

@media (max-width: 550px) {
    .footer__links {
        -webkit-column-gap:50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        row-gap: 50px;
        max-width: 100%
    }

    .footer__links-block {
        min-width: 90px
    }
}
.benefits {
    margin: 81px 0 0 0;
    padding: 70px 0 0 0;
    position: relative
}

.benefits:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear,left top,right top,color-stop(-.63%,rgba(255,255,255,0)),color-stop(49.16%,rgba(255,255,255,.3)),color-stop(49.17%,rgba(255,255,255,.3)),color-stop(99.37%,rgba(255,255,255,0)));
    background: -o-linear-gradient(left,rgba(255,255,255,0) -.63%,rgba(255,255,255,.3) 49.16%,rgba(255,255,255,.3) 49.17%,rgba(255,255,255,0) 99.37%);
    background: linear-gradient(90deg,rgba(255,255,255,0) -.63%,rgba(255,255,255,.3) 49.16%,rgba(255,255,255,.3) 49.17%,rgba(255,255,255,0) 99.37%)
}

.benefits__items {
    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
}

.benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.benefits__item:nth-child(2) {
    position: relative
}

.benefits__item:nth-child(2):after,.benefits__item:nth-child(2):before {
    content: "";
    position: absolute;
    top: 19px;
    width: 3px;
    height: 14px;
    background-color: #87818a
}

.benefits__item:nth-child(2):before {
    left: -61px
}

.benefits__item:nth-child(2):after {
    right: -61px
}

.benefits__item-value {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #fff;
    margin-right: 30px
}

.benefits__item-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

@media (max-width: 1250px) {
    .benefits__item:nth-child(2):before {
        left:-40px
    }

    .benefits__item:nth-child(2):after {
        right: -40px
    }
}

@media (max-width: 1150px) {
    .benefits__items {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        row-gap: 50px
    }

    .benefits__item:nth-child(2):after,.benefits__item:nth-child(2):before {
        display: none
    }
}

@media (max-width: 735px) {
    .benefits__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px
    }

    .benefits__item-value {
        margin-right: 0
    }
}

@media (max-width: 500px) {
    .benefits {
        padding-top:50px
    }
}
.trading {
    padding: 164px 0 0 0
}

.trading__title {
    font-weight: 500;
    font-size: 38.5562px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 16px;
    text-align: center
}

.trading__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #aaabab;
    text-align: center;
    margin-bottom: 86px
}

.trading__names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 22px;
    position: relative
}

.trading__names:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%)
}

.trading__names-item {
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
    color: #8c8b90
}

.trading__item-number,.trading__names-number {
    width: 83px;
    padding-left: 31px
}

.trading__item-name,.trading__names-name {
    width: 310px;
    padding-left: 4px
}

.trading__item-price,.trading__names-price {
    width: 222px;
    padding-left: 3px
}

.trading__item-change,.trading__names-change {
    width: 190px;
    padding-left: 2px
}

.trading__item-chart,.trading__names-chart {
    width: 275px;
    padding-left: 7px
}

.trading__item-trade,.trading__names-trade {
    width: 118px;
    padding-left: 2px
}

.trading__items {
    margin-top: 4px
}

.trading__wrapper {
    overflow: auto
}

.trading__items,.trading__names {
    min-width: 1000px
}

.trading__item {
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #757880;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-radius: 8px
}

.trading__item:hover {
    background: #2b2542
}

.trading__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.trading__item-name span {
    margin-left: 20px;
    text-transform: uppercase;
    color: #757880
}

.trading__item-price {
    color: #fff
}

.trading__item-change.plus {
    color: #158873
}

.trading__item-change.minus {
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.trading__item-link {
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    padding: 5px 27px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    border: 1px solid #f858a7;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.trading__item-link:hover {
    background: #f858a7
}

.trading__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px
}

@media (max-width: 1150px) {
    .trading {
        padding-top:100px
    }
}

@media (max-width: 500px) {
    .trading {
        padding-top:80px
    }

    .trading__description {
        margin-bottom: 40px
    }
}

@media (max-width: 500px) {
    .trading {
        padding-top: 80px
    }

    .trading__description {
        margin-bottom: 40px
    }

    .trading__items, .trading__names {
        min-width: auto;
    }

    .trading__item-number, .trading__names-number, .trading__item-trade, .trading__names-trade, .trading__item-chart, .trading__names-chart, .trading__item-change, .trading__names-change {
        display: none;
    }

    .trading__item-name, .trading__names-name {
        width: 50%;
        white-space: nowrap;
    }

    .trading__item-price, .trading__names-price {
        text-align: right;
        width: 50%;
    }
}
.platform {
    padding: 157px 0 0 0
}

.platform__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 98px;
    -moz-column-gap: 98px;
    column-gap: 98px
}

.platform__left {
    max-width: 530px;
    min-width: 530px
}

.platform__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 19px
}

.platform__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 47px
}

.platform__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #c3bfc5
}

.platform__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 42px 23px 23px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: relative
}

.platform__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(15.43%,#4e4a63),to(#28223d));
    background: -o-linear-gradient(left,#4e4a63 15.43%,#28223d 100%);
    background: linear-gradient(90deg,#4e4a63 15.43%,#28223d 100%);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    border-radius: 15px
}

.platform__item:hover:before {
    opacity: 1
}

.platform__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 22px;
    min-width: 68px;
    min-height: 68px;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,rgba(248,88,167,.1)),to(rgba(247,87,96,.1)));
    background: -o-linear-gradient(left,rgba(248,88,167,.1) 1.23%,rgba(247,87,96,.1) 100%);
    background: linear-gradient(90deg,rgba(248,88,167,.1) 1.23%,rgba(247,87,96,.1) 100%);
    border-radius: 50%
}

.platform__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 11px
}

.platform__item-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #c3bfc5
}

@media (max-width: 1200px) {
    .platform__wrapper {
        -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;
        row-gap: 30px
    }

    .platform__left {
        min-width: 100%;
        text-align: center
    }
}

@media (max-width: 768px) {
    .platform__item {
        padding:20px
    }
}

@media (max-width: 500px) {
    .platform {
        padding-top:80px
    }

    .platform__item {
        padding: 14px
    }

    .platform__item-description {
        font-size: 16px
    }
}
.investments {
    padding: 168px 0 0 0;
}
.investments .global__container {
    position: relative;
}
.investments .global__container:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 281px;
    height: 280px;
    top: -100px;
    right: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.23%, #f858a7), to(#f75760));
    background: -o-linear-gradient(left, #f858a7 1.23%, #f75760 100%);
    background: linear-gradient(90deg, #f858a7 1.23%, #f75760 100%);
    -webkit-filter: blur(212.5px);
    filter: blur(212.5px);
}
.investments__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.23%, #f858a7), to(#f75760));
    background: -o-linear-gradient(left, #f858a7 1.23%, #f75760 100%);
    background: linear-gradient(90deg, #f858a7 1.23%, #f75760 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
}
.investments__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 39px;
    text-align: center;
}
.investments__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #c3bfc5;
    margin-bottom: 55px;
}
.investments__img img,
.investments__img picture {
    width: 100%;
}
@media (max-width: 850px) {
    .investments__img {
        overflow-x: hidden;
        overflow: hidden;
    }
    .investments .global__container {
        padding-right: 0;
    }
    .investments__description,
    .investments__subtitle,
    .investments__title {
        padding-right: 24px;
    }
    .investments__img img,
    .investments__img picture {
        min-width: 796px;
        max-width: 796px;
        overflow: hidden;
        overflow-x: hidden;
        display: block;
    }
}
@media (max-width: 500px) {
    .investments {
        padding-top: 80px;
    }
}
.services {
    padding: 108px 0 0 0
}

.services .global__container {
    position: relative
}

.services .global__container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 251px;
    height: 251px;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    -webkit-filter: blur(234px);
    filter: blur(234px);
    z-index: -1
}

.services__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 136px;
    -moz-column-gap: 136px;
    column-gap: 136px
}

.services__left {
    padding: 12px 0 0 53px
}

.services__left img,.services__left picture {
    width: 446px;
    height: 514px
}

.services__right {
    padding-top: 9px
}

.services__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 19px
}

.services__title {
    font-weight: 700;
    font-size: 37px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 17px;
    max-width: 530px
}

.services__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #868494;
    max-width: 535px
}

@media (max-width: 1300px) {
    .services__wrapper {
        -webkit-column-gap:30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .services__left {
        padding: 0
    }
}

@media (max-width: 930px) {
    .services__wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 30px;
        text-align: center
    }

    .services__description,.services__title {
        max-width: 700px
    }
}

@media (max-width: 450px) {
    .services__left img,.services__left picture {
        width:100%;
        height: auto
    }
}
.cryptocurrencies {
    padding: 122px 0 0 0
}

.cryptocurrencies .global__container {
    max-width: 2000px;
    padding: 0
}

.cryptocurrencies__title {
    font-weight: 600;
    font-size: 37px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 10px;
    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;
    padding: 0 24px
}

.cryptocurrencies__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cryptocurrencies__title .number {
    background: #2d2747;
    border-radius: 10px;
    width: 93px;
    height: 60px;
    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;
    margin: 0 15px
}

.cryptocurrencies__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #868494;
    margin-bottom: 19px;
    padding: 0 24px
}

.cryptocurrencies__coins {
    width: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.16);
    padding: 27px 0
}

.cryptocurrencies__coins:hover #track-one {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.cryptocurrencies .cryptocurrencies__coins-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#track-one {
    -webkit-animation: scrollCoins 40s linear infinite;
    animation: scrollCoins 40s linear infinite
}

@-webkit-keyframes scrollCoins {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(var(--x));
        transform: translateX(var(--x))
    }
}

@keyframes scrollCoins {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(var(--x));
        transform: translateX(var(--x))
    }
}

@media (max-width: 800px) {
    .cryptocurrencies__title {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cryptocurrencies__title span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cryptocurrencies__title .number {
        margin-left: 0
    }
}

@media (max-width: 500px) {
    .cryptocurrencies__title .number {
        font-size:25px;
        width: 120px;
        height: 55px;
        margin: 10px 0 0 0
    }

    .cryptocurrencies__title span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.people {
    padding: 88px 0 109px 0
}

.people .global__container {
    position: relative
}

.people .global__container:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 281px;
    height: 280px;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    -webkit-filter: blur(212.5px);
    filter: blur(212.5px)
}

.people__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px
}

.people__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 38px
}

.people__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #c3bfc5;
    max-width: 547px;
    margin: 0 auto 55px auto
}

.people__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px
}

.people__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2b2542;
    border-radius: 10px;
    padding: 24px 22px 25px 22px;
    max-width: 290px
}

.people__item-img {
    background: -webkit-gradient(linear,left top,left bottom,from(#626074),to(#3a2e49));
    background: -o-linear-gradient(top,#626074 0,#3a2e49 100%);
    background: linear-gradient(180deg,#626074 0,#3a2e49 100%);
    width: 91px;
    height: 91px;
    border-radius: 50%;
    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;
    margin-bottom: 25px
}

.people__item-img img,.people__item-img picture {
    -webkit-transform: scale(53%);
    -ms-transform: scale(53%);
    transform: scale(53%)
}

.people__item-say {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #c3bfc5;
    margin-bottom: 29px
}

.people__item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #dbdade;
    margin-bottom: 5px
}

.people__item-location {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #716d79
}

@media (max-width: 1300px) {
    .people__items {
        display:-ms-grid;
        display: grid;
        row-gap: 13px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2,1fr);
        max-width: 800px;
        margin: 0 auto
    }

    .people__item {
        max-width: 100%
    }
}

@media (max-width: 850px) {
    .people {
        padding:80px 0
    }

    .people:after {
        width: 180px;
        height: 180px
    }
}

@media (max-width: 600px) {
    .people__items {
        -ms-grid-columns:(1fr)[1];
        grid-template-columns: repeat(1,1fr);
        -ms-grid-rows: (1fr)[1];
        grid-template-rows: repeat(1,1fr)
    }
}
.calculator {
    padding-bottom: 110px;
    font-family: Roboto,sans-serif
}

.calculator * {
    color: #fff
}

.calculator__wrapper {
    position: relative;
    z-index: 5
}

.calculator__wrapper:after {
    content: "";
    position: absolute;
    right: -116px;
    top: 237px;
    width: 116.46px;
    height: 236.06px;
    z-index: 1
}

.calculator__container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto
}

.calculator__title {
    font-weight: 600;
    font-size: 37px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px
}

.calculator__description {
    font-weight: 400;
    font-size: 18.0982px;
    line-height: 28px;
    text-align: center;
    color: #868494;
    max-width: 555px;
    margin: 0 auto
}

.calculator__box {
    border-radius: 31.4751px;
    position: relative;
    padding: 54px 113px 59px 113px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 21px auto auto auto;
    min-width: 859px;
    z-index: 10;
    background: -webkit-gradient(linear,left top,left bottom,from(#221d32),to(#2b2542));
    background: -o-linear-gradient(top,#221d32 0,#2b2542 100%);
    background: linear-gradient(180deg,#221d32 0,#2b2542 100%)
}

.calculator__box * {
    position: relative;
    z-index: 10
}

.calculator__box:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 31px;
    border: 2px solid transparent;
    background: -webkit-gradient(linear,left top,left bottom,from(#6f88de),to(#f858a7)) border-box;
    background: -o-linear-gradient(top,#6f88de,#f858a7) border-box;
    background: linear-gradient(180deg,#6f88de,#f858a7) border-box;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.calculator__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calculator__amount-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 175%;
    margin-top: 4px;
    margin-left: -17px
}

.calculator__amount span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #f858a7;
    border-radius: 10px;
    padding: 8px 0 8px 0;
    max-width: 158px;
    min-width: 158px;
    position: relative;
    font-weight: 700;
    font-size: 19px;
    line-height: 175%;
    color: #6f73cf;
    margin-left: 70px
}

.calculator__amount input {
    max-width: 130px;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0 0 0 34px
}

.calculator__amount input::-webkit-inner-spin-button,.calculator__amount input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.calculator__amount[type=number] {
    -moz-appearance: textfield
}

.calculator__range {
    margin-top: 30px;
    margin-bottom: 29px
}

input[type=range] {
    -webkit-appearance: none;
    width: 98%;
    height: 11px;
    background: rgba(255,255,255,.13);
    border-radius: 42px;
    background-image: -webkit-gradient(linear,left top,right top,from(#6f73cf),to(#6f73cf));
    background-image: -o-linear-gradient(left,#6f73cf 0,#6f73cf 100%);
    background-image: linear-gradient(90deg,#6f73cf 0,#6f73cf 100%);
    background-size: 0 100%;
    background-repeat: no-repeat
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 26px;
    height: 23.31px;
    border-radius: 50%;
    cursor: ew-resize;
    background: #fff;
    border: 6px solid #6f73cf
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 34px;
    height: 19px;
    background: #dadada;
    border-radius: 15px;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    width: 34px;
    height: 19px;
    background: #dadada;
    border-radius: 15px;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=range]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.calculator__select-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 175%;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
    margin-left: -16px
}

.calculator__select-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px
}

.calculator__select-btn {
    font-weight: 500;
    font-size: 19px;
    line-height: 175%;
    border: 2px solid #f858a7;
    border-radius: 10px;
    background: 0 0;
    cursor: pointer;
    padding: 7px 20px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    min-width: 137px
}

.calculator__select-btn.active {
    background: #f858a7
}

.calculator__profit {
    margin-top: 34px;
    margin-right: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px
}

.calculator__profit-name {
    font-weight: 400;
    font-size: 19px;
    line-height: 175%;
    margin-bottom: 4px
}

.calculator__profit-value {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%
}

.calculator__profit-value.profit {
    color: #6fcf97
}

@media (min-width: 1920px) {
    .calculator {
        background-position:top
    }
}

@media (max-width: 1250px) {
    .calculator__wrapper:after {
        position:static
    }
}

@media (max-width: 900px) {
    .calculator__box {
        min-width:100%;
        padding: 54px 0 59px 0
    }

    .calculator__range {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 15px
    }

    .calculator__range input {
        max-width: 612px;
        margin: 0 auto
    }
}

@media (max-width: 769px) {
    .calculator {
        padding-bottom:60px
    }
}

@media (max-width: 700px) {
    .calculator__select {
        padding:0 15px
    }

    .calculator__select-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 19px
    }

    .calculator__box {
        padding: 30px 0 40px 0
    }
}

@media (max-width: 575px) {
    .calculator__profit {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        margin-right: 0;
        row-gap: 20px;
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
        padding: 0 15px;
        text-align: center
    }
}

@media (max-width: 540px) {
    .calculator__amount {
        -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;
        padding: 0 15px
    }

    .calculator__amount-title {
        margin-left: 0;
        margin-bottom: 15px
    }

    .calculator__select-title {
        margin-left: 0;
        line-height: 140%
    }

    .calculator__amount span {
        margin-left: 0
    }
}
.stats {
    background: rgba(0,0,0,.16);
    padding: 40px 0 29px 0
}

.stats .global__container {
    position: relative
}

.stats .global__container:before {
    content: "";
    position: absolute;
    width: 212px;
    height: 212px;
    right: 100px;
    z-index: -1;
    top: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    -webkit-filter: blur(200px);
    filter: blur(200px)
}

.stats__items {
    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
}

.stats__item-value {
    font-weight: 700;
    font-size: 56px;
    text-align: center;
    color: #fff
}

.stats__item-name {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #adadd0
}

@media (max-width: 1070px) {
    .stats__items {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        row-gap: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .stats__item-value {
        font-size:50px
    }
}
.try {
    margin: 118px 0 0 0
}

.try__wrapper {
    padding: 56px 24px 62px 24px;
    background: -o-linear-gradient(175.2deg,#352541 .69%,#3f2b48 25.48%,#18152e 98.47%);
    background: linear-gradient(274.8deg,#352541 .69%,#3f2b48 25.48%,#18152e 98.47%);
    border-radius: 15px;
    position: relative
}

.try__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/try/border.svg);
    background-size: cover;
    pointer-events: none
}

.try__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/try/border.svg);
    background-position: right;
    background-size: cover;
    pointer-events: none
}

.try__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 35px
}

.try__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #c3bfc5;
    max-width: 421px;
    margin: 0 auto 48px auto
}

.try__link-wrapper {
    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
}

.try__link {
    background: -webkit-gradient(linear,left top,right top,color-stop(1.23%,#f858a7),to(#f75760));
    background: -o-linear-gradient(left,#f858a7 1.23%,#f75760 100%);
    background: linear-gradient(90deg,#f858a7 1.23%,#f75760 100%);
    border-radius: 5px;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    padding: 22px 55px
}

@media (max-width: 500px) {
    .try {
        margin:80px 0
    }

    .try__wrapper {
        padding: 56px 22px 62px 22px
    }
}
.page-title{
    padding: 150px 0;
}
.page_title {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 21px;
}
.breadcrumb {
    margin: 0;
}
.justify-content-center {
    justify-content: center !important;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb > .breadcrumb-item {
    color: #D4D5F1;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.breadcrumb > .breadcrumb-item a {
    color: #D4D5F1;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}


.table-balance__container {
    width: 100%;
    background: #201c2b;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(255, 0, 128, 0.15);
    margin: 40px 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.table-balance__wrapper {
    width: 100%;
}

.table-balance__names,
.table-balance__item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    align-items: center;
    padding: 18px 24px;
}

.table-balance__names {
    background: rgba(255, 255, 255, 0.05);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #b7b3c2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-balance__item {
    font-size: 16px;
    transition: background 0.3s ease;
}

.table-balance__item:hover {
    background: rgba(255, 0, 128, 0.08);
}

.table-balance__item-coin,
.table-balance__item-total,
.table-balance__item-orders,
.table-balance__item-equivalent {
    display: flex;
    gap: 4px;
    align-items: center;
}

.table-balance__item-coin i {
    font-size: 20px;
    margin-right: 8px;
}

.table-balance__item-coin span,
.table-balance__item-total span,
.table-balance__item-equivalent span {
    font-size: 13px;
    color: #a5a1b8;
}

.table-balance__item-orders {
    color: #ff4fa2;
    font-weight: 500;
}

.table-balance__item-equivalent {
    color: #3eb1ff;
}

@media (max-width: 768px) {
    .table-balance__names,
    .table-balance__item {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 8px;
    }
    .table-balance__names div:nth-child(3),
    .table-balance__names div:nth-child(4),
    .table-balance__item div:nth-child(3),
    .table-balance__item div:nth-child(4) {
        display: none;
    }
}
:root{
    --bg: #1f1c2b;                /* общий фон */
    --card: #231f33;              /* фон карточек */
    --muted: #a8a4b9;
    --text: #fff;
    --line: rgba(255,255,255,.08);
    --accent-pink: #ff4fa2;
    --accent-blue: #47b6ff;
    --radius: 18px;
    --shadow: 0 10px 30px rgba(0,0,0,.35);
}
/* базовая страница */
.main.padding-null{
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
    line-height: 1.6;
}

/* контейнеры */
.protecting-home__container,
.protecting-content__container{
    width: min(1120px, 92%);
    margin: 0 auto;
}

/* ====== Hero ====== */
.protecting-home{
    padding: 72px 0 24px;
}
.protecting-home__box{
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 48px;
    align-items: center;
}
.protecting-home__title{
    font-size: clamp(32px, 3.6vw, 52px);
    font-weight: 800;
    letter-spacing: .2px;
    line-height: 1.1;
    margin-bottom: 18px;
    background: linear-gradient(90deg, #fff, #c7e7ff 55%, #ffd3ea);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.protecting-home__description{
    font-size: clamp(16px, 1.6vw, 18px);
    color: var(--muted);
    max-width: 62ch;
}
.protecting-home__img{
    position: relative;
    isolation: isolate;
    border-radius: calc(var(--radius) + 6px);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    box-shadow: var(--shadow);
}
.protecting-home__img::before{
    content:"";
    position:absolute; inset:-20% -20% auto -20%;
    height: 65%;
    background: radial-gradient(600px 240px at 60% 20%, rgba(255,79,162,.28), transparent 55%),
    radial-gradient(500px 220px at 40% 60%, rgba(71,182,255,.26), transparent 60%);
    filter: blur(26px);
    z-index:-1;
}
.protecting-home__img img{
    display:block; width:100%; height:auto;
    mix-blend-mode: screen;
    transform: translateZ(0);
}

/* ====== Content blocks ====== */
.protecting-content{
    padding: 18px 0 96px;
}
.protecting-content__block{
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 28px;
    margin: 18px 0 22px;
    box-shadow: var(--shadow);
    position: relative;
}
.protecting-content__block::after{
    /* тонкая неоновая кайма */
    content:"";
    position:absolute; inset:0;
    border-radius: inherit;
    padding:1px;
    background: linear-gradient(135deg, rgba(255,79,162,.35), rgba(71,182,255,.35));
    -webkit-mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events:none;
}
.protecting-content__block-title{
    font-size: clamp(20px, 2.1vw, 26px);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing:.2px;
}
.protecting-content__block-title::after{
    content:"";
    display:block; width:74px; height:3px; margin-top:10px;
    background: linear-gradient(90deg, var(--accent-pink), var(--accent-blue));
    border-radius: 99px;
    opacity:.9;
}
.protecting-content__block-description{
    color: var(--muted);
    font-size: 16px;
}

/* подзаголовок внутри описания */
.protecting-content__block-subtitle{
    font-weight: 700;
    color: #fff;
    margin: 16px 0 10px;
    font-size: 17px;
}

/* ====== List styling ====== */
.protecting-content__block-description ul{
    margin: 14px 0 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.protecting-content__block-description li{
    position: relative;
    padding-left: 36px;
    border-left: 1px dashed var(--line);
    margin-left: 12px;
}
.protecting-content__block-description li::before{
    content:"";
    position:absolute; left:-9px; top:.55em;
    width:12px; height:12px; border-radius:50%;
    background: linear-gradient(135deg, var(--accent-pink), var(--accent-blue));
    box-shadow: 0 0 0 4px rgba(255,79,162,.10), 0 0 18px rgba(71,182,255,.35);
}
.protecting-content__block-description li span{
    color:#fff; font-weight: 600;
}

/* ====== Subtle reveal animation ====== */
@keyframes fadeUp {
    from { opacity:0; transform: translateY(8px); }
    to   { opacity:1; transform: translateY(0); }
}
.protecting-home__left,
.protecting-home__img,
.protecting-content__block{
    animation: fadeUp .6s ease both;
}
.protecting-home__img{ animation-delay: .08s; }
.protecting-content__block:nth-child(2){ animation-delay:.06s; }
.protecting-content__block:nth-child(3){ animation-delay:.12s; }
.protecting-content__block:nth-child(4){ animation-delay:.18s; }

/* ====== Responsive ====== */
@media (max-width: 980px){
    .protecting-home__box{ grid-template-columns: 1fr; gap: 26px; }
    .protecting-home{ padding-top: 48px; }
    .protecting-home__img{ order: -1; }
}
@media (max-width: 520px){
    .protecting-content__block{ padding: 22px 18px; }
}

/* ====== hero: volume-home ====== */
.volume-home{
    padding:72px 0 24px;
}
.volume-home__container{
    width:min(1120px, 92%);
    margin:0 auto;
}
.volume-home__box{
    display:grid;
    gap:18px;
}
.volume-home__title{
    font-size: clamp(34px, 4vw, 60px);
    font-weight:800;
    line-height:1.1;
    letter-spacing:.2px;
    margin:0;
    background: linear-gradient(90deg, #ffffff, #c7e7ff 55%, #ffd3ea);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.volume-home__description{
    font-size: clamp(16px, 1.6vw, 18px);
    color:#a8a4b9;
    max-width:62ch;
}
.volume-home__link{
    display:inline-block;
    align-self:start;
    margin-top:8px;
    padding:14px 22px;
    border-radius:14px;
    color:#fff;
    font-weight:700;
    text-decoration:none;
    background: linear-gradient(90deg, rgba(255,79,162,.15), rgba(71,182,255,.15));
    border:1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 0 0 0 rgba(255,79,162,.0);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.volume-home__link:hover{
    transform: translateY(-2px);
    background: linear-gradient(90deg, #ff4fa2, #47b6ff);
    box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 6px 30px rgba(71,182,255,.35);
}

/* ====== skyrocket-benefits ====== */
.skyrocket-benefits__box{
    width:min(1120px, 92%);
    margin:32px auto 0;
}
.skyrocket-benefits__title{
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight:800;
    margin-bottom:6px;
}
.skyrocket-benefits__des{
    color:#a8a4b9;
    margin-bottom:18px;
}
.skyrocket-benefits__items{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:16px;
}
.skyrocket-benefits__item{
    position:relative;
    padding:22px;
    border-radius:18px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border:1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.skyrocket-benefits__item::after{
    content:"";
    position:absolute; inset:0; border-radius:18px; pointer-events:none;
    background: linear-gradient(135deg, rgba(255,79,162,.35), rgba(71,182,255,.35));
    padding:1px;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.skyrocket-benefits__item:hover{
    transform: translateY(-3px);
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    box-shadow: 0 14px 34px rgba(0,0,0,.45), 0 0 24px rgba(71,182,255,.18);
}
.skyrocket-benefits__img{ margin-bottom:12px; }
.skyrocket-benefits__item-title{
    font-weight:700;
    margin-bottom:6px;
}
.skyrocket-benefits__des{
    color:#a8a4b9;
    font-size:15px;
}

/* ====== partners-feedback ====== */
.partners-feedback__box{
    width:min(1120px, 92%);
    margin:48px auto 0;
}
.partners-feedback__title{
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight:800;
    margin-bottom:18px;
}
.partners-feedback__card-box{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:16px;
}
.partners-feedback__card{
    display:flex;
    flex-direction:column;
    height:100%;
    border-radius:18px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border:1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    overflow:hidden;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.partners-feedback__card:hover{
    transform: translateY(-4px);
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    box-shadow: 0 14px 34px rgba(0,0,0,.45), 0 0 24px rgba(255,79,162,.18);
}
.partners-feedback__wrapper{ padding:20px 20px 0; }
.partners-feedback__card-top{
    display:flex; align-items:center; gap:12px; margin-bottom:10px;
}
.partners-feedback__card-img{
    width:36px; height:36px; object-fit:contain;
}
.partners-feedback__card-title{
    font-weight:800; letter-spacing:.2px;
}
.partners-feedback__text{
    color:#a8a4b9; font-size:15px;
}
.partners-feedback__bottom{
    margin-top:auto;
    padding:14px 20px 18px;
    border-top:1px solid rgba(255,255,255,.08);
}
.partners-feedback__bottom-title{
    font-weight:700; margin-bottom:4px;
}

/* ====== fast-listing (CTA) ====== */
.fast-listing{
    text-align:center;
    padding:52px 16px 18px;
}
.fast-listing__title{
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight:800;
}
.fast-listing__des{
    color:#a8a4b9; margin:6px 0 16px;
}
.buttons__05.butafor__btn{
    display:inline-block;
    padding:14px 24px;
    border-radius:16px;
    font-weight:800;
    color:#fff; text-decoration:none;
    background: linear-gradient(90deg, #ff4fa2, #47b6ff);
    border:1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 6px 30px rgba(71,182,255,.35);
    transition: transform .15s ease, filter .15s ease;
}
.buttons__05.butafor__btn:hover{ transform: translateY(-2px); filter: brightness(1.05); }

/* ====== listing-experience (до/после) ====== */
.listing-experience__container{
    width:min(1120px, 92%);
    margin:40px auto 0;
}
.listing-experience__title{
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight:800;
    margin-bottom:16px;
}
.listing-experience__cards{
    display:grid;
    gap:14px;
}
.listing-experience__card{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:12px;
    padding:16px;
    border-radius:18px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border:1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.listing-experience__card-left,
.listing-experience__card-right{
    display:flex; align-items:center; gap:12px;
    padding:12px;
    border-radius:14px;
    background: rgba(255,255,255,.02);
    border:1px dashed rgba(255,255,255,.08);
}
.listing-experience__card-title{ font-weight:700; }
.listing-experience__card-right .listing-experience__card-title{
    font-weight:600; color:#dff7e6;
}

/* ====== start-cooperation (форма) ====== */
.start-cooperation{
    display:flex; justify-content:center;
    padding:48px 16px 96px;
}
.start-cooperation__form{
    width:min(920px, 92%);
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    padding:24px;
}
.start-cooperation__form-title{
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight:800;
}
.start-cooperation__form-des{ color:#a8a4b9; margin:6px 0 16px; }
.start-cooperation__input-box{
    display:grid; grid-template-columns: 1fr 1fr;
    gap:12px;
}
.start-cooperation__input{
    width:100%;
    padding:14px 14px;
    border-radius:12px;
    background:#221f31;
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    outline:none;
    transition: border .15s ease, box-shadow .15s ease, background .15s ease;
}
.start-cooperation__input::placeholder{ color:#8e8aa3; }
.start-cooperation__input:focus{
    border-color:#ff4fa2;
    box-shadow: 0 0 0 4px rgba(255,79,162,.15), 0 0 0 1px #47b6ff inset;
    background:#25223a;
}
.start-cooperation__bottom{
    grid-column: 1 / -1;
    display:flex; justify-content:flex-end; margin-top:6px;
}
.start-cooperation__btn .buttons__05.butafor__btn{ min-width:160px; }
.start-cooperation__alert{
    grid-column:1 / -1;
    margin-top:10px;
    padding:12px 14px;
    border-radius:12px;
    background: rgba(84,171,104,.12);
    border:1px solid rgba(84,171,104,.45);
    color:#dff7e6;
    font-weight:600;
}

/* ====== анимации лёгкого появления ====== */
@keyframes fadeUp {
    from { opacity:0; transform: translateY(8px); }
    to   { opacity:1; transform: translateY(0); }
}
.volume-home__box,
.skyrocket-benefits__item,
.partners-feedback__card,
.listing-experience__card,
.start-cooperation__form{
    animation: fadeUp .6s ease both;
}

/* ====== адаптив ====== */
@media (max-width: 1024px){
    .skyrocket-benefits__items{ grid-template-columns: repeat(2, 1fr); }
    .partners-feedback__card-box{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px){
    .listing-experience__card{ grid-template-columns: 1fr; }
    .start-cooperation__input-box{ grid-template-columns: 1fr; }
}
@media (max-width: 540px){
    .skyrocket-benefits__items{ grid-template-columns: 1fr; }
    .partners-feedback__card-box{ grid-template-columns: 1fr; }
}

.toast-container{
    position: fixed; top: 20px; right: 20px; z-index: 9999;
    display: flex; flex-direction: column; gap: 10px;
}
.toast{
    min-width: 260px; max-width: 360px; padding: 12px 14px;
    border-radius: 12px; color: #fff; font-weight: 600;
    background: rgba(84,171,104,.95); /* success */
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    transform: translateY(-8px); opacity: 0;
    transition: transform .2s ease, opacity .2s ease;
    border: 1px solid rgba(84,171,104,.55);
}
.toast.error{
    background: rgba(229,87,87,.95);
    border-color: rgba(229,87,87,.55);
}
.toast.show{ transform: translateY(0); opacity: 1; }