body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    width: 100%;
    max-width: 100%
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #000
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px
}

@font-face {
    font-family: "Segoe UI";
    src: local("Segoe UI Bold"), local("Segoe-UI-Bold"), url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Segoe UI";
    src: local("Segoe UI"), local("Segoe-UI"), url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
    font-weight: 400;
    font-display: swap
}

.header {
    padding: 19px 0 30px
}

.header .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .block .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 32px
}

.header .block .logo span {
    font-weight: 700;
    margin-left: 10px
}

.header .block .bg_menu {
    display: none
}

.header .block .bg_list {
    display: none
}

.header .block .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .block .list li + li {
    margin-left: 44px
}

.header .block .list li a {
    font-size: 18px;
    line-height: 24px
}

.header .block .list li .active {
    border-bottom: 4px solid #6f7ff0
}

.btn-small {
    background: #6f7ff0;
    border-radius: 7px;
    padding: 3px 55px 7px 55px;
    font-size: 24px;
    line-height: 32px;
    color: #fff
}

.btn-small:hover {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn-small:active {
    background: #5b6bdb;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
}

.s1 {
    background: -o-linear-gradient(9.72deg, rgba(254, 127, 117, 0.6) 3.66%, rgba(111, 127, 240, 0.6) 100%);
    background: linear-gradient(80.28deg, rgba(254, 127, 117, 0.6) 3.66%, rgba(111, 127, 240, 0.6) 100%)
}

.s1 .block {
    padding: 186px 0 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s1 .block img {
    max-height: 300px;
    border-radius: 20px
}

.s1 .block .info {
    margin-left: 47px
}

.s1 .block .info .s1_title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 10px
}

.s1 .block .info .s1_text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px
}

.btn-main {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    background: #6f7ff0;
    border-radius: 7px;
    padding: 17px 39px 23px 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto
}

.btn-main:hover {
    -webkit-filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.36));
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.36));
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn-main:active {
    background: #5b6bdb;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
}

.s2 {
    position: relative;
    padding: 60px 0
}

.s2 .block::before {
    position: absolute;
    content: url(../img/Vector.svg);
    left: 0;
    top: -70px;
    z-index: -1
}

.s2 .block .title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 59px;
    text-align: center
}

.s2 .block .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px
}

.s2 .block .info .s2_text {
    margin-left: 79px
}

.s2 .block .info .s2_text p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 35px
}

.s2 .block .info .s2_text .list li {
    font-size: 20px;
    position: relative;
    line-height: 27px;
    padding-left: 34px
}

.s2 .block .info .s2_text .list li::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 16px;
    background: #f8c982;
    border-radius: 4px;
    left: 5px;
    bottom: 5px
}

.s2 .block .info .s2_text .list .li-2::before {
    background: #fe7f75
}

.s2 .block .info .s2_text .list .li-3::before {
    background: #87dba9
}

.s2 .block .info .s2_text .list .li-4::before {
    background: #c390c4
}

.s2 .block .info .s2_text .list .li-5::before {
    background: #64b9d0
}

.s2 .block .speed_info .title {
    font-size: 36px;
    margin-bottom: 55px
}

.s2 .block .speed_info .s2_items .s2_item {
    position: relative;
    border: 1px solid #6f7ff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 4px #6F7FF0);
    filter: drop-shadow(0px 0px 4px #6F7FF0);
    border-radius: 6px;
    max-width: 822px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 32px;
    padding: 11px 0 12px 19px
}

.s2 .block .speed_info .s2_items .s2_item--first::before, .s2 .block .speed_info .s2_items .s2_item--second::before, .s2 .block .speed_info .s2_items .s2_item--third::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px;
    z-index: -1
}

.s2 .block .speed_info .s2_items .s2_item--first::before {
    background: rgba(111, 127, 240, .7);
    width: 77%;
    -webkit-animation: 1.5s linear 0s progress-bar-first;
    animation: 1.5s linear 0s progress-bar-first
}

@-webkit-keyframes progress-bar-first {
    from {
        width: 0%
    }
    to {
        width: 77%
    }
}

@keyframes progress-bar-first {
    from {
        width: 0%
    }
    to {
        width: 77%
    }
}

.s2 .block .speed_info .s2_items .s2_item--second::before {
    background: rgba(255, 211, 27, .82);
    width: 64%;
    -webkit-animation: 1.5s linear 0s progress-bar-second;
    animation: 1.5s linear 0s progress-bar-second
}

@-webkit-keyframes progress-bar-second {
    from {
        width: 0%
    }
    to {
        width: 64%
    }
}

@keyframes progress-bar-second {
    from {
        width: 0%
    }
    to {
        width: 64%
    }
}

.s2 .block .speed_info .s2_items .s2_item--third::before {
    background: rgba(254, 127, 117, .75);
    width: 55%;
    -webkit-animation: 1.5s linear 0s progress-bar-third;
    animation: 1.5s linear 0s progress-bar-third
}

@-webkit-keyframes progress-bar-third {
    from {
        width: 0%
    }
    to {
        width: 55%
    }
}

@keyframes progress-bar-third {
    from {
        width: 0%
    }
    to {
        width: 55%
    }
}

.s2 .block .speed_info .s2_items .s2_item span {
    font-weight: 700
}

.s2 .block .speed_info .s2_items .s2_item + .s2_item {
    margin-top: 20px
}

.s2 .block .speed_info::before {
    position: absolute;
    content: url(../img/Vector2.svg);
    right: 0;
    bottom: -120px;
    z-index: -1
}

.s2 .chart-wrapper {
    max-width: 422px;
    max-height: 422px
}

.s3 {
    padding: 100px 0;
    position: relative
}

.s3 .block .title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 34px
}

.s3 .block .s3_items::before {
    position: absolute;
    content: url(../img/Vector3.svg);
    left: 0;
    bottom: 160px;
    z-index: -1
}

.s3 .block .s3_items::after {
    position: absolute;
    content: url(../img/Vector4.svg);
    right: 0;
    bottom: 20px;
    z-index: -1
}

.s3 .block .s3_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s3 .block .s3_items .s3_item {
    padding: 20px 18px;
    max-width: 274px;
    max-height: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(111, 127, 240, .51);
    box-shadow: 0px 0px 9px rgba(111, 127, 240, .51);
    border-radius: 3px;
    margin-bottom: 60px;
    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
}

.s3 .block .s3_items .s3_item .s3-img {
    margin-bottom: 20px;
    width: 225px;
    height: 212px;
    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
}

.s3 .block .s3_items .s3_item .text {
    text-align: center
}

.s4 {
    padding: 25px 0
}

.s4 .back {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 195, 255, 0.093)), color-stop(15.17%, rgba(146, 158, 247, 0.3)), color-stop(54.49%, rgba(118, 133, 241, 0.281705)), color-stop(75.28%, rgba(111, 127, 240, 0.3)), to(rgba(9, 33, 210, 0.018)));
    background: -o-linear-gradient(top, rgba(187, 195, 255, 0.093) 0%, rgba(146, 158, 247, 0.3) 15.17%, rgba(118, 133, 241, 0.281705) 54.49%, rgba(111, 127, 240, 0.3) 75.28%, rgba(9, 33, 210, 0.018) 100%);
    background: linear-gradient(180deg, rgba(187, 195, 255, 0.093) 0%, rgba(146, 158, 247, 0.3) 15.17%, rgba(118, 133, 241, 0.281705) 54.49%, rgba(111, 127, 240, 0.3) 75.28%, rgba(9, 33, 210, 0.018) 100%)
}

.s4 .back .block {
    padding: 38px 0 93px 0;
    max-width: 910px;
    margin: 0 auto
}

.s4 .back .block .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 50px;
    text-align: center
}

.s4 .back .block .text {
    font-size: 24px;
    line-height: 32px;
    text-align: center
}

.s5 {
    padding: 135px 0
}

.s5 .back {
    background: -o-linear-gradient(2.35deg, rgba(233, 71, 71, 0.5616) 0%, rgba(111, 127, 240, 0.5928) 100%);
    background: linear-gradient(87.65deg, rgba(233, 71, 71, 0.5616) 0%, rgba(111, 127, 240, 0.5928) 100%)
}

.s5 .back .block {
    padding: 15px 0 50px 0
}

.s5 .back .block .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center
}

.s5 .back .block .text {
    font-size: 24px;
    line-height: 28px;
    text-align: center
}

.footer_copy {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer_copy .text {
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

.about {
    padding: 80px 0 60px 0
}

.about .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about .block p {
    font-size: 18px;
    line-height: 24px
}

.about .block p span {
    font-weight: 700
}

.about_inner::after {
    position: absolute;
    content: url(../img/Vector5.svg);
    right: 0;
    top: 80px;
    z-index: 0
}

.about_inner::before {
    position: absolute;
    content: url(../img/Vector6.svg);
    left: 0;
    top: 220px;
    z-index: 0
}

.about-2 {
    padding: 0 0 60px 0
}

.about-2 .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-2 .block p {
    font-size: 18px;
    line-height: 24px
}

.info_plus {
    padding: 75px 0 150px 0
}

.info_plus .block {
    background: rgba(111, 127, 240, .71);
    border-radius: 5px;
    padding: 17px 14px;
    max-width: 375px
}

.info_plus .block .info_plus-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.introduction {
    padding: 120px 0;
    position: relative
}

.introduction .block {
    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
}

.introduction .block p {
    font-size: 24px;
    line-height: 32px;
    margin-left: 46px;
    max-width: 575px
}

.introduction .block::after {
    position: absolute;
    content: url(../img/Vector7.svg);
    right: 0;
    top: -30px;
    z-index: -1
}

.information {
    padding: 35px 0;
    position: relative
}

.information .block p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
    padding-bottom: 91px
}

.information .block .attention {
    background: #99a4f4;
    border-radius: 3px;
    padding: 5px 0 15px;
    max-width: 676px;
    margin: 0 auto
}

.information .block .attention .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center
}

.information .block .attention .text {
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

.information .block .attention .text span {
    font-weight: 700
}

.information::before {
    position: absolute;
    content: url(../img/Vector9.svg);
    left: 0;
    bottom: -40px;
    z-index: -1
}

.cards {
    padding: 170px 0
}

.cards .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
}

.cards .items .item {
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cards .items .item img {
    margin-bottom: 20px
}

.cards .items .item .text {
    font-size: 24px;
    line-height: 32px;
    text-align: center
}

.cards .items .item + .item {
    margin-left: 110px
}

.feedback {
    padding: 130px 0
}

.feedback .container {
    text-align: center
}

.feedback .container .wrap .text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 24px
}

.feedback .container .wrap .feedback-btn {
    border-radius: 17px;
    font-size: 24px;
    line-height: 32px;
    padding: 16px 104px;
    color: #fff
}

.feedback .container .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 100px;
    color: rgba(0, 0, 0, .67)
}

.feedback .container .text::after {
    position: absolute;
    content: url(../img/Vecto11r.svg);
    right: 0;
    top: 140px;
    z-index: -1
}

.feedback .container .feedback-btn::before {
    position: absolute;
    content: url(../img/Vector12.svg);
    left: 0;
    top: 510px;
    z-index: -1
}

.feedback .not-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.feedback .not-container .slider {
    margin-bottom: 45px;
    overflow: hidden;
    padding-bottom: 45px;
    width: 100%;
    height: 100%
}

.feedback .not-container .slider .swiper-wrapper {
    margin-bottom: 20px
}

.feedback .not-container .slider .swiper-wrapper .item-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
}

.feedback .not-container .slider .swiper-wrapper .item {
    -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
    background: #fff;
    border-radius: 20px;
    width: 390px;
    min-height: 185px
}

.feedback .not-container .slider .swiper-wrapper .item .item_title {
    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;
    border-bottom: 1px solid #e1e1e1;
    padding: 14px
}

.feedback .not-container .slider .swiper-wrapper .item .item_title .name {
    font-size: 18px;
    line-height: 24px;
    text-align: left
}

.feedback .not-container .slider .swiper-wrapper .item .item_title .coordinate {
    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
}

.feedback .not-container .slider .swiper-wrapper .item .item_title .coordinate .numbers {
    margin-left: 11px
}

.feedback .not-container .slider .swiper-wrapper .item .item_title .star {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px
}

.feedback .not-container .slider .swiper-wrapper .item .item_text {
    font-size: 14px;
    line-height: 19px;
    padding: 25px;
    text-align: left
}

.feedback .not-container .btn_prev {
    position: absolute;
    right: 50%;
    margin-right: 30px;
    bottom: 0;
    z-index: 5
}

.feedback .not-container .btn_prev:hover svg, .feedback .not-container .btn_next:hover svg {
    background: rgba(111, 127, 240, .12);
    border-radius: 50%
}

.feedback .not-container .btn_prev:active svg, .feedback .not-container .btn_next:active svg {
    background: rgba(111, 127, 240, .51);
    border-radius: 50%
}

.feedback .not-container .btn_next {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5
}

.cards .items .item .text span {
    font-weight: 700
}

.contract {
    padding: 40px 0
}

.contract .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contract .container article {
    max-width: 790px
}

.contract .container article p {
    font-size: 18px;
    line-height: 24px
}

.contract .container article::after {
    position: absolute;
    content: url(../img/Vector14.svg);
    right: 0;
    bottom: -100px
}

.contract .container article::before {
    position: absolute;
    content: url(../img/Vector99.svg);
    left: -145px;
    bottom: 0
}

.contract .container .art--hide {
    display: none
}

.contract .container .sidebar {
    max-width: 322px;
    max-height: 493px;
    border: 1px solid #6f7ff0;
    margin-left: 25px
}

.contract .container .sidebar .sidebar_field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 82px;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 70px 14px 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #6f7ff0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contract .container .sidebar .sidebar_field--active, .contract .container .sidebar .sidebar_field:hover, .contract .container .sidebar .sidebar_field:active {
    background-color: #b6bef6
}

.account {
    padding: 100px 0 25px
}

.account .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.account .container .data {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.account .container .data .data_num {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px
}

.account .container .data .data_status {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px
}

.account .container .data .data_text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 60px
}

.account .container .history {
    border: 2px solid #6f7ff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 13px;
    width: 825px;
    padding: 5px;
    text-align: center
}

.account .container .history .history_txt {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px
}

.account .container .history .history_text {
    font-size: 24px;
    line-height: 28px;
    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;
    height: 80%;
    color: rgba(0, 0, 0, .68)
}

.account .container .history .history_data {
    padding: 0 25px;
    overflow-y: scroll;
    height: 245px
}

.account .container .history .history_data .data_inform {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(111, 127, 240, .42);
    padding: 18px 0
}

.account .container .history .history_data .data_inform .history_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px
}

.account .container .history .history_data .data_inform .type, .account .container .history .history_data .data_inform .history_title-1 {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.account .container .history .history_data .data_inform .history_title-2 {
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.account .container .history .history_data .data_inform .history_title-3 {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.account .container .history .history_data .data_inform .summa {
    color: #255ae2;
    width: 70px
}

.account .container .history .history_data .data_inform .minus_sum {
    color: #d72020
}

.account .container .history .history_data .data_inform .plus_sum {
    color: #2fde36
}

.account .container .history .history_data .data_inform .date {
    width: 125px
}

.account .container .history .history_data .inform_title {
    border-top: none;
    padding-top: 0
}

.account .container .history .history_data::-webkit-scrollbar {
    width: 7px
}

.account .container .history .history_data::-webkit-scrollbar-thumb {
    overflow: hidden;
    background: #7c89df;
    border-radius: 22px
}

.account .container .data::after {
    position: absolute;
    content: url(../img/Vector14.svg);
    right: 0
}

.data-btn {
    font-size: 18px;
    line-height: 24px;
    -webkit-filter: drop-shadow(0px 4px 9px #6F7FF0);
    filter: drop-shadow(0px 4px 9px #6F7FF0);
    padding: 14px 59px;
    background: #7c89df;
    border-radius: 6px
}

.data-btn:hover {
    -webkit-filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37));
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37))
}

.data-btn:active {
    background: #5764bd;
    -webkit-filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37));
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37))
}

.balance {
    padding: 25px 0
}

.balance .container {
    text-align: center
}

.balance .container .balance_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 46px
}

.balance .container .balance_items .balance_item {
    max-width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #34a3d0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 34px 19px
}

.balance .container .balance_items .balance_item .item_title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 35px
}

.balance .container .balance_items .balance_item .item_text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 54px
}

.balance .container .balance_items .balance_item .item_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px
}

.balance .container .balance_items .balance_item .item_btn .item_btn-1, .balance .container .balance_items .balance_item .item_btn .item_btn-2 {
    font-size: 14px;
    line-height: 19px;
    background: #7c89df;
    border-radius: 6px;
    padding: 7px 23px 12px 23px;
    max-width: 101px;
    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
}

.balance .container .balance_items .balance_item .item_btn .item_btn-1:hover, .balance .container .balance_items .balance_item .item_btn .item_btn-2:hover {
    -webkit-filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37));
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37))
}

.balance .container .balance_items .balance_item .item_btn .item_btn-1:active, .balance .container .balance_items .balance_item .item_btn .item_btn-2:active {
    background: #5764bd;
    -webkit-filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37));
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37))
}

.balance .container .balance_items .item-2 {
    border: 2px solid #2dd07f
}

.balance .container .balance_items .item-3 {
    border: 1px solid #ffd31b
}

.balance .container .balance_items .item-4 {
    border: 1px solid #5e5e5e
}

.balance .container .balance_item + .balance_item {
    margin-left: 40px
}

.advantages {
    padding: 30px 0;
    position: relative
}

.advantages .container .advantages_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages .container .advantages_items .advantages_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 62px
}

.advantages .container .advantages_items .advantages_item .item_circle {
    background: rgba(111, 127, 240, .51);
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.advantages .container .advantages_items .advantages_item .item_text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 17px;
    max-width: 315px;
    position: relative
}

.advantages .container .advantages_items .advantages_item .item_text-1::before {
    position: absolute;
    content: url(../img/man.svg);
    top: -55px;
    right: 146px
}

.advantages .container .advantages_items .advantages_item .item_text-2::before {
    position: absolute;
    content: url(../img/Icon.svg);
    top: -55px;
    right: 146px
}

.advantages .container .advantages_items .advantages_item .item_text-3::before {
    position: absolute;
    content: url(../img/Vectorr.svg);
    top: -55px;
    right: 145px
}

.advantages .container .advantages_text .text_focus {
    background: rgba(111, 127, 240, .51);
    -webkit-box-shadow: 0px 0px 12px #1932ec;
    box-shadow: 0px 0px 12px #1932ec;
    padding: 42px 64px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 41px
}

.advantages .container .advantages_text .text_focus span {
    font-weight: 700
}

.advantages .container .advantages_text .text_conditions {
    font-size: 24px;
    line-height: 32px;
    text-align: center
}

.advantages .container .advantages_text .text_conditions::before {
    position: absolute;
    content: url(../img/Vector15.svg);
    right: 0;
    bottom: -560px
}

.advantages .container .text_focus::before {
    position: absolute;
    content: url(../img/Vector16.svg);
    left: -70px;
    top: -150px
}

.actions {
    position: relative;
    padding: 60px 0 200px
}

.actions .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.actions .container .release {
    margin-right: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.actions .container .release .release-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 33px;
    max-width: 612px
}

.actions .container .exchange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.actions .container .exchange .exchange-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 65px;
    max-width: 430px
}

.actions .container .release-btn, .actions .container .exchange-btn {
    font-size: 18px;
    line-height: 24px;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 14px 68px 14px 39px
}

.actions .container .release-btn::after {
    content: url(../img/Group--171.png);
    top: 2px;
    margin-left: 10px
}

.actions .container .exchange-btn::after {
    content: url(../img/Subtract.png);
    margin-left: 10px
}

.color_btn {
    color: #fff
}

.binding {
    padding: 60px 0
}

.binding .container .binding_title {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 73px
}

.binding .container .binding_title::after {
    position: absolute;
    content: url(../img/Vector9.svg);
    z-index: -1;
    left: 0;
    top: 400px
}

.binding .container .binding_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.binding .container .binding_info .binding_right .bts {
    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;
    padding: 26px 46px;
    border: 1px solid rgba(111, 127, 240, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 7px #6f7ff024;
    box-shadow: 0px 0px 7px #6f7ff024;
    border-radius: 4px;
    margin-bottom: 106px
}

.binding .container .binding_info .binding_right .bts .bts_text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 17px 0
}

.binding .container .binding_info .binding_right .еtherium {
    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;
    padding: 26px 46px;
    border: 1px solid rgba(111, 127, 240, .47);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 7px #6f7ff024;
    box-shadow: 0px 0px 7px #6f7ff024;
    border-radius: 4px;
    margin-bottom: 49px
}

.binding .container .binding_info .binding_right .еtherium .еtherium_text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 15px
}

.binding .container .binding_info .binding_right .passport {
    border: 1px solid rgba(111, 127, 240, .47);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 7px #6f7ff024;
    box-shadow: 0px 0px 7px #6f7ff024;
    border-radius: 4px;
    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;
    padding: 26px 20px
}

.binding .container .binding_info .binding_right .passport .passport_text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 13px
}

.binding .container .binding_info .binding_left {
    max-width: 625px;
    font-size: 24px;
    line-height: 32px;
    margin-left: 27px;
    margin-top: -30px
}

.binding .container .binding_info .binding_left::before {
    position: absolute;
    content: url(../img/Vector4.svg);
    right: 0px;
    z-index: -1
}

.binding .container .binding_info .binding_left::after {
    position: absolute;
    content: url(../img/Vecto.svg);
    right: 0;
    top: 1628px;
    z-index: -1
}

.btn-transp {
    background: rgba(196, 196, 196, .02);
    border: 1px solid #6f7ff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 45px;
    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
}

.btn-transp:hover {
    background: rgba(111, 127, 240, .24);
    border: 1px solid #6f7ff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.btn-transp:active {
    background: rgba(111, 127, 240, .61);
    border: 1px solid #6f7ff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.bts_main {
    padding: 77px 0
}

.bts_main .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: center;
    -ms-flex-align: center;
    align-items: center
}

.bts_main .container .bts_main-text {
    font-size: 24px;
    line-height: 32px;
    margin: 53px 0
}

.bts_main .container .bts_main-text span {
    font-weight: 700
}

.bts_main .container .bts_main-text:before {
    position: absolute;
    content: url(../img/Vector-r.svg);
    right: 0;
    bottom: -20px
}

.bts_main .container .bts_main-text:after {
    position: absolute;
    content: url(../img/Vector99.svg);
    left: 0
}

.bts_main .container .bts_main-adress {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 116px
}

.bts_main .container .bts_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bts_main .container .bts_btn .bts_btn-1, .bts_main .container .bts_btn .bts_btn-2 {
    background: rgba(111, 127, 240, .61);
    border-radius: 6px;
    padding: 15px 60px 15px 134px;
    font-size: 24px;
    line-height: 32px;
    position: relative
}

.bts_main .container .bts_btn .bts_btn-2 {
    margin-left: 170px
}

.bts_main .container .bts_btn .bts_btn-1::before {
    position: absolute;
    background-image: url(../img/Group-171.png);
    content: "";
    width: 79px;
    left: 14px;
    background-size: cover;
    height: 38px
}

.bts_main .container .bts_btn .bts_btn-2::before {
    position: absolute;
    background-image: url(../img/Group-172.png);
    content: "";
    left: 25px;
    top: 0px;
    width: 70px;
    background-size: cover;
    height: 57px
}

.bts_main .container .bts_btn .bts_btn-1:hover, .bts_main .container .bts_btn .bts_btn-2:hover {
    -webkit-filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37));
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.37))
}

.bts_main .container .bts_btn .bts_btn-1:active, .bts_main .container .bts_btn .bts_btn-2:active {
    background: #5764bd
}

.bts_main .bts-imgg {
    height: auto;
    max-width: 100%
}

.release_card {
    padding: 90px 0;
    position: relative
}

.release_card .container .release_card-title {
    margin-bottom: 90px;
    text-align: center;
    font-size: 30px;
    line-height: 40px
}

.release_card .container .release_card-title::before {
    content: url(../img/Vector--l.svg);
    position: absolute;
    left: 0;
    bottom: -67px;
    z-index: -1
}

.release_card .container .release_card-title::after {
    content: url(../img/Vector--r.svg);
    position: absolute;
    right: 0;
    z-index: -1
}

.release_card .container .release_card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.release_card .container .release_card-info .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.release_card .container .release_card-info .card img {
    width: 90%
}

.release_card .container .release_card-info .card .card-text {
    margin-top: 25px;
    max-width: 450px;
    font-size: 24px;
    line-height: 32px
}

.release_card .container .release_card-info .card-1 {
    margin-right: 15px
}

.release_card .container .release-btn {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    background: #6f7ff0;
    border-radius: 8px;
    padding: 29px 198px;
    margin: 60px auto 0;
    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;
    max-width: 743px
}

.pay_card {
    position: relative
}

.pay_card .container .pay-title::before {
    content: url(../img/Vector-l1.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.pay_card .container .pay-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pay_card .container .pay-info img {
    margin-bottom: 68px
}

.pay_card .container .pay-info .pay-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 140px
}

.pay_card .container .pay-info .pay_adress {
    font-weight: bold
}

.error {
    background-color: #eef5ff;
    padding: 140px 0 195px
}

.error .error__wrap {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
    width: 500px;
    padding: 40px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error .error__wrap .wrap__img {
    margin-bottom: 25px
}

.error .error__wrap .wrap__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error .error__wrap .wrap__text .text__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 30px
}

.error .error__wrap .wrap__text .text__subtitle {
    font-size: 15px
}

.error .error__wrap .wrap__text .text__subtitle span {
    font-weight: bold
}

@media (max-width: 1190px) {
    img.about-img {
        height: 285px;
        max-width: 305px
    }

    .account .container .data {
        margin-right: 23px
    }

    .balance .container .balance_item + .balance_item {
        margin-left: 10px
    }

    .balance .container .balance_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .balance .container .balance_item {
        margin-bottom: 40px
    }

    .img-bl {
        width: 50%
    }

    .s1 .block .info .s1_title {
        font-size: 38px;
        line-height: 51px
    }

    .binding .container .binding_title::after {
        position: absolute;
        content: url(../img/Vector9.svg);
        z-index: -1;
        left: -228px
    }

    .binding .container .binding_info .binding_left::after {
        right: 0;
        top: 1628px;
        background-image: url(../img/Vecto.svg);
        content: "";
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 377px;
        width: 66px
    }

    .feedback .container .feedback-btn::before {
        left: -85px;
        background-image: url(../img/Vector12.svg);
        content: "";
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 200px;
        width: 140px;
        bottom: 0
    }

    .feedback .container .text::after {
        right: 0;
        background-image: url(../img/Vecto11r.svg);
        content: "";
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 300px;
        width: 140px;
        bottom: 0
    }

    .feedback .slider .swiper-wrapper .item .item_text {
        padding: 18px
    }
}

@media (max-width: 955px) {
    .contract .container article {
        max-width: 455px
    }

    .binding .container .binding_info .binding_left::after {
        right: 0;
        top: 857px
    }

    .contract .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .contract .container .sidebar .sidebar_field {
        font-size: 14px;
        line-height: 19px;
        padding: 16px 50px 14px 13px
    }

    .container {
        padding: 0 30px
    }

    .btn-small {
        background: #6f7ff0;
        border-radius: 7px;
        padding: 3px 26px 4px 27px;
        font-size: 16px;
        line-height: 19px;
        color: #fff
    }

    .header .block .list li a {
        font-size: 12px;
        line-height: 15px
    }

    .header .block .list li + li {
        margin-left: 25px
    }

    .header .block .logo {
        font-size: 16px;
        line-height: 21px
    }

    img.logo {
        width: 28px
    }

    .about .block p {
        font-size: 14px;
        line-height: 19px
    }

    .about-2 .block p {
        font-size: 14px;
        line-height: 19px
    }

    .info_plus .block {
        max-width: 275px;
        margin: 0 auto
    }

    .about::after {
        right: -96px
    }

    .about::before {
        left: -29px;
        top: 66px
    }

    .info_plus .block .info_plus-text {
        font-size: 14px;
        line-height: 14px
    }

    .info_plus {
        padding: 35px 0 60px 0
    }

    .account .container .data .data_text {
        margin-bottom: 50px
    }

    .account .container .history {
        width: 382px
    }

    .account .container .data::after {
        content: ""
    }

    .balance .container .balance_item + .balance_item {
        margin-left: 0
    }

    .balance .container .balance_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .balance .container .balance_items .balance_item {
        padding: 23px 12px
    }

    .balance .container .balance_items .balance_item {
        padding: 23px 12px;
        margin: 0 15px 40px
    }

    .advantages .container .advantages_items .advantages_item .item_text {
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        margin-top: 17px;
        max-width: 200px
    }

    .advantages .container .advantages_items .advantages_item .item_text-2::before {
        right: 90px
    }

    .advantages .container .advantages_items .advantages_item .item_text-3::before {
        top: -50px;
        right: 87px
    }

    .advantages .container .advantages_items .advantages_item .item_text-1::before {
        right: 90px
    }

    .advantages .container .advantages_text .text_focus {
        padding: 23px 58px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 41px
    }

    * .advantages .container .advantages_text .text_conditions {
        font-size: 18px;
        line-height: 24px
    }

    .actions .container .release .release-text, .actions .container .exchange .exchange-text {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 33px;
        max-width: 350px
    }

    .actions .container .release-btn, .actions .container .exchange-btn {
        font-size: 14px;
        line-height: 19px
    }

    .actions .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .actions .container .release {
        margin-right: 25px
    }

    .actions .container .exchange .exchange-text {
        margin-bottom: 65px
    }

    .actions {
        padding: 50px 0 120px
    }

    .binding .container .binding_info .binding_left {
        max-width: 625px;
        font-size: 14px;
        line-height: 19px
    }

    .binding .container .binding_info .binding_right .bts .bts_text {
        font-size: 12px;
        line-height: 16px
    }

    .binding .container .binding_info .binding_right .passport .passport_text {
        font-size: 12px;
        line-height: 16px
    }

    .binding .container .binding_info .binding_right .еtherium .еtherium_text {
        font-size: 12px;
        line-height: 16px
    }

    .btn-transp {
        font-size: 14px;
        line-height: 19px;
        padding: 6px 21px
    }

    .binding .container .binding_info .binding_right .еtherium {
        max-width: 100%;
        width: 273px;
        padding: 18px 20px
    }

    .binding .container .binding_info .binding_right .passport {
        max-width: 100%;
        width: 273px;
        padding: 18px 20px
    }

    .binding .container .binding_info .binding_right .bts {
        margin-bottom: 31px;
        max-width: 100%;
        width: 273px;
        padding: 18px 20px
    }

    .img-bind {
        width: 150px
    }

    .bts_main .container .bts_btn .bts_btn-2 {
        margin-left: 42px
    }

    .bts_main .container .bts_main-text {
        font-size: 18px;
        line-height: 24px;
        max-width: 536px;
        margin: 53px 0 15px
    }

    .bts_main .container .bts_main-adress {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px
    }

    .bts_main .container .bts_main-text:after {
        position: absolute;
        content: url(../img/Vector99.svg);
        left: -150px
    }

    .bts_main .container .bts_btn .bts_btn-1, .bts_main .container .bts_btn .bts_btn-2 {
        padding: 13px 44px 13px 103px;
        font-size: 18px;
        line-height: 24px
    }

    .bts_main .container .bts_btn .bts_btn-2::before {
        left: 18px;
        top: -4px;
        width: 59px;
        height: 45px
    }

    .bts_main .container .bts_btn .bts_btn-1::before {
        width: 69px;
        left: 20px;
        height: 30px
    }

    .contract .container article p {
        font-size: 14px;
        line-height: 19px
    }

    .introduction {
        padding: 100px 0
    }

    .introduction .block p {
        font-size: 16px;
        line-height: 21px;
        margin-left: 46px;
        max-width: 320px
    }

    .information .block p {
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        max-width: 510px;
        padding-bottom: 0px
    }

    .information .block .attention {
        display: none
    }

    .cards {
        padding: 70px 0 110px
    }

    .cards .items .item .text {
        font-size: 14px;
        line-height: 19px
    }

    .cards .items .item img {
        margin-bottom: 20px;
        width: 70%
    }

    .cards .items .item + .item {
        margin-left: 10px
    }

    .text.item-1-txt {
        margin-top: 40px
    }

    .s1 .block .info .s1_title {
        font-size: 24px;
        line-height: 32px
    }

    .s1 .block .info .s1_text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 35px
    }

    .s1 .block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 86px 0
    }

    .s1 .block img {
        max-height: 210px
    }

    .s2 .block .info .s2_text p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0
    }

    .s2 .block .info .s2_text .list li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 34px
    }

    .s2 .block .info .s2_text {
        margin-left: 42px
    }

    img.img-diag {
        height: 35%;
        width: 35%
    }

    .s2 .block .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px
    }

    .s2 .block .speed_info .s2_items .s2_item {
        max-width: 422px;
        font-size: 14px;
        line-height: 19px
    }

    .s3 {
        padding: 70px 0
    }

    .s3 .block .s3_items .s3_item .text {
        text-align: center;
        font-size: 10px;
        line-height: 14px
    }

    .s3 .block .s3_items .s3_item .s3-img {
        margin-bottom: 20px;
        max-width: 120px;
        height: auto
    }

    .s3 .block .s3_items .s3_item .s3-img img {
        width: 100%
    }

    .s3 .block .s3_items .s3_item {
        padding: 5px;
        max-width: 167px;
        max-height: 217px;
        margin: 0 5px 23px 5px
    }

    .s4 .back .block .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px
    }

    .s4 .back .block .text {
        font-size: 18px;
        line-height: 24px
    }

    .s5 {
        padding: 105px 0
    }

    .s5 .back .block .title {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px
    }

    .s5 .back .block .text {
        font-size: 18px;
        line-height: 22px
    }

    .s5 .back .block {
        padding: 15px 0 30px 0
    }

    .footer_copy .text {
        font-size: 14px;
        line-height: 19px
    }

    .s2 .block .info {
        margin-bottom: 20px
    }

    .s2 .block .speed_info .title {
        display: none
    }

    .s2 .block .speed_info .s2_items .s2_item {
        max-width: 308px
    }

    .s2 .block .speed_info .s2_items .s2_item + .s2_item {
        margin-top: 14px
    }

    .s1 .block .info {
        margin-left: 26px
    }

    .btn-main {
        font-size: 18px;
        line-height: 24px;
        padding: 13px 12px 13px 12px
    }

    .about_inner::before {
        left: -110px;
        top: 349px
    }

    .about_inner::after {
        content: "";
        height: 192px;
        width: 80px;
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../img/Vector5.svg);
        top: 326px
    }

    .advantages .container .advantages_text .text_conditions::before {
        content: ""
    }

    .advantages .container .text_focus::before {
        background-image: url(../img/Vector16.svg);
        content: "";
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 377px;
        width: 66px;
        left: 0;
        top: -150px
    }

    .binding .container .binding_info .binding_left::before {
        content: "";
        background-image: url(../img/Vector4.svg);
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 377px;
        width: 66px;
        right: 0;
        top: 164px
    }

    .s2 .block .speed_info::before {
        content: "";
        background-image: url(../img/Vector2.svg);
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 478px;
        width: 72px;
        right: 0;
        bottom: -548px
    }

    .s3 .block .s3_items::before {
        left: -92px;
        bottom: -182px
    }

    .information::before {
        position: absolute;
        content: url(../img/Vector9.svg);
        left: -149px;
        bottom: -359px;
        z-index: -1
    }

    .contract .container article::before {
        bottom: -145px
    }

    .contract .container article::after {
        display: none
    }

    .s3 .block .s3_items::after {
        display: none
    }

    .feedback {
        padding: 50px 0
    }

    .feedback .container .title {
        font-size: 18px;
        line-height: 24px;
        max-width: 503px;
        margin: 0 auto;
        margin-bottom: 142px
    }

    .feedback .slider .swiper-wrapper .item {
        width: 282px;
        height: 147px
    }

    .feedback .slider .swiper-wrapper .item .item_text {
        padding: 12px
    }

    .feedback .slider .swiper-wrapper .item .item_text p {
        font-size: 12px;
        margin: 0;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .feedback .slider .swiper-wrapper .item .item_title .name {
        font-size: 14px;
        line-height: 19px
    }

    .feedback .slider .swiper-wrapper .item .item_title .coordinate .numbers {
        font-size: 12px;
        line-height: 16px
    }

    .feedback .not-container {
        padding: 0 30px;
        margin: 0 auto;
        max-width: 768px
    }

    .feedback .not-container .slider .swiper-wrapper .item {
        width: 287px;
        min-height: 147px;
        margin: 4px;
        height: auto
    }

    .feedback .not-container .slider .swiper-wrapper .item .item_text {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 13px 10px 17px
    }

    .feedback .not-container .slider {
        width: 100%;
        height: 100%;
        min-height: 300px;
        max-width: 610px;
        margin: 0 auto
    }

    .feedback .not-container .slider .swiper-wrapper .item .item_title .name {
        font-size: 14px;
        line-height: 19px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .feedback .not-container .btn_next {
        position: absolute;
        right: 30px;
        bottom: 190px;
        left: initial
    }

    .feedback .not-container .btn_prev {
        position: absolute;
        right: initial;
        left: 30px;
        margin-right: 0;
        bottom: 190px
    }

    .feedback .container .wrap .text {
        max-width: 416px;
        margin: 0 auto 24px
    }

    .feedback .container .wrap .feedback-btn {
        font-size: 18px;
        line-height: 24px;
        padding: 8px 63px
    }

    .btn-acc {
        padding: 16px 80px
    }

    .bts_main .container .bts_main-text:after {
        left: -147px;
        bottom: 0
    }

    .bts_main .container .bts_main-text:before {
        bottom: 0px
    }

    .s2 .chart-wrapper {
        max-width: 213px;
        max-height: 213px
    }

    .release_card-info {
        -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
    }

    .release_card .container .release_card-title {
        margin-bottom: 36px
    }

    .release_card .container .release_card-info .card-1 {
        margin-right: 0
    }

    .release_card .container .release_card-info .card .card-text {
        margin-top: 44px;
        margin-bottom: 44px;
        text-align: center
    }

    .release_card .container .release_card-info .card img {
        width: 100%
    }

    .release_card .container .release-btn {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 53px;
        margin: 60px auto 0;
        max-width: 370px
    }

    .pay_card .container .pay-info .pay-text {
        max-width: 630px;
        text-align: center
    }

    .account .container .history .history_data .inform_title {
        font-size: 10px;
        line-height: 13px
    }

    .account .container .history .history_data .data_inform {
        font-size: 10px;
        line-height: 13px
    }

    .account .container .history .history_data .data_inform .type, .account .container .history .history_data .data_inform .history_title-1 {
        width: 120px
    }

    .account .container .history .history_data .data_inform .date {
        width: 110px
    }
}

@media (max-width: 690px) {
    .error {
        padding: 140px 0 195px
    }

    .error .error__wrap {
        width: 410px;
        height: 400px;
        padding: 15px 30px
    }

    .error .error__wrap .wrap__img {
        width: 270px
    }

    .error .error__wrap .wrap__text .text__title {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .error .error__wrap .wrap__text .text__subtitle {
        font-size: 13px
    }

    .etherium_main-adress {
        word-break: break-word
    }

    .pay_adress {
        word-break: break-word
    }

    .bts_main-adress {
        word-break: break-word
    }

    .release_card {
        padding: 65px 0
    }

    .release_card .container .release_card-title {
        font-size: 18px;
        line-height: 24px
    }

    .release_card .container .release_card-info .card img {
        max-width: 250px
    }

    .release_card .container .release_card-info .card .card-text {
        margin-top: 25px;
        max-width: 350px;
        font-size: 18px;
        line-height: 24px;
        margin: 40px 0
    }

    .release_card .container .release-btn {
        font-size: 16px;
        line-height: 22px;
        padding: 31px 19px;
        margin: 10px auto 0;
        max-width: 269px
    }

    .release_card .container .release_card-title::after {
        content: ""
    }

    .pay_card .container .pay-info img {
        margin-bottom: 47px;
        max-width: 250px
    }

    .pay_card .container .pay-info .pay-text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 81px;
        max-width: 400px
    }

    .s2 .chart-wrapper {
        max-width: 137px;
        max-height: 137px
    }

    .advantages .container .advantages_text .text_focus {
        padding: 23px 58px;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 21px
    }

    .s2 .block .speed_info .s2_items .s2_item {
        font-size: 10px;
        line-height: 14px;
        height: 30px;
        padding: 0 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about .block {
        -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
    }

    .account {
        padding: 30px 0 25px
    }

    .about-2 .block {
        -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
    }

    .about-2 .block p {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    img.about-img {
        height: 190px
    }

    .about-2 {
        padding: 0
    }

    .info_plus {
        padding: 0 0 20px
    }

    .footer_copy .text {
        font-size: 12px;
        line-height: 16px
    }

    .about::before {
        left: -79px;
        top: 200px
    }

    .about::after {
        content: ""
    }

    .about {
        padding: 40px 0 30px 0
    }

    .account .container .history {
        min-height: 279px;
        width: 90%;
        font-size: 20px
    }

    .account .container .history .history_text {
        font-size: 14px;
        line-height: 16px;
        padding-top: 100px
    }

    .account .container {
        -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
    }

    .account .container .data {
        margin-right: 0
    }

    .account .container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .account .container .data .data_num {
        margin: 0 auto;
        margin-bottom: 40px
    }

    .account .container .data .data_status {
        margin: 0 auto;
        margin-bottom: 10px
    }

    .account .container .data .data_text {
        margin: 0 auto;
        margin-bottom: 50px
    }

    .data-btn {
        margin: 0 auto
    }

    .advantages .container .advantages_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .actions .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .account .container .data .data_text {
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 227px
    }

    .account .container .data .data_text {
        max-width: 227px
    }

    .header .block .list {
        display: none
    }

    .header .block {
        position: relative
    }

    .bg_list {
        z-index: 11;
        position: absolute;
        top: 46px;
        left: -20px;
        background: #b6bef5;
        border: 1px solid #6f7ff0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 162px;
        height: 295px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bg_list li {
        padding: 6px 20px 7px 62px;
        position: relative
    }

    .bg_list li a {
        font-size: 14px;
        line-height: 16px
    }

    .bg_list li .a_menu::before {
        position: absolute;
        content: url(../img/_1.png);
        top: 8px;
        left: 20px
    }

    .bg_list li .a-2::before {
        content: url(../img/_2.png);
        top: 9px
    }

    .bg_list li .a-3::before {
        content: url(../img/_3.png);
        top: 10px
    }

    .bg_list li .a-4::before {
        content: url(../img/_4.png);
        left: 23px
    }

    .bg_list li .a-5::before {
        content: url(../img/_5.png)
    }

    .bg_list li .a-6::before {
        content: url(../img/_6.png);
        top: 11px;
        left: 17px
    }

    .bg_list li .a-7::before {
        content: url(../img/_7.png);
        top: 20px;
        left: 18px
    }

    .bg_list li .a-8::before {
        content: url(../img/_8.png);
        top: 11px;
        left: 23px
    }

    .bg_list .active {
        background: rgba(111, 127, 240, .76)
    }

    .bg_list li:active {
        background: rgba(111, 127, 240, .36);
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .header {
        padding: 20px 0 20px
    }

    .header .block .bg_menu {
        z-index: 11;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 18px;
        -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;
        width: 26px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .header .block .bg_menu span {
        width: 26px;
        height: 3px;
        background-color: #000;
        display: block
    }

    .header .block .bg_menu span + span {
        margin-top: 4px
    }

    .header .block .bg_menu.rotate {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .header .block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantages .container .advantages_text .text_focus {
        padding: 21px 39px
    }

    .actions .container .release .release-text, .actions .container .exchange .exchange-text {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 12px;
        width: 250px
    }

    .actions .container .exchange .exchange-text {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 12px;
        width: 180px
    }

    .container {
        padding: 0 20px
    }

    .data-btn {
        padding: 10px 30px;
        margin-bottom: 50px
    }

    .advantages .container .advantages_text .text_conditions {
        font-size: 14px;
        line-height: 19px
    }

    .binding .container .binding_info {
        -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
    }

    .binding .container .binding_info .binding_right .еtherium {
        width: 336px
    }

    .binding .container .binding_info .binding_right .passport {
        width: 336px
    }

    .binding .container .binding_info .binding_right .bts {
        width: 336px
    }

    .binding .container .binding_info .binding_left {
        margin-left: 0;
        margin-top: 0
    }

    .binding .container .binding_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .bts_main .container .bts_main-text {
        max-width: 440px;
        text-align: center
    }

    .bts_main .container .bts_main-adress {
        margin-bottom: 70px;
        margin-left: 20px
    }

    .bts_main .container .bts_btn .bts_btn-1, .bts_main .container .bts_btn .bts_btn-2 {
        padding: 13px 14px 13px 63px
    }

    .bts_main .container .bts_btn .bts_btn-2::before {
        left: 14px;
        top: 5px;
        width: 46px;
        height: 34px
    }

    .bts_main .container .bts_btn .bts_btn-1::before {
        width: 54px;
        left: 12px;
        height: 24px
    }

    .contract .container .sidebar .sidebar_field {
        max-width: 128px
    }

    .contract .container .sidebar .sidebar_field {
        font-size: 12px;
        line-height: 16px;
        padding: 8px
    }

    .contract .container .sidebar .sidebar_field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 56px
    }

    .contract .container .sidebar {
        max-height: 337px
    }

    .introduction .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .introduction {
        padding: 50px 0 30px
    }

    .introduction .block p {
        font-size: 12px;
        line-height: 16px;
        margin-left: 0;
        max-width: 390px
    }

    .information {
        padding: 10px 0
    }

    .information .block p {
        font-size: 12px;
        line-height: 16px;
        max-width: 410px
    }

    .cards .items .item .text {
        font-size: 12px;
        line-height: 16px;
        max-width: 115px
    }

    .information::before {
        left: -215px;
        bottom: -223px
    }

    .introduction .block::after {
        content: ""
    }

    .s4 .back .block .title {
        font-size: 20px;
        line-height: 27px
    }

    .s5 {
        padding: 0
    }

    .footer_copy {
        height: 38px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 5px
    }

    .s2 .block .info .s2_text .list li::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 9px;
        background: #f8c982;
        border-radius: 4px;
        left: 0px;
        bottom: 0px
    }

    .s2 {
        padding: 30px 0
    }

    .s3 {
        padding: 30px 0
    }

    .s3 .block .title {
        font-size: 14px;
        line-height: 19px
    }

    .s3 .block .s3_items {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .s3 .block .s3_items .s3_item {
        padding: 5px;
        max-width: 192px
    }

    .s1 .block {
        padding: 56px 0 34px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s1 .block .info {
        margin-left: 0
    }

    .s1 .block .info .s1_title {
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
        max-width: 335px
    }

    .s1 .block .info .s1_text {
        font-size: 12px;
        line-height: 16px;
        max-width: 255px;
        text-align: center;
        margin: 10px auto 35px
    }

    .btn-main {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 40px
    }

    .s2 .block .info .s2_text {
        margin-left: 10px
    }

    .s2 .block .info .s2_text p {
        font-size: 14px;
        line-height: 19px
    }

    .s2 .block .info .s2_text .list li {
        font-size: 10px;
        line-height: 14px;
        padding-left: 16px
    }

    .s4 .back .block .text {
        font-size: 16px;
        line-height: 20px
    }

    .s2 .block::before {
        left: -164px
    }

    .s3 .block .s3_items::before {
        left: -115px
    }

    .s3 .block .s3_items::after {
        bottom: -118px
    }

    .actions .container .exchange .exchange-text {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px
    }

    .binding .container .binding_info .binding_left::after {
        top: 1157px
    }

    .bts_main .container .bts_main-text:before {
        position: absolute;
        content: ""
    }

    .bts_main .container .bts_main-text:after {
        position: absolute;
        content: url(../img/Vector99.svg);
        left: -214px;
        bottom: 0
    }

    .feedback .container .title {
        max-width: 316px;
        margin-bottom: 14px
    }

    .feedback .not-container .btn_prev {
        display: none
    }

    .feedback .not-container .btn_next {
        display: none
    }

    .swiper_pag {
        position: absolute;
        bottom: 15px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 5
    }

    .swiper_pag .swiper-pagination-bullet {
        border: 1px solid #6f7ff0;
        background: rgba(111, 127, 240, .52);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        margin: 0
    }

    .swiper_pag .swiper-pagination-bullet-active {
        background: rgba(111, 127, 240, .67)
    }

    .swiper_pag .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 14px
    }

    .feedback .container .wrap .text {
        font-size: 11px;
        line-height: 14px;
        max-width: 323px
    }

    .feedback .container .wrap .feedback-btn {
        font-size: 14px;
        line-height: 18px;
        padding: 6px 32px;
        border-radius: 7px
    }

    .cards {
        padding: 70px 0 70px
    }

    .text.item-1-txt {
        margin-top: 0px
    }

    .feedback .container .feedback-btn::before {
        left: -89px
    }

    .actions .container .release-btn, .actions .container .exchange-btn {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .actions {
        padding: 50px 0 60px
    }
}

@media (max-width: 455px) {
    .error {
        padding: 100px 0 125px
    }

    .error .error__wrap {
        width: 280px;
        height: 420px
    }

    .error .error__wrap .wrap__img {
        width: 240px
    }

    .error .error__wrap .wrap__text .text__title {
        font-size: 22px;
        line-height: 26px
    }

    .error .error__wrap .wrap__text .text__subtitle {
        font-size: 12px
    }

    .account .container .data .data_status {
        font-size: 20px;
        line-height: 21px
    }

    .introduction .block p {
        text-align: center
    }

    .account {
        padding: 50px 0 25px
    }

    .actions .container .release {
        margin-right: 5px
    }

    .actions .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .actions .container .release {
        margin-right: 0;
        margin-bottom: 30px
    }

    .actions .container .release .release-text {
        width: 100%;
        text-align: center
    }

    .actions .container .exchange .exchange-text {
        width: 100%;
        text-align: center
    }

    .actions {
        padding: 50px 0 50px;
        overflow: hidden
    }

    .advantages .container .advantages_text .text_focus {
        padding: 21px 23px
    }

    .advantages {
        overflow: hidden
    }

    .binding .container .binding_info .binding_right .еtherium {
        width: 285px
    }

    .binding .container .binding_info .binding_right .passport {
        width: 285px
    }

    .binding .container .binding_info .binding_right .bts {
        width: 285px
    }

    .bts_main .container .bts_btn .bts_btn-2 {
        margin-left: 10px;
        font-size: 14px
    }

    .bts_main .container .bts_btn .bts_btn-1 {
        font-size: 14px
    }

    .contract .container {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contract .container .sidebar .sidebar_field {
        max-width: 100%
    }

    .contract .container article {
        max-width: 455px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .contract .container .sidebar {
        margin-left: 0
    }

    .cards .items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cards .items .item + .item {
        margin-left: 0
    }

    .cards .items .item .text {
        font-size: 12px;
        line-height: 16px;
        max-width: 202px
    }

    .text.item-1-txt {
        margin-top: 0
    }

    .cards {
        padding: 70px 0 60px
    }

    .s5 .back .block .text {
        font-size: 14px;
        line-height: 19px
    }

    .s4 .back .block {
        padding: 38px 0
    }

    .s1 .block img {
        max-height: 155px
    }

    .contract .container .sidebar {
        margin-left: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .actions .container .release-btn, .actions .container .exchange-btn {
        margin: 0 auto
    }

    .s2 .block .info {
        -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
    }

    .account .container .history .history_data {
        padding: 0 5px
    }

    .account .container .history .history_txt {
        font-size: 18px;
        line-height: 24px
    }
}