html {
    background-color: #040406;
}

body {
    margin: 0;
    min-width: 360px;
}

.header {
    padding: 10px 15px;
    background-color: rgb(22 22 32 / 40%);
    margin-top: 10px;
    border-radius: 50px;
    backdrop-filter: blur(15px);
}

a.nav_link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.uk-border-rounded {
    border-radius: 50px;
}
.uk-light .uk-button-secondary {
    background: linear-gradient(90deg, #AF23E2 0%, #23A1DD 100%);
    color: #fff;
    border: none;
    font-weight: 600;
}

.gatewayhr {
    border-top-color: #1e1e28 !important;
}

.uk-light .uk-button-primary {
    background-color: #282D47;
    color: #fff;
    font-weight: 600;
}

.home:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -494px;
    left: 50%;
    transform: translateX(-50%);
    width: 1026px;
    height: 1026px;
    border-radius: 1026px;
    background: linear-gradient(180deg, #6C1919 35.73%, #21A2DC 100%);
    filter: blur(400px);
}

.gateway__table-item {
    background: #131319;
    padding: 10px 15px;
    border-radius: 12px;
}

.uk-light .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .7);
    border-radius: 10px;
}

.features__item {
    background-color: #08070C;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.features__item:before {
    content: "";
    position: absolute;
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
    width: 313px;
    height: 313px;
    border-radius: 313px;
    background: #16161E;
    filter: blur(87px);
    z-index: 1;
}

.features__item-icon {
    margin-bottom: 6px;
    position: relative;
    z-index: 5;
}

.features__item-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 18px;
    position: relative;
    z-index: 5;
}

.features__item-description {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: #8D929C;
    position: relative;
    z-index: 5;
}

.features__item-description-reviews {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    position: relative;
    z-index: 5;
}


.overview__phone-wrapper {
    position: relative;
}

.overview__phone-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 528px;
    height: 528px;
    border-radius: 528px;
    background: #1C1C41;
    filter: blur(150px);
    opacity: 0.6;
    z-index: 10;
}

.overview__phone {
    position: relative;
}

.overview__phone:before {
    content: "";
    position: absolute;
    top: 98px;
    left: -91px;
    width: 130px;
    height: 130px;
    background-image: url("../images/first-coin.png");
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 3s ease-in-out infinite;
}

.overview__phone:after {
    content: "";
    position: absolute;
    bottom: 112px;
    right: -60px;
    width: 115px;
    height: 115px;
    background-image: url("../images/second-coin.png");
    animation: float 4s ease-in-out infinite;
    background-repeat: no-repeat;
    background-size: contain;
}

section.partners {
    padding: 40px 0px;
}

section.awards {
    padding: 40px 0;
}

section.reviews {
    padding: 40px 0;
}

.reviews_panel {
    background: #22222d;
    border-radius: 15px;
}

.q-panel-d {
    background: rgb(8 7 12 / 57%);
    backdrop-filter: blur(15px);
    padding: 10px 10px;
    display: block;
    margin: 10px 10px;
    border-radius: 10px;
    color: #fff;
}

.reviews_panel_image {
    border-radius: 16px;
}

.reviews_panel-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #FFF;
    padding: 5px 15px;
}

.reviews_panel-description {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 15px;
    padding: 0px 15px;
}

.login-button {
    background: linear-gradient(90deg, #AF23E2 0%, #23A1DD 100%);
}

footer.footer {
    background: #131319;
    padding: 50px 0;
}

.buttosca {
    background: #1e87f0;
    padding: 10px 20px;
    color: #fff;
    border-radius: 12px;
    text-transform: uppercase;
}

.buttosca span {
    font-weight: bold;
}

.buttoscm {
    background: #1c1c24;
    padding: 10px 20px;
    color: #fff;
    border-radius: 12px;
    border: 2px solid #1e87f0;
    text-transform: uppercase;
}

.buttosca span {
    font-weight: bold;
}

.footer__sub-text {
    font-size: 9px;
    line-height: 15px;
    color: rgba(232, 232, 232, 0.7);
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.uk-dotnav>*>* {
    width: 30px;
    height: 10px;
    border-radius: 6px;
}

.uk-light .uk-dotnav>*>* {
    background-color: rgb(19, 19, 25);
    border-color: rgb(19, 19, 25);
}

.uk-light .uk-dotnav>.uk-active>* {
    background-color: rgb(0 196 244);
    border-color: transparent;
}

span.gateway_plus {
    color: #7EB194;
}

span.gateway_minus {
    color: #DB5748;
}

.loader {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); 
    }
}

.mobgravity {
    display: inline-block; 
    animation: float 3s ease-in-out infinite; 
}

/* Стили для экранов шириной 768px и меньше */
@media (max-width: 768px) {
    .uk-button {
        padding: 0 15px;
        font-size: .875rem;
        line-height: 35px;
    }

    .uk-heading-medium {
        font-size: 2.5rem;
        line-height: 1;
    }

    .uk-text-lead {
        font-size: 1.2rem;
        line-height: 1.2;
        color: #333;
    }

.overview__phone:after {
    bottom: 100px;
    right: 0px;
    width: 100px;
    height: 100px;
}

.overview__phone:before {
    content: "";
    position: absolute;
    top: 98px;
    left: -10px;
    width: 100px;
    height: 100px;
}

.home:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 320px;
    border-radius: 126px;
    background: linear-gradient(180deg, #6C1919 35.73%, #21A2DC 100%);
    filter: blur(400px);
}

.overview__phone-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 328px;
    height: 328px;
    border-radius: 528px;
    background: #1C1C41;
    filter: blur(150px);
    opacity: 0.6;
    z-index: 10;
}

}

