:root {
    --color-1: #0b94e7;
    --color-1-hover: #fd7b1f;
    --color-2: #fd7b1f;
}

@font-face {
    font-family: 'Source Code Pro Bold';
    src: url(../fonts/SourceCodePro/SourceCodeProBold.ttf?v=1.1);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Source Code Pro';
    src: url(../fonts/SourceCodePro/SourceCodePro.ttf?v=1.1);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../fonts/Montserrat/MontserratBold.woff2?v=1.1);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/MontserratRegular.woff2?v=1.1);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'forsage icons';
    src: url(../fonts/forsageIcons/forsageIcons.ttf?v=1.1);
    font-style: normal
}

i {
    font-size: 16px
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: "forsage icons";
    font-style: normal;
    font-weight: 400;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-academy:before {
    content: "\e900"
}

.icon-achive:before {
    content: "\e901"
}

.icon-alarm:before {
    content: "\e902"
}

.icon-alert-triangle:before {
    content: "\e903"
}

.icon-alert:before {
    content: "\e904"
}

.icon-arrow-circle:before {
    content: "\e905"
}

.icon-arrow-left:before {
    content: "\e906"
}

.icon-arrow-right:before {
    content: "\e907"
}

.icon-arrow-up:before {
    content: "\e908"
}

.icon-bnb:before {
    content: "\e909"
}

.icon-busd:before {
    content: "\e90a"
}

.icon-calendar:before {
    content: "\e90b"
}

.icon-cart-plus:before {
    content: "\e90c";
    color: var(--color-2)
}

.icon-cart:before {
    content: "\e90d"
}

.icon-check-circle:before {
    content: "\e90e"
}

.icon-clip:before {
    content: "\e90f"
}

.icon-clock:before {
    content: "\e910";
    color: var(--color-1)
}

.icon-code:before {
    content: "\e911"
}

.icon-copy:before {
    content: "\e912"
}

.icon-curcle-plus:before {
    content: "\e913"
}

.icon-double-ok:before {
    content: "\e914"
}

.icon-download:before {
    content: "\e915"
}

.icon-eth:before {
    content: "\e916"
}

.icon-facebook:before {
    content: "\e917"
}

.icon-filters:before {
    content: "\e918"
}

.icon-gift:before {
    content: "\e919"
}

.icon-Group-3650:before {
    content: "\e91a"
}

.icon-message:before {
    content: "\e91b"
}

.icon-minus-circle:before {
    content: "\e91c"
}

.icon-news:before {
    content: "\e91d"
}

.icon-ok:before {
    content: "\e91e"
}

.icon-partner:before {
    content: "\e91f"
}

.icon-partners:before {
    content: "\e920"
}

.icon-pause:before {
    content: "\e921"
}

.icon-picture:before {
    content: "\e922"
}

.icon-reinvest:before {
    content: "\e923"
}

.icon-remove:before {
    content: "\e924"
}

.icon-ring:before {
    content: "\e925"
}

.icon-save:before {
    content: "\e926"
}

.icon-send:before {
    content: "\e927"
}

.icon-settings .path1:before {
    content: "\e928";
    color: #fff
}

.icon-settings .path2:before {
    content: "\e929";
    margin-left: -1em;
    color: #3a3b3c
}

.icon-share-circle:before {
    content: "\e92a"
}

.icon-share:before {
    content: "\e92b"
}

.icon-spinner:before {
    content: "\e92c"
}

.icon-tdots:before {
    content: "\e92d"
}

.icon-telegram:before {
    content: "\e92e"
}

.icon-trx:before {
    content: "\e92f"
}

.icon-tutorial:before {
    content: "\e930"
}

.icon-twitter:before {
    content: "\e931"
}

.icon-user:before {
    content: "\e932"
}

.icon-wallet:before {
    content: "\e933"
}

.icon-youtube:before {
    content: "\e934"
}

.icon-upline-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    background-color: var(--color-1)
}

.icon-upline-pay:before {
    content: "\e908"
}

.fa-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.c-blue {
    color: #2cd9ff
}

.c-purple {
    color: var(--color-1)
}

.c-pink {
    color: #d03a94
}

.c-orange {
    color: var(--color-2)
}

.c-green {
    color: #2cff4e
}

.c-lightgray {
    color: #929293
}

.c-darkgray {
    color: #3a3b3c
}

.c-black {
    color: #000
}

.c-yellow {
    color: #f3ba2f !important
}

.btn {
    height: 60px;
    border: none;
    font-weight: 700;
    border-radius: 80px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all
}

@media (max-width:991px) {
    .btn {
        height: 50px;
        font-size: 14px;
        line-height: 17px
    }
}

.btn i {
    font-size: 22px;
    transition: .5s all
}

.btn-purple {
    background-color: var(--color-1)
}

.btn-purple:hover {
    color: #fff;
    background-color: var(--color-1-hover)
}

.btn-gray {
    background-color: #3a3b3c
}

.btn-gray:hover {
    color: #fff;
    background-color: var(--color-1-hover)
}

.btn-black {
    background-color: #18191a
}

.btn-black:hover {
    color: #fff;
    background-color: #3a3b3c
}

.btn-disabled {
    pointer-events: none;
    opacity: .5
}

.btn-copy {
    padding: 0;
    background: 0 0;
    border: none
}

.btn-border-blue {
    background: 0 0;
    border: 1px solid #2cd9ff;
    color: #2cd9ff
}

.btn-border-blue:hover {
    border-color: #40a0b6;
    color: #40a0b6
}

.btn-border-purple {
    background: 0 0;
    font-size: 15px;
    max-width: 100%;
    border: 1px solid var(--color-1);
    color: var(--color-1)
}

.btn-border-purple i {
    font-size: 24px;
    color: var(--color-1);
    margin-right: 10px
}

.btn-border-purple:hover {
    border-color: var(--color-1-hover);
    color: var(--color-1-hover)
}

.btn-border-purple:hover i {
    color: var(--color-1-hover)
}

.btn-border-orange {
    background: 0 0;
    font-size: 15px;
    max-width: 100%;
    border: 1px solid var(--color-2);
    color: var(--color-2)
}

.btn-border-orange i {
    font-size: 24px;
    color: var(--color-2);
    margin-right: 10px
}

.btn-border-orange:hover {
    border-color: #ff8409;
    color: #ff8409
}

.btn-border-orange:hover i {
    color: #ff8409
}

.btn-mini {
    width: 60px
}

@media (max-width:991px) {
    .btn-mini {
        width: 50px
    }
}

.btn-reg {
    min-width: 272px
}

.btn-reg-calc {
    background: radial-gradient(100% 473.33% at 0 100%, #900323 0, #E51400 50.39%, #D10715 100%);
    max-width: 285px
}

.btn-reg-calc:hover {
    background: #18191a;
    color: #fff
}

.btn-reg-calc:hover i {
    margin-left: 15px
}

.btn-header {
    width: 40px;
    border-radius: 50%;
    background-color: #3a3b3c;
    position: relative
}

.btn-header:hover {
    background-color: #4e4f50
}

.btn-header i {
    font-size: 24px
}

.btn-header-alert {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d03a94;
    box-shadow: 0 3px 10px rgba(208, 58, 148, .5)
}

@media (min-width:991px) {

    .header-login .login__button,
    .header-login .registr__button {
        margin: 0 10px;
        padding: 9px 15px
    }

    .header-login .login__button:hover,
    .header-login .registr__button:hover {
        background: var(--color-1);
        border-radius: 40px
    }

    .header-login .registr__button:hover i {
        margin-left: 15px
    }
}

.header {
    background: #000000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 15px
}

@media (max-width:991px) {
    .header {
        background-color: #000000
    }
}

.header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-logo {
    flex: 0 0 54px;
    position: relative
}

@media (max-width:768px) {
    .header-logo {
        flex: 0 0 40px
    }
}

.header-logo svg {
    display: block;
    max-width: 100%;
    fill: #fff
}

.header-logo svg:hover {
    cursor: pointer;
    fill: url(#MyGradient)
}

.header-logo-icon {
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    right: 5px
}

.header-logo .dropdown-btn::before {
    right: -15px
}

.header-logo .dropdown-btn::after {
    right: -18px
}

.header-logo .dropdown-btn:hover::before {
    right: -15px
}

.header-logo .dropdown-btn:hover::after {
    right: -18px
}

@media (max-width:991px) {
    .header-logo .dropdown-btn-d {
        display: none
    }
}

.header-logo .dropdown-btn-m {
    display: none
}

@media (max-width:991px) {
    .header-logo .dropdown-btn-m {
        display: block
    }
}

.header-body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-left: 100px
}

@media (max-width:991px) {
    .header-menu {
        display: none;
        margin-left: 0
    }
}

.header-menu-m {
    display: none
}

@media (max-width:991px) {
    .header-menu-m.show-menu-m {
        display: block
    }
}

@media (max-width:991px) {
    .header-menu-m {
        display: none;
        background: #18191a;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3
    }

    .header-menu-m-icon {
        cursor: pointer;
        display: block;
        position: relative;
        width: 20px;
        height: 12px;
        position: relative;
        z-index: 2
    }

    .header-menu-m-icon::after,
    .header-menu-m-icon::before {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border-radius: 15px
    }

    .header-menu-m-icon::before {
        top: 0
    }

    .header-menu-m-icon::after {
        bottom: 0
    }

    .header-menu-m-icon.header-menu-m-close span {
        display: none
    }

    .header-menu-m-icon.header-menu-m-close::after,
    .header-menu-m-icon.header-menu-m-close::before {
        top: 8px
    }

    .header-menu-m-icon.header-menu-m-close::before {
        transform: rotate(45deg)
    }

    .header-menu-m-icon.header-menu-m-close::after {
        transform: rotate(-45deg)
    }

    .header-menu-m-list {
        width: 100%;
        max-height: 80vh;
        overflow: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .header-menu-m-list .header-link-m {
        width: 100%;
        border-bottom: 1px solid #3a3b3c;
        font-family: Montserrat
    }

    .header-menu-m-list .header-link-m:last-of-type {
        margin-bottom: 20px
    }

    .header-menu-m-list .header-link-m a {
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #929293
    }

    .header-menu-m-list .header-link-m a i {
        color: #929293
    }

    .header-menu-m-list .header-link-m.active a {
        color: #fff;
    }

    .header-menu-m-list-title {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding-bottom: 30px
    }

    .header-menu-m-list-title a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header-menu-m-list-title a i {
        font-weight: 700;
        font-size: 24px
    }

    .header-menu-m-list-title span {
        justify-self: center;
        color: #fff;
        font-size: 20px
    }
}

.header-menu-btns-m {
    display: none
}

@media (max-width:991px) {
    .header-menu-btns-m {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center
    }

    .header-menu-btns-m .header-panel {
        border-left: none;
        padding: 0
    }

    .header-menu-btns-m .header-panel .btn {
        background: 0 0
    }

    .header-menu-btns-m .header-panel .header-panel-btn {
        margin-left: 0;
        margin-right: 20px
    }

    .header-menu-btns-m .header-panel .header-link-user {
        margin-right: 25px
    }
}

@media (max-width:768px) {
    .header-menu-btns-m .header-panel .header-panel-btn {
        margin-left: 0;
        margin-right: 10px
    }

    .header-menu-btns-m .header-panel .header-link-user {
        margin-right: 15px
    }
}

.header-platform {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px
}

.header-platform+.header-platform {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

@media (max-width:1200px) {
    .header-platform {
        padding: 0 20px
    }
}

.header-login {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-login .header-link {
    color: #fff;
    background: 0 0;
    border: 0;
    padding: 9px 15px
}

.header-login .header-link:hover {
    background-color: var(--color-1);
    border-radius: 40px
}

@media (max-width:991px) {
    .header-login {
        display: none
    }
}

.header-link {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #929293;
    transition: .5s all
}

.header-link+.header-link {
    margin-left: 40px
}

@media (max-width:1200px) {
    .header-link+.header-link {
        margin-left: 20px
    }
}

.header-link.show-dd {
    color: #fff
}

.header-link.show-dd .btn-header {
    background-color: #4e4f50
}

.header-link.show-dd .dropdown-btn {
    color: #fff
}

.header-link.show-dd .dropdown-btn::after,
.header-link.show-dd .dropdown-btn::before {
    border-color: #fff
}

.header-link.show-dd .dropdown-btn::before {
    transform: rotate(-45deg)
}

.header-link.show-dd .dropdown-btn::after {
    transform: rotate(45deg)
}

.header-link.show-dd .dropdown-container {
    display: block
}

.header-link.active {
    color: #fff
}

.header-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    box-shadow: 0 3px 10px rgba(208, 58, 148, .5);
    background-color: #d03a94
}

.header-link:hover {
    color: #fff
}

@media (min-width:992px) {
    .header-link:hover .dropdown-container {
        display: block
    }
}

.header-link-ring .dropdown-menu,
.header-link-user .dropdown-menu {
    right: 0;
    left: auto
}

.header-link-currency {
    margin-right: 20px
}

@media (max-width:1200px) {
    .header-link-currency {
        margin-right: 10px
    }
}

.header-link-currency button {
    padding-right: 20px;
    color: #fff
}

.header-link-currency .dropdown-menu {
    left: -20px
}

.header-link-user .dropdown-menu {
    padding: 0
}

.header-dropdown {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    transition: all .5s ease;
    background-color: #3a3b3c;
    border-radius: 15px;
    margin-top: 10px;
    right: 25px;
    display: none
}

.header-dropdown li {
    padding: 20px;
    clear: both;
    text-align: left;
    max-width: 275px
}

.header-dropdown li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block
}

.header-dropdown li a {
    width: 100%;
    font-family: Montserrat;
    color: #fff
}

.header-dropdown li:not(:last-of-type) {
    padding-bottom: 10px
}

.header-dropdown li:not(:first-of-type) {
    padding-top: 10px
}

.header-dropdown:hover {
    visibility: visible;
    opacity: 1;
    background-color: #3a3b3c;
    border-radius: 15px;
    display: flex
}

.header-info,
.header-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 40px;
    border-left: 2px solid #18191a
}

@media (max-width:1200px) {

    .header-info,
    .header-panel {
        padding-left: 15px
    }
}

.header-info li,
.header-panel li {
    margin-right: 0
}

.header-info .header-link {
    margin-right: 20px
}

@media (max-width:1200px) {
    .header-info .header-link {
        margin-right: 10px
    }

    .header-info .header-link:last-of-type {
        margin-right: 5px
    }
}

.header-info .header-link button {
    padding-right: 20px
}

.header-info .dropdown-menu {
    left: -20px
}

.header-panel {
    padding-right: 0
}

.header-panel-btn {
    display: flex;
    align-items: center;
    position: relative;
    transition: .5s all;
    margin-right: 0;
    padding: 0
}

.header-panel-btn+.header-panel-btn {
    margin-left: 15px
}

@media (max-width:1200px) {
    .header-panel-btn+.header-panel-btn {
        margin-left: 10px
    }
}

.dropdown-container {
    display: none
}

.dropdown-title {
    color: #fff;
    padding: 20px
}

.dropdown-menu {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #3a3b3c;
    font-size: 15px;
    font-family: Montserrat;
    border-radius: 15px;
    margin-top: 0;
    z-index: 3
}

@media (max-width:991px) {
    .dropdown-menu {
        top: 0;
        position: relative;
        left: 0;
        width: 100%;
        justify-content: flex-end;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 0;
        border-top: 1px solid #000
    }

    .dropdown-menu .dropdown-list-item+.dropdown-list-item {
        border-top: 1px solid #4e4f50
    }

    .dropdown-menu .dropdown-user {
        border-bottom: 1px solid #4e4f50
    }
}

@media (max-width:991px) {
    .dropdown-menu-wrapper {
        z-index: 3;
        top: 0;
        position: fixed;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background: #000
    }
}

.dropdown-menu-wrapper .header-menu-m-icon {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 15px
}

.dropdown-btn {
    height: 100%;
    border: none;
    background: 0 0;
    color: #929293;
    position: relative;
    padding: 0;
    transition: .5s all
}

.dropdown-btn:hover {
    color: #fff
}

.dropdown-btn::after,
.dropdown-btn::before {
    border-top: 1px solid #929293;
    position: absolute;
    width: 5px;
    top: 53%;
    right: 0;
    content: "";
    transition: .5s all
}

.dropdown-btn::before {
    transform: rotate(45deg);
    right: 9px
}

.dropdown-btn::after {
    transform: rotate(-45deg);
    right: 6px
}

.dropdown-btn:hover::after,
.dropdown-btn:hover::before {
    border-color: #fff
}

.dropdown-btn:hover::before {
    transform: rotate(-45deg);
    right: 9px
}

.dropdown-btn:hover::after {
    transform: rotate(45deg);
    right: 6px
}

.dropdown-user {
    color: #fff;
    width: 272px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    border-bottom: 2px solid #242526
}

@media (max-width:991px) {
    .dropdown-user {
        width: 100%
    }
}

.dropdown-user:hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #4e4f50
}

.dropdown-user-wallet {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.dropdown-user-wallet span {
    font-size: 12px;
    color: #929293
}

.dropdown-list {
    display: flex;
    flex-direction: column;
    width: 100%
}

.dropdown-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 20px 15px
}

.dropdown-list-item:hover {
    background-color: #4e4f50
}

.dropdown-list-item:last-of-type {
    padding-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.dropdown-list-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 15px
}

.dropdown-list a+a {
    padding-top: 15px
}

@media (max-width:991px) {
    .dropdown-list {
        width: 100% !important
    }
}

.dropdown-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.dropdown-icon i {
    font-size: 13px
}

.d-notification {
    width: 272px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto
}

.d-notification-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-family: Montserrat;
    font-size: 12px;
    color: #fff
}

.d-notification-item-wrapper {
    display: block;
    padding: 20px
}

.d-notification-item-wrapper:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.d-notification-item-wrapper:first-of-type {
    padding-top: 0
}

@media (max-width:768px) {
    .d-notification-item-wrapper {
        padding: 10px
    }
}

.d-notification-icon {
    margin-right: 10px
}

.d-notification-icon i {
    font-size: 24px;
    color: #2cff4e
}

.d-notification-time {
    font-size: 10px;
    color: #929293;
    margin-top: 6px
}

.d-notification-info {
    display: block;
    line-height: 17px
}

.d-notification-info a {
    margin-left: 2px
}

.header-link-user .dropdown-list-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#menu-m-social .header-link-m a {
    justify-content: flex-start
}

#menu-m-fiat .header-menu-m-list,
#menu-m-lang .header-menu-m-list {
    overflow-y: auto;
    height: calc(80vh - 80px)
}

#menu-m-fiat .header-menu-m-list li:last-of-type,
#menu-m-lang .header-menu-m-list li:last-of-type {
    border-bottom: 0
}

.lang-text svg {
    fill: #929293
}

.lang-text:hover svg {
    fill: #fff
}

.footer {
    justify-self: end;
    border-top: 1px solid #242526
}
.footer-lang-wrapper{
    display: none !important;
}

@media (max-width:991px) {
    .footer {
        border-top: none
    }
}

.footer-content {
    padding: 40px 0 50px
}

@media (max-width:991px) {
    .footer-content {
        padding: 20px 0 20px;
        border-top: 1px solid #262626;
    }

    .footer-content .col-md-12:nth-of-type(1) {
        order: 2;
        margin-bottom: 20px
    }

    .footer-content .col-md-12:nth-of-type(2) {
        order: 3
    }

    .footer-content .col-md-12:nth-of-type(3) {
        order: 1;
        margin-bottom: 10px;
    }
}

.footer-contracts {
    margin-top: 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%
}

@media (max-width:991px) {
    .footer-contracts {
        margin-bottom: 20px
    }
}

.footer-contract {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 20px;
    color: #929293
}

.footer-contract a {
    letter-spacing: 1px;
    margin-left: 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px
}

.footer-contract a:hover {
    text-decoration: underline
}

@media (max-width:991px) {
    .footer-contract {
        align-items: flex-start;
        justify-content: flex-start
    }

    .footer-contract span {
        text-align: left
    }
}

.footer-contract+.footer-contract {
    margin-top: 20px
}

.footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.footer-social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #18191a;
    border-radius: 50%;
    transition: .5s all
}

@media (max-width:991px) {
    .footer-social-item {
        background-color: #242526
    }
}

.footer-social-item:not(:last-of-type) {
    margin-right: 15px
}

.footer-social-item:hover {
    background-color: #4e4f50
}

@media (max-width:991px) {
    .footer-social {
        margin-bottom: 20px
    }
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.footer-info-img {
    max-width: 194px;
    margin-bottom: 25px
}

.footer-info span {
    font-size: 15px;
    line-height: 20px;
    color: #929293;
    font-family: Montserrat;
    display: inline-block
}

@media (max-width:991px) {
    .footer-info span {
        text-align: center
    }
}

@media (max-width:991px) {
    .footer-info {
        align-items: flex-start;
        justify-content: flex-start
    }

    .footer-info span {
        text-align: left
    }
}

.footer-services {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    color: #fff
}

.footer-services-item {
    padding: 21px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 30%;
    font-size: 12px;
    line-height: 16px
}

.footer-services-item i,
.footer-services-item svg {
    font-size: 24px;
    margin-right: 15px
}

@media (max-width:1200px) {
    .footer-services-item {
        flex: 0 0 30%
    }
}

@media (max-width:991px) {
    .footer-services-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: auto
    }

    .footer-services-item i {
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    .footer-services {
        align-items: center;
        justify-content: center
    }
}

@media (min-width:991px) {
    .footer-disclaimer {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .footer-disclaimer u {
        display: inline-block;
        margin-top: 5px
    }

    .footer-disclaimer span {
        display: inline-block
    }
}

.footer-line {
    padding: 35px 0 35px;
    background-color: #242526
}

@media (max-width:991px) {
    .footer-line {
        padding: 0 0 25px;
        background: 0 0
    }

    .footer-line div>div {
        justify-content: flex-start;
        align-items: center;
        text-align: left
    }

    .footer-line div>div>div:nth-of-type(1) {
        order: 2
    }

    .footer-line div>div>div:nth-of-type(2) {
        order: 1
    }

    .footer-line div>div>div:nth-of-type(3) {
        order: 3
    }
}

.footer-lang {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media (max-width:991px) {
    .footer-lang {
        margin-top: 20px
    }
}

.footer-lang .lang-current a img {
    margin-right: 0
}

.footer-lang-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width:991px) {
    .footer-lang-wrapper {
        justify-content: flex-start
    }
}

.heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh
}

.heading-coming {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px
}

@media (max-width:991px) {
    .heading-coming {
        width: 100%;
        margin-bottom: 60px
    }
}

.heading-coming svg {
    margin-top: 50px;
    margin-bottom: 5px
}

@media (min-width:991px) {
    .heading-coming svg {
        width: 50vw;
        max-width: 570px
    }
}

@media (max-width:991px) {
    .heading-coming svg {
        margin-bottom: 10px;
        margin-top: 40px;
        max-width: 90%
    }
}

.heading-coming-subtitle {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-family: Montserrat
}

.heading-coming-subtitle .text-yellowOpen {
    color: #f3ba2f
}

@media (max-width:991px) {
    .heading-coming-subtitle {
        font-size: 18px;
        line-height: 24px
    }
}

.heading-coming-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin-top: -100px
}

@media (max-width:991px) {
    .heading-coming-title {
        margin-top: 0;
        font-size: 32px;
        line-height: 36px;
        text-align: center
    }
}

.heading-coming-title-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
}

@media (max-width:991px) {
    .heading-coming-title-text {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px
    }
}

.heading-coming-title-text svg {
    margin: 0 20px;
    width: 60px;
    height: 60px
}

@media (max-width:991px) {
    .heading-coming-title-text svg {
        width: 30px;
        height: 30px;
        margin: 0 10px
    }
}

.heading .heading-logo-puma {
    z-index: -1;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%
}

@media (max-width:991px) {
    .heading .heading-logo-puma {
        top: 60px
    }
}

.heading .heading-logo-text {
    margin: 0 0 50px
}

@media (max-width:991px) {
    .heading .heading-logo-text {
        margin: 0 0 20px
    }
}

.heading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.heading-content-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../img/logo/big_puma_gold.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 50% top 50%;
    width: 100%;
    min-height: 350px
}

.heading-content-text img {
    max-width: 100%
}

@media (min-width:991px) {
    .heading-content-text {
        min-height: 500px
    }
}

.heading-desc {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    color: #fff
}

@media (max-width:991px) {
    .heading-desc {
        font-size: 24px;
        line-height: 28px
    }
}

@media (max-width:350px) {
    .heading-desc {
        font-size: 18px;
        line-height: 24px
    }
}

.heading-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -200px
}

.heading-btns .btn+.btn {
    margin-left: 20px
}

@media (max-width:991px) {
    .heading-btns {
        margin-top: -50px;
        flex-direction: column;
        width: 100%
    }

    .heading-btns .btn {
        width: 100%
    }

    .heading-btns .btn+.btn {
        margin-left: 0;
        margin-top: 10px
    }

    .heading-btns .btn-mini {
        display: none
    }
}

.advantages {
    position: relative
}

.advantages-planet {
    z-index: -1;
    position: absolute;
    bottom: 20%;
    right: 0
}

.advantages-text {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 100px
}

@media (max-width:991px) {
    .advantages-text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }
}

.advantages-text-wrapper {
    margin-bottom: 100px
}

@media (max-width:991px) {
    .advantages-text-wrapper {
        text-align: center;
        margin-bottom: 60px
    }
}

.advantages-text-num {
    padding-right: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.advantages-text-title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 2px;
}

.advantages-platform-wrapper.el-mob-flex {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden
}

.advantages-platform-wrapper .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px
}

.advantages-platform-wrapper .owl-item {
    padding: 0 15px
}

.advantages-platform-wrapper .owl-nav {
    display: none
}

.advantages-platform-wrapper .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%
}

.advantages-platform-wrapper .owl-dots .owl-dot {
    padding: 0;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    background: rgba(255, 255, 255, .2)
}

.advantages-platform-wrapper .owl-dots .owl-dot.active {
    background: #fff
}

@media (max-width:991px) {
    .advantages-platform-wrapper .row {
        flex-direction: row
    }
}

.advantages-platform-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* min-height: 237px; */
    position: relative;
    background: linear-gradient(180deg, #000 0, #000 100%);
    border-radius: 5px;
    padding: 30px;
    border: 2px solid var(--color-2);
    transition: 1s all
}

@media (min-width:991px) {
    .advantages-platform-item:hover {
        margin-top: -10px;
        background: rgba(255, 255, 255, 0.05);
    }
}

@media (max-width:991px) {
    .advantages-platform-item {
        width: 100%;
    }
}

.advantages-platform-item .block-text {
    display: block
}

.advantages-platform-item svg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-height: 150px;
    max-width: 150px
}

.advantages-platform-link {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.advantages-platform-link span {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
    text-decoration: underline
}

.advantages-platform-link i {
    margin-left: 10px
}

.results {
    padding: 60px 0 420px !important;
    background: radial-gradient(117.67% 99.18% at 50% .82%, #900323 0, #E51400 50.39%, #D10715 100%)
}

@media (max-width:991px) {
    .results {
        padding: 40px 0 200px !important
    }
}

.results-contract {
    width: 100%;
    margin-left: 5px;
    font-family: "Source Code Pro Bold"
}

@media (max-width:991px) {
    .results-contract-wrapper {
        width: 100%;
        display: block;
        padding: 22px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        border-right: 0;
        border-left: 0
    }

    .results-contract-wrapper.el-mob-flex {
        justify-content: space-between;
        align-items: center
    }
}

@media (max-width:991px) and (max-width:576px) {
    .results-contract-wrapper.el-mob-flex {
        flex-direction: column;
        align-items: flex-start
    }

    .results-contract-wrapper.el-mob-flex .results-contract {
        margin-top: 10px;
        margin-left: 0
    }
}

@media (max-width:991px) {
    .results-contract-wrapper:nth-of-type(1) {
        border-top: 1px solid rgba(255, 255, 255, .2);
        margin-top: 30px
    }

    .results-contract-wrapper button {
        background: 0 0;
        border: 0
    }
}

.results-slider {
    margin: 10px 0 60px;
    width: 100%;
    overflow: hidden
}

.results-slider-btn {
    background: 0 0;
    border: 0
}

@media (min-width:991px) {
    .results-slider-btn-wrapper {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.results-slider .owl-stage {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .results-slider .owl-stage {
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .results-slider .owl-nav {
        display: none
    }
}

.results-slider .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.results-slider .owl-dots .owl-dot {
    padding: 0;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    background: rgba(255, 255, 255, .2)
}

.results-slider .owl-dots .owl-dot.active {
    background: #fff
}

.results-stat {
    display: flex;
    flex-direction: column;
    align-items: center
}

.results-stat-list {
    width: 100%
}

@media (max-width:991px) {
    .results-stat-list .row .results-stat-item-wrapper {
        margin-bottom: 40px
    }

    .results-stat-list .row .results-stat-item-wrapper:last-of-type {
        margin-bottom: 0
    }
}

.results-stat-switcher {
    height: 50px;
    border-radius: 40px;
    background: rgba(255, 255, 255, .2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .results-stat-switcher {
        height: 40px
    }
}

.results-stat-switcher-btn {
    height: 24px;
    background: 0 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 6px 20px
}

@media (max-width:991px) {
    .results-stat-switcher-btn {
        font-size: 14px;
        line-height: 28px;
        padding: 6px 15px
    }
}

.results-stat-switcher-btn.active {
    height: 100%;
    border-radius: 40px;
    color: #18191a;
    background: #fff
}

.results-stat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:991px) {
    .results-stat-item {
        align-items: flex-start;
        padding: 0
    }
}

.results-stat-item-num {
    font-family: "Source Code Pro Bold";
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .results-stat-item-num {
        font-size: 30px;
        line-height: 38px
    }
}

.results-stat-item-num-plus {
    margin-left: 10px;
    font-family: "Source Code Pro Bold";
    color: #2cff4e;
    font-size: 18px;
    line-height: 23px
}

@media (max-width:991px) {
    .results-stat-item-num-plus {
        font-size: 14px;
        line-height: 18px
    }
}

.results-stat-item-text {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, .7)
}

@media (max-width:991px) {
    .results-stat-item-text {
        font-size: 14px;
        line-height: 17px
    }
}

.slider {
    overflow: hidden
}

@media (max-width:991px) {
    .slider {
        margin: 0 -15px
    }
}

.slider .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .slider .owl-stage {
        margin: 0 15px 20px
    }
}

.slider .owl-nav {
    display: none
}

.slider .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 100px
}

@media (max-width:991px) {
    .slider .owl-dots {
        margin: 0 15px 60px;
        justify-content: space-between
    }
}

.slider .owl-dots .owl-dot {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    margin: 0 5px;
    background: rgba(255, 255, 255, .2)
}

@media (max-width:991px) {
    .slider .owl-dots .owl-dot {
        margin: 0
    }
}

.slider .owl-dots .owl-dot.active {
    background: #fff
}

.slider-item {
    width: 370px;
    background: #18191a;
    border-radius: 30px;
    padding: 40px
}

@media (max-width:991px) {
    .slider-item {
        padding: 20px;
        width: 280px
    }
}

.slider-item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.slider-item__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .slider-item__info {
        margin-bottom: 20px
    }
}

.slider-item__info-logo {
    font-size: 70px;
    display: block;
    text-shadow: 0 10px 30px rgba(255, 255, 255, .3)
}

@media (max-width:991px) {
    .slider-item__info-logo {
        font-size: 60px
    }
}

.slider-item__info-id {
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    font-family: "Source Code Pro Bold";
    margin-bottom: 5px
}

@media (max-width:991px) {
    .slider-item__info-id {
        font-size: 20px;
        line-height: 25px
    }
}

.slider-item__info-users {
    display: flex;
    align-items: flex-end;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    font-family: "Source Code Pro Bold"
}

.slider-item__info-users i {
    font-size: 26px;
    color: rgba(255, 255, 255, .5)
}

@media (max-width:991px) {
    .slider-item__info-users {
        font-size: 20px;
        line-height: 25px
    }

    .slider-item__info-users i {
        font-size: 20px
    }
}

.slider-item__info-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.slider-item-stats {
    display: flex;
    flex-direction: column
}

.slider-item__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.slider-item__block+.slider-item__block {
    margin-top: 40px
}

@media (max-width:991px) {
    .slider-item__block+.slider-item__block {
        margin-top: 30px
    }
}

.slider-item__block-title {
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 10px
}

@media (max-width:991px) {
    .slider-item__block-title {
        font-size: 14px;
        line-height: 17px
    }
}

.slider-item__block-info {
    font-family: "Source Code Pro Bold";
    font-size: 32px;
    line-height: 40px;
    color: var(--color-2)
}

@media (max-width:991px) {
    .slider-item__block-info {
        font-size: 30px;
        line-height: 38px
    }
}

.owl-stage {
    position: relative;
    width: 100%
}

.owl-item {
    opacity: 0;
    transition: 1s all
}

.owl-item.active {
    z-index: 3;
    opacity: 1
}

.owl-item.active.prevvSlide {
    transform: scale(.75);
    z-index: 1;
    opacity: .5
}

.owl-item.active.prevSlide {
    transform: scale(.9);
    z-index: 2;
    opacity: .9
}

.owl-item.active.nextSlide {
    transform: scale(.9);
    z-index: 2;
    opacity: .9
}

.owl-item.active.nexttSlide {
    transform: scale(.75);
    z-index: 1;
    opacity: .5
}

.calculator-dropdown-btn {
    display: none;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--color-1);
    padding: 2px;
    transition: .5s all
}

.calculator-dropdown-btn-close {
    border: 1px solid var(--color-1);
    background: var(--color-1)
}

.calculator-dropdown-btn-close svg {
    transform: rotate(180deg)
}

.calculator-dropdown-btn svg {
    width: 10px;
    height: 10px
}

@media (max-width:991px) {
    .calculator-dropdown-btn {
        display: flex
    }
}

.calculator-header {
    background: linear-gradient(180deg, #242526 25%, #18191a 75%);
    border-radius: 60px
}

@media (min-width:991px) {
    .calculator-header {
        padding: 100px 170px 25px
    }
}

@media (max-width:991px) {
    .calculator-header {
        border-radius: 30px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 40px 20px
    }
}

.calculator-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .calculator-head {
        justify-content: space-between;
        align-items: flex-start
    }
}

.calculator-logo {
    height: 60px;
    flex: 1 0 150px;
    max-width: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width:991px) {
    .calculator-logo {
        height: 40px;
        margin-right: 20px
    }
}

.calculator-logo img {
    height: 100%;
    width: 100%
}

@media (min-width:991px) {
    .calculator-list {
        padding: 25px 100px 0
    }
}

@media (max-width:991px) {
    .calculator-list {
        padding: 40px 0 0
    }
}

.calculator-list-wrapper {
    margin-top: -375px
}

@media (max-width:991px) {
    .calculator-list-wrapper {
        margin-top: -120px
    }
}

.calculator-list-platforms {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width:991px) {
    .calculator-list-platforms {
        justify-content: center;
        margin-bottom: 30px
    }
}

.calculator-list-platforms .btn {
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 50%
}

.calculator-list-platforms .btn:not(:last-of-type) {
    margin-right: 20px
}

.calculator-list-platforms .btn:hover {
    background-color: rgba(255, 255, 255, .2)
}

.calculator-list-platforms .btn.active {
    background-color: #fff;
    border: 2px solid #fff
}

.calculator-list-platforms .btn.active i {
    color: #18191a
}

.calculator-list-currency {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media (max-width:991px) {
    .calculator-list-currency {
        justify-content: center
    }
}

.calculator-item {
    background: #000;
    border-radius: 5px;
    padding: 30px 30px;
    margin-bottom: 40px;
    border: 3px solid #181818;
}

.calculator-item-soon {
    position: relative
}

.calculator-item-soon .calculator-item-text {
    margin-bottom: 10px
}

.calculator-item-soon-text {
    display: inline-block;
    background-color: var(--color-2);
    color: #fff;
    padding: 5px 10px 7px;
    border-radius: 10px;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .calculator-item {
        padding: 30px 20px;
        margin-bottom: 30px
    }

    .calculator-item .row .col-lg-6:nth-of-type(1) {
        order: 2
    }

    .calculator-item .row .col-lg-6:nth-of-type(2) {
        order: 1
    }

    .calculator-item .row .col-lg-6:nth-of-type(3) {
        order: 3
    }
}

.calculator-item#calc-total {
    padding: 20px 70px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .calculator-item#calc-total {
        padding: 20px
    }

    .calculator-item#calc-total .row .col-lg-6:nth-of-type(1) {
        order: 2
    }

    .calculator-item#calc-total .row .col-lg-6:nth-of-type(2) {
        order: 1
    }
}

.calculator-item-text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 20px
}

@media (max-width:991px) {
    .calculator-item-text {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width:991px) {
    .calculator-item-text.d-none {
        display: block !important
    }
}

.calculator-item-reg-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%
}

.calculator-item-reg-wrapper .btn {
    width: 100%
}

@media (max-width:991px) {
    .calculator-item-reg-wrapper .btn-reg-calc {
        margin-top: 30px;
        max-width: 100%
    }
}

.calculator-item-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.calculator-item-total .calculator-item-total-title {
    align-items: flex-start;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px
}

@media (max-width:991px) {
    .calculator-item-total .calculator-item-total-title {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width:991px) {
    .calculator-item-total {
        width: 100%
    }
}

.calculator-item-total-wrapper {
    width: 100%
}

.calculator-item-total-wrapper+.calculator-item-total-wrapper {
    margin-top: 20px
}

@media (max-width:991px) {
    .calculator-item-total-wrapper+.calculator-item-total-wrapper {
        border-top: 1px solid rgba(255, 255, 255, .2);
        margin-top: 10px;
        padding-top: 10px
    }
}

.calculator-item-total-token {
    margin-right: 10px
}

.calculator-item-total-token-wrapper {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-family: "Source Code Pro Bold";
    margin-right: 15px
}

@media (max-width:991px) {
    .calculator-item-total-token-wrapper {
        font-size: 30px;
        line-height: 38px
    }
}

.calculator-item-total-sum {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.calculator-item-total-sum#allsum .calculator-item-total-token-wrapper,
.calculator-item-total-sum#total-sum .calculator-item-total-token-wrapper {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-family: "Source Code Pro Bold"
}

@media (max-width:991px) {

    .calculator-item-total-sum#allsum .calculator-item-total-token-wrapper,
    .calculator-item-total-sum#total-sum .calculator-item-total-token-wrapper {
        font-size: 14px;
        line-height: 18px
    }
}

.calculator-item-total-fiat {
    color: #929293;
    font-size: 18px;
    line-height: 23px;
    font-family: "Source Code Pro Bold"
}

@media (max-width:991px) {
    .calculator-item-total-fiat {
        font-size: 14px;
        line-height: 18px
    }
}

.calculator-item#calc-total {
    background: var(--color-2);
}

.calculator-item .matrix-head {
    padding: 0;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .calculator-item .matrix-head {
        margin-bottom: 20px
    }
}

.calculator-item-levels {
    --gap: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap))
}

@media (max-width:991px) {
    .calculator-item-levels {
        margin-bottom: 30px;
        --gap: 18px
    }
}

@media (min-width:991px) {
    .calculator-item-levels.d-none {
        display: block !important
    }
}

.calculator-item-level {
    margin: var(--gap) 0 0 var(--gap);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    background-color: #4e4f50;
    border-radius: 10px;
    border: 2px solid #4e4f50;
    color: #fff;
    align-items: center;
    font-size: 20px
}

@media (max-width:991px) {
    .calculator-item-level {
        width: 44px;
        height: 44px;
        font-size: 15px
    }
}

.calculator-item-level.activated {
    background-color: inherit;
    border: 2px solid #2cd9ff !important;
    border-radius: 10px;
    color: #2cd9ff
}

.calculator-item-level.selected {
    background-color: var(--color-1);
    border: 2px solid var(--color-1)
}

.calculator-item-level-title {
    display: flex;
    align-items: center;
    max-width: 140px;
    line-height: 20px;
    margin-bottom: 20px
}

@media (min-width:991px) {
    .calculator-item-level-title {
        height: 60px
    }
}

@media (max-width:991px) {
    .calculator-item-level-title {
        max-width: 100%;
        margin-bottom: 10px
    }
}

.calculator-item-level-title:lang(en) {
    max-width: 81px
}

.calculator-item-level-select {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 60px
}

@media (max-width:991px) {
    .calculator-item-level-select {
        margin-bottom: 10px;
        height: auto
    }
}

.calculator-item-level-sum {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media (max-width:991px) {
    .calculator-item-level-sum {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }
}

@media (min-width:991px) {
    .calculator-item-levels {
        max-width: 350px;
        margin-top: auto
    }

    #calculator-list-item-3 .calculator-item-levels {
        max-width: 400px
    }

    #calc-xGold .calculator-item-levels {
        max-width: 400px
    }
}

.factors-card {
    background: linear-gradient(180deg, #3a3b3c 0, #242526 100.28%);
    border-radius: 30px;
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 100px
}

@media (max-width:991px) {
    .factors-card {
        padding: 25px;
        height: 375px
    }
}

.factors-card-icon {
    margin-bottom: 20px;
    background: radial-gradient(100% 473.33% at 0 100%, #900323 0, #E51400 50.39%, #D10715 100%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.factors-card-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

@media (max-width:991px) {
    .factors-card-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

.factors-card-desc {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, .7)
}

@media (max-width:991px) {
    .factors-card-desc {
        font-size: 14px;
        line-height: 20px
    }
}

.factors-btns {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center
}

.factors-btn {
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
    line-height: 24px;
    background: 0 0;
    border-radius: 60px;
    height: 60px;
    width: 100%;
    max-width: 375px;
    padding: 15px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    position: relative
}

.factors-btn:hover {
    color: #fff
}

.factors-btn.active {
    border: 2px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.factors-btn.active .factors-btn-progress {
    display: block
}

.factors-btn-progress {
    display: none;
    border-radius: 60px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .2)
}

.factors-cards.owl-carousel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden
}

.factors-cards .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px
}

.factors-cards .owl-nav {
    display: none
}

.factors-cards .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%
}

.factors-cards .owl-dots .owl-dot {
    padding: 0;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    background: rgba(255, 255, 255, .2)
}

.factors-cards .owl-dots .owl-dot.active {
    background: #fff
}

.innovations-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.innovations-content .img-wrapper img {
    width: 100%;
    height: 100%
}

.innovations-content .section-subtitle {
    max-width: 769px
}

.accordion-heading__arrow {
    transition: .5s all
}

.accordion-heading__arrow svg {
    transition: .5s all
}

.accordion.active .accordion-heading__arrow {
    border: 2px solid #900323;
    background: 0 0
}

.accordion.active .accordion-heading__arrow svg {
    transform: rotate(-180deg)
}

.faq .accordion {
    padding: 36px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width:991px) {
    .faq .accordion {
        padding: 20px 0
    }
}

.faq .accordion-wrap {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.faq .accordion-content {
    display: none
}

.faq .accordion-content ul {
    list-style-type: disc;
    padding-left: 40px;
    margin: 10px 0
}

.faq .accordion-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}

@media (max-width:991px) {
    .faq .accordion-heading {
        font-size: 16px;
        line-height: 24px
    }
}

.faq .accordion-heading__arrow {
    margin-left: 15px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%
}

.faq .accordion-heading__arrow svg {
    max-width: 100%;
    max-height: 100%
}

@media (max-width:991px) {
    .faq .accordion-heading__arrow {
        flex: 0 0 30px;
        height: 30px;
        padding: 0
    }
}

.faq .accordion-content {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, .7);
    font-family: Montserrat;
    font-weight: 400
}

@media (max-width:991px) {
    .faq .accordion-content {
        font-size: 14px;
        line-height: 22px
    }
}

.social-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start
}

@media (max-width:991px) {
    .social-list {
        display: grid;
        grid-gap: 40px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
}

@media (max-width:768px) {
    .social-list {
        grid-gap: 20px
    }
}

.social-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.social-list-item-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(117.67% 99.18% at 50% .82%, #d10715 0, #e51400 50.39%, #900323 100%);
    margin-bottom: 20px
}

.social-list-item-wrapper svg {
    display: block;
    position: relative
}

.social-list-item-text {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, .7)
}

@media (max-width:991px) {
    .social-list-item-text {
        font-size: 14px;
        line-height: 22px
    }
}

.emailForm-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #242526;
    border-radius: 30px;
    padding: 60px 20px 80px;
    position: relative
}

@media (max-width:991px) {
    .emailForm-wrapper {
        padding: 40px 20px
    }
}

.emailForm-wrapper .section-title {
    margin-bottom: 20px
}

.emailForm-wrapper .section-subtitle {
    text-align: center;
    max-width: 560px;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .emailForm-wrapper .section-subtitle {
        text-align: left;
        margin-bottom: 30px
    }
}

.emailForm-wrapper form {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:991px) {
    .emailForm-wrapper form {
        flex-direction: column;
        width: 100%
    }
}

.emailForm-wrapper form input {
    background: #3a3b3c;
    border-radius: 5px;
    height: 60px;
    /* min-width: 354px; */
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .emailForm-wrapper form input {
        height: 50px;
        min-width: auto;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100% !important;
        max-width: 100%
    }
}

.emailForm-wrapper form button {
    min-width: 195px
}

@media (max-width:991px) {
    .emailForm-wrapper form button {
        width: 100%;
        padding: 20px 15px;
    }
}

.emailForm-wrapper #orange-airplane {
    position: absolute
}

@media (min-width:991px) {
    .emailForm-wrapper #orange-airplane {
        top: -65px;
        left: 25px
    }
}

@media (max-width:991px) {
    .emailForm-wrapper #orange-airplane {
        top: -50px;
        right: 25px;
        width: 100px
    }
}

.emailForm-wrapper #pink-airplane {
    position: absolute
}

@media (min-width:991px) {
    .emailForm-wrapper #pink-airplane {
        bottom: -120px;
        right: 40px
    }
}

@media (max-width:991px) {
    .emailForm-wrapper #pink-airplane {
        display: none
    }
}

.modal-bg-close {
    cursor: pointer;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1
}

.modal-content {
    padding: 30px;
    overflow: auto;
    z-index: 9999998;
    background: 0 0;
    border: none;
    width: 100%;
    opacity: 1
}

@media (min-width:991px) {
    .modal-content {
        height: 100%
    }

    .modal-content.modal-list-bc {
        padding: 45px
    }
}

.modal-wrapper {
    padding: 30px 20px;
    background-color: #242526;
    border-radius: 20px;
    z-index: 9999998;
    opacity: 1
}

@media (min-width:991px) {
    .modal-wrapper {
        padding: 40px
    }
}

@media (max-width:991px) {
    .modal-wrapper {
        padding-top: 40px
    }
}

.modal-wrapper.web3modal {
    width: 455px
}

.modal-wrapper.web3modal .modal-list-item-icon {
    background-color: #fff
}

@media (min-width:991px) {
    .modal-wrapper.web3modal .modal-header {
        padding: 0
    }
}

@media (max-width:991px) {
    .modal-wrapper.web3modal .modal-footer-link {
        padding: 0 20px
    }
}

@media (max-width:991px) {
    .modal-wrapper.web3modal {
        width: 100%
    }
}

.modal-wrapper#telegramTools {
    width: 870px;
    min-height: 365px
}

@media (max-width:991px) {
    .modal-wrapper#telegramTools {
        width: 100%
    }
}

.modal-wrapper#shareSoc {
    width: 662px;
    min-height: 365px;
    overflow: visible
}

@media (max-width:991px) {
    .modal-wrapper#shareSoc {
        width: 100%
    }
}

.modal-wrapper#shareLink,
.modal-wrapper#upgradeStatus {
    width: 456px
}

@media (max-width:991px) {

    .modal-wrapper#shareLink,
    .modal-wrapper#upgradeStatus {
        width: 100%
    }
}

.modal-wrapper#modal-disclaimer,
.modal-wrapper#modal-marathon,
.modal-wrapper#modal-marathon-info {
    width: 550px;
    padding: 40px
}

.modal-wrapper#modal-disclaimer .modal-text,
.modal-wrapper#modal-marathon .modal-text,
.modal-wrapper#modal-marathon-info .modal-text {
    font-size: 12px;
    line-height: 20px;
    overflow: auto;
    display: block;
    margin-bottom: 15px
}

@media (max-width:991px) {

    .modal-wrapper#modal-disclaimer,
    .modal-wrapper#modal-marathon,
    .modal-wrapper#modal-marathon-info {
        border-radius: 0;
        padding: 0;
        top: 0;
        position: fixed;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .95)
    }

    .modal-wrapper#modal-disclaimer .fancybox-close-small,
    .modal-wrapper#modal-marathon .fancybox-close-small,
    .modal-wrapper#modal-marathon-info .fancybox-close-small {
        top: 8px;
        right: 3px;
        padding: 3px;
        color: #fff;
        z-index: 3
    }
}

.modal-wrapper#modal-disclaimer .modal-header,
.modal-wrapper#modal-marathon .modal-header,
.modal-wrapper#modal-marathon-info .modal-header {
    padding: 0;
    padding-bottom: 10px
}

.modal-wrapper#modal-disclaimer .modal-title,
.modal-wrapper#modal-marathon .modal-title,
.modal-wrapper#modal-marathon-info .modal-title {
    margin-bottom: 0
}

.modal-wrapper#modal-disclaimer .modal-content,
.modal-wrapper#modal-marathon .modal-content,
.modal-wrapper#modal-marathon-info .modal-content {
    padding: 0
}

@media (max-width:991px) {

    .modal-wrapper#modal-disclaimer .modal-content,
    .modal-wrapper#modal-marathon .modal-content,
    .modal-wrapper#modal-marathon-info .modal-content {
        max-height: 75vh;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        justify-content: flex-start;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 0;
        border-top: 1px solid #000;
        border-radius: 15px 15px 0 0;
        background-color: #3a3b3c;
        padding: 20px 20px 50px 20px
    }
}

.modal-wrapper#modal-marathon {
    min-height: 400px
}

.modal-wrapper#modal-marathon iframe {
    height: 300px
}

@media (max-width:991px) {
    .modal-wrapper#modal-marathon iframe {
        height: 250px
    }
}

@media (max-width:350px) {
    .modal-wrapper#modal-marathon iframe {
        height: 200px
    }
}

.modal-wrapper#login-modal,
.modal-wrapper#registr-modal {
    background: 0 0;
    overflow-x: clip
}

@media (max-width:991px) {

    .modal-wrapper#login-modal .fancybox-close-small,
    .modal-wrapper#registr-modal .fancybox-close-small {
        right: -5px;
        top: 3px
    }

    .modal-wrapper#login-modal .modal-list-bc,
    .modal-wrapper#registr-modal .modal-list-bc {
        padding-top: 20px !important
    }
}

.modal-header {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: none
}

@media (max-width:991px) {
    .modal-header {
        align-items: flex-start
    }
}

.modal-title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .modal-title {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: left
    }
}

.modal-subtitle {
    text-align: center;
    color: #929293;
    font-size: 12px;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .modal-subtitle {
        text-align: left;
        font-size: 12px
    }
}

.modal-list-bc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: space-evently
}

@media (max-width:991px) {
    .modal-list-bc {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0
    }
}

.modal-list-bc-item {
    width: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #242526;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin: 0 10px;
    flex-grow: 0;
    flex-basis: 375px
}

.modal-list-bc-item-coming {
    margin-top: -115px;
    color: #f3ba2f;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    flex: 1 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:991px) {
    .modal-list-bc-item-coming {
        font-size: 12px;
        line-height: 14px;
        margin-top: 0;
        justify-content: flex-start
    }
}

@media (max-width:991px) {
    .modal-list-bc-item {
        padding: 20px;
        width: 100%;
        flex-basis: auto;
        min-height: 90px;
        flex-grow: 1 !important;
        flex-shrink: 0;
        align-items: flex-start;
        margin: 0
    }

    .modal-list-bc-item+.modal-list-bc-item {
        margin-top: 20px
    }
}

.modal-list-bc-item .modal-title {
    margin-bottom: 30px;
    flex-grow: 0
}

@media (max-width:991px) {
    .modal-list-bc-item .modal-title {
        margin-bottom: 10px
    }
}

.modal-list-bc-item-text {
    width: 100%;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    flex-grow: 1
}

.modal-list-bc-item-text span {
    display: block;
    margin-bottom: 10px
}

.modal-list-bc-item-text ul {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 20px
}

.modal-list-bc-item-text ul:last-of-type {
    margin-bottom: 0
}

.modal-list-bc-item-text li {
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

.modal-list-bc-item i {
    position: absolute
}

@media (min-width:991px) {
    .modal-list-bc-item i {
        font-size: 60px;
        top: -55px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width:991px) {
    .modal-list-bc-item i {
        font-size: 45px;
        top: 20px;
        right: 20px
    }
}

.modal-list-bc-item .icon-eth {
    color: #8a92b2;
    text-shadow: 0 5px 20px #8a92b2
}

.modal-list-bc-item .icon-trx {
    color: #ff0013;
    text-shadow: 0 5px 20px #ff0013
}

.modal-list-bc-item .icon-busd {
    color: #f3ba2f;
    text-shadow: 0 5px 20px #f3ba2f
}

.modal-list-bc-item .btn {
    flex-grow: 0;
    border-radius: 10px;
    width: 100%;
    height: 40px
}

.modal-form-choose {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    position: relative;
    margin: 5px 0 20px;
    padding: 0 30px
}

.modal-form-choose textarea {
    height: 160px;
    margin-bottom: 0;
    padding: 12px 20px
}

@media (max-width:991px) {
    .modal-form-choose textarea {
        border: 1px solid #fff
    }
}

.modal-form-choose-switch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none
}

.modal-form-choose-switch:nth-of-type(1) {
    left: -100px
}

.modal-form-choose-switch:nth-of-type(2) {
    right: -100px
}

.modal-form-choose-btns-m {
    display: none
}

@media (max-width:991px) {
    .modal-form-choose {
        margin: 5px 0
    }

    .modal-form-choose>button {
        display: none
    }

    .modal-form-choose-btns-m {
        display: block;
        position: relative;
        width: 100%;
        height: 40px;
        margin-bottom: 5px
    }

    .modal-form-choose-btns-m .modal-form-choose-switch:nth-of-type(1) {
        left: 10px
    }

    .modal-form-choose-btns-m .modal-form-choose-switch:nth-of-type(2) {
        right: 10px
    }
}

.modal-upgrade-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1
}

@media (max-width:991px) {
    .modal-upgrade-item {
        justify-content: flex-start;
        align-items: flex-start
    }

    .modal-upgrade-item .modal-title {
        padding: 0
    }

    .modal-upgrade-item i {
        display: block;
        margin-bottom: 10px;
        font-size: 35px
    }
}

.modal-upgrade-item .modal-subtitle {
    line-height: 20px
}

.modal-upgrade-item i {
    font-size: 35px
}

.modal-upgrade-footer {
    border-top: 1px solid #4e4f50;
    padding-top: 20px;
    text-align: center
}

.modal-upgrade-footer .popup-upgrade__hash {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .modal-upgrade-footer .popup-upgrade__hash {
        justify-content: flex-start;
        align-items: flex-start
    }
}

.modal-upgrade-footer .popup-upgrade__hash i {
    margin-left: 5px
}

.modal-upgrade-load,
.modal-upgrade-success {
    display: none !important
}

.modal-upgrade-load.status_active,
.modal-upgrade-success.status_active {
    display: flex !important
}

.modal-footer-check-error {
    display: block;
    margin-bottom: 15px;
    color: #c03d3d;
}

.modal-footer-check-error i {
    font-weight: 600;
    font-size: 15px;
    color: #c03d3d;
    margin-left: 2px;
    margin-right: 10px
}

.modal-footer-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

.modal-footer-checkbox input {
    width: 20px;
    height: 20px;
    background: 0 0;
    border: 1px solid 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px
}

.modal-footer-checkbox label {
    margin-left: 10px
}

.modal-footer-btns {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.modal-footer-btns .btn {
    flex: 0 0 40px;
    height: 40px !important;
    border-radius: 10px;
    width: 100%
}

.modal-footer-btns .btn i {
    margin-right: 10px
}

.modal-footer-link {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 15px
}

.modal-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

@media (max-width:991px) {
    .modal-list {
        flex-direction: column;
        flex-wrap: nowrap
    }
}

.modal-list .modal-list-item:nth-of-type(odd) {
    margin-right: 20px
}

@media (max-width:991px) {
    .modal-list .modal-list-item:nth-of-type(odd) {
        margin-right: 0
    }
}

.modal-list-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto
}

.modal-list-column .modal-list-item {
    width: 100%;
    flex: 0 0 80px
}

.modal-list-column .modal-list-item .block-title {
    margin-bottom: 0
}

.modal-list-upgrade {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
}

.modal-list-upgrade:not(:last-of-type) {
    border-bottom: 1px solid #3a3b3c
}

.modal-list-upgrade-content {
    color: #fff
}

.modal-list-item {
    padding: 20px;
    flex: 0 1 45%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 15px;
    margin: 10px;
    background-color: #4e4f50
}

@media (max-width:991px) {
    .modal-list-item {
        background: 0 0;
        padding: 20px 30px;
        margin: 0;
        width: 100%;
        border-radius: 0;
        border-bottom: 1px solid #4e4f50
    }
}

.modal-list-item-icon {
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18191a;
    border-radius: 50%;
    margin-right: 20px
}

.modal-list-item-icon i {
    font-size: 20px
}

@media (max-width:991px) {
    .modal-list-item-icon {
        background-color: var(--color-1)
    }
}

.modal-list-item-icon img {
    max-height: 24px;
    max-width: 24px
}

.modal-list-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.modal-list-item .block-title {
    margin-bottom: 5px
}

.modal-list-item .block-subtitle {
    margin-bottom: 0
}

.modal-list-item:hover {
    background-color: var(--color-1)
}

.modal-list-item:hover .modal-list-item-icon {
    background-color: #fff
}

.modal-list-item:hover .modal-list-item-icon i {
    color: var(--color-1)
}

.modal-section {
    padding: 40px;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modal-section .modal-title {
    margin-bottom: 30px
}

.modal-section:not(:last-of-type) {
    border-bottom: 1px solid #4e4f50
}

.modal-section .reflink-input {
    max-width: 100%;
    width: 100%
}

@media (max-width:991px) {
    .modal-section {
        padding: 30px;
        justify-content: flex-start;
        align-items: flex-start
    }

    .modal-section .reflink-input input {
        border: 1px solid #4e4f50
    }
}

.modal-shareW {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.modal-shareW .modal-list-item-icon {
    background-color: var(--color-1)
}

.modal-shareW .modal-list-item-icon:last-of-type {
    margin-right: 0
}

@media (max-width:991px) {
    .modal-shareW {
        justify-content: flex-start
    }
}

.modal-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.modal-guide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #242526;
    border-radius: 15px
}

.modal-guide-item+.modal-guide-item {
    margin-top: 30px
}

@media (min-width:991px) {
    .modal-guide-item {
        width: 800px !important
    }
}

@media (max-width:991px) {
    .modal-guide-item {
        width: 100%
    }
}

.modal-guide-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.modal-guide-header-title {
    text-align: left;
    font-family: Raleway;
    font-weight: 700;
    color: #fff;
    padding: 30px;
    width: 100%;
    font-size: 24px
}

.modal-guide-header-drop button {
    position: relative;
    bottom: 0;
    left: 0
}

.modal-guide-body {
    display: none;
    width: 100%
}

.modal-subscribeEmail {
    padding: 0;
    overflow: visible;
    margin: auto;
    background: #23203a;
    border-radius: 9px
}

.modal-subscribeEmail .modal-title {
    position: relative
}

.modal-subscribeEmail-ring::after {
    position: absolute;
    display: block;
    content: url(../img/icons/ringInCircle.svg);
    right: 0;
    top: -50px
}

.modal-subscribeEmail-subtitle {
    width: 450px;
    font-weight: lighter;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px
}

.modal-subscribeEmail-subtitle>span {
    font-weight: 700
}

.modal-subscribeEmail-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

@media (max-width:991px) {
    .modal-subscribeEmail-form input {
        border: 1px solid rgba(255, 255, 255, .2) !important
    }
}

@media (max-width:991px) {
    .modal-subscribeEmail-form {
        padding: 0 20px
    }

    .modal-subscribeEmail-form button {
        width: 100%
    }
}

.modal-subscribeEmail-airplaneleft {
    position: absolute;
    width: 225px;
    left: -235px;
    top: -115px
}

.modal-subscribeEmail-airplaneright {
    position: absolute;
    width: 250px;
    right: -230px;
    bottom: -80px
}

.modal-first {
    margin: auto;
    width: 400px;
    padding: 40px;
    height: 500px;
    border-radius: 20px;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    padding: 40px;
    background: #2d2948
}

.modal-first-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

.modal-first-item .reflink-input {
    width: 100%
}

@media (max-width:991px) {
    .modal-first-item .reflink-input {
        max-width: 252px
    }

    .modal-first-item .reflink-input input {
        border: 1px solid rgba(255, 255, 255, .2) !important
    }
}

.modal-first-item .modal-first__btn {
    max-width: 252px
}

.modal-first-item .modal-title {
    font-size: 24px;
    text-align: center
}

.modal-first-item .modal-header {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .modal-first-item .modal-header {
        align-items: center
    }
}

.modal-first-item .modal-content {
    padding: 20px
}

.modal-first-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex: 1;
    width: 100%;
    margin-bottom: 40px
}

.modal-first-content ul {
    padding-left: 0;
    margin-bottom: auto
}

.modal-first-content li {
    list-style: none;
    line-height: 20px;
    padding-left: 60px;
    position: relative;
    color: rgba(255, 255, 255, .7);
    max-width: 285px
}

.modal-first-content li:not(:last-of-type) {
    margin-bottom: 30px
}

.modal-first-content li a {
    text-decoration: underline;
    color: #fff
}

.modal-first-content li i {
    color: #fff;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 0;
    background: #18191a;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%
}

.modal-first-text {
    max-width: 275px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, .7)
}

.modal-first-reflink {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px
}

.modal-first-reflink input {
    background: #1e1c2f;
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 50px
}

.modal-first-reflink button {
    position: absolute;
    right: 13px;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 15pt;
    cursor: pointer
}

.modal-first-icons_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .modal-first-icons_wrapper {
        margin-top: 20px
    }
}

.modal-first-icons_wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 120px;
    height: 120px
}

.modal-first-telegramIcon {
    background: linear-gradient(180deg, #67bdf4 0, #3b8cca 100%)
}

.modal-first-telegramIcon i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 48px;
    font-size: 350%
}

.modal-first-botIcon {
    background: #252144;
    z-index: 2;
    margin-left: -15px
}

.modal-first-botIcon img {
    max-width: 100%;
    max-height: 100%
}

.web3modal__available {
    position: absolute;
    right: 25px
}

.web3modal .block-desc {
    margin-top: 5px;
    font-size: 12px;
    text-shadow: none
}

.web3modal .web3modal__user-wallet {
    margin-top: 5px
}

.web3modal .modal-list-item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.popup-upgrade__status li {
    display: none
}

.popup-upgrade__status li.status_active {
    display: block
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 5px;
    right: 3px;
    top: 8px
}

.reflink .header {
    transition: .25s all
}

.reflink .header-top {
    background: 0 0
}

.reflink .header-top .header-menu .header-link:hover,
.reflink .header-top .header-menu .lang-text>a:hover {
    color: #3a3b3c
}

.reflink .header-top .header-menu .header-link:hover svg,
.reflink .header-top .header-menu .lang-text>a:hover svg {
    fill: #3a3b3c
}

.reflink .header-menu .header-link {
    color: #fff
}

.reflink .header-menu .header-link:hover {
    color: #929293
}

.reflink .lang-text>a {
    transition: .5s all;
    color: #fff
}

.reflink .lang-text>a svg {
    transition: .5s all;
    fill: #fff
}

.reflink .lang-text>a:hover {
    color: #929293
}

.reflink .lang-text>a:hover svg {
    fill: #929293
}

.reflink .calculator-list-wrapper {
    margin-top: 0
}

.reflink .calculator-header {
    background: 0 0
}

.reflink .header-left {
    justify-content: space-between;
    width: 100%
}

.reflink-page-section {
    background: linear-gradient(180deg, #622aff 0, #ff518f 50%, #ffb23e 100%);
    padding: 100px 0 60px !important
}

.reflink-section {
    background: radial-gradient(117.67% 99.18% at 50% .82%, #ffb23e 0, #ff518f 50.39%, #622aff 100%);
    padding: 100px 0 60px !important
}

.reflink-title {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .reflink-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 0
    }
}

.reflink-subtitle {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px
}

.reflink-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media (max-width:991px) {
    .reflink-text-wrapper {
        order: 1;
        margin-bottom: 30px
    }

    .reflink-text-wrapper .btn-reg {
        width: 100%
    }
}

.reflink-card {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:991px) {
    .reflink-card {
        max-width: 100%;
        margin-bottom: 30px
    }

    .reflink-card .slider-item {
        width: 100%;
        padding: 25px 20px
    }
}

.reflink-card-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.reflink-card-item i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 45px;
    color: #fff;
    text-shadow: 0 5px 20px rgba(255, 255, 255, .5)
}

@media (max-width:991px) {
    .reflink-card-item i {
        font-size: 25px
    }
}

.reflink-card-item+.reflink-card-item {
    margin-top: 20px
}

@media (max-width:991px) {
    .reflink-card-item+.reflink-card-item {
        margin-top: 15px
    }
}

.reflink-card-item-title {
    font-size: 16px;
    line-height: 20px;
    position: relative
}

@media (max-width:991px) {
    .reflink-card-item-title {
        font-size: 15px;
        line-height: 18px
    }
}

.reflink-card-item-value {
    font-family: "Source Code Pro Bold";
    font-size: 18px;
    line-height: 23px
}

@media (max-width:991px) {
    .reflink-card-item-value {
        font-size: 12px;
        line-height: 15px
    }
}

.reflink-card-item-value.color__white {
    font-size: 32px;
    line-height: 40px
}

@media (max-width:991px) {
    .reflink-card-item-value.color__white {
        font-size: 20px;
        line-height: 25px
    }
}

.reflink-card-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    padding-top: 30px
}

@media (max-width:991px) {
    .reflink-card-block {
        padding-top: 20px
    }
}

.reflink-card-block:first-of-type {
    padding-top: 0
}

.reflink-card-block+.reflink-card-block {
    margin-top: 30px;
    border-top: 1px solid #3a3b3c
}

@media (max-width:991px) {
    .reflink-card-block+.reflink-card-block {
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .reflink-card-wrapper {
        order: 2
    }
}

.marathon-item-hidden {
    display: none !important
}

.marathon-instructions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #242526;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    line-height: 18px
}

@media (max-width:991px) {
    .marathon-instructions {
        margin-bottom: 20px
    }
}

.marathon-instructions:hover {
    opacity: .8
}

.marathon-instructions i {
    font-size: 18px
}

@media (max-width:991px) {
    .marathon-instructions i {
        margin-right: 15px
    }
}

.marathon-section-header {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .marathon-section-header {
        margin-bottom: 20px
    }
}

.marathon-section-header .block-title {
    margin-bottom: 0 !important
}

.marathon-section-info-btn {
    background: 0 0;
    border: 0
}

.marathon-section-info-btn svg {
    width: 24px;
    height: 24px
}

.marathon-section-all-filters {
    background: 0 0;
    border: 0
}

.marathon-section-all-filters svg {
    width: 24px;
    height: 24px
}

.marathon-video-more-btn {
    color: #fff;
    background: #242526;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 10px
}

.marathon-video-more-btn-wrapper {
    padding-bottom: 15px;
    min-height: 50px;
    height: 100%;
    width: 100%
}

@media (max-width:991px) {
    .marathon-video-more-btn {
        height: 50px
    }
}

.marathon-video-more-btn:hover {
    opacity: .5
}

.marathon-video-item {
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.marathon-video-item iframe {
    pointer-events: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #242526
}

.marathon-video-item .marathon-item-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.marathon-img-wrapper {
    overflow: hidden
}

.marathon-img-wrapper .owl-stage {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.marathon-img-wrapper .owl-nav {
    display: none
}

.marathon-item {
    position: relative
}

.marathon-item-btn {
    padding: 0
}

.marathon-item-btn svg {
    width: 14px !important;
    height: 14px !important
}

.marathon-item-content {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #242526
}

.marathon-item-content-platform {
    position: absolute;
    top: -5px;
    right: 10px;
    background-color: var(--color-1);
    padding: 5px;
    border-radius: 50%
}

.marathon-item-content-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
    color: #242526
}

.marathon-item-content-block span {
    white-space: normal;
    text-align: end;
    margin-left: 10px;
    font-family: "Source Code Pro"
}

.marathon-item-content-block+.marathon-item-content-block {
    margin-top: 10px
}

.marathon-desc {
    margin-bottom: 20px
}

.marathon-all {
    padding: 40px 0;
    border-top: 1px solid #fff
}

@media (max-width:991px) {
    .marathon-content {
        margin-top: 20px
    }
}

.marathon-list-link>li {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px
}

.marathon-list-link>li:hover {
    cursor: pointer;
    text-decoration: underline
}

.marathon-form {
    padding: 20px 0 20px 0
}

.marathon-form-anounce {
    color: #929293;
    margin: auto;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px
}

.marathon-form .btn {
    height: 50px
}

.marathon-purple {
    background-color: rgba(115, 91, 246, .7)
}

.marathon-purple>.marathon-item-content {
    background-color: rgba(115, 91, 246, .7)
}

.marathon-pink {
    background-color: rgba(237, 113, 163, .7)
}

.marathon-pink>.marathon-item-content {
    background-color: rgba(237, 113, 163, .7)
}

.marathon-yellow {
    background-color: rgba(236, 190, 107, .7)
}

.marathon-yellow>.marathon-item-content {
    background-color: rgba(236, 190, 107, .7)
}

.marathon-blue {
    background-color: rgba(108, 169, 248, .7)
}

.marathon-blue>.marathon-item-content {
    background-color: rgba(108, 169, 248, .7)
}

.marathon-green {
    background-color: rgba(136, 198, 202, .7)
}

.marathon-green>.marathon-item-content {
    background-color: rgba(136, 198, 202, .7)
}

.marathon-winners {
    overflow: hidden;
    padding: 40px 0
}

.marathon-winners .owl-carousel {
    overflow: hidden
}

@media (max-width:991px) {
    .marathon-winners .owl-carousel {
        margin: 0 -15px
    }
}

.marathon-winners .owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .marathon-winners .owl-carousel .owl-stage {
        margin: 0 5px 20px
    }
}

.marathon-winners .owl-carousel .owl-nav {
    display: none
}

.marathon-winners .owl-carousel .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%
}

@media (max-width:991px) {
    .marathon-winners .owl-carousel .owl-dots {
        justify-content: center
    }
}

.marathon-winners .owl-carousel .owl-dots .owl-dot {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    margin: 0 5px;
    background: rgba(255, 255, 255, .2)
}

.marathon-winners .owl-carousel .owl-dots .owl-dot.active {
    background: #fff
}

@media (max-width:991px) {
    .marathon-winners-cat {
        min-width: 280px
    }
}

.marathon-winners-cat .block-title {
    color: #242526
}

.marathon-winners-cat>div {
    padding: 20px 15px;
    border-radius: 10px
}

.marathon-winners-cat#cat-1>div {
    background-color: #735bf6
}

.marathon-winners-cat#cat-2>div {
    background-color: #ed71a3
}

.marathon-winners-cat#cat-3>div {
    background-color: #ecbe6b
}

.marathon-winners-cat#cat-4>div {
    background-color: #6ca9f8
}

.marathon-winners-cat#cat-5>div {
    background-color: #88c6ca
}

@media (max-width:991px) {
    .marathon-winners-cat {
        margin-bottom: 20px
    }
}

.marathon-winners .block-title {
    margin-bottom: 20px
}

.marathon-winners .owl-carousel .owl-stage {
    display: flex
}

.marathon-winners-more-btn {
    cursor: pointer
}

.marathon-winners-more-btn:hover {
    opacity: .85
}

.marathon-winners-item,
.marathon-winners-more-btn {
    width: 100%;
    padding: 10px;
    background-color: #242526;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    min-height: 40px;
    cursor: pointer;
    margin-bottom: 15px
}

.marathon-winners-item-count,
.marathon-winners-more-btn-count {
    color: #242526;
}

.marathon-winners-item.marathon-modal-open,
.marathon-winners-more-btn.marathon-modal-open {
    cursor: pointer
}

.marathon-winners-item.marathon-modal-open:hover,
.marathon-winners-more-btn.marathon-modal-open:hover {
    opacity: .85
}

.marathon-winners-item:last-of-type,
.marathon-winners-more-btn:last-of-type {
    margin-bottom: 0
}

.marathon-winners-item-text,
.marathon-winners-more-btn-text {
    color: #fff;
}

.marathon-winners-item-num,
.marathon-winners-more-btn-num {
    color: #fff;
    font-family: "Source Code Pro Bold";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.marathon-winners-item-platform,
.marathon-winners-more-btn-platform {
    padding: 3px;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--color-1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.marathon-winners-item-user,
.marathon-winners-more-btn-user {
    color: #fff;
    font-family: "Source Code Pro";
    margin-bottom: 5px
}

.marathon-winners-item iframe,
.marathon-winners-more-btn iframe {
    max-width: 100%
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    width: 100%
}

.timeline-wrapper {
    overflow: auto;
    max-height: 500px
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: var(--color-2);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px
}

.timeline-box {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%
}

.timeline-box-important .content {
    background-color: var(--color-2) !important
}

.timeline-box-important::before {
    background: var(--color-2) !important
}

.timeline-box svg {
    width: 30px;
    height: 30px;
    flex-shrink: 0
}

.timeline-box:hover {
    cursor: pointer
}

.timeline-box:hover .content {
    color: #fff;
    background-color: var(--color-1-hover)
}

.timeline-box:hover:before {
    background-color: var(--color-1-hover)
}

.timeline-box.left {
    left: 0;
    padding-left: 0
}

.timeline-box.right {
    left: 50%;
    padding-right: 0
}

.timeline-box::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #fff;
    border: 2px solid var(--color-2);
    border-radius: 16px;
    z-index: 1
}

.timeline-box.right::after {
    left: -8px
}

.timeline-box::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: var(--color-1);
    z-index: 1
}

.timeline-box.right::before {
    left: 8px
}

.timeline-box .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-2);
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1
}

.timeline-box.left .date {
    right: -135px
}

.timeline-box.right .date {
    left: -135px
}

.timeline-box .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: var(--color-1);
    border: 2px solid var(--color-1);
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: var(--color-1);
    z-index: 1
}

.timeline-box.left .icon {
    right: 56px
}

.timeline-box.right .icon {
    left: 56px
}

.timeline-box .content {
    background: var(--color-1);
    position: relative;
    padding: 20px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.timeline-box .content i {
    font-size: 20px
}

@media (max-width:991px) {
    .timeline::after {
        left: 8px
    }

    .timeline-box.left::after {
        left: -8px !important
    }

    .timeline-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        left: 0 !important;
        padding-right: 0 !important;
        padding-left: 30px !important
    }

    .timeline-box.left,
    .timeline-box.right {
        left: 0 !important
    }

    .timeline-box.left .content,
    .timeline-box.right .content {
        border-top-left-radius: 0 !important;
        padding-right: 15px
    }

    .timeline-box.left::after,
    .timeline-box.right::after {
        left: 0 !important;
        top: 43px
    }

    .timeline-box.left::before,
    .timeline-box.right::before {
        left: 0 !important;
        border-color: transparent var(--color-1) transparent transparent;
        top: 49px
    }

    .timeline-box.left .date,
    .timeline-box.right .date {
        position: relative;
        right: 0 !important;
        left: 0 !important;
        margin-bottom: 20px;
        text-align: left
    }

    .timeline-box.left .icon,
    .timeline-box.right .icon {
        right: auto;
        left: 146px
    }
}

body,
html {
    width: 100%;
    height: 100%
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

body {
    /* background: #000000;
    color: #929293;
    font-family: Montserrat;
    font-size: 12px */
}

body .show-menu-m {
    overflow: hidden;
    position: fixed
}

@font-face{font-family:good-times-rg;src:url(../fonts/good-times-rg.otf) format('opentype');font-style:normal}

.font-good-times-rg{
    font-family:good-times-rg;
}

.section {
    position: relative;
    padding: 0 0 120px
}

@media (max-width:991px) {
    .section {
        padding: 0 0 60px
    }
}

@media (min-width:991px) {
    .section.heading {
        margin-bottom: 100px
    }
}

.section.emailForm {
    padding: 0 0 150px
}

@media (max-width:991px) {
    .section.emailForm {
        padding: 0 0 60px
    }
}

.section-title {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    z-index: 2;
    text-align: center
}

@media (max-width:991px) {
    .section-title {
        margin-left: 0;
        text-align: left;
        padding: 0 0;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

.section-subtitle {
    margin: auto;
    max-width: 770px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-family: Montserrat;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 60px;
    z-index: 2
}

@media (max-width:991px) {
    .section-subtitle {
        max-width: 100%;
        margin: 0;
        text-align: left;
        align-items: flex-start;
        padding: 0 0;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px
    }
}

.link-ru {
    display: none
}

.link-ru:lang(ru) {
    display: inline
}

.link-en {
    display: inline
}

.link-en:lang(ru) {
    display: none
}

a {
    color: #fff
}

a:hover {
    color: #fff;
    text-decoration: none
}

i {
    color: #fff
}

.icon-left {
    margin-right: 10px
}

.icon-right {
    margin-left: 10px
}

.text-white {
    color: #fff
}

.text-gray {
    color: #929293
}

.text-purple {
    color: var(--color-1)
}

.text-yellow {
    color: #ffbe47
}

.tc {
    text-align: center
}

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.pd-0 {
    padding: 0 !important
}

.pd-20 {
    padding: 20px !important
}

.pd-40 {
    padding: 40px !important
}

@media (max-width:991px) {
    .pd-40 {
        padding: 20px !important
    }
}

.c-success {
    color: #2cff4e;
    text-shadow: 0 5px 20px rgba(44, 255, 78, .5)
}

.color__white {
    color: #fff !important
}

.color__pink {
    color: #d03a94;
}

.color__purple {
    color: var(--color-1);
}

.color__green {
    color: #2cff4e;
}

.color__blue {
    color: #2cd9ff;
}

.color__brown {
    color: #ffdbb6;
}

.text-bold {
}

.text-gradient {
    font-weight: 600;
    background: linear-gradient(90deg, #D10715 0, #be1506 50.39%, #a7082d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone
}

.text-white {
    font-weight: 600;
    color: #fff
}

.dot {
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.dot.c-blue {
    background: #2cd9ff
}

.btn:active,
.btn:focus,
a:active,
a:focus,
button:active,
button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.container {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:991px) {
    .container {
        max-width: 1236px;
        padding: 0 20px
    }
}

@media (max-width:991px) {
    .container {
        max-width: 100%
    }
}

main {
    padding-top: 100px;
    flex: 1 0 auto;
    width: 100%
}

.page-header {
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.page-header img {
    width: 270px
}

@media (max-width:991px) {
    .page-header {
        justify-content: center;
        text-align: center
    }
}

.page-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px
}

.page-title-text {
    color: #fff;
    font-size: 30px;
}

.page-nav {
    margin-bottom: 10px
}

.page-nav a {
    color: #929293
}

.page-nav a:hover {
    text-decoration: underline
}

@media (max-width:991px) {
    .page-nav {
        display: none
    }
}

.block-title {
    display: block;
    color: #fff
}

.block-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px
}

@media (min-width:991px) {
    .show-dd .dropdown-container {
        display: block
    }
}

@media (max-width:991px) {
    .el-desc {
        display: none !important
    }
    .results-contract-wrapper.el-desc{
        display: block !important;
    }
}

@media (min-width:991px) {

    .el-mob-block,
    .el-mob-flex {
        display: none !important
    }
}

@media (max-width:991px) {
    .el-mob-flex {
        display: flex !important
    }

    .el-mob-block {
        display: block !important
    }
}

input,
input[type=text],
select,
textarea {
    height: 60px;
    border: 1px solid #3a3b3c;
    border-radius: 10px;
    background: 0 0;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: Montserrat;
    position: relative;
    transition: .3s;
    max-width: 400px
}

input::-moz-placeholder {
    color: #929293
}

input:-ms-input-placeholder {
    color: #929293
}

input:-moz-read-only {
    color: #929293
}

input::placeholder,
input:read-only {
    color: #929293
}

textarea {
    resize: none;
    overflow: auto
}

input[type=text]:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: rgba(255, 255, 255, .75)
}

input[type=radio] {
    width: 25px;
    height: 25px;
    background: var(--color-1)
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 10px
}

.select-styled {
    display: flex;
    justify-content: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #3a3b3c;
    border-radius: 10px;
    background: 0 0;
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    font-family: Montserrat;
    position: relative;
    transition: .3s;
    color: #fff;
    border-radius: 10px
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.select-styled:hover {
    background-color: #18191a
}

.select-styled.active,
.select-styled:active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #18191a
}

.select-styled.active:after,
.select-styled:active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent
}

.select-options {
    max-height: 186px;
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #18191a;
    border: 1px solid #3a3b3c;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.select-options li {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    border-top: 1px solid #3a3b3c;
    padding: 12px 15px
}

.select-options li:first-of-type {
    border-top: 0
}

.select-options li:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.select-options li:hover {
    background: #4e4f50
}

.select-options li[rel=hide] {
    display: none
}

.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: none;
    border-radius: 15px
}

.select-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 15px
}

.select-options::-webkit-scrollbar-thumb {
    background-color: #929293;
    border-radius: 15px
}

.drop-content,
.drop-wrapper {
    width: 100%
}

.drop-content-close .drop-content-bg {
    display: none
}

.drop-content-close .drop-content {
    display: none;
    transition: all .4s
}

.drop-content-close .btn-matrix::before {
    top: 1px;
    transform: rotate(-315deg)
}

.drop-content-close .btn-matrix::after {
    top: 1px;
    transform: rotate(315deg)
}

@media (max-width:991px) {
    .drop-content-bg {
        cursor: pointer;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end
    }
}

.form-title {
    display: block;
    margin-bottom: 10px
}

.form-input {
    position: relative
}

.form-radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.form-radio-wrapper {
    margin: 10px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.form-radio input {
    background-color: var(--color-1);
    text-decoration: none;
    margin-right: 10px
}

.form-radio label {
    color: #fff;
    font-size: 12px
}

.form-radio+.form-radio {
    margin-top: 20px
}

.form-submit {
    max-width: 150px
}

@media (max-width:991px) {
    .form-submit {
        max-width: 100%
    }
}

.form-input-select {
    display: flex;
    flex-direction: row
}

.form-input-select input {
    flex: 1 1 70%;
    margin-right: 10px
}

.form-input-select select {
    flex: 0 1 100px
}

.form-wrapper .form-item {
    margin-bottom: 20px
}

.error-wrappper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:991px) {
    .error-wrappper {
        margin: 60px 0
    }
}

.error-img {
    max-width: 600px;
    margin-bottom: 60px
}

@media (min-width:991px) {
    .error-img {
        margin-top: 60px
    }
}

@media (max-width:768px) {
    .error-img {
        max-width: 85%;
        margin-bottom: 40px
    }
}

.error-img img {
    max-width: 100%
}

.error .block-title {
    margin-bottom: 0
}

@media (max-width:991px) {
    .dropdown-btn-d {
        display: none
    }
}

.dropdown-btn-m {
    display: none
}

@media (max-width:991px) {
    .dropdown-btn-m {
        display: flex
    }
}

.notice__wrap {
    min-height: 40px;
    z-index: 9999999;
    border-radius: 10px;
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 60px;
    width: 272px;
    padding: 12px 20px
}

@media (max-width:1200px) {
    .notice__wrap {
        width: 210px
    }
}

@media (max-width:991px) {
    .notice__wrap {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 60px;
        position: fixed
    }
}

.notice__body {
    border-radius: 10px
}

.notice__progress {
    display: none
}

.notice__close {
    cursor: pointer
}

.notice__close i {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.alert {
    min-height: 40px;
    z-index: 999999;
    border-radius: 10px;
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 45px;
    width: 272px;
    border: none;
    border-radius: 10px;
    color: #fff;
    line-height: 15px;
    padding: 12px 20px
}

@media (max-width:1200px) {
    .alert {
        width: 210px
    }
}

@media (max-width:991px) {
    .alert {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 60px;
        position: fixed
    }
}

.alert.alert-primary {
    background-color: #2cd9ff
}

.alert.alert-danger {
    background-color: #c03d3d
}

.alert-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px
}

.alert-header i {
    font-size: 20px
}

.alert-header button {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.alert-content {
    width: 100%;
    display: flex;
    justify-content: flex-start
}

::-webkit-scrollbar {
    width: 10px;
    background-color: none;
    border-radius: 15px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 15px
}

::-webkit-scrollbar-thumb {
    background-color: #242526;
    border-radius: 15px
}

.header-menu .lang .lang-list a {
    padding: 10px
}

.lang {
    display: inline-block;
    position: relative;
    padding: 5px
}

.lang-text {
    width: auto !important;
    height: auto !important;
    text-transform: capitalize
}

.lang-text a {
    color: #929293
}

.lang-text a:hover {
    color: #fff
}

.lang-current {
    width: 24px;
    height: 24px
}

.lang-current span {
    text-transform: uppercase
}

.lang-current a {
    display: block;
    width: 100%;
    height: 100%
}

.lang-current a img {
    max-width: 100%;
    max-height: 100%
}

.lang-list {
    position: absolute;
    text-align: left;
    background-color: #242526;
    border-radius: 3px;
    z-index: inherit;
    display: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border: 1px solid #000;
    border-radius: 15px;
    z-index: 10
}

.lang-list a {
    padding: 7px 7px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: auto
}

.lang-list a:first-of-type:hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.lang-list a:last-of-type:hover {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.lang-list a:hover {
    background-color: #4e4f50
}

.lang-list a img {
    width: 24px;
    margin-right: 10px
}

.lang-list-up {
    bottom: 40px
}

@media (min-width:991px) {
    .lang-list-up {
        right: 0
    }
}

@media (max-width:991px) {
    .lang-list-up {
        left: 0
    }
}

.lang-list-down {
    top: 34px;
    right: 0
}

.main-stats {
    display: flex;
    align-items: center;
    z-index: 3;
    height: 40px;
    width: 100%;
    background-color: #000;
    overflow: auto;
    font-size: 12px;
    font-family: Montserrat
}

.main-stats-animate {
    -webkit-animation: animMarquee 60s linear infinite;
    animation: animMarquee 60s linear infinite
}

.main-stats-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

@media (max-width:991px) {
    .main-stats-wrapper {
        justify-content: flex-start
    }
}

.main-stats-item {
    flex-shrink: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff
}

@media (max-width:991px) {
    .main-stats-item {
        margin-right: 30px
    }

    .main-stats-item:last-of-type {
        padding-right: 15px
    }
}

.main-stats-item span {
    margin-left: 10px;
    color: #2cd9ff;
    font-family: "Source Code Pro"
}

.main-stats .dot {
    flex-shrink: 0;
    display: block;
    width: 4px;
    height: 4px
}

@media (max-width:991px) {
    .main-stats .dot {
        margin-right: 30px
    }
}

.main-stats::-webkit-scrollbar {
    width: 5px;
    height: 0;
    background-color: none;
    border-radius: 15px
}

@-webkit-keyframes animMarquee {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes animMarquee {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

.web_widget>div>#launcher {
    bottom: 20px
}

iframe#launcher {
    z-index: 3;
    bottom: 5px !important
}

@media (max-width:991px) {
    iframe {
        bottom: 0 !important
    }
}

.calculatorPage .matrix-head {
    padding: 0;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .calculatorPage .matrix-head {
        margin-bottom: 20px
    }
}

.calculatorPage-levels {
    --gap: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap))
}

@media (max-width:991px) {
    .calculatorPage-levels {
        margin-bottom: 30px;
        --gap: 18px
    }
}

.calculatorPage-level {
    margin: var(--gap) 0 0 var(--gap);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    background-color: #4e4f50;
    border-radius: 10px;
    border: 2px solid #4e4f50;
    color: #fff;
    align-items: center;
    font-size: 20px
}

.calculatorPage-level:hover {
    background-color: rgba(255, 255, 255, .3);
    border: rgba(255, 255, 255, .3)
}

@media (max-width:991px) {
    .calculatorPage-level {
        width: 44px;
        height: 44px;
        font-size: 15px
    }
}

.calculatorPage-level.activated {
    background-color: inherit;
    border: 2px solid #2cd9ff !important;
    border-radius: 10px;
    color: #2cd9ff
}

.calculatorPage-level.selected {
    background-color: var(--color-1);
    border: 2px solid var(--color-1)
}

@media (max-width:991px) {
    .calculatorPage-total .row>div:nth-of-type(1) {
        margin-bottom: 30px
    }
}

.calculatorPage-total-title {
    display: flex;
    align-items: center;
    max-width: 140px;
    height: 60px;
    line-height: 20px;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .calculatorPage-total-title {
        max-width: 100%;
        margin-bottom: 10px;
        height: auto
    }
}

.calculatorPage-total-title:lang(en) {
    max-width: 81px
}

.calculatorPage-total-select {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 60px
}

@media (max-width:991px) {
    .calculatorPage-total-select {
        margin-bottom: 10px;
        height: auto
    }
}

.calculatorPage-total-sum {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media (max-width:991px) {
    .calculatorPage-total-sum {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }
}

.calculatorPage-total-fiat {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: "Source Code Pro Bold";
    margin-bottom: 10px
}

@media (max-width:991px) {
    .calculatorPage-total-fiat {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.calculatorPage-total-bnb {
    color: #929293;
    font-size: 15px;
    line-height: 19px;
    font-family: "Source Code Pro Bold"
}

.img-shadow {
    position: relative
}

.img-shadow::before {
    z-index: -1;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(55.7deg, #d10715 0, #e51400 50.39%, #900323 100%);
    filter: blur(100px);
    border-radius: 40px
}

@media (max-width:991px) {
    .img-shadow::before {
        filter: blur(40px);
        border-radius: 40px
    }
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select-dd-wrapper {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 60px;
    border-radius: 10px
}

.select-styled {
    display: flex;
    justify-content: flex;
    align-items: center;
    height: 60px;
    border: 1px solid #3a3b3c;
    border-radius: 10px;
    background: 0 0;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    line-height: 15px;
    font-family: Montserrat;
    position: relative;
    transition: .3s;
    color: #fff;
    border-radius: 10px
}

.select-styled:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/img/icons/selectArrow.svg) no-repeat center;
    background-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.select-styled:hover {
    background-color: #18191a
}

.select-styled.active,
.select-styled:active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #18191a
}

.select-styled.active:after,
.select-styled:active:after {
    top: 40%;
    transform: translateY(-40%);
    background: url(/img/icons/selectArrow.svg) no-repeat right;
    background-position-x: calc(100% - 15px);
    background-size: 10px
}

.select-options {
    max-height: 186px;
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #18191a;
    border: 1px solid #3a3b3c;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.select-options li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    border-top: 1px solid #3a3b3c;
    padding: 12px 15px
}

.select-options li:first-of-type {
    border-top: 0
}

.select-options li:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.select-options li:hover {
    background: #4e4f50
}

.select-options li[rel=hide] {
    display: none
}

.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: none;
    border-radius: 15px
}

.select-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 15px
}

.select-options::-webkit-scrollbar-thumb {
    background-color: #929293;
    border-radius: 15px
}

.newPlatform-timer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    line-height: 60px;
    color: #fff
}

@media (max-width:991px) {
    .newPlatform-timer {
        font-size: 36px;
        line-height: 40px
    }
}

@media (max-width:576px) {
    .newPlatform-timer {
        font-size: 24px;
        line-height: 30px
    }
}

.newPlatform-timer #seconds {
    color: #f3ba2f
}

.newPlatform-timer-item {
    letter-spacing: 2px
}

.newPlatform-timer span {
    margin: 0 5px
}

.newPlatform-timer.dots {
    color: #4e4f50
}

.video-frame {
    width: 100%;
    height: 100%;
    max-width: 560px;
    min-height: 300px
}

@media (max-width:991px) {
    .video-frame {
        min-height: 240px;
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .video-frame {
        min-height: 180px
    }
}

.video-frame-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.video-text {
    color: #fff;
    font-size: 20px;
    line-height: 28px
}

@media (max-width:991px) {
    .video-text {
        font-size: 16px;
        line-height: 24px
    }
}

.video-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%
}

.warning-domain {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .7)
}

.warning-domain__content {
    margin-right: 15px
}

@media (max-width:991px) {
    .warning-domain__content {
        margin-right: 0;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, .25)
    }
}

.warning-domain>div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    font: 12pt Arial;
    color: #fff;
    padding: 10px 20px 10px 20px;
    max-width: 1000px;
    margin: 0 auto
}

@media (max-width:991px) {
    .warning-domain>div {
        flex-direction: column
    }
}

.warning-domain__close {
    text-align: right
}

.warning-domain__close-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.warning-domain__close-wrapper p {
    margin-right: 10px
}

.warning-domain__close::after {
    background-color: #128e12;
    border-radius: 3px;
    padding: 2px 6px 4px 6px;
    content: 'x';
    display: inline-block;
    color: #eee;
    line-height: 15px;
    font-size: 11pt
}
.header-link img {
    width: auto;
    height: 54px;
    max-height: inherit;
    max-width: inherit;
    transition: all 0.5s;
}
.header-link:hover img.light,
.header-link img.dark {
    display: none;
}
.header-link:hover img.dark{
    display: block;
}
.finance{
    padding-top: 40px;
}
.finance .advantages-platform-item{
    min-height: auto;
}
.finance .container{
    max-width: 1400px;
}
.finance .innovations-content{
    align-items: inherit;
}
.finance .block-title{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.finance .emailForm-wrapper form button{
    min-width: auto;
    font-size: 14px;
    padding: 20px 40px;
}
.finance .card-body p{
    font-size: 14px;
    letter-spacing: 0.5px;
}
.finance .card-body h6{
    font-weight: 600;
    letter-spacing: 1px;
}

/* New CSS */
.btn[disable] {
    opacity: 0.5;
    pointer-events: none;
}
.price-range .form-group .form-control{
    border: 1px solid #242526;
    padding: 15px 50px 15px 20px;
    width: 100%;
    display: block;
    border-radius: 14px;
    font-size: 14px;
    -webkit-transition: all .23s;
    transition: all .23s;
    color: #fff;
    outline: none !important;
    background: #242526;
    line-height: 1.15;
    height: auto;
}
.price-range .form-group .form-control:focus{
    box-shadow: 0 0;
}
.profit-calc ul li{
    font-size: 14px;
    margin: 25px 0;
}
.profit-calc ul li:last-child{
    margin-bottom: 0;
}
.rrn-inrst-calc-input .input-group-append {
    position: absolute;
    top: 50%;
    right: 15px;
    width: auto;
    display: block;
    transform: translateY(-50%);
}
.rrn-inrst-calc-input .input-group-append .btn{
    font-size: 12px;
}
.deposit-amount-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
    padding-top: 25px;
    border-top: 1px solid;
}
.deposit-amount-item:first-child{
    border-top: 0;
    padding-top: 0;
}
.deposit-amount-item:last-child{
    margin-bottom: 0;
}
.deposit-amount-item p {
    margin: 0 !important;
}
.deposit-amount-item span{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.deposit-amount-item .text-mute {
    margin-right: 10px;
}
.deposit-amount-item .text-light {
    margin-left: 10px;
}
.text-xs{
    font-size: 12px;
}
.contract-chart path{
    stroke-width: 0;
}
.contract-chart .highcharts-a11y-proxy-button{
    display: none !important;
}
.highcharts-exporting-group{
    display: none;
}
.btn-style-1 {
    border-radius: 5px;
    padding: 16px 32px;
    border: 2px solid var(--color-2);
    background: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-style-1:hover{
    background: var(--color-2);
    color: #000;
}
.btn-style-2 {
    border-radius: 5px;
    padding: 16px 32px;
    border: 2px solid #000;
    background: #fff;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-style-2 i{
    color: #000;
}
.btn-style-2:hover i{
    color: #fff;
}
.btn-style-1:hover{
    background: var(--color-2);
    color: #000;
}
.btn-style-1:hover i{
    color: #000;
}
.filterbar {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    /* z-index: 99; */
    transition: all 0.5s;
    width: 100%;
}
.filterbar.sticky {
    position: fixed;
    z-index: 99;
    width: 80%;
    top: 0;
    border-radius: 0 0 15px 15px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -o-backdrop-filter: blur(8px);
    -ms-backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
}
.tabs-block a.active{
    border-style: solid;
    border-color: #1ff7fd;
}

/* Loader */
.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: aqua;
    display: grid;
    place-items: center;
    animation: zoomin 1.5s infinite alternate-reverse;
    position: relative;
}   
.inner {
    background-color: #212121;
    width: 80%;
    height: 80%;
    border-radius: 100%;
}  
.pagination a.active{
    background: #1ff7fd;
    border-color: #1ff7fd;
    color: #000000;
} 
/* ----- MODAL ----- */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: var(--black);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in;
    z-index: 999;
  }
  
  .modal.is-visible {
    visibility: visible;
    opacity: 1;
  }
  
  .modal-dialog {
    position: relative;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 5px;
    background: var(--white);
    overflow: auto;
    cursor: default;
  }
  
  .modal-dialog > * {
    padding: 1rem;
  }
  
  .modal-header,
  .modal-footer {
    background: var(--lightgray);
  }
  
  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .modal-header .close-modal {
    font-size: 1.5rem;
  }
  
  .modal p + p {
    margin-top: 1rem;
  }
  /* ----- MODAL ----- */
  
  
  /* FOOTER
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .page-footer {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  
.page-footer span {
    color: #e31b23;
}
@keyframes zoomin {
    0% {
     transform: scale(1);
     box-shadow: 0 0 100px 20px rgb(16, 71, 71);
    }
   
    100% {
     transform: scale(1.5);
     box-shadow: 0 0 100px 20px #000;
    }
}
/* Loader */

@media(max-width:767px){
    .footer-info{
        display: block;
        text-align: center;
    }
    .footer-info-img{
        margin: 0 auto 25px;
    }
    .footer-contracts {
        margin-bottom: 0px;
        margin-top: 0;
        align-items: center;
        justify-content: center;
    }
    .footer-line div>div{
        justify-content: center;
        text-align: center;
    }
    .filterbar,
    .filterbar.sticky{
        position: relative;
        top: 0;
        width: auto;
    }
    ul.menu-box {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        backdrop-filter: blur(10px);
        padding: 20px 20px;
        transform: inherit;
        transition: all 0.5s ease-in;
        z-index: 99;
    }
}