/*--------------------------------------------------------------
# fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "AvenirNextCyr-Bold";
    src:
        url("../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.woff") format("woff"),
        url("../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNextCyr-Medium";
    src:
        url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.woff") format("woff"),
        url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNextCyr-Regular";
    src:
        url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.woff") format("woff"),
        url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNextCyr-Light";
    src:
        url("../fonts/AvenirNextCyr-Light/AvenirNextCyr-Light.woff") format("woff"),
        url("../fonts/AvenirNextCyr-Light/AvenirNextCyr-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------
# end fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# general style
--------------------------------------------------------------*/
*:focus {
    outline: none !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: #040c36 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "AvenirNextCyr-Medium";
    font-size: 15px;
    color: #040c36;
}

.loader {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.form__item_no_label {
    padding-top: 31px;
}

.input::-webkit-input-placeholder {
    color: #040c36;
    opacity: 1;
}
.input::-moz-placeholder {
    color: #040c36;
    opacity: 1;
}
.input:-ms-input-placeholder {
    color: #040c36;
    opacity: 1;
}
.input:-moz-placeholder {
    color: #040c36;
    opacity: 1;
}

.input-light::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.input-light::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.input-light:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.input-light:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.signup .recapcha {
    padding: 10px 0;
}

.recapcha > div > div > div {
    margin-left: -32px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.available__input:focus::placeholder {
    opacity: 0 !important;
}

.input_small::-webkit-input-placeholder {
    color: #040c36;
    opacity: 0.5;
}
.input_small::-moz-placeholder {
    color: #040c36;
    opacity: 0.5;
}
.ininput_smallput:-ms-input-placeholder {
    color: #040c36;
    opacity: 0.5;
}
.input_small:-moz-placeholder {
    color: #040c36;
    opacity: 0.5;
}

.placeholder {
    opacity: 0.5;
    font-size: 15px;
    color: #040c36;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.placeholder.show,
.input:focus + .placeholder {
    top: -30px;
}

a,
button {
    touch-action: manipulation;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 10px;
}

.select_light {
    background: url(../img/dropdown-b.svg) 98% center no-repeat;
}

.select_dark {
    background: url(../img/dropdown-w.svg) 98% center no-repeat;
}

@media (min-width: 1230px) {
    .container {
        max-width: 1200px;
    }
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.light,
.light a {
    color: #fff;
}

.dark a,
.dark {
    color: #040c36;
}

.radius {
    border-radius: 35px;
}

.labels {
    opacity: 0.5;
    margin: 0 0 10px 0;
}

.input {
    /* font-family: 'AvenirNextCyr-Regular'; */
    background-color: transparent;
    padding: 5px 0 0px;
    outline: none;
    border: none;
    border-bottom: 2px solid rgba(0, 10, 63, 0.1);
    display: block;
    width: 100%;
    margin: 0 0 23px 0;
    position: relative;
    z-index: 1;
}

.input_font_big {
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .input_font_big {
        font-size: 25px;
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    font-family: "AvenirNextCyr-Bold";
    padding: 15px 30px 14px 30px;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.button_bg_red {
    background-image: linear-gradient(112deg, #fc141c 0%, #e02020 100%);
    background-color: #fc141c;
    color: #fff;
}

.button_bg_green {
    background-image: linear-gradient(112deg, #47a200 0%, #397300 100%);
    background: #47a200;
    color: #fff;
}

.button_bg_green:hover {
    box-shadow: 0 4px 15px 0 rgba(71, 162, 0, 0.3);
    color: #fff;
}

.button_bg_red:hover {
    box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
    color: #fff;
}

.box {
    padding: 40px;
    position: relative;
    z-index: 0;
}

@media (max-width: 991.98px) {
    .box {
        padding: 30px;
    }
}

.main-box {
    position: relative;
    z-index: 10;
}

.text-warning {
    color: #ffb24d !important;
}

.in_password {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 0;
    left: auto;
    bottom: auto;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .faq-all,
    .header,
    .main__bg,
    section,
    .section,
    .footer {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    section,
    .section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .main__bg .header,
    .main__bg > section {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 575.98px) {
    /* .main__bg,
    .how,
    .customers,
    .map,
    .why,
    .ask,
    .get-exchange,
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    } */
}

@media (max-width: 991.98px) {
    br {
        display: none;
    }

    .steps__slogan br {
        display: block;
    }
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.navbar {
    padding: 55px 0 0;
}

.light.navbar {
    margin-bottom: 40px;
}

.dark.navbar {
    padding-bottom: 40px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand_header {
    max-width: 160px;
}

@media (max-width: 575.98px) {
    .navbar-brand_header {
        max-width: 190px;
    }
}

/* .navbar-brand__name,
.navbar-brand__slogan {
    display: block;
}

.navbar-brand__name {
    font-family: 'AvenirNextCyr-Bold', Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
}

.navbar-brand__slogan {
    font-size: 15px;
    line-height: 15px;
} */

.navbar-nav {
    align-items: baseline;
}

.nav-item {
    margin: 0 0 0 42px;
}

@media (max-width: 1199.98px) {
    .header .nav-item {
        margin: 0 0 0 35px;
    }
}

.navbar_signUp,
.navbar_signOut,
.nav-link {
    font-family: "AvenirNextCyr-Medium", Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    /*display: block;*/
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-nav .nav-link:hover {
    opacity: 0.7;
}

.navbar__dropdown-menu {
    min-width: auto;
}

.dropdown-menu {
    z-index: 999999;
}

.navbar__dropdown_btn,
.nav-link {
    padding: 0;
}

.navbar__dropdown_btn {
    transform: translateY(-3px);
}

.dropdown-toggle::after {
    transform: rotate(45deg);
    border: none;
    margin: 0 0 0 7px;
    width: 7px;
    height: 7px;
}

.btn.focus,
.btn:focus,
*:focus {
    outline: none !important;
    box-shadow: none;
}

.light .dropdown-toggle::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.dark .dropdown-toggle::after {
    border-right: 2px solid #040c36;
    border-bottom: 2px solid #040c36;
}

.navbar_signUp,
.navbar_signOut {
    padding: 15px 29px 14px;
    text-align: center;
}

.light .navbar_signUp {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark .navbar_signUp {
    border: 2px solid rgba(4, 12, 54, 0.2);
}

a.navbar_signOut {
    color: #fff;
}

/*responsive*/
@media (max-width: 991.98px) {
    .header .navbar-nav {
        padding: 40px 0 0;
    }

    .header .nav-item {
        margin: 0 0 30px 0;
        width: 100%;
        text-align: center;
    }

    .header .navbar-nav .nav-link {
        font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
        font-size: 30px;
        line-height: 40px;
        text-transform: capitalize;
    }

    .header .navbar__dropdown_mob {
        transform: translateY(5px);
        z-index: 9;
    }

    .header .navbar_signUp {
        max-width: 147px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile__text {
        font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 40px;
    }

    .dark .mobile__text,
    .mobile__text.dark {
        color: #040c36;
        opacity: 0.7;
    }

    .mobile__link {
        color: #fff;
        opacity: 1;
    }

    .header__social_link:not(:last-child) {
        margin-right: 25px;
    }
}
/*--------------------------------------------------------------
# end header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer {
    padding: 0 0 100px;
    font-family: "AvenirNextCyr-Regular";
    line-height: 25px;
}

.light.footer {
    background: #0021a0;
    color: rgba(255, 255, 255, 0.5);
}

.dark.footer {
    color: #81859a;
}

.navbar-brand_footer {
    max-width: 150px;
}

@media (max-width: 991.98px) {
    .footer {
        padding-bottom: 0;
        font-size: 12px;
        line-height: 20px;
        margin-top: -2px;
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding-top: 30px;
    }

    .footer .navbar-brand {
        margin-bottom: 20px;
    }
}

.footer__hr {
    background-color: rgba(255, 255, 255, 0.1);
    height: 2px;
    border: none;
    margin: 0 0 100px 0;
}

.light .footer__hr {
    background-color: rgba(255, 255, 255, 0.1);
}

.dark .footer__hr {
    background-color: rgba(4, 12, 54, 0.1);
}

@media (max-width: 991.98px) {
    .footer__hr {
        display: none;
    }
}

.footer__social_link {
    display: block;
}

.social_link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer__social_link:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .footer__social_link:nth-child(n) {
        margin: 0 14px 30px 0;
        width: 40px;
        height: 40px;
    }
}

.social_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.footer__title {
    font-size: 15px;
    line-height: 25px;
    font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.light .footer__title {
    color: rgba(255, 255, 255, 1);
}

.dark .footer__title {
    color: #040c36;
}

/* .footer__title_padding {
    padding-top: 39px;
} */

.footer__lisence {
    margin-bottom: 30px;
    line-height: 25px;
}

@media (max-width: 575.98px) {
    .footer__lisence {
        margin-bottom: 10px;
    }

    .footer__lisence br {
        display: none;
    }

    /* .footer__title_padding {
        padding-top: 35px;
    } */
}

.footer.light .footer__lisence_link {
    color: #ffbe46;
}

.footer.light .footer__dss {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    border-radius: 2px;
}

.footer.dark .footer__lisence_link {
    color: #e41f20;
}

.footer__cards {
    margin-bottom: 20px;
}

.footer__dss {
    margin-bottom: 100px;
}

.footer__secure_3d {
    max-width: 50px;
    height: auto;
}

.footer__dss img {
    max-width: 100px;
    height: auto;
}

@media (max-width: 991.98px) {
    .footer__item_info {
        padding-right: 10px;
    }
}

@media (max-width: 575.98px) {
    .footer__dss {
        margin-bottom: 40px;
    }

    .footer__item_info {
        width: 50%;
        flex: 0 0 50%;
    }
}

.footer__card {
    margin-left: 20px;
    max-width: 50px;
}

.footer__address {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .footer__address {
        margin-bottom: 10px;
    }
}

.footer__item {
    margin-bottom: 39px;
    min-height: 145px;
}

.steps__box .footer__item {
    min-height: auto;
}

.footer__list_item:not(:last-child) {
    margin-bottom: 15px;
}

.light .footer__list_link {
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 575.98px) {
    .light .footer__list_link,
    .footer__list_link {
        font-size: 12px;
        line-height: 20px;
    }
}

.footer__flag,
.footer__text {
    display: block;
}

.footer__flag {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.footer__tel {
    margin-bottom: 5px;
}

.light .footer__tel {
    color: rgba(255, 255, 255, 0.5);
}

.dark .footer__tel {
    color: #040c36;
}

.exchange__avialibe_card {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
# end footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# home page
--------------------------------------------------------------*/

/*
# exchange section
*/
.main__bg {
    background: #0021a0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.main__bg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 33, 160, 1) 0%,
        rgba(0, 33, 160, 1) 25%,
        rgba(0, 33, 160, 1) 25%,
        rgba(0, 33, 160, 0.3) 100%
    );
}

@media (max-width: 1760px) {
    .main__bg:after {
        background: linear-gradient(
            to top,
            rgba(0, 33, 160, 1) 0%,
            rgba(0, 33, 160, 1) 45%,
            rgba(0, 33, 160, 1) 45%,
            rgba(0, 33, 160, 0.3) 100%
        );
    }
}

@media (max-width: 1355px) {
    .main__bg:after {
        background: linear-gradient(
            to top,
            rgba(0, 33, 160, 1) 0%,
            rgba(0, 33, 160, 1) 65%,
            rgba(0, 33, 160, 1) 65%,
            rgba(0, 33, 160, 0.3) 100%
        );
    }
}

@media (max-width: 991.98px) {
    .main__bg:after {
        display: none;
    }

    .main__bg {
        background: #0021a0 url(../img/bg2.jpg) top center no-repeat;
        background-size: contain;
    }
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .fullscreen-bg__video {
        display: none;
    }
}

.exchange {
    padding: 0 0 55px 0;
    position: relative;
    z-index: 12;
}

@media (max-width: 575.98px) {
    .exchange {
        padding-bottom: 0;
    }
}

.title {
    font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 50px 0;
}

@media (max-width: 991.98px) {
    .title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 15px 0;
    }
}

.slogan {
    font-size: 30px;
    line-height: 40px;
}

@media (max-width: 991.98px) {
    .slogan {
        font-size: 20px;
        line-height: 30px;
    }
}

.exchange__title {
    margin: 0 0 20px 0;
}

.exchange__slogan {
    font-family: "AvenirNextCyr-Medium";
    font-size: 27px;
    margin: 0 0 29px 0;
}

@media (max-width: 768px) {
    .exchange__slogan {
        font-size: 20px;
        line-height: 30px;
    }
}

.exchange__avialibe {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(96, 213, 3, 0.5);
    padding: 11px 26px 7px 19px;
}

.exchange__avialibe:before {
    content: url(../img/available.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}

.exchange__avialibe_text {
    color: #60d803;
}

.exchange-respons,
.exchange-form__wrapper {
    max-width: 470px;
    position: relative;
    z-index: 1;
}

.exchange-form {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 149, 0.5);
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .exchange-form_mob {
        padding-left: 0;
        width: 88px;
        flex: 0 0 88px;
    }
}

.box__title,
.exchange-form__label {
    line-height: 25px;
}

.box__title {
    display: block;
    line-height: 25px;
    text-transform: uppercase;
    margin-right: 10px;
}

.exchange-form .exchange-form__title {
    font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
    margin: 0 0 22px 0;
}

@media (max-width: 575.98px) {
    .exchange-form__title.box__title {
        margin-bottom: 20px;
    }
}

.exchange-form__labels {
    margin-bottom: 0;
}

.exchange-form__footer {
    padding-top: 9px;
}

@media (max-width: 575.98px) {
    .exchange-form__footer {
        padding-top: 20px;
    }
}

.exchange-form__submit {
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    .exchange-form__submit {
        margin: 0 0 20px 0;
    }
}

.exchange-form__text_question,
.exchange-form__text_time {
    font-size: 12px;
    line-height: 12px;
}

.exchange-form__text_time {
    opacity: 0.3;
    margin: 0 0 5px 0;
}

.exchange-form__text_question {
    color: #040c36;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.steps__box .popover,
.exchange__content .popover {
    z-index: 99;
    left: 0 !important;
}

@media (max-width: 991.98px) {
    .exchange-respons {
        margin-bottom: 35px;
    }
}

.exchange-respons__img {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 575.98px) {
    .exchange-respons__img {
        margin-right: 15px;
    }
}

.exchange-respons__quote {
    font-family: "AvenirNextCyr-Regular";
    color: #fff;
    line-height: 25px;
}

@media (max-width: 575.98px) {
    .exchange-respons__quote {
        font-size: 12px;
        line-height: 20px;
    }
}

.box__scroll {
    height: auto;
}

.box__scroll .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(255, 255, 255, 0.5);
}

.box__scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    opacity: 1;
}
/*
# end exchange section
*/

/*
# assets section
*/
.assets {
    padding: 45px 0 100px;
    position: relative;
    z-index: 2;
}

@media (max-width: 575.98px) {
    .assets {
        padding-bottom: 50px;
    }

    .customers .box__title,
    .assets .box__title {
        margin-bottom: 15px;
    }
}

.assets__title {
    margin-bottom: 20px;
}

.assets__slogan {
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    .assets__slogan {
        margin-bottom: 30px;
    }
}

.box__currencies {
    background-color: #000cf8;
    background-image: linear-gradient(126deg, #000cf8 0%, #0900bb 100%);
    box-shadow: 0 40px 70px 0 rgba(0, 0, 107, 0.5);
    overflow: hidden;
}

@media (min-width: 1200px) {
    .assets .box__crypto,
    .assets .box__currencies {
        height: 100%;
    }
}

@media (max-width: 1199.98px) {
    .assets__currencies {
        margin-bottom: 30px;
    }
}

.assets__crypto:after,
.assets__currencies:after {
    content: url(../img/08.svg);
    position: absolute;
}

.assets__crypto .box__title {
    font-family: "AvenirNextCyr-Medium";
}

.assets__currencies:after {
    right: -52%;
    bottom: -52px;
    top: auto;
    left: auto;
}

.box__crypto {
    background-color: #f95132;
    background-image: linear-gradient(112deg, #f95132 0%, #f01010 100%);
    box-shadow: 0 40px 70px 0 rgba(186, 0, 0, 0.4);
    overflow: hidden;
}

.assets__crypto:after {
    right: -52%;
    bottom: 63px;
    top: auto;
    left: auto;
}

.box__header {
    margin-bottom: 30px;
}

.box__select {
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 30px;
    width: 80px;
}

.box__select option {
    color: #040c36;
}

.price__text {
    font-family: "AvenirNextCyr-Light";
}

.box-row:not(:last-child) {
    margin-bottom: 20px;
}

.box-row__cur {
    width: calc(50% - 30px);
}

@media (max-width: 576px) {
    .box-row__cur {
        width: auto !important;
    }
}

.assets-row__img {
    width: 55px;
    height: 55px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 575.98px) {
    .assets-row__img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .assets-row__img + div {
        display: none;
    }
}

.box-row__summ,
.box-row__name {
    display: block;
}

.box-row__summ {
    font-family: "AvenirNextCyr-Regular";
    font-size: 30px;
    line-height: 30px;
}

.box-row__name {
    line-height: 25px;
}

.box-row__icon {
    padding: 0 20px;
}

@media (max-width: 575.98px) {
    .box-row__icon:not(.box-row__icon_soon) {
        display: none;
    }
}

.assets-row__img_margin {
    margin-left: -36px;
}
/*
# end assets section
*/

/*
# how to section
*/
.how {
    padding: 100px 0 89px;
}

.how__box {
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    .how__box {
        margin-bottom: 30px;
    }
}

.how__box:first-child {
    padding: 40px 0 0 0;
}

@media (max-width: 575.98px) {
    .how__box:first-child {
        padding: 15px 0 0 0;
    }
}

.how__bg_dots:after {
    content: url(../img/home_03.svg);
    position: absolute;
    z-index: 0;
    bottom: 32%;
    left: 53%;
}

@media (max-width: 1199.98px) {
    .how__bg_dots:after {
        left: 20%;
    }
}

@media (max-width: 767.98px) {
    .how__bg_dots {
        overflow: hidden;
    }
}

.how__icon_img {
    position: relative;
    z-index: 1;
    width: 55px;
    height: 55px;
    object-fit: cover;
    display: block;
    margin: 0 0 20px 0;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
}

.how__box_title,
.how__description {
    line-height: 25px;
}

.how__box_title {
    font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.how__link_description,
.how__description {
    opacity: 0.5;
}

.how__link_description {
    margin-bottom: 100px;
}

.how__dots {
    transform: translateX(-154px);
    -webkit-transform: translateX(-154px);
    -moz-transform: translateX(-154px);
    -ms-transform: translateX(-154px);
    -o-transform: translateX(-154px);
}

.how__info {
    padding-top: 132px;
}

@media (max-width: 991.98px) {
    .how__info {
        padding-top: 30px;
    }
}

.how__link_but {
    display: block;
    max-width: 240px;
    margin: 0 0 27px 0;
    padding: 16px 30px;
}

@media (max-width: 991.98px) {
    .how__link_but {
        margin: 0 auto 20px;
    }
}

.how__link {
    color: #040018;
    opacity: 1;
}
/*
# end how to section
*/

/*-
# customers section
*/
.customers {
    padding: 100px 0 99px;
    background: #0021a0 url(../img/home_04.svg) 84% 97% no-repeat;
}

@media (max-width: 991.98px) {
    .customers {
        background: #0021a0;
        padding: 50px 0;
    }
}

@media (max-width: 991.98px) {
    .customers__title {
        margin-bottom: 30px;
    }
}

.box-row__cur .box-row__name + .box-row__name {
    display: none;
}

@media (max-width: 575.98px) {
    .box-row__cur .box-row__name:not(:last-child) {
        display: none;
    }

    .box-row__cur .box-row__name + .box-row__name {
        display: block;
    }
}

.box__total {
    font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
    color: #39d790;
    line-height: 25px;
    text-transform: uppercase;
    transform: translateX(-21px);
}

.box__footer {
    padding-top: 10px;
}

.box__hr {
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0 30px 0;
    border: none;
}

.box__footer_title {
    text-transform: uppercase;
    line-height: 25px;
}

.box__title {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .box__title {
        margin-bottom: 0;
    }

    .box__footer_summ {
        padding-left: 16px;
    }
}

.customers__item {
    padding-left: 15px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
}

.customers__item:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 8px;
    height: 8px;
    left: -10px;
    top: 8px;
    right: auto;
    bottom: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 991.98px) {
    .customers__item:before {
        display: block;
        position: static;
        margin: 0 auto 13px;
    }
}

.customers__item:first-child:before {
    background: #ff393f;
    box-shadow: 0 15px 70px 0 rgba(159, 159, 159, 0.2);
}

.customers__item:nth-child(2):before {
    background: #ffb24d;
    box-shadow: 0 15px 70px 0 rgba(159, 159, 159, 0.2);
}

.customers__item:nth-child(3):before {
    background: #434cff;
    box-shadow: 0 15px 70px 0 rgba(159, 159, 159, 0.2);
}

.customers__list {
    padding-top: 95px;
}

@media (max-width: 991.98px) {
    .customers__list {
        padding-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.customers__list_text,
.customers__list_summ {
    display: block;
}

.customers__list_text {
    line-height: 25px;
    margin-bottom: 5px;
}

@media (max-width: 991.98px) {
    .customers__list_text {
        margin-bottom: 12px;
    }
}

.customers__list_summ {
    font-size: 30px;
    line-height: 30px;
}

@media (max-width: 767.98px) {
    .customers__list_summ {
        font-size: 20px;
        line-height: 20px;
    }
}

.customers__diagram {
    display: inline-block;
    vertical-align: middle;
    margin-top: 83px;
    transform: translatex(23px);
}

@media (max-width: 991.98px) {
    .customers__diagram {
        display: block;
        margin: 50px auto 30px;
        transform: none;
    }
}
/*
# end customers section
*/

/*
# map section
*/
.map {
    background: #0021a0;
    padding: 0 0 97px;
}

@media (max-width: 991.98px) {
    .map {
        padding-bottom: 50px;
    }
}

.map__img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .map__title {
        margin-bottom: 30px;
    }
}
/*
# end map section
*/

/*
# why section
*/
.why {
    padding: 100px 0 71px;
    background:
        url(../img/home_03.svg) 0 60% no-repeat,
        url(../img/home_03.svg) 119% 73% no-repeat;
}

@media (max-width: 1199.98px) {
    .why {
        background: #fff;
    }
}

@media (max-width: 575.98px) {
    .why {
        padding: 50px 0;
    }
}

.why__title {
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .why__slogan,
    .why__title {
        margin-bottom: 30px;
    }
}

.why__slogan {
    margin-bottom: 229px;
}

@media (max-width: 991.98px) {
    .why__slogan {
        margin-bottom: 30px;
    }
}

.why__box {
    margin-bottom: 30px;
}

.why__icon {
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .how__icon_img {
        margin-right: auto;
        margin-left: auto;
    }
}

.why__box_title {
    font-size: 15px;
    font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why__list_item {
    opacity: 0.5;
    margin-bottom: 9px;
    line-height: 25px;
}
/*
# end why section
*/

/*
# ask section
*/
.ask {
    background: rgba(230, 231, 235, 0.2);
    padding: 100px 0;
}

@media (max-width: 575.98px) {
    .ask {
        padding: 50px 0;
    }
}

.ask__panel {
    padding: 30px 40px;
    background-color: #fff;
}

.ask__heading {
    position: relative;
    z-index: 0;
}

.ask__panel:not(:last-child) {
    margin-bottom: 20px;
}

.ask__panel_title {
    font-family: "AvenirNextCyr-Bold", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.ask__link {
    color: #040c36;
    display: block;
    padding-right: 15px;
}

.ask__link:after {
    content: url(../img/dropdown_b_faq.svg);
    position: absolute;
    z-index: 0;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto 0 auto 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* .ask__link.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
} */

.ask__link[aria-expanded="true"]:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ask__body {
    padding: 20px 0 0;
}

.ask__text {
    line-height: 25px;
    opacity: 0.5;
    margin-bottom: 10px;
}

.ask__text:last-child {
    margin-bottom: 0;
}
/*
# end ask section
*/

/*
# get exchange section
*/
.get-exchange {
    padding: 100px 0 69px;
    background: #0021a0;
}

@media (max-width: 575.98px) {
    .get-exchange {
        padding: 50px 0 0px;
    }
}

.bg__dots:after {
    content: url(../img/08.svg);
    position: absolute;
    z-index: 0;
    bottom: 0%;
    left: -10%;
}

@media (max-width: 575.98px) {
    .bg__dots {
        padding-bottom: 90px;
        overflow: hidden;
    }

    .bg__dots:after {
        bottom: 8%;
        left: 41%;
    }
}
/*
# end get exchange section
*/

/*--------------------------------------------------------------
# end home page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Reviews page
--------------------------------------------------------------*/
.review {
    padding-bottom: 70px;
}
.review__title {
    margin-bottom: 30px;
}

.review__slogan {
    margin-bottom: 70px;
}

.review__item_box {
    margin-bottom: 30px;
}

.box-shadow {
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 30px 70px 0 rgba(182, 182, 202, 0.25);
}

.review__item {
    height: 100%;
}

.review__header {
    margin-bottom: 30px;
}

.review__item_flag {
    width: 55px;
    height: 55px;
    margin: 0 25px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review__name {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    color: #040c36;
    line-height: 25px;
    margin: 0 15px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.review__date {
    display: block;
    opacity: 0.5;
    color: #040c36;
    line-height: 25px;
}

.review__text {
    opacity: 0.5;
    line-height: 25px;
    margin-bottom: 30px;
    min-height: 125px;
}

.review__footer_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review__footer_img:last-child {
    display: block;
    margin-left: -10px;
}

.review__item-more {
    background: url(../img/home_03.svg) -102% 106% no-repeat;
    border: 2px solid rgba(4, 12, 54, 0.1);
    box-shadow: none;
}

@media (max-width: 575.98px) {
    .review__item-more {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.review__item-more_box > span {
    display: block;
}

.review__item-more_num {
    font-family: "AvenirNextCyr-Bold";
    font-size: 60px;
    color: #040c36;
    letter-spacing: 0;
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
}

.review__item-more_link {
    font-family: "AvenirNextCyr-Bold";
    color: #e41f20;
    text-transform: uppercase;
}

.review__item-more_link img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
/*--------------------------------------------------------------
# end Reviews page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#  Reates page
--------------------------------------------------------------*/
/*
# rates section
*/
.rates__title {
    margin-bottom: 50px;
}

.rates__currency_name {
    line-height: 25px;
}

.rates__currency-list {
    margin-bottom: 20px;
}

.rates__item {
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .rates__item {
        padding: 50px 10px;
    }
}

.rates__currency_item {
    margin-left: 10px;
    border: 2px solid rgba(4, 12, 54, 0.1);
    border-radius: 35px;
    font-family: "AvenirNextCyr-Bold";
    padding: 15px 26px;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rates__bye {
    border-color: #e63536;
    color: #e41f20;
    margin: 0 0 0 30px;
}

.rates__currency_item:hover,
.rates__currency_item:focus,
.rates__currency_item.active {
    color: #fff;
    background-image: linear-gradient(112deg, #fc141c 0%, #e02020 100%);
    background-color: #fc141c;
    border-color: #fc141c;
}

.rates__ic {
    display: block;
    margin: 0 15px 0 0;
    width: 55px;
    height: 55px;
    object-fit: cover;
}

.rates__part:first-child {
    padding-right: 10px;
}

@media (max-width: 767.98px) {
    .rates__item {
        padding: 20px;
        flex-wrap: wrap;
    }

    .rates__part {
        width: 100%;
        flex: 0 0 100%;
        justify-content: space-between;
    }

    .rates__currency_item {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.rates__part > span {
    display: block;
    line-height: 25px;
}

.rates__name {
    opacity: 0.5;
}

.rates__summ {
    font-family: "AvenirNextCyr-Bold";
    padding-left: 8px;
}

.rates__value {
    font-family: "AvenirNextCyr-Bold";
}

.text-success {
    color: #60d803 !important;
}

.text-danger {
    color: #e41f20 !important;
}

.rates__butt {
    margin: 20px 0 60px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 40px;
}

@media (max-width: 991.98px) {
    .rates__butt {
        margin-bottom: 0;
    }
}
/*
# end rates section
*/

/*
# commission section
*/
.commission {
    padding: 40px 0 100px;
}

.commission__slogan {
    margin-bottom: 50px;
}

.commission__m {
    margin-bottom: 45px;
}

.commission__box {
    padding: 48px 31px 10px 32px;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.commission__box.active {
    background-image: linear-gradient(135deg, #9733ee 0%, #d600e0 100%);
    background-color: #9733ee;
    color: #fff;
}

.commission__caption {
    font-family: "AvenirNextCyr-Bold";
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 0;
}

.commission__caption:before {
    content: "";
    border-radius: 2px;
    width: 30px;
    height: 4px;
    position: absolute;
    z-index: 0;
    top: -20px;
    left: 0;
}

.color_1:before {
    background: #434cff;
}

.color_2:before {
    background: #fc141c;
}

.color_3:before {
    background: #ffb24d;
}

.commission__box.active .commission__caption:before {
    background: #fff;
}

.commission__text {
    opacity: 0.5;
    line-height: 25px;
}

.commission_butt {
    padding: 18px 40px;
    margin-bottom: 20px;
}
/*
# end commission section
*/
/*--------------------------------------------------------------
# end Reates page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Available page
--------------------------------------------------------------*/
.main__bg_wrapper {
    position: relative;
    z-index: 2;
}

.available {
    padding-top: 20px;
}

.countries__wrapper {
    max-width: 975px;
    margin: 0 auto 100px;
}

@media (max-width: 767.98px) {
    .countries__wrapper {
        margin-bottom: 0;
    }
}

.countries__wrapper .table-responsive {
    max-height: 530px;
    overflow-y: hidden;
    transition: max-height 1s ease-in-out;
}

.countries__wrapper .table-responsive.visibleTable {
    max-height: 750px;
    overflow-y: auto;
}

.countries__tab-content {
    background: #ffffff;
    box-shadow: 0 40px 70px 0 rgba(12, 13, 80, 0.25);
    padding: 14px 0 40px;
}

.table__countries {
    margin-bottom: 20px;
}

.table__countries.table th,
.table__countries.table td {
    vertical-align: middle;
    white-space: nowrap;
}

.table__countries.table th {
    font-family: "AvenirNextCyr-Bold";
    text-transform: uppercase;
    padding: 26px 26px 26px 40px;
}

.table__countries.table td {
    padding: 15px 15px 15px 40px;
    line-height: 25px;
}

.table__countries.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(205, 206, 216, 0.1);
}

.table__countries.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.countries__name {
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.countries__ic,
.countries__name {
    display: inline-block;
    vertical-align: middle;
}

.countries__ic {
    margin: 0 15px 0 0;
    width: 26px;
    height: auto;
}

.available__form {
    max-width: 326px;
    margin: 0 auto;
}

.avialibe__text {
    margin-bottom: 30px;
}

.available__title {
    color: #fff;
    margin: 0 0 50px 0;
}

.available__input {
    color: #ffffff;
    padding: 5px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.available__submit {
    padding: 15px 40px;
    margin-bottom: 106px;
}

@media (max-width: 767.98px) {
    .available__submit {
        margin-bottom: 40px;
    }
}

.countries__pills .nav-item {
    margin: 0 40px 35px 0px;
}

@media (max-width: 767.98px) {
    .countries__pills .nav-item {
        margin: 0 15px 15px 0px;
    }
}

.countries__pills .nav-item:last-child {
    margin-right: 0;
}

.countries__pills .nav-link {
    font-family: "AvenirNextCyr-Bold";
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
}

.countries__pills .nav-link.active,
.countries__pills .nav-link:hover {
    opacity: 1;
    background: transparent;
}

.countries__more {
    display: block;
    max-width: 270px;
    margin: 15px auto 0;
}

@media (max-width: 767.98px) {
    .countries__wrapper .button {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*--------------------------------------------------------------
# end Available page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Affiliate page
--------------------------------------------------------------*/
/*
# main section
*/

.main-aff__content {
    padding: 53px 0 97px;
}

@media (max-width: 991.98px) {
    .main-aff__content {
        padding: 0 0 50px;
    }
}

.title__main-aff {
    margin-bottom: 30px;
}

.slogan__main-aff {
    margin-bottom: 50px;
}

.main-aff__butt {
    padding: 15px 40px 15px;
    margin: 0 0 100px;
}

@media (max-width: 991.98px) {
    .main-aff__butt {
        margin: 0 0 50px;
    }
}

.aff__marker_dots {
    position: relative;
    z-index: 0;
}

.aff__marker_dots:before {
    content: "";
    position: absolute;
    z-index: 0;
    max-width: 900px;
    width: 100%;
    border-top: 4px dashed rgba(255, 255, 255, 0.2);
    bottom: 49px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.aff__marker_ic {
    display: inline-block;
    margin: 0 auto 21px;
}

.aff__marker_ic:before {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    text-align: center;
    top: 9px;
    font-family: "AvenirNextCyr-Bold";
}

.aff__marker_ic_1:before {
    content: "1";
}

.aff__marker_ic_2:before {
    content: "2";
}

.aff__marker_ic_3:before {
    content: "3";
}

.aff__marker_ic_4:before {
    content: "4";
}

.aff__marker_caption {
    font-size: 15px;
    font-family: "AvenirNextCyr-Bold";
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .aff__marker_item {
        margin-bottom: 20px;
    }
}

/*
# end main section
*/

/*
# make section
*/

.make {
    padding: 100px 0 70px;
    overflow: hidden;
}

.make__bg {
    position: relative;
    z-index: 0;
}

.make__bg:after {
    content: url(../img/affiliate/dots/02.svg);
    position: absolute;
    z-index: -1;
    top: 42%;
    left: -8%;
}

.make__box {
    background: #ffffff;
    box-shadow: 0 40px 70px 0 rgba(182, 182, 202, 0.25);
    margin-bottom: 30px;
}

.make__box_bottom,
.make__box_top {
    padding: 30px 40px;
}

.make__color_1 {
    background-image: linear-gradient(-45deg, #c5ff52 0%, #6cd200 100%);
    background-color: #c5ff52;
}

.make__color_2 {
    background-image: linear-gradient(-45deg, #60d2ff 0%, #1c94ff 100%);
    background-color: #60d2ff;
    box-shadow: 0 15px 70px 0 rgba(159, 159, 159, 0.2);
}

.make__color_3 {
    background-image: linear-gradient(-45deg, #3640ff 0%, #0800aa 100%);
    background-color: #3640ff;
}

.make__color_4 {
    background-image: linear-gradient(-45deg, #ff73a3 0%, #f01010 100%);
    background-color: #ff73a3;
}

.make__color_5 {
    background-image: linear-gradient(135deg, #9733ee 0%, #d600e0 100%);
    background-color: #9733ee;
}

.make__color_6 {
    background-image: linear-gradient(135deg, #f7971e 0%, #fff434 100%);
    background-color: #f7971e;
}

.make__box_title {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.make__box_bottom > span,
.make__box_top > span {
    display: block;
    line-height: 25px;
}

.make__box_top .make__box_val {
    font-family: "AvenirNextCyr-Bold";
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.make__box_remark {
    font-family: "AvenirNextCyr-Regular";
}

.make__box_sum {
    font-family: "AvenirNextCyr-Bold";
    margin: 0 0 10px 0;
}

.make__box_des {
    opacity: 0.5;
}
/*
# end make section
*/

/*
# Why join section
*/
.join {
    padding: 100px 0 50px;
}

.join__dots {
    display: block;
    margin: 20px 0 50px 0;
}

.join__item {
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    .join__item {
        text-align: center;
    }
}

.join__item_ic {
    display: block;
    margin: 0 0 20px 0;
}

@media (max-width: 575.98px) {
    .join__item_ic {
        margin: 0 auto 20px;
    }
}

.join__item_title {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
}
/*
# end Why join section
*/

/*
# solutions section
*/
.solutions {
    padding: 100px 0 62px;
    background: #0021a0;
}

.title__solutions {
    margin-bottom: 80px;
}

.solutions__item {
    margin-bottom: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 41px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 575.98px) {
    .solutions__item {
        padding: 20px;
    }
}

/* .solutions__item:hover,  */
.solutions__item.active {
    background:
        url(../img/affiliate/dots/05.svg) 95% 4% no-repeat,
        linear-gradient(112deg, #f95132 0%, #f01010 100%);
    box-shadow: 0 40px 70px 0 rgba(186, 0, 0, 0.4);
    max-width: 430px;
    width: 430px;
    margin-left: -30px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: -30px;
}

@media (max-width: 1199.98px) {
    .solutions__item.active {
        width: 100%;
        margin-left: 0;
    }
}

.solutions__item:not(.active) {
    min-height: 570px;
}

@media (max-width: 991.98px) {
    .solutions__item.active,
    .solutions__item:not(.active) {
        min-height: auto;
        margin: 0 auto 20px;
        width: 100%;
        max-width: 400px;
    }
}

.solutions__ic {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.solutions__title {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.solutions__des {
    line-height: 25px;
    text-align: center;
    font-family: "AvenirNextCyr-Regular";
}
/*
# end solutions section
*/

/*
# Cryptocurrency Wallets section
*/
.cryptocurrency-faq {
    padding: 100px 0 79px;
}

.cryptocurrency-faq__ic {
    display: block;
    margin: 0 auto 25px;
}

.cryptocurrency-faq__title {
    font-family: "AvenirNextCyr-Bold";
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 40px 0;
}

.cryptocurrency-faq__box {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.cryptocurrency-faq .box {
    height: 100%;
    padding: 50px;
}

.cryptocurrency-faq__box:after {
    content: url(../img/affiliate/dots/06/01.svg);
    position: absolute;
    z-index: -1;
    top: auto;
    left: auto;
    right: -9px;
    bottom: 42px;
}

.cryptocurrency-faq .button {
    padding: 15px 40px;
}

.cryptocurrency-faq__text {
    font-family: "AvenirNextCyr-Regular";
    line-height: 25px;
}

.cryptocurrency-faq .cryptocurrency-faq__text {
    margin-bottom: 0;
}
/*
# end Cryptocurrency Wallets section
*/

/*
# signup section
*/
.signup {
    padding: 100px 0 68px;
    background: #0021a0 url(../img/affiliate/dots/07.svg) 0% 82% no-repeat;
}

.signup__form {
    max-width: 570px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.signup__form .steps__box_title {
    margin-bottom: 18px;
}

.signup__form .form__item_modal {
    margin-bottom: 17px;
}

.signup__form .button {
    padding: 15px 40px;
}

#ip_verify .modal-content {
    padding-bottom: 80px;
}

.row_verified {
    padding-top: 40px;
}
/*
# end signup section
*/

/*--------------------------------------------------------------
# end Affiliate page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Steps pages
--------------------------------------------------------------*/

/*
# Step 1
*/

@media (max-width: 991.98px) {
    .steps__logo_img {
        margin-bottom: 10px;
    }
}

.steps__header {
    padding: 50px 0 0;
}

.steps__logo_img {
    max-width: 160px;
}

.steps__slogan {
    line-height: 25px;
}

.steps__line {
    position: relative;
    z-index: 0;
    padding: 0 0 0 19px;
}

@media (max-width: 991.98px) {
    .steps__line {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }
}

.steps__line:before {
    content: "";
    position: absolute;
    z-index: 0;
    background: #e5e4e8;
    width: 2px;
    height: calc(100% - 16px);
    left: 0;
    top: 8px;
    bottom: auto;
    margin: auto 0;
}

@media (max-width: 991.98px) {
    .steps__line {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0;
    }

    .steps__line:before {
        width: calc(100% - 16px);
        height: 2px;
    }
}

.steps__line_item {
    font-family: "AvenirNextCyr-Bold";
    line-height: 25px;
    text-transform: uppercase;
    color: #b3b6c2;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 0;
}

@media (max-width: 991.98px) {
    .steps__line_item {
        margin-top: 20px;
        padding-right: 10px;
        font-size: 10px;
        line-height: 15px;
    }

    .steps__box_boxing .no-gutters {
        flex-direction: column;
    }
}

.steps__line_item:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 10px;
    height: 10px;
    top: 7px;
    left: -23px;
    background: #e5e4e8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 991.98px) {
    .steps__line_item:before {
        top: -16px;
        left: 0;
    }

    .steps__line_item:first-child:before {
        left: 0;
    }
}

.steps__line_item:last-child {
    margin-bottom: 0;
}

.steps__line_item.active {
    color: #040c36;
}

.steps__line_item.active:before {
    color: #040c36;
    background: #fff;
    border: 3px solid #f11814;
}

.body__steps {
    padding: 60px 0 97px;
    overflow: hidden;
}

.steps__dots_bg:after {
    content: url(../img/payment/dots/01.svg);
    position: absolute;
    z-index: 0;
    top: 70%;
    right: 22px;
}

.body__steps_2 .steps__dots_bg:after {
    top: 39%;
}

.body__steps_3 .steps__dots_bg:after {
    top: 46%;
}

.body__steps_4 .steps__dots_bg:after {
    top: 60%;
}

@media (max-width: 991.98px) {
    .steps__dots_bg:after {
        display: none;
    }
}

.steps__box {
    background: #ffffff;
    box-shadow: 0 10px 70px 0 rgba(196, 196, 208, 0.45);
}

.faq__page .steps__box_light {
    background: rgba(230, 231, 235, 0.2);
}

.steps__box_light {
    padding: 40px;
}

.info_message {
    margin-top: 40px;
}

.steps__box_dark {
    padding: 40px 40px 40px 38px;
    height: 100%;
}

.steps__box_dark {
    background-image: linear-gradient(126deg, #000cf8 0%, #0900bb 100%);
    background-color: #000cf8;
    color: #fff;
}

.steps__box_top {
    margin-bottom: 2px;
}

.steps__box_title {
    font-family: "AvenirNextCyr-Bold";
    line-height: 25px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 38px 0;
}

.steps__box_title_text {
    display: block;
    margin: 0 0 0 10px;
}

.steps__box_row-img {
    margin: 0 0 32px 0;
}

.steps__box_row-img > img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 0 0 15px;
}

@media (max-width: 991.98px) {
    .steps__box_row-img > img {
        margin: 15px 0 15px 0;
    }
}

.steps__box_card {
    padding: 5px;
    max-width: 180px;
    height: 45px;
    outline: none;
    background: transparent;
    border: 2px solid transparent;
}

.steps__box_card img {
    max-width: 62px;
}

.steps__box_card.active {
    border: 2px solid rgba(0, 10, 63, 0.1);
}

.steps__box_card-name {
    display: block;
    font-family: "AvenirNextCyr-Bold";
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.form__item {
    margin-bottom: 32px;
}

.form__item,
.form__item_modal {
    position: relative;
    z-index: 0;
}

.body__steps_2 .form__item {
    margin-bottom: 57px;
}

.steps-form__labels {
    margin-bottom: 9px;
}

.input_small {
    padding-bottom: 5px;
    margin: 0;
}

.signup__form .input_small,
.body__steps_4 .input_small,
.body__steps_2 .input_small {
    padding-bottom: 10px;
}

.steps__btn-link {
    font-family: "AvenirNextCyr-Bold";
    color: #040c36;
    opacity: 0.5;
    text-transform: uppercase;
}

.steps__btn-link:hover {
    text-decoration: none;
    color: #fc141c;
    opacity: 1;
}

.steps__form_footer {
    padding-top: 7px;
}

@media (max-width: 1199.99px) {
    .iframe__form iframe {
        height: 600px !important;
    }
}

@media (max-width: 767.99px) {
    .iframe__form iframe {
        height: 610px !important;
    }
}

@media (max-width: 575.99px) {
    .iframe__form iframe {
        height: 640px !important;
    }
}

@media (min-width: 992px) {
    .steps__part_big {
        flex: 0 0 62%;
        max-width: 62%;
    }

    .steps__part_small {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .padding_left_30 {
        padding-left: 30px;
    }

    .padding_right_30 {
        padding-right: 30px;
    }
}

.steps__ex {
    margin-bottom: 35px;
}

.steps__ex_ic {
    display: block;
    margin: 0 40px 0 45px;
    transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
}

.steps__ex_sum,
.steps__ex_cur {
    display: block;
}

.steps__ex_sum {
    line-height: 25px;
    margin-bottom: 6px;
}

.steps__ex_cur {
    opacity: 0.7;
    line-height: 15px;
}

.steps__informations {
    padding-bottom: 36px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 41px;
}

.steps__inf_checing {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.steps__informations_time,
.steps__informations_question {
    font-size: 12px;
    line-height: 12px;
    font-family: "AvenirNextCyr-Regular";
}

.steps__informations_time {
    opacity: 0.7;
    margin-bottom: 5px;
}

.steps__informations_question {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding: 0;
}

.steps__informations_question:hover {
    color: #fff;
}

.steps__data_row:not(:last-child) {
    margin-bottom: 15px;
}

.steps__data_title,
.steps__data_val {
    line-height: 25px;
    font-size: 14px;
}

.steps__data_val {
    word-wrap: break-word;
}

.steps__data_title {
    opacity: 0.7;
    font-family: "AvenirNextCyr-Regular";
}

.steps-form__control .custom-control {
    padding-left: 0;
}

.body__steps_2 .steps-form__control {
    margin-bottom: 0;
}

.steps-form__control_sex {
    margin-top: -27px;
}

.steps-form__control .custom-control:first-child {
    margin-right: 28px;
}

.steps-form__control .custom-control-label::before {
    width: 15px;
    height: 15px;
    border: 2px solid #e5e6eb;
    left: -15px;
}

.steps-form__control_wrap {
    transform: translateX(17px);
}

.steps-form__control .labels {
    margin-bottom: 14px;
    padding-top: 4px;
}

.steps-form__control .custom-control-label::after {
    background: transparent;
    border-radius: 50%;
    top: 8px;
    left: -11px;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.steps-form__control .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #47a200;
}

.steps-form__control .custom-control-label {
    padding: 0 0 0 10px;
    cursor: pointer;
}

.custom-control-label a {
    color: #040c36;
    text-decoration: underline;
}

.custom-control-label a:hover {
    opacity: 0.7;
}

.steps-form__control .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.steps-form__control .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #e5e6eb;
    background-color: transparent;
}

.steps-form__control .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.body__steps_2 .steps__box_dark {
    background:
        url(../img/home_04.svg) 359% 76% no-repeat,
        linear-gradient(126deg, #000cf8 0%, #0900bb 100%);
}

.steps__form_boxing {
    margin-bottom: 14px;
}

.body__steps_2 .steps__form_footer {
    padding-top: 16px;
}

.steps__requirement_title,
.steps__requirements_item {
    line-height: 25px;
}

.steps__requirement_title {
    display: block;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: middle;
}

.steps__requirement_title .popover_box {
    top: 4px;
    right: -30px;
}

.popover .close {
    transform: translateY(-7px);
}

.steps__requirements {
    margin-bottom: 30px;
}

.steps__requirements_item {
    font-family: "AvenirNextCyr-Regular";
    position: relative;
    z-index: 0;
    padding-left: 15px;
    margin-bottom: 10px;
}

.steps__requirements_item:last-child {
    margin-bottom: 0;
}

.steps__requirements_item:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #f11814;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.steps__upload {
    margin-bottom: 30px;
}

.steps__upload_doc {
    background: rgba(66, 75, 255, 0.1);
}

.steps__upload_card {
    background: rgba(255, 178, 77, 0.1);
}

.steps__upload_ic {
    display: block;
    margin: 0 auto 15px;
}

.steps__upload_text {
    font-family: "AvenirNextCyr-Bold";
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps__upload_des {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.steps__later {
    display: inline-block;
    font-family: "AvenirNextCyr-Bold";
    text-transform: uppercase;
    margin: 50px auto 20px;
    background: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}

.steps__later:hover {
    color: #fff;
    background: #000cf8;
}

.custom_file_input {
    position: absolute;
    z-index: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.custom_file_label {
    padding: 25px 30px;
    height: 100%;
    margin: 0;
}

.steps__inf_ic,
.steps__inf_text {
    display: inline-block;
    vertical-align: middle;
}

.steps__inf {
    margin-bottom: 30px;
}

.steps__inf_ic {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    line-height: 20px;
    margin: 0 15px 0 0;
    color: #fff;
    background: #ffb24d;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.steps__inf_text {
    font-size: 12px;
    line-height: 20px;
}

.form__card_day,
.form__card_year {
    margin-right: 29px;
}

.form__card_day {
    width: 40px;
    flex: 0 0 40px;
}

.form__card_year {
    width: 60px;
    flex: 0 0 60px;
}

.form__card_cvv {
    width: 105px;
    flex: 0 0 105px;
}

.popover_wrap {
    position: relative;
    z-index: 0;
}

.popover_box {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    width: auto;
    padding: 0;
}

.popover_wrap .popover_box {
    right: 0;
    top: 4px;
}

.popover {
    /* max-width: 200px; */
    padding: 30px;
    border: none;
    background: #ffffff;
    box-shadow: 0 30px 70px 0 rgba(182, 182, 202, 0.25);
    margin: 0;
    z-index: 9;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#root .popover {
    z-index: 9;
    left: 0 !important;
}

@media (min-width: 768px) {
    .popover {
        left: 0 !important;
    }
}

.popover .arrow {
    display: none;
}

.popover-header {
    font-family: "AvenirNextCyr-Bold";
    background-color: transparent;
    border-bottom: none;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    color: #040c36;
}

.popover-body {
    padding: 0;
    font-size: 12px;
    color: #040c36;
    line-height: 20px;
    opacity: 0.5;
}

.body__steps_4 .form__item {
    margin-bottom: 28px;
}

.steps__inf_text_bottom {
    display: block;
    margin-bottom: 30px;
}

.step__box_agree {
    margin-bottom: 25px;
}

.step__box_cap {
    margin-bottom: 15px;
}

.step__box_agree .custom-control-label::before {
    width: 25px;
    height: 25px;
    border: 2px solid #e5e6eb;
    top: -3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.step__box_agree .custom-control-label::after {
    width: 25px;
    height: 25px;
    top: -3px;
}

.step__box_agree .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../img/payment/icons/check.svg);
}

.step__box_agree .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e5e6eb;
    background-color: transparent;
}

.step__box_agree .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e5e6eb;
}

.step__box_agree .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.step__box_agree .custom-control-label {
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

.popover_exclamation {
    font-family: "AvenirNextCyr-Regular";
    display: block;
    border: 2px solid #e5e6eb;
    color: #e5e6eb;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.body__steps_2 .popover_box {
    top: 3px;
    right: -30px;
}

/*--------------------------------------------------------------
# end Steps pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# modals
--------------------------------------------------------------*/
.modal .close {
    opacity: 1;
    font-size: 15px;
    padding: 12px 15px 15px;
}

.modal-content {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.modal-biggest,
.modal-standart {
    max-width: 100%;
}

@media (min-width: 768px) {
    .modal-standart {
        max-width: 630px;
    }
}

@media (min-width: 1200px) {
    .modal-biggest {
        max-width: 945px;
    }
}

.standart .modal-header {
    border: none;
    padding: 40px 40px 0 0;
}

.modal-standart .modal-footer {
    padding: 30px;
    border: none;
    justify-content: center;
}

.modal-footer_bg {
    background: #fafafb;
}

.standart .modal-body {
    padding: 8px 40px 30px;
}

.modal__content {
    max-width: 420px;
    margin: 0 auto;
}

.modal__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 20px;
}

.modal__title {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.modal__text {
    font-family: "AvenirNextCyr-Regular";
    line-height: 25px;
    margin-bottom: 0;
}

.modal-standart .modal-footer .modal__text {
    font-size: 12px;
    line-height: 20px;
}

.modal-buttons {
    padding: 30px 0 25px;
}

.modal__ok {
    padding: 15px 40px;
    margin-bottom: 8px;
}

.modal-standart button {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.modal-biggest .modal-body {
    padding: 0;
}

.modal-biggest .steps__part_big {
    flex: 0 0 63%;
    max-width: 63%;
}

.modal-biggest .steps__part_small {
    flex: 0 0 37%;
    max-width: 37%;
}

.modal-biggest .close {
    padding: 0;
    margin: 0;
}

.title__light {
    color: #81859a;
}

.steps__item:not(:last-child) {
    margin-bottom: 35px;
}

.steps__item_ic {
    display: block;
    width: 55px;
    flex: 0 0 55px;
    margin-right: 20px;
}

.steps__item_title {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "AvenirNextCyr-Bold";
}

.steps__item_des {
    line-height: 25px;
    font-family: "AvenirNextCyr-Regular";
}

.steps__item_des:last-child {
    margin-bottom: 0;
}

.modal-biggest .form__item {
    margin-bottom: 63px;
}

.steps__modal_title {
    margin-bottom: 72px;
}

.captcha__box {
    padding: 36px 0 30px 0;
    background: url(../img/payment/dots/3.svg) 107% center no-repeat;
}

.modal-biggest .step__box_agree {
    margin-bottom: 8px;
}

.pass_erorrs {
    padding-top: 15px;
}

.pass_erorrs__item {
    opacity: 0.5;
    font-size: 12px;
    line-height: 20px;
    text-decoration: line-through;
    margin: 0 21px 5px 0;
    display: inline-block;
    vertical-align: middle;
}
/*--------------------------------------------------------------
# end modals
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Register-Login pages
--------------------------------------------------------------*/

.login .dark.navbar,
.register .dark.navbar {
    padding-bottom: 0;
}

.login .body__steps,
.register .body__steps {
    padding-top: 50px;
}

.login .steps__box,
.register .steps__box {
    max-width: 880px;
    margin: 0 auto;
}

.login .steps__part_big,
.register .steps__part_big {
    flex: 0 0 68.5%;
    max-width: 68.5%;
}

.login .steps__part_small,
.register .steps__part_small {
    flex: 0 0 31.5%;
    max-width: 31.5%;
}

@media (max-width: 991.98px) {
    .login .steps__part_big,
    .register .steps__part_big,
    .login .steps__part_small,
    .register .steps__part_small,
    .steps__part_small {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .steps__item_wr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .steps__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .steps__item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .steps__item_wr .footer__item_info {
        width: 100%;
        flex: 0 0 100%;
    }
}

.steps__part_big_bg {
    background: url(../img/payment/dots/02.svg) 101% 98% no-repeat;
}

.register .steps__part_big .steps__box_title {
    margin: 0 0 72px 0;
}

@media (max-width: 991.98px) {
    .register:not(.body__steps_recovery) .steps__part_big .steps__box_title,
    .steps__box_title {
        margin-bottom: 20px;
    }
}

.contact_us_wrap .form__item,
.login .form__item,
.register .form__item {
    margin-bottom: 65px;
}

.field-erorrs {
    padding-right: 30px;
    background: url(../img/payment/icons/error.svg) center right no-repeat;
}

.erorrs {
    font-size: 13px;
    line-height: 20px;
    color: #f41100;
    display: block;
    transform: translateY(6px);
}
.ml-five {
    margin-left: 20px;
}
.title__link {
    color: #040018;
}

.title__link:hover {
    color: #f41100;
}

.register .form__item_modal {
    margin-bottom: 27px;
}

.register .steps-form__captcha {
    padding-top: 6px;
}

.steps-form__captcha {
    margin-bottom: 25px;
}

.register .steps-form__captcha,
.register .steps-form__control {
    margin-bottom: 23px;
}

/* .register .step__box_agree {
    margin-bottom: 7px;
} */

.register .steps-form__submit {
    padding-left: 38px;
    padding-right: 38px;
}

.login .steps-form__submit {
    padding-left: 47px;
    padding-right: 47px;
}

.login .steps__item_ic,
.register .steps__item_ic {
    margin: 0 0 22px 0;
}

.steps__item_des:not(:last-child) {
    margin-bottom: 12px;
}

.login .steps__inf {
    margin-bottom: 64px;
}

.form__item_link {
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #040c36;
    margin: 14px 0 0;
}

.login .steps__form_boxing {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# end Register-Login pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About pages
--------------------------------------------------------------*/
.main-about {
    padding: 20px 0 101px;
    background: url(../img/about/about_01_2.svg) 0% 91% no-repeat;
}

@media (min-width: 576px) {
    .main-about__content {
        padding-top: 50px;
    }
}

.title__about {
    margin-bottom: 20px;
}

.main-about__picture {
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.main-about__picture:after {
    content: url(../img/about/about_01.svg);
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50px;
    left: auto;
    bottom: auto;
}

@media (max-width: 575.98px) {
    .main-about__picture:after {
        top: 0;
    }
}

.main-about__text_wrap {
    margin-top: -110px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .main-about__text_wrap {
        margin-top: -70px;
    }
}

@media (max-width: 575.98px) {
    .main-about__text_wrap {
        margin-top: -35px;
    }
}

body .text__link,
body .main-about__text a {
    color: #ffbe46;
}

.main-about__text {
    font-family: "AvenirNextCyr-Regular";
    max-width: 770px;
    margin: 0 auto 10px;
    text-align: left;
    line-height: 25px;
}

.main-about__text:last-child {
    margin-bottom: 0;
}

/*
# today
*/

.today {
    padding: 100px 0 70px;
    background: url(../img/home_03.svg) 100% 6% no-repeat;
}

.title__today {
    margin-bottom: 40px;
}

.slogan__today {
    margin: 0 0 50px 0;
}

.today__item {
    padding: 50px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 40px 70px 0 rgba(182, 182, 202, 0.25);
    height: 225px;
}

.today__ic {
    display: block;
    margin: 0 auto 20px;
    height: 55px;
}

.today__title {
    font-family: "AvenirNextCyr-Bold";
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
/*
# Assets
*/

.assets__about {
    background: #0021a0;
    padding: 100px 0 50px;
}

.assets__about .box {
    margin-bottom: 50px;
}

/*
# Client
*/

.client {
    padding: 100px 0 50px;
    background: url(../img/about_04.svg) 0% 96% no-repeat;
}

.client__wraper {
    padding-top: 15px;
}

.client__item {
    border-radius: 20px;
    margin-bottom: 30px;
}

.client__item:last-child {
    margin-bottom: 0;
}

.client__item_text {
    font-family: "AvenirNextCyr-Regular";
    line-height: 24px;
    display: block;
    margin: 0 22px 0 0;
    padding: 8px 0 8px 30px;
}

@media (max-width: 767.98px) {
    .client__item_text {
        font-size: 12px;
        line-height: 12px;
        margin-right: 8px;
        padding-top: 11px;
    }
}

.client__item_num {
    font-family: "AvenirNextCyr-Bold";
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    display: block;
    text-align: center;
    max-width: 170px;
    width: 100%;
    border-radius: 20px;
    padding-top: 7px;
}

@media (max-width: 767.98px) {
    .client__item_num {
        max-width: 90px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.client__item_color1 {
    background-image: linear-gradient(112deg, #f95132 0%, #f01010 100%);
    max-width: 370px;
}

.client__item_color2 {
    background: #fed945;
    max-width: 470px;
}

.client__item_color3 {
    background: #434cff;
    max-width: 570px;
}

.client__item_color4 {
    background: #6fd6ff;
    max-width: 670px;
}

.client__item_color1 .client__item_num {
    background: rgba(182, 0, 0, 0.5);
}

.client__item_color2 .client__item_num {
    background: rgba(255, 167, 53, 0.5);
}

.client__item_color3 .client__item_num {
    background-image: linear-gradient(126deg, rgba(0, 11, 215, 0.5) 0%, rgba(8, 0, 167, 0.5) 100%);
}

.client__item_color4 .client__item_num {
    background-image: linear-gradient(126deg, rgba(54, 198, 255, 0.5) 0%, rgba(37, 152, 255, 0.5) 100%);
}

/*
# Client
*/
.benefits {
    padding: 100px 0 104px;
    background: rgba(230, 231, 235, 0.2);
}

.benefits__item {
    margin-bottom: 50px;
}

.benefits__ic {
    display: block;
    margin: 0 auto 20px;
}

.benefits__title {
    font-family: "AvenirNextCyr-Bold";
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.benefits__des {
    opacity: 0.5;
    line-height: 25px;
    margin-bottom: 0;
}

.button-big {
    padding: 15px 40px;
}

/*
# legal
*/
.legal {
    padding: 100px 0 73px;
    background: #0021a0 url(../img/about_06.svg) 100% 73% no-repeat;
}

.legal__title {
    margin-bottom: 50px;
}

.legal__text {
    font-family: "AvenirNextCyr-Regular";
    line-height: 25px;
    margin-bottom: 10px;
}

.legal .why__list_item {
    margin-bottom: 5px;
}
/*--------------------------------------------------------------
# end About
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CARDS
--------------------------------------------------------------*/
/*
# main
*/
.main-cards__content {
    padding: 3px 0 72px 0;
}

@media (max-width: 991.98px) {
    .main-cards__content {
        padding-bottom: 40px;
    }
}

.title__cards {
    margin-bottom: 30px;
}

.main-cards__text {
    line-height: 25px;
    font-family: "AvenirNextCyr-Regular";
    margin-bottom: 40px;
}

.main-cards__content .exchange__avialibe,
.no-avialibe.exchange__avialibe,
.main-cards__content .button {
    margin-bottom: 20px;
}

.no-avialibe .exchange__avialibe_text {
    color: #ffb24d;
}

.no-avialibe.exchange__avialibe {
    border: 1px solid rgba(255, 178, 77, 0.5);
}

.no-avialibe.exchange__avialibe:before {
    content: url(../img/unavailable.svg);
}

.main-cards__link {
    margin: 0 39px 0 0;
    padding: 15px 41px;
}

@media (max-width: 991.98px) {
    .main-cards__link {
        margin: 0 0 20px 0;
    }

    .main-cards__picture {
        margin-bottom: 50px;
    }
}
/* Our cards */

.our-cards {
    padding: 80px 0 80px;
    background: #fafafa;
}
/*
# works
*/

.works {
    padding: 50px 0 103px;
}

.title__works {
    margin-bottom: 40px;
}

.slogan__works {
    margin-bottom: 50px;
}

.works .aff__marker_dots:before {
    border-top: 4px dashed rgba(4, 12, 54, 0.2);
    bottom: auto;
    top: 65px;
}

@media (max-width: 991.98px) {
    .aff__marker_dots:before {
        display: none;
    }
}

.works .aff__marker_item {
    max-width: 280px;
}

@media (max-width: 991.98px) {
    .works .aff__marker_item {
        margin: 0 auto;
    }
}

.aff__marker_item_center {
    margin: 0 auto;
}

.works .aff__marker_ic:before {
    color: #e51d1f;
}

.works .aff__marker_caption {
    margin-bottom: 15px;
}

.aff__marker_des {
    opacity: 0.5;
    line-height: 25px;
    margin-bottom: 50px;
}

.works .main-aff__butt {
    margin-bottom: 0;
}

/*
# shop
*/

.shop {
    background: #0021a0 url(../img/cards_bg.jpg) left center no-repeat;
    background-size: cover;
    padding: 86px 0 99px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.shop:before {
    content: url(../img/cards/dots/03.svg);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 65%;
}

.shop__caption {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 15px 0 0 0;
}

@media (max-width: 767.98px) {
    .shop__caption {
        font-size: 22px;
        line-height: 34px;
    }
}

.shop__list_item {
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    padding-left: 24px;
}

.shop__list_item:last-child {
    margin-bottom: 0;
}

.shop__list_item:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.shop__list_item:first-child:before {
    background: #ff393f;
}

.shop__list_item:nth-child(2):before {
    background: #ffb24d;
}

.shop__list_item:last-child:before {
    background: #434cff;
}

/*
# way
*/

.way {
    padding: 100px 0 0px;
    background: url(../img/cards/dots/04.svg) left 24% no-repeat;
}

.way__item {
    padding: 26px 0 0;
    max-width: 280px;
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .way__item {
        margin: 0 auto 50px;
    }
}

.way__item:before {
    opacity: 0.15;
    font-family: "AvenirNextCyr-Bold";
    font-size: 100px;
    line-height: 70px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    opacity: 0.15;
}

.way__item_1:before {
    content: "01";
}

.way__item_2:before {
    content: "02";
}

.way__item_3:before {
    content: "03";
}

.way__item_4:before {
    content: "04";
}

.way__item_5:before {
    content: "05";
}

.way__item_6:before {
    content: "06";
}

.way__item_4:before,
.way__item_1:before {
    color: #ffb24d;
}

.way__item_2:before,
.way__item_5:before {
    color: #ff393f;
}

.way__item_3:before,
.way__item_6:before {
    color: #434cff;
}

.way__title {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.way__des {
    opacity: 0.5;
    line-height: 25px;
    margin-bottom: 0;
}

/*
# fees
*/
.fees {
    padding: 100px 0 100px;
    background: #0021a0 url(../img/cards/dots/05.svg) 0% 84% no-repeat;
}

@media (max-width: 1199.98px) {
    .fees {
        text-align: center;
    }
}

.title__fees {
    margin-bottom: 30px;
}

.fees__des {
    font-family: "AvenirNextCyr-Regular";
    line-height: 25px;
    margin-bottom: 40px;
}

.fees__button {
    padding: 15px 40px;
}

@media (max-width: 1199.98px) {
    .fees__button {
        margin-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.table__fees {
    max-width: 671px;
    background: #fff;
    float: right;
    padding: 16px 0 24px;
}

@media (max-width: 1199.98px) {
    .table__fees {
        float: none;
        margin: 0 auto;
    }
}

.table__fees .table {
    margin-bottom: 0;
}

.table__fees .table__countries.table td {
    padding-top: 15px;
    padding-right: 26px;
    padding-bottom: 15px;
}

.table__fees .table__countries.table th {
    padding-top: 26px;
    padding-bottom: 21px;
    padding-right: 26px;
}

.table__fees .table__countries.table td:first-child,
.table__fees .table__countries.table th:first-child {
    padding-left: 40px;
}

.table__fees .table__countries.table td:nth-child(2),
.table__fees .table__countries.table th:nth-child(2) {
    padding-left: 14px;
}
.table__fees .table__countries.table td:nth-child(3),
.table__fees .table__countries.table th:nth-child(3) {
    padding-left: 17px;
}

.table__fees .table__countries.table td:nth-child(4),
.table__fees .table__countries.table th:nth-child(4) {
    padding-left: 10px;
}

.table__fees tr > td:first-child {
    opacity: 0.5;
    font-size: 12px;
}

/*
# benefits-why
*/
.benefits-why.benefits {
    background: #fff;
    padding-bottom: 52px;
}

.benefits-why .benefits__title {
    margin-bottom: 10px;
}

/*
# cards-debit
*/
.cards-debit {
    padding: 100px 0 100px;
    background:
        url(../img/cards_dots.png) 60% 68% no-repeat,
        url(../img/cards_dots.png) 71% 34% no-repeat,
        #0021a0;
    background-size: 362px;
}

@media (max-width: 991.98px) {
    .cards-debit {
        text-align: center;
    }
}

.cards-debit__img {
    display: block;
}

@media (max-width: 991.98px) {
    .cards-debit__img {
        margin: 0 auto;
    }
}

.title__cards-debit {
    margin-bottom: 24px;
}

.slogan__cards-debit {
    font-family: "AvenirNextCyr-Regular";
    line-height: 25px;
    margin-bottom: 25px;
    max-width: 570px;
}

.cards-debit__submit {
    padding: 15px 40px;
}

@media (max-width: 991.98px) {
    .cards-debit__submit {
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
# end CARDS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Wallet
--------------------------------------------------------------*/
.main-wallet__content {
    padding: 0 0 90px;
}

.title__main-wallet {
    margin-bottom: 30px;
    padding-top: 57px;
}

@media (max-width: 575.98px) {
    .title__main-wallet {
        padding-top: 10px;
    }
}

.main-wallet__slogan {
    margin-bottom: 34px;
}

.main-wallet__slogan > p {
    font-family: "AvenirNextCyr-Regular";
    line-height: 25px;
    max-width: 570px;
}

.main-walle__submit {
    padding: 15px 40px;
}

@media (max-width: 991.98px) {
    .main-wallet__slogan {
        margin-right: auto;
        margin-left: auto;
    }

    .main-wallet__slogan > p {
        max-width: 100%;
    }

    .main-walle__submit {
        margin-bottom: 40px;
    }
}

/*
# cards-debit
*/

.provides {
    padding: 110px 0 53px;
}

.title__provides {
    margin-bottom: 40px;
}

.provides__item {
    padding-top: 8px;
    margin-bottom: 45px;
}

.provides__ic {
    display: block;
    margin: 0 0 20px 0;
}

.provides__title {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "AvenirNextCyr-Bold";
    margin-bottom: 10px;
}

.provides__des {
    opacity: 0.5;
    line-height: 25px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .provides__dots {
        position: absolute;
        z-index: 0;
    }
}

/*
# wallet-assets
*/

.wallet-assets {
    background: #0021a0;
    padding: 100px 0 100px;
    overflow: hidden;
}

.title__wallet-assets {
    margin-bottom: 42px;
}

.slogan__wallet-assets {
    max-width: 470px;
    margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
    .slogan__wallet-assets {
        margin-right: auto;
        margin-left: auto;
    }
}

.wallet-assets__pic {
    display: block;
    max-width: 565px;
    margin: 0 0 23px -100px;
}

@media (max-width: 1199.98px) {
    .wallet-assets__pic {
        position: absolute;
        z-index: -1;
    }

    .wallet-assets__wrap {
        margin-bottom: 40px;
    }
}

.wallet-assets__submit {
    padding: 16px 32px;
    margin-right: 20px;
}

.wallet-assets__link {
    opacity: 0.5;
    line-height: 25px;
}

@media (max-width: 575.99px) {
    .wallet-assets__submit,
    .wallet-assets__link {
        display: block;
        margin: 0 auto 20px;
    }
}

/*
# solutions__wallet
*/

.solutions__wallet {
    background: #0021a0;
    padding: 100px 0 79px;
}

.solutions__wallet .box {
    padding: 50px;
    height: 100%;
}

.solutions__wallet .cryptocurrency-faq__box:after {
    content: url(../img/wallet/dots/03.svg);
    right: -47%;
    bottom: 0;
}

.solutions__wallet .box__crypto:after {
    content: url(../img/about_06.svg);
    right: -35%;
    top: 7px;
    position: absolute;
    z-index: -1;
    bottom: auto;
    left: auto;
}

.solutions__wallet .cryptocurrency-faq__title {
    margin-bottom: 30px;
}

.cryptocurrency-faq__text {
    max-width: 460px;
    margin: 0 auto 40px;
}

.solutions__wallet .cryptocurrency-faq__text {
    min-height: 75px;
}

.solutions__wallet .button {
    padding: 15px 40px;
    max-width: 230px;
    width: 100%;
}

.button.button_bg_light {
    color: #040c36;
    background: #ffffff;
}

/*--------------------------------------------------------------
# end Wallet
--------------------------------------------------------------*/

body .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 10, 63, 0.1);
}

body .select2-container .select2-selection--single {
    padding-bottom: 5px;
    height: auto;
}

/*--------------------------------------------------------------
# Legal
--------------------------------------------------------------*/
.legal__nav_item {
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    padding-left: 0;
}

.legal__nav_item img,
.legal__nav_link,
.legal__count {
    display: inline-block;
    vertical-align: middle;
}

.legal__nav_item img {
    margin-right: 10px;
}

.legal__nav_link {
    color: #fff;
    opacity: 0.7;
}

.legal__nav_link.active {
    opacity: 1;
}

.legal__count {
    font-family: "AvenirNextCyr-Bold";
    opacity: 0.5;
}

.legal__nav_link:hover {
    text-decoration: underline;
    opacity: 1;
    color: #fff;
}

.legal__date {
    font-size: 12px;
    line-height: 20px;
    color: rgba(4, 12, 54, 0.7);
}

.legals .steps__box_title {
    margin-bottom: 20px;
}

.legals .mCustomScrollbar {
    max-height: 828px;
    padding-bottom: 80px;
}

.legals .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ee0005;
}

.legals .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e5e4e8;
}

.legals .steps__box_title {
    text-transform: none;
}

.contanct__form_text,
.contanct__form_em {
    display: block;
}

.contanct__form_text {
    font-size: 15px;
    opacity: 0.7;
    line-height: 25px;
}

.notifications {
    padding: 0;
}

.notifications .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.notifications .cryptocurrency-faq__text {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
}

.notifications .cryptocurrency-faq__title {
    font-size: 35px;
    line-height: 45px;
}

@media (max-width: 575.99px) {
    .notifications .cryptocurrency-faq__title {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 30px 0;
    }

    .notifications .cryptocurrency-faq__text {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 28px;
    }
}

.notifications .box__crypto_success {
    background-image: linear-gradient(-45deg, #c5ff52 0%, #6cd200 100%);
    background-color: #c5ff52;
    box-shadow: 0 40px 70px 0 rgba(182, 182, 202, 0.25);
}

.notifications img {
    width: 55px;
    height: 55px;
}

.body__steps_small .steps__box {
    max-width: 880px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# end Legal
--------------------------------------------------------------*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e41f20 !important;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    color: #040c36 !important;
    padding-right: 10px !important;
}

.select2-selection__arrow {
    display: none;
}

.selectpicker.input {
    border: none;
    padding: 0;
    margin: 0;
}

.exchange-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: url(../img/dropdown-b.svg) 98% center no-repeat;
}

.steps__box .select2-container--default .select2-selection--single .select2-selection__rendered,
.signup .signup__form_boxing .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.7);
    background: url(../img/dropdown-b.svg) 98% center no-repeat;
}

.exchange-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    padding-right: 10px;
    color: #040c36;
    font-size: 30px;
    padding-left: 0;
    height: 49px;
    line-height: 49px;
    padding-top: 3px;
    padding-bottom: 0px;
}

.exchange-form .select2-container .select2-selection--single {
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    .exchange-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 25px;
        height: 41px;
        line-height: 41px;
    }
}

@media (max-width: 575.98px) {
    .exchange-form .select2-container {
        width: 100% !important;
    }
}

.assets__currencies .select2-container--default .select2-selection--single .select2-selection__rendered,
.assets__crypto .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none;
    color: #fff !important;
    text-transform: uppercase;
}

body .assets__currencies .select2-container--default .select2-selection--single,
body .assets__crypto .select2-container--default .select2-selection--single {
    border: none;
    background: url(../img/dropdown-w.svg) 98% center no-repeat;
    height: 25px;
    padding-left: 30px;
}

@media (max-width: 767.98px) {
    body .assets__currencies .select2-container--default .select2-selection--single,
    body .assets__crypto .select2-container--default .select2-selection--single {
        padding-left: 0;
        background: url(../img/dropdown-w.svg) 57% center no-repeat;
    }
}

.signup .signup__form_boxing .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    background: url(../img/dropdown-b.svg) 98% center no-repeat;
    padding-right: 20px;
    color: #040c36;
    font-size: 15px;
    padding-left: 0;
    height: auto;
    line-height: normal;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 100% !important;
}

.signup .signup__form_boxing .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.steps__box .select2.select2-container.select2-container--default {
    width: 100% !important;
}

@media (max-width: 991.98px) {
    .body__steps_2 .steps-form__control {
        margin-bottom: 57px;
    }

    .form__item_no_label {
        padding-top: 0;
    }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-all {
    background: url(../img/dots.svg) 1% 7% no-repeat;
}

.faq__sidebar {
    background-image: linear-gradient(126deg, #000cf8 0%, #0900bb 100%);
    box-shadow: 14px 20px 50px 0 rgba(0, 0, 107, 0.3);
    padding: 40px;
    height: 100%;
}

.faq__sidebar_title {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 50px;
}

.faq__nav_item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.faq__nav_item a {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
}

.faq__nav_item a:hover {
    opacity: 0.7;
}

.faq__nav_item a > span {
    opacity: 0.7;
}

.faq__nav_item img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-right: 10px;
}

.faq-article__box,
.faq-list-box,
.faq-box {
    background: #ffffff;
    box-shadow: 0 10px 70px 0 rgba(196, 196, 208, 0.45);
    margin-bottom: 30px;
}

.faq-box:last-child {
    margin-bottom: 0;
}

.faq__caption {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    color: #040c36;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.faq__caption_underline {
    text-transform: none;
    text-decoration: underline;
}

.faq__caption > span {
    display: block;
}

.faq__caption > span > span:last-child {
    margin: 0 0 0 10px;
    opacity: 0.6;
}

.faq__list {
    margin-bottom: 20px;
}

.faq__list li {
    position: relative;
    z-index: 0;
    padding-left: 15px;
    margin-bottom: 10px;
}

.faq__list li:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 5px;
    height: 5px;
    left: 0;
    top: 10px;
    background-color: #424bff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.faq__list a {
    opacity: 0.5;
    font-size: 15px;
    color: #040c36;
    line-height: 25px;
}

.faq__list a:hover {
    opacity: 1;
}

.faq_see_all {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    color: #e41f20;
    text-align: center;
    text-transform: uppercase;
}

.faq_see_all img {
    width: 20px;
    flex: 0 0 20px;
    margin: 0 0 0 10px;
}

.faq_see_all:hover {
    color: #e41f20;
    opacity: 0.7;
}

.faq-all__title {
    margin-bottom: 18px;
}

.faq-all__item:first-child {
    margin-right: 30px;
}

.faq-all__link {
    font-size: 15px;
    color: #040c36;
    line-height: 25px;
}

.faq-all__link img {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin: 0 10px 0 0;
}

.faq-all__item {
    margin-bottom: 15px;
}

.faq__wrapper {
    padding-top: 35px;
    padding-bottom: 100px;
}

.faq-list-box__img {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    margin: 0 20px 0 0;
}

.faq-list-box__img,
.faq-list__content {
    display: inline-block;
    vertical-align: top;
}

.faq-list__caption {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    color: #040c36;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
}

@media (max-width: 575.98px) {
    .faq-list-box {
        flex-direction: column;
    }
}

.faq-list__prew_wrap {
    opacity: 0.5;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.faq-list_data {
    opacity: 0.5;
    font-size: 12px;
    line-height: 20px;
}

.faq-article__title {
    font-family: "AvenirNextCyr-Bold";
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 10px;
}

.faq-article__data {
    opacity: 0.5;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}

.faq-article__wrapper {
    margin-bottom: 40px;
}

.faq-article__wrapper ol,
.faq-article__wrapper ul {
    padding: 0 0 0 15px;
    list-style-position: outside;
    margin-bottom: 20px;
}

.faq-article__wrapper li {
    margin-bottom: 10px;
}

.faq-article__wrapper li,
.faq-article__wrapper p {
    line-height: 25px;
}

.faq-article__wrapper p {
    margin-bottom: 20px;
}

.faq-article__wrapper ol:last-child,
.faq-article__wrapper ul:last-child,
.faq-article__wrapper p:last-child {
    margin-bottom: 0;
}

.faq-article__box {
    padding-bottom: 0;
    height: 100%;
    margin: 0;
}

.faq-article__footer {
    background: #fafafb;
    padding: 40px;
    margin-left: -40px;
    margin-right: -40px;
}

@media (max-width: 991.98px) {
    .faq-article__footer {
        padding: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }
}

.faq-article__footer > span {
    display: block;
    padding-right: 10px;
}

.faq-article__footer_icon > a {
    display: inline-block;
    vertical-align: middle;
    color: #040c36;
}

.faq-article__footer_icon > a:hover {
    opacity: 0.7;
}

.faq-article__footer_icon > a:last-child {
    margin-left: 30px;
}

.notificy_steps.no-avialibe .exchange__avialibe_text {
    color: #040c36;
    font-size: 12px;
    line-height: 20px;
}

.notificy_steps.no-avialibe.exchange__avialibe:before {
    content: url(../img/triagle.svg);
}
/*--------------------------------------------------------------
# end FAQ
--------------------------------------------------------------*/

#unusual_activity.modal .modal-content {
    padding-bottom: 80px;
}

/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination li {
    margin-left: 10px;
}

.pagination li:first-child {
    margin-left: 0;
}

a.pagination__item {
    border: 2px solid rgba(4, 12, 54, 0.1);
    font-size: 15px;
    width: 45px;
    color: #040c36;
    height: 45px;
    line-height: 43px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

a.pagination__item_disable {
    cursor: none;
}

.pagination__arr {
    height: 45px;
    line-height: 45px;
}

.pagination__item:hover,
.pagination__item.active {
    color: #ffffff;
    background-image: linear-gradient(112deg, #fc141c 0%, #e02020 100%);
    border-color: #fc141c;
}

.disabled {
    pointer-events: none;
    cursor: default;
}
/*--------------------------------------------------------------
# end pagination
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# tariff
--------------------------------------------------------------*/
.tariffs {
    margin-bottom: 90px;
}

.table__tariff.table td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

.table__tariff.table td.v-header,
.table__tariff.table td.h-header {
    font-size: 12px;
    text-align: center;
    padding: 27px 13px;
}

.table__tariff.table td.v-header {
    padding: 27px 13px;
}

.table__tariff.table td img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}

.tariffs__content {
    background: #ffffff;
    box-shadow: 0 40px 70px 0 rgba(12, 13, 80, 0.25);
    margin: 0 auto;
}

.tariffs__content_after {
    padding-top: 15px;
    font-size: 12px;
}

#fees-and-limits {
    margin-bottom: 0;
}

#fees-and-limits td.rate,
#fees-and-limits td.empty {
    text-align: center;
}

#fees-and-limits td.rate,
.corner .send,
.corner .receive,
#fees-and-limits td.rate.action {
    color: #0021a0;
}

.corner {
    position: relative;
    z-index: 0;
}

.corner .receive,
.corner .send {
    font-size: 15px;
}

.corner .receive {
    right: -11px;
    top: 24px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
}

.corner .send {
    margin-top: 44px;
    text-align: center;
}
/*--------------------------------------------------------------
# end tariff
--------------------------------------------------------------*/
#message_form .form__item_last {
    margin-bottom: 10px;
}

#message_form .steps__form_footer {
    padding-top: 15px;
}

#success_message img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

.outer-wrap,
.vertically-centered.wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    margin: 0 auto;
}

.outer-wrap .ico-gate,
.vertically-centered.wrap .cell:first-child {
    margin-bottom: 10px;
}

.outer-wrap .cur,
.vertically-centered.wrap .cell:last-child {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.vertically-centered.wrap .cell:first-child .ico-gate {
    margin: 0;
}

.outer-wrap .cur {
    order: 1;
}

.outer-wrap .ico-gate {
    order: 0;
}

.not-found {
    text-align: center;
    padding: 100px 0;
    background: url(../img/home_03.svg) right 92% no-repeat;
}

.not-found .title {
    color: #000cf8;
    margin-bottom: 100px;
}

.title-big {
    font-size: 200px;
}

.faq__wrapper_avoid {
    padding-bottom: 170px;
}

@media (max-width: 575.98px) {
    .title-big {
        font-size: 150px;
    }

    .faq__wrapper_avoid {
        padding-bottom: 70px;
    }
}

.list-line {
    list-style: none;
    padding: 0;
}

.list-numer {
    list-style-type: decimal;
}

img[alt="_logo_white"],
img[alt="logo"],
img[alt="_logo_black"] {
    max-height: 68px !important;
}
