main.page {background-color: #1c1c23;}
.header__buttons > .button-account {
    background: linear-gradient(90deg,#acff47 -10.34%,#53ff83 109.07%);
    border-radius: 12px;
    padding: .75rem 1.65rem;
    max-width: 266px;
    max-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header__buttons > .button-account:hover {background: linear-gradient(90deg,#b9ff47 -10.34%,#53ffb7 109.07%);}
.header__buttons > .button-account > span {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #19191e;
}
.header__buttons > .button-account > ._icon-user:before {color: #19191e;}
.crypto__title {font-size: calc(32px + 14 * ((100vw - 320px) / 1200));}
.crypto__currencies {
    margin: 0 0 -80px 0; top: -80px;
    position: relative; z-index: 3;
}
.crypto__currencies .currency-table--wrapper {
    padding: 15px 10px;
    border-radius: 8px;
    background: rgba(35,40,37, .35);
    background: linear-gradient(90deg, rgba(35,40,37, .01) 0%, rgba(185,255,75, .15) 100%);
    animation: currency-bg 5s ease infinite;
    transition: all 350ms ease-in-out;
    background-size: 400% 400%;
}
.crypto__currencies .crypto__btn {
    padding: 12px 25px; margin: 2.5rem 0 0 0;
    display: inline-block;
}
.crypto__currencies .table tr:nth-child(odd) {background-color: rgba(45,50,50, .05);}
.crypto__currencies .table td {padding: 10px 15px; font-size: 16px; color: #d3d3d3; vertical-align: middle;}
.crypto__currencies .table td .currency--price {padding: 0; font-size: 16px; font-variant: tabular-nums;}
.crypto__currencies .table td .currency--apr {font-size: 12px;}
.crypto__currencies .currency-col {min-height: 340px;}
.crypto__currencies .currency--item {
    padding: 2rem 0 0 0;
    border-radius: 8px;
    background: rgba(35,40,37, .35);
    color: white;
    position: relative;
    overflow: hidden;
}
.crypto__currencies .currency--item-wrapper {
    position: relative;
    z-index: 2;
}
.crypto__currencies .currency--item:before {
    content: attr(data-currency);
    position: absolute; top: calc(50% + 30px); left: 50%;
    color: rgba(65,70,65, .1);
    text-transform: uppercase;
    font-size: 100px; font-weight: 600;
    transform: rotate(15deg) translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}
.crypto__currencies .currency--item [class^=currency-chart] {width: 110% !important; height: 160px !important; transform: translateX(-50%); left: 50%; position: relative; transition: all .25s ease-in-out;}
.crypto__currencies .currency--item:hover [class^=currency-chart] {width: 125% !important; height: 180px !important;}
.crypto__currencies .currency--item:hover [class^=currency-chart] {opacity: 1;}
.crypto__currencies .currency--price {padding: 0 1.5rem; font-size: 26px; font-variant: tabular-nums;}
.crypto__currencies .currency--apr {font-size: 16px; display: block;}
.crypto__currencies .currency--icon {padding: 0 1.5rem; margin: 0 0 2rem 0;}
.crypto__currencies .currency--icon .cf {font-size: 35px; margin-right: 1rem;}
.crypto__currencies .currency--icon strong {font-size: 22px;}
.crypto__currencies .success {color: #acff47;}
.crypto__currencies .danger {color: #F05544;}
.footer__title {font-size: 16px; line-height: 120%; text-transform: uppercase;}
.posts-footer__items {position: relative; left: -16px;}
.posts-footer__item {padding: 12px 16px; border-radius: 4px; background: rgba(0,0,0, 0);}
.posts-footer__item:hover {
    background: rgba(225,245,225, .035);
}
.posts-footer__item .posts-footer__img {display: none;}
.posts-footer__item .posts-footer__img img {max-width: 100%; height: auto; background-size: cover;}
.posts-footer__item .posts-footer__content {max-height: initial;}
.posts-footer__item .posts-footer__title {font-size: 16px; font-weight: 500; line-height: 120%; text-transform: initial;}
.posts-footer__item .posts-footer__text {font-size: 14px; font-weight: 500; line-height: 120%; margin: 0;}
.posts-footer__item::before {display: none;}
.slide-history-a__item {display: block;}
.slide-history-a__item .slide-history-a__content {margin: 0 0 15px 0;}
.history-about__slide .features__link::before {right: 0;}
.history-about__slide:hover .features__link,
.history-about__slide:hover .features__link::before {
    background: linear-gradient(90deg,#d0ff96 11.33%,#c5ffe0 91.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slide-history-a__item .slide-history-a__title {
    margin: 15px 0 0 0;
    font-weight: 600; font-size: 14px;
}
.slide-history-a__item .slide-history-a__text {
    font-size: 16px; line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.btn-default {
    background: linear-gradient(90deg,#acff47 -10.34%,#53ff83 109.07%);
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    color: #2b2b2b;
    display: inline-block;
    text-transform: uppercase;
    transition: all 250ms ease-in-out;
}
.btn-default:hover {
    background: linear-gradient(90deg,#b9ff47 -10.34%,#53ffb7 109.07%);
    color: #101010;
}

.slider-blog__slide:hover {background: #2c2c34;}
.slider-principles__desc {line-height: 120%;}
.benefists-hello__label,
.cards-what-about__subtitle,
.benefists-aboutus__label,
.smart__item-subtitle,
.cards-what__subtitle,
.what-security__subtitle,
.degrees-security__item-subtitle,
.bonus-items__item-subtitle,
.bonus-partners__item-subtitle,
.benefits-career__item-subtitle {
    text-transform: uppercase;
    line-height: 100%;
    font-size: 12px;
    margin: 1.675rem 0 0 0;
    flex: none;
}
.benefists-hello__desc,
.cards-what-about__title-l,
.benefists-aboutus__desc,
.smart__item-title,
.cards-what__title-l,
.what-security__title-l,
.degrees-security__item-title,
.bonus-items__item-title,
.bonus-partners__item-title,
.benefits-career__item-title {
    margin: 15px 0 0 0;
    max-width: initial;
    display: block;
}
.features__item .features__title {font-size: 16px;}
.features__item .features__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.features__item .features__link,
.features__column > .features__link {font-size: 14px;}
.features__column > .features__link {margin: 15px 0 0 0;}
.features__column > .features__link:before {right: 0;}
.features__item:hover .features__link,
.features__item:hover .features__link:before,
.features__column:hover > .features__link,
.features__column:hover > .features__link:before {
    background: linear-gradient(90deg,#d0ff96 11.33%,#c5ffe0 91.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ourway__stage {padding: 25% 10px;}
.ourway__stage .ourway__stage-info {line-height: 100%; font-size: 14px;}
.slider-ourway__desc {font-size: 15px; line-height: 145%; margin: 0 0 10px 0;}
.slider-ourway__year {margin: 0 0 25px 0;}
.slider-ourway__slide {
    padding: 35px 24px 20px 30px;
}
.slider-ourway__slide::before {
    transition: all 250ms ease-in;
    left: calc(50% - 10px);
}
.slider-ourway__slide .slider-ourway__link span {font-size: 12px;}
.slider-ourway__slide:hover .slider-ourway__link {
    background: linear-gradient(90deg,#d0ff96 11.33%,#c5ffe0 91.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slider-ourway__slide.swiper-slide-active::before {
    width: 20px; height: 20px; bottom: -10px;
    background: white;
}
.slider-ourway__slide.in-progress::before {
    background: linear-gradient(90deg,#7b20b7 -10.34%,#601095 109.07%);
}
.slider-ourway__slide.swiper-slide-active.in-progress::before {
    width: 20px; height: 20px; bottom: -10px;
    background: radial-gradient(circle, #7b20b7 0%, #601095 100%);
}
.slider-ourway__slide.done::before {
    background: linear-gradient(90deg,#acff47 -10.34%,#53ff83 109.07%);
}
.slider-ourway__slide.swiper-slide-active.done::before {
    width: 20px; height: 20px; bottom: -10px;
    background: radial-gradient(circle, rgba(172,255,71,1) 0%, rgba(83,255,131,1) 100%);
}
.slider-ourway__slide .slider-ourway__title {font-size: 18px; line-height: 140%; margin: 0 0 10px 0;}

.popup .popup__ourway-img {width: 24px; height: 24px; margin: 0 10px 0 0;}
.popup .popup__ourway-img img {width: 24px; height: 24px; position: relative; top: -2px;}
.popup .popup__ourway-label {align-items: start;}
.popup .popup__ourway-label .popup__ourway-title {font-size: 18px; line-height: 24px;}
.popup .popup__ourway-desc {font-size: 16px; line-height: 140%; padding: 0 0 0 34px;}

.blog-cards__item:nth-child(2) .blog-card__text {display: flex;}
.blog-cards__item:nth-child(6) .blog-card__text {display: flex;}
.blog-cards .pagination .page-item > .page-link {
    border: 0; outline: 0; box-shadow: none;
    padding: 6px 16px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e1e24;
    color: white;
    line-height: 1;
}
.blog-cards .pagination .page-item > .page-link > i {font-size: 12px;}
.blog-cards .pagination .page-item.disabled > .page-link {opacity: .35;}
.blog-cards .pagination .page-item.active > .page-link {color: #53ffb7;}
.blog-cards .pagination .page-item > .page-link:not(.disabled):hover {background-color: #2c2c34; color: #53ffb7;}
.development__body .breadcrumbs__wrapper a > span {
    text-shadow: 1px 1px rgba(0,0,0, .24);
}
.development__body .development__title {text-shadow: 1px 1px rgba(0,0,0, .24);}
.develop-desc .blog--content {color: #f0f0f0;}
.develop-desc .blog--content p {line-height: 1.5; font-size: 1.25rem; color: #f0f0f0;}
.develop-desc .blog--content ul {margin: 0 0 1.675rem 0;}
.develop-desc .blog--content ul li {line-height: 1.35; font-size: 1.15rem; color: #f0f0f0; margin: 0 0 .675rem 0; list-style: square;}
.develop-desc .blog--content p span {color: #f0f0f0 !important;}
.develop-desc .blog--content .ql-size-large {font-size: 1.35rem; font-weight: 600;}
.develop-desc .aside-develop__item {padding: 1rem 1.5rem;}
.aside-develop__link {border: 0;}
.aside-develop__link .symbol {background: #35353f; margin: 0 1rem 0 0; display: flex; align-items: center; justify-content: center;}
.aside-develop__link .symbol.symbol-40px {width: 40px; height: 40px;}
.aside-develop__link .flex-column {line-height: 1;}
.aside-develop__link .flex-column span:nth-child(1) {font-size: 14px; font-weight: 600;}
.aside-develop__link .flex-column span:nth-child(2) {font-size: 12px; opacity: .75; display: block;}
.benefists-aboutus__desc {max-width: initial;}
.blog-card__wrapper .blog-card__link {
    display: flex;
    padding: 4px 16px;
    background: rgba(255,255,255,.05);
    border-radius: 1rem;
    margin: 0 8px 8px 0;
    max-height: 41px;
}
.report-about .dropdown-menu {}
.report-about .dropdown-menu > li:hover {background: rgba(0,0,0, .15);}
.report-about .dropdown-menu > li .dropdown-item {color: white;}
.report-about .dropdown-menu > li .dropdown-item:hover {
    background: linear-gradient(90deg,#d0ff96 11.33%,#c5ffe0 91.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
._title,
.features__title-a {font-size: 32px; margin-top: 5px; text-transform: uppercase;}

.modal-registration {padding: 0; background: #17181a;}
.modal-registration .modal-header {
    background: linear-gradient(90deg,#d0ff96 11.33%,#c5ffe0 91.41%);
}
.modal-registration + .modal-footer {
    background: #1f2223;
}

.modal-registration + .modal-footer .button-gradient-main {
    background: linear-gradient(90deg,#acff47 -10.34%,#53ff83 109.07%);
    border-radius: 12px;
    padding: 0.75rem 1.65rem;
    color: #151515;
    font-weight: 600; font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@keyframes currency-bg {
    0% {
        background-position: 0% 50%;
    }
    75% {
        background-position: 10% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.team-about__image {
    max-height: 100%;
}

.img-svg-7 {
    width: 100%;
}

.img-svg-7 img {
    width: 100%;
    display: block;
}

.img-svg-53, .img-svg-52 {
    height: 100%;
}

.img-svg-53 img, .img-svg-52 img {
    height: 100%;
}

.img-svg-50 img {
    width: 600px;
}

.img-svg-23, .img-svg-24 {
    height: 400px;
}

.img-svg-23 img, .img-svg-24 img {
    height: 100%;
}

.team-features__image {
    max-height: unset;
}

.whitepaper__body::before {
    display: none;
}

.principles-s, .desc-knowledge {
    background: #1A191E;
}

.img-svg-28, .img-svg-22 {
    height: 100%;
}

.img-svg-28 img, .img-svg-22 img {
    height: 300px;
}

.cards__item {
    background: #1A191E;
}

.swiper-pagination-bullet-active {background: transparent !important;}
.technologies__body::before {display: none; content: none;}
.community__body::before {display: none; content: none;}

@media screen and (min-width: 960px) and (max-width: 1024px) {
    .cards-what-about__items {column-gap: 20px;}
    [class^="img-"] picture > img {
        max-width: 100%;
    }
}

@media screen and (max-width: 921px) {
    .hello__image-wrapper img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 479px) {
    .hello__image-wrapper img {
        width: 90%;
    }.paper-about__image
}

@media screen and (max-width: 920px) {
    .paper-about__image {
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .img-svg-53, .img-svg-52 {
        height: 400px;
    }

    .img-svg-53 img, .img-svg-52 img {
        height: 400px;
    }
    .img-svg-50 img {
        width: 100%;
    }
}

@media screen and (max-width: 765px) {
    .img-svg-14 {
        width: 100%;
    }
    .img-svg-14 img {
        width: auto;
        display: block;
        margin: 0 auto;
        height: 100%;
    }
    .security__image {
        width: 100%;
        max-width: unset;
    }
}

@media screen and (max-width: 600px) {
    .community__image {
        margin-bottom: 40px;
        max-height: 100% !important;
        top: 0 !important;
    }
    .img-svg-2 img {
        display: block;
        width: 100%;
    }
    .community__image img {
        display: block;
        width: 100%;
    }
    .img-svg-17 img {
        width: 100%;
        display: block;
    }
    .performance-about__image {
        margin-right: 0;
    }
    .performance-about__image {
        margin: 0 auto;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .img-svg-25 {
        width: 100%;
    }
    .img-svg-25 img {
        display: block;
        width: 100%;
    }
    .team-features__image {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .img-svg-2 {
        top: 0;
        left: 0;
        margin-bottom: 30px;
    }
    [class^="img-"] picture > img {max-width: 100%;}
}

@media (max-width: 479.98px) {
    .crypto__background::before, .community__body::before {
        background: transparent;
        display: none;
        content: none;
    }
    .crypto__background video {
        object-position: calc(100% + 10rem) !important;
    }
    .benefists-hello__desc {
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 3rem;
    }
}
.team-careers__link {padding: 15px 35px;}
.team-about__btn {padding: 15px 18px;max-width: 185px;}

.popup-body {

    background-color: #fff;
    padding: 50px;
    width: 100%;
    max-width: 800px
}

.popup-body::-webkit-scrollbar {
    width: 8px
}

.popup-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .1);
    border-radius: 50px
}

.popup-body::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 20px
}

.popup-body {
    background: #27272d;
    box-shadow: 0 26px 90px rgba(0, 0, 0, .25);
    border-radius: 12px;
    padding: 34px 29px 42px 31px;
    max-width: 610px;
    /* max-height: 450px;*/
    overflow: auto;
    position: relative
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 610px;
        margin: 1.75rem auto;
    }}

.close {
    color: #fff;
}
.modal-header {

    border-bottom: 0px solid #dee2e6;

}
.popup-head {
    display: flex;
    align-items: center;
}
.modal-body {
    /* margin: 26px 0 0 0;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #d6d6d6;
    padding-bottom: 0px;
}
.popup-image {
    margin: 0 24px 0 0;
}
.modal-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #878789;
}
.modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 116.5%;
    color: #fff;
    margin: 0 40px 0 0;
    display: flex;
}
.modal-header {
    display: flex;
    align-items: center;
}
.popup__label {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.modal-header {
    justify-content: start;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 42px;
    right: 36px;
}
.close {
    opacity: 1;
    font-size: 2rem;
}
.close:hover {
    color: #d9d9d9;
    text-decoration: none;
}
button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
button > span {
    display: block;
    height: -webkit-fill-available;
}
img[src="empty"] {
    display: none;
}
.modal-subtitle[text="empty"]{
    display:none;
}