input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

::-webkit-scrollbar {
    width: 0px;
    /* толщина скроллбара */
    background-color: #0d4c8b;
    border-radius: 50%;
    /* цвет фона */
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    /* цвет ползунка */
}

.error {
    color: red;
    margin-top: 20px;
    font-size: 20px;
}

@font-face {
    font-family: 'Lato';
    src: url(' /css/fonts/Lato-Medium.eot');
    src: local('☺'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype'), url('../fonts/Lato-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url(' /css/fonts/Lato-Semibold.eot');
    src: local('☺'), url('../fonts/Lato-Semibold.woff') format('woff'), url('../fonts/Lato-Semibold.ttf') format('truetype'), url('../fonts/Lato-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.flex {
    display: flex;
}

.jflex {
    display: flex;
    justify-content: center;
}

.aflex {
    display: flex;
    align-items: center;
}

.tflex {
    text-align: center;
}

.sflex {
    display: flex;
    justify-content: space-between;
}

.rel {
    position: relative;
}

.cp {
    cursor: pointer;
}

p {
    margin: 0;
}

img {
    pointer-events: none;
}

body {
    color: rgb(58, 58, 58);
    font-size: 16px;
    line-height: 1.3;
    background-color: #F2F2F2;
    font-family: 'Lato', sans-serif;
    background: #131416;
    color: #fff;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgba(36, 38, 45, 0.52) 0%, rgba(27, 29, 34, 0.52) 100%);
    backdrop-filter: blur(12px);
    height: 120px;
    z-index: 15;
}

.header__wrap {
    max-width: 1527px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    align-items: center;
}

.header__wrap a {
    width: 25%;
}

.header-img img {
    width: 100%;
}

.header-nav>a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    margin-right: 80px;
}

.header-nav>a:last-child {
    margin-right: 0px;
}

.header-button>a {
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
    border-radius: 12px;
    padding: 18px 74.5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    transition: .2s all;
}

.header-button>a:hover {
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
    box-shadow: 0px 12px 80px #506AF2;
}

.header-button>button {
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
    border-radius: 12px;
    padding: 18px 74.5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    transition: .2s all;
}

.header-button>button:hover {
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
    box-shadow: 0px 12px 80px #506AF2;
}

.gardient {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-bootom-wrap {
    max-width: 1527px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    align-items: center;
}

.header-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, rgba(80, 106, 242, 0.44) 0%, rgba(109, 130, 240, 0.44) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
    margin-top: -180px;
}

.header-text {
    font-weight: 900;
    font-size: 126px;
    line-height: 154px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.header-subtext {
    max-width: 471px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.8);
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-subtext>span {
    color: #506AF2;
}

.header-text>span {
    color: #506AF2;
    position: relative;
}

.blur-crepto {
    position: absolute;
    opacity: 0.4;
    filter: blur(8px);
    color: #506AF2;
    top: -36px;
    right: 0;
    z-index: 2;
}

.blur-creptos {
    position: absolute;
    opacity: 0.4;
    filter: blur(4px);
    color: #506AF2;
    top: -13px;
    right: 0;
}

.blur-creptos2 {
    position: absolute;
    filter: blur(32px);
    color: #506AF2;
    top: 0;
    right: 0;
    z-index: 3;
}

.header-button-wrap {
    display: flex;
    margin-top: 40px;
}

.read-more>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    border-radius: 14px;
    padding: 18px 74.5px;
    border: 1px solid #506AF2;
    transition: .5s all;
    background-color: transparent;
    color: #506AF2;
}

.mr20 {
    margin-right: 20px;
}

.read-more>a:hover {
    color: #F0F2FB;
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
}

.read-more>a:focus {
    color: #F0F2FB;
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
}

.swiper {
    margin-top: 50px;
    width: 500px;
    height: 100px;
    position: relative;
}

.main {
    margin-top: 140px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.main-wrap {
    margin: 0 30px;
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cart {
    background: url(../img/1.svg);
    background-position: center;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    height: 320px;
    margin: 103px 0px;
    padding: 36px 20px;
}

.cart-title {
    margin-top: 135px;
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.cart-subtitle {
    max-width: 448px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.8);
}

.cart-subtitle>span {
    color: #506AF2;
}

.cart2 {
    background: url(../img/2.svg);
    max-width: 500px;
    width: 100%;
    height: 296px;
    margin: 103px 0px;
    padding: 36px 20px;
    border-radius: 20px;
    background-position: center;
    border-radius: 20px;
}

.cart3 {
    background: url(../img/3.svg);
    max-width: 500px;
    width: 100%;
    height: 320px;
    margin: 103px 0px;
    padding: 36px 20px;
    background-position: center;
    border-radius: 20px;
}

.faq {
    margin-top: 280px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq-wrap {
    margin: 0 30px;
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faq-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #506AF2;
}

.faq-subtitle {
    font-weight: 900;
    font-size: 64px;
    line-height: 77px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    max-width: 759px;
}

.faq-subtitle>span {
    color: #506AF2;
}

.faq-text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.8);
    max-width: 755px;
}

.spoler {
    background: linear-gradient(rgba(36, 38, 45, 1), rgba(27, 29, 34, 1)) padding-box, linear-gradient(60deg, rgba(50, 51, 60, 1) 0%, rgba(44, 46, 53, 0) 100%, rgba(50, 51, 60, 1) 0%, rgba(44, 46, 53, 0) 100%) border-box;
    border: 1px solid transparent;
    border-radius: 12px;
    max-width: 760px;
    width: 100%;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    margin-bottom: 20px;
}

.spoler-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.spoler-title>span {
    color: #506AF2;
}

.spoler-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.8);
}

.right-faq {
    max-width: 760px;
    width: 100%;
}

.sub-spoler {
    border-radius: 0px 0px 12px 12px;
    padding: 20px 14px;
    background: linear-gradient(rgba(23, 25, 29, 1), rgba(26, 28, 32, 1)) padding-box, linear-gradient(60deg, rgba(50, 51, 60, 1) 0%, rgba(44, 46, 53, 0) 100%, rgba(50, 51, 60, 1) 0%, rgba(44, 46, 53, 0) 100%) border-box;
    border: 1px solid transparent;
    display: none;
}

.sub-spoler-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.8);
    max-width: 710px;
}

.spoler-right>img {
    transform: rotate(-180deg);
}

.active {
    display: block;
    margin-bottom: 20px !important;
}

.rot {
    transform: rotate(-180deg);
    filter: drop-shadow(0px 4px 12px #506AF2);
}

.border {
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 0 !important;
}

.safe {
    margin-top: 437px;
    display: flex;
    justify-content: center;
    width: 100%;
    background: url(../img/safe.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.safe-wrap {
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 30px;
    align-items: center;
}

.safe-title {
    font-weight: 900;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    margin-top: 151px;
}

.safe-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.8);
    max-width: 855px;
    margin-bottom: 32px;
}

.mb150 {
    margin-bottom: 130px;
}

.safe-title>span {
    color: #506AF2;
    position: relative;
}

.saf {
    opacity: 0.4;
    filter: blur(4px);
    top: -20px;
}

.b1 {
    top: -30px;
}

.simpl {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.simpl-wrap {
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    align-items: center;
}

.simpl-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, rgba(80, 106, 242, 0.64) 0%, rgba(109, 130, 240, 0.64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.simpl-subtitle {
    font-weight: 900;
    font-size: 64px;
    line-height: 96px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.simpl-subtitle>span {
    background: linear-gradient(180deg, rgba(80, 106, 242, 0.64) 0%, rgba(109, 130, 240, 0.64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.simpl-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: rgba(240, 242, 251, 0.8);
    max-width: 699px;
}

.simpl-subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: rgba(240, 242, 251, 0.8);
    max-width: 699px;
    margin-top: 20px;
}

.gar-bottom {
    transform: rotate(-180deg);
    margin-top: -300px;
}

.mt50 {
    margin-top: 50px;
}

.p1 {
    left: -25px;
}

.p2 {
    left: -25px;
}

.p3 {
    left: -25px;
}

.fz400 {
    font-weight: 900;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.fz300 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 504px;
}

.footer {
    display: flex;
    justify-content: center;
    width: 100%;
    background: url(../img/bg-footer.svg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.footer-wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 30px;
}

.top-footer img {
    width: 100%;
}

.top-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.first-f {
    display: flex;
    flex-direction: column;
}

.first-f>p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    margin-bottom: 8px;
}

.first-f>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.8);
}

.s1 {
    background: url(../img/s1.svg)no-repeat;
    padding-left: 30px;
    background-position-y: 3px;
}

.s2 {
    background: url(../img/s2.svg)no-repeat;
    padding-left: 30px;
    background-position-y: 5px;
}

.s3 {
    background: url(../img/s3.svg)no-repeat;
    padding-left: 30px;
    background-position-y: 5px;
}

.s4 {
    background: url(../img/s4.svg)no-repeat;
    padding-left: 30px;
    background-position-y: 5px;
}

.blok {
    display: block;
}

.mt34 {
    margin-top: 50px;
}

.bottom-footer {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(240, 242, 251, 0.2);
    ;
    margin-bottom: 30px;
}

.bottom-footer-leaft>p {
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.44);
    max-width: 630px;
}

.bottom-footer-right {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    max-width: 370px;
}

.opas {
    opacity: 0;
}

.mt20 {
    margin-top: 20px;
}

.pad>a {
    padding: 18px 74px;
}

.pad2>a {
    padding: 18px 69.5px;
}

.rel2 {
    position: relative;
    z-index: 10;
}

@media(max-width:1581px) {
    .faq-wrap {
        justify-content: center;
    }
    .left-faq {
        margin-bottom: 30px;
    }
    .faq {
        margin-top: 50px;
    }
    .safe {
        margin-top: 50px;
    }
    .simpl-wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
    }
}

@media(max-width:1400px) {
    .header-text {
        font-size: 85px;
    }
    .fz400 {
        font-size: 48px;
    }
    .gardient>img {
        width: 90%;
    }
    .gar-bottom>img {
        width: 90% !important;
    }
    .mains {
        margin: 160px 0px !important;
    }
}

@media(max-width:1103px) {
    .cart {
        margin: 30px 0px;
    }
    .cart2 {
        margin: 30px 0px;
        margin-left: -15px;
    }
    .cart3 {
        margin: 30px 0px;
    }
    .simpl-right>img {
        width: 50%;
    }
    .simpl-right {
        display: flex;
        justify-content: center;
    }
    .header-text {
        line-height: 90px;
        margin-bottom: 20px;
    }
    .main {
        margin-top: 50px;
    }
    .header {
        height: 93px;
    }
    .safe-title {
        margin-top: 30px;
    }
    .mb150 {
        margin-bottom: 50px;
    }
}

@media(max-width:920px) {
    .rel2 {
        margin-bottom: 100px;
    }
    .faq-subtitle {
        font-size: 40px;
    }
    .faq-text {
        font-size: 14px;
        line-height: 20px;
    }
    .spoler-title {
        font-size: 18px;
    }
    .spoler-subtitle {
        font-size: 14px;
    }
    .safe-title {
        font-size: 40px;
        line-height: 50px;
    }
    .simpl-subtitle {
        font-size: 50px;
        line-height: 50px;
    }
    .simpl-text {
        font-size: 14px;
    }
    .simpl-subtext {
        font-size: 14px;
    }
    .bottom-footer-leaft>p {
        font-size: 12px;
        line-height: 16px;
    }
    .header-button>a {
        padding: 12px 40.5px;
    }
    .header-button>button {
        padding: 12px 40.5px;
    }
    .pad>a {
        padding: 12px 40.5px;
    }
    .pad2>a {
        padding: 12px 36px;
    }
    .header-nav>a {
        margin-right: 20px;
        font-size: 18px;
    }
    .header-title {
        margin-top: 0px;
    }
    .sector {
        margin: 150px 0px !important;
    }
    .midl-sector>img {
        width: 30% !important;
    }
    .midl-sector {
        align-items: baseline;
    }
    .cercol {
        margin: 50px 0px !important;
    }
}

@media(max-width:610px) {
    .header-button>a {
        padding: 12px 12px;
    }
    .header-button>button {
        padding: 12px 40.5px;
    }
    .header-nav>a {
        margin-right: 12px;
        font-size: 14px;
    }
    .header-text {
        font-size: 45px;
        line-height: 45px;
    }
    .cart {
        margin: 15px 0px;
    }
    .cart2 {
        margin: 15px 0px;
    }
    .cart3 {
        margin: 15px 0px;
    }
    .pad>a {
        padding: 12px 16px;
    }
    .pad2>a {
        padding: 12px 12px;
    }
    .rel2 {
        margin-bottom: 200px;
    }
    .faq-subtitle {
        font-size: 25px;
    }
    .faq-text {
        font-size: 13px;
        line-height: 16px;
    }
    .spoler {
        padding: 12px 15px;
    }
    .safe-title {
        font-size: 25px;
    }
    .safe-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    .simpl-title {
        font-size: 18px;
        line-height: 22px;
    }
    .simpl-subtitle {
        font-size: 35px;
        line-height: 43px;
    }
    .simpl-subtext {
        margin-top: 2px;
    }
    .mt50 {
        font-size: 16px;
    }
    .fz400 {
        font-size: 28px;
        line-height: 49px;
    }
    .fz300 {
        font-size: 12px;
        line-height: 16px;
        max-width: 300px;
    }
    .bottom-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-footer {
        justify-content: space-around;
    }
    .first-f>p {
        font-size: 16px;
        line-height: 22px;
    }
    .first-f>a {
        font-size: 12px;
        line-height: 21px;
    }
    .bottom-footer-right {
        justify-content: center;
    }
    .w100>a {
        padding: 18px 0px !important;
        width: 100%;
        display: block;
    }
    .leaft-seb>p {
        font-size: 15px !important;
    }
    .pris {
        font-size: 15px !important;
    }
    .l-sec {
        font-size: 20px !important;
    }
    .r-sec {
        font-size: 20px !important;
    }
    .sub-sec {
        font-size: 14px !important;
        line-height: 5px !important;
    }
    .req-title {
        font-weight: 700 !important;
        font-size: 26px !important;
    }
    .sflex-title {
        font-weight: 700 !important;
        font-size: 29px !important;
    }
    .r-title {
        font-weight: 700 !important;
        font-size: 24px !important;
    }
    .r-subtitle {
        font-size: 18px !important;
    }
    .right-conteiner {
        padding: 20px 20px !important;
    }
    .leaft-conteiner {
        padding: 20px 20px !important;
    }
    .capcha {
        width: 100% !important;
    }
    .swiper {
        width: 400px;
    }
    #ys-name {
        font-size: 18px !important;
    }
    #input-rev-a {
        font-size: 18px !important;
    }
    #header-name {
        font-size: 20px !important;
    }
    #header-s-n {
        font-size: 20px !important;
    }
    #c-2 {
        font-size: 26px !important;
    }
}

@media(max-width:500px) {
    .header-nav {
        display: flex;
        flex-direction: column;
    }
    .swiper {
        width: 350px;
    }
    .r-grin-text {
        display: nonew;
    }
    .header-nav>a {
        line-height: 24px;
        width: 100%;
    }
    .bottom-footer-right>img {
        width: 15%;
    }
    .rad {
        width: 50% !important;
    }
    .rad2 {
        width: 50% !important;
    }
    .midl-sector {
        align-items: center !important;
        flex-direction: column !important;
    }
    .midl-sector>img {
        transform: rotate(90deg) !important;
        margin: 30px 0px !important;
    }
    .sector {
        margin: 90px 0px;
    }
}

.mains {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 300px 0px;
}

.mains-wrap {
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 15px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.send {
    background: url(../img/main.svg)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 40px 0px 40px;
    max-width: 500px;
    width: 100%;
    height: 700px;
    border-radius: 24px;
    margin-bottom: 30px;
    overflow: auto !important;
}

.send-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
}

.send-title>span {
    color: #506AF2;
}

.send-input {
    background: linear-gradient(180deg, #1D1E23 0%, #1B1D22 100%);
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #32333C;
    margin-top: 20px;
}

.send-input>input {
    width: 100%;
    background-color: transparent;
    padding-left: 25px;
    background-image: url(../img/serch.svg);
    background-repeat: no-repeat;
    color: #F0F2FB;
}

placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.64);
}

.send-cr {
    background: linear-gradient(180deg, #24262D 0%, #1B1D22 100%);
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    transition: .3s all;
}

.leaft-seb {
    display: flex;
    align-items: center;
}

.leaft-seb>img {
    margin-right: 14px;
}

.leaft-seb>p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.pris {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.dog {
    color: rgba(240, 242, 251, 0.64);
}

.send-cr:hover {
    background: linear-gradient(180deg, #424658 0%, #2B2F40 100%);
    border-radius: 12px;
}

.send-cr:focus {
    background: linear-gradient(180deg, #424658 0%, #2B2F40 100%);
    border-radius: 12px;
}

.right-form {
    padding: 60px 40px;
    background: linear-gradient(180deg, #1A1B1F 0%, #15151A 100%);
    border-radius: 24px;
    max-width: 500px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.form-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    margin-top: 40px;
}

.form-title>span {
    color: #506AF2;
}

.form-input {
    background: linear-gradient(180deg, #1D1E23 0%, #1B1D22 100%);
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #32333C;
    margin-top: 20px;
}

.form-input>input {
    width: 100%;
    background-color: transparent !important;
    color: #F0F2FB;
}

.mt0 {
    margin-top: 0px;
}

.w100 {
    margin-top: 40px;
}

.w100>a {
    padding: 18px 162px;
}

.capcha {
    display: flex;
    justify-content: space-between;
    width: 70%;
    align-items: center;
    margin-top: 40px;
}

.cap {
    background: linear-gradient(180deg, #1D1E23 0%, #1B1D22 100%);
    border-radius: 12px;
    width: 60px;
    height: 60px;
    padding: 18px 25px;
}

.cap-n {
    background: transparent;
    width: 100%;
    height: 100%;
    color: #F0F2FB;
}

.capcha>p {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.rad {
    position: absolute;
    left: 0;
    top: 0;
}

.rad2 {
    position: absolute;
    right: 0;
    bottom: -800px;
}

.sector {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 300px 0px;
}

.sector-wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 30px;
}

.sector-title {
    font-weight: 900;
    font-size: 64px;
    line-height: 77px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    text-align: center;
}

.sector-subtitle {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.44);
}

.sector-subtitle>span {
    color: #506AF2;
}

.midl-sector {
    display: flex;
    justify-content: space-evenly;
    margin-top: 32px;
    align-items: flex-start;
}

.l-sec {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.l-sec>span {
    color: #506AF2;
}

.r-sec {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.r-sec>span {
    color: #506AF2;
}

.sub-sec {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(109, 240, 114, 0.64);
    display: none;
}

.flexd {
    display: flex;
    flex-direction: column;
}

.leaft-conteiner {
    background: linear-gradient(180deg, #1A1B1F 0%, #15151A 100%);
    border-radius: 24px;
    padding: 60px 40px;
    border: 1px solid #2A2C37;
    max-height: 557px;
    position: relative;
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}

.req-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    max-width: 420px;
}

.req-title>span {
    color: #506AF2;
}

.adres {
    background: linear-gradient(180deg, #1D1E23 0%, #1B1D22 100%);
    border-radius: 12px;
    padding: 21px 20px;
    border: 1px solid #32333C;
    margin-top: 20px;
    width: 100%;
    height: 60px;
}

.adres>input {
    width: 100%;
    background-color: transparent;
    color: #F0F2FB;
}

.copi {
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
    border-radius: 0px 12px 12px 0px;
    padding: 18px;
    margin-left: -54px;
    height: 60px;
    margin-top: 20px;
}

.tabel {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wraper {
    display: flex;
    width: 100%;
}

.war {
    border-top: 1px solid rgba(240, 242, 251, 0.2);
    margin-top: 40px;
    align-items: center;
}

.sflex-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    max-width: 136px;
}

.sflex-title>span {
    color: #506AF2;
}

.sflex-qr {
    margin-top: 40px;
}

.tabel {
    margin-top: 60px;
}

.right-conteiner {
    background: linear-gradient(180deg, #1A1B1F 0%, #15151A 100%);
    border-radius: 24px;
    padding: 60px 40px;
    border: 1px solid #2A2C37;
    max-width: 500px;
    width: 100%;
    max-height: 715px;
    height: 100%;
    position: relative;
}

.r-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    margin-top: 40px;
}

.r-title>span {
    color: #506AF2;
}

.r-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.8);
    margin-top: 4px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(240, 242, 251, 0.2);
    ;
}

.r-subtitle>span {
    color: #506AF2;
}

.r-subgrin {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(109, 240, 114, 0.8);
    padding-bottom: 40px;
    display: none;
}

.ala {
    align-items: center;
    border-bottom: 1px solid #2A2C37;
}

.mt0 {
    margin-top: 0;
}

.brnobe {
    border-bottom: none;
}

.cercol {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 20px solid #2A2C37;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #131416;
}

.tame {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tame-left {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.cercol-line {
    text-align: center;
    border: 15px solid #506AF2;
    border-radius: 50%;
    padding: 99px 96px 108px 90px;
    width: 100%;
}

.base-timer {
    position: relative;
    width: 348px;
    height: 350px;
    top: -14px;
    left: -14px;
}

.base-timer__svg {
    transform: scaleX(1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}


/* .base-timer__path-elapsed {
	/* stroke-width: 7px;
	stroke: grey;
} */

.base-timer__path-remaining {
    stroke-width: 2px;
    /* stroke-linecap: round; */
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #506AF2;
}

.base-timer__path-remaining.orange {
    color: #506AF2;
}

.base-timer__path-remaining.red {
    color: #506AF2;
}

.base-timer__label {
    position: absolute;
    /* width: 295px;
	height: 295px; */
    top: 48%;
    left: 37%;
    /* display: flex;
	align-items: center;
	justify-content: center; */
    font-size: 48px;
    border-radius: 50%;
    /* background-color: #131416; */
    color: #506AF2;
}

.ti-blue {
    position: absolute;
    z-index: 13;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    top: 123px;
    left: 114px;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 30px;
    left: 0;
    background: linear-gradient(180deg, #1a1b1f00 0%, #16171b 83.85%, rgb(21 21 26) 100%);
    border-radius: 0px 0px 24px 24px;
}

.shadow-r {
    z-index: 10;
    position: absolute;
    width: 36%;
    height: 51px;
    top: 51px;
    left: -5px;
    background: linear-gradient(270deg, #1a1b1f00 0%, #131416 83.85%, #131416 100%);
}

.swiper-conteiner {
    position: relative;
}

.shadow-l {
    z-index: 10;
    position: absolute;
    width: 36%;
    height: 51px;
    top: 51px;
    right: -5px;
    background: linear-gradient(90deg, #1a1b1f00 0%, #131416 83.85%, #131416 100%);
}

.r-grin-text {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.02em;
    color: rgba(109, 240, 114, 0.64);
    right: 25px;
    top: 13px;
    display: none;
}

.ac {
    display: block;
}

.cap-n-enter {
    background: linear-gradient(180deg, #1D1E23 0%, #1B1D22 100%);
    border-radius: 12px;
    padding: 17px 21px;
}

.enter-cap {
    padding: 17px 21px;
}

.header-button>button {
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
    border-radius: 12px;
    padding: 18px 74.5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    transition: .2s all;
}

.header-button>button:hover {
    background: linear-gradient(180deg, #506AF2 0%, #6D82F0 100%);
    box-shadow: 0px 12px 80px #506AF2;
}

.form-send {
    max-width: 500px;
    width: 100%;
}

.gilka-n {
    display: none;
    background-color: #131416;
    width: 265px;
    height: 228px;
    position: absolute;
    top: 43px;
    left: 38px;
    z-index: 13;
    padding: 88px;
    border-radius: 36%;
}

.gilka {
    display: block;
    z-index: 13;
}

.price-box {
    background: linear-gradient(180deg, #24262D 0%, #1B1D22 100%);
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    transition: .3s all;
    cursor: pointer !important;
}

.price-box-symbol {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    cursor: pointer;
}

.price-box-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    cursor: pointer;
}

.send-shadow {
    position: relative;
    max-width: 500px;
    width: 100%;
}

.price-box-img {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.price-box-img>img {
    border-radius: 50%;
    width: 36px;
    margin-right: 20px;
}

.see-coin {
    background: linear-gradient(180deg, #424658 0%, #2B2F40 100%);
}


/* .price-box:active {
	background: linear-gradient(180deg, #424658 0%, #2B2F40 100%);
} */

.absolut-title {
    padding: 39px 0px 16px;
    position: absolute;
    z-index: 10;
    max-width: inherit;
    width: -webkit-fill-available;
    background-color: #191A1E;
    top: 0px;
    margin-right: 40px;
    border-top: 1px solid #282934;
}

.php-wrap {
    margin-top: 140px;
}

#input-rev-a {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #506AF2;
    margin-top: 4px;
    margin-left: 10px;
}

#header-s-n {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #506AF2;
}

#c-2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #506AF2;
    margin-left: 5px;
}

#header-s-n {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #506AF2;
    margin-left: 10px;
}

#header-name {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #506AF2;
    margin-left: 10px;
}

#ys-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #506AF2;
    margin-top: 4px;
    margin-left: 10px;
}

.head-tit {
    display: flex;
    flex-direction: column
}

.flex-w {
    display: flex;
    flex-wrap: wrap;
}

#c-1 {
    margin-left: 5px;
}

.bt-1 {
    border-top: 1px solid rgba(240, 242, 251, 0.2);
    margin-top: 0;
    padding-top: 40px;
}

.db1 {
    display: block;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

#qrcode {
    padding: 5px;
    border-radius: 8px;
    background-color: white;
}

@media(min-height:4919px) {
    .pf0 {
        position: fixed;
        bottom: 0;
    }
}

@media(min-height:1751px) {
    .pf1 {
        position: fixed;
        bottom: 0;
    }
}

@media(min-height:1751px) {
    .pf2 {
        position: fixed;
        bottom: 0;
        z-index: 14;
    }
}