.section-intro .title {
    max-width: 90%;
}

.section-economic .section-head {
    justify-content: space-between;
}

.lazy {
    -webkit-filter: blur(13px);
    filter: blur(13px);
    transition: filter 0.5s ease-in-out;
}

.section-intro .section-top .section-bg .hero-1.lazy,
.section-intro .section-top .section-bg .hero-2.lazy,
.section-intro .section-top .section-bg .hero-3.lazy,
.section-intro .section-top .section-bg .hero-4.lazy,
.section-intro .section-top .section-bg .hero-5.lazy {
    -webkit-filter: blur(13px) saturate(0);
    filter: blur(13px) saturate(0);
    transition: filter 0.5s ease-in-out;
}

/* .header .page-nav {
    transform: translateX(40px);
} */
.title.center {
    max-width: 90%;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.button:disabled {
    filter: grayscale(0.8);
}

label small {
    font-size: 12px;
}

.alert {
    display: flex;
    justify-content: start;
    padding: 10px 20px;
}

.alert svg {
    width: 24px;
    margin-right: 20px;
}

.alert.alert-light-danger svg {
    fill: red;
}

.alert.alert-light-danger span {
    color: red;
}

.video-cards {
    overflow-x: hidden !important;
}

.popup-body {
    overflow-y: auto !important;
}

.section-map {
    padding-top: 50px;
}

.section-intro .section-bottom {
    padding-top: 50px;
}



/* WIKI */
.links-wrapper .links-list .classes-list {
    display: contents;
}

.card-2 .links-wrapper {
    -webkit-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    transition: all ease-in-out;
}

.aside-menu.active-nav .aside-menu__btn {
    border: 1px solid rgb(117, 117, 119);
    background-color: rgb(58, 59, 61);
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    -o-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
}

.skill-description {
    display: none;
}

.skill-description.active {
    display: block;
}

.card-4__head.three {
    grid-template-columns: 80px auto 30px;
}

.tab-section__logo img {
    border-radius: 10px;
}

.tab-section__logo img.logo-border {
    position: absolute;
    width: 102px;
    height: 102px;
}

.drop-menu .options {
    max-height: 350px;
    height: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffffff #111;
}

.drop-menu .options::-webkit-scrollbar {
    width: 6px;
}

.drop-menu .options::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 3px;
}

.drop-menu .options::-webkit-scrollbar-track {
    background: #111;
}

.skills-item__text small {
    font-size: 14px;
    opacity: 0.7;
}

.drops .card-4.custom {
    min-width: 355px;
}

.social-cards.custom-2.auth-social .social-card {
    height: 45px;
    padding: 10px 16px 10px 16px;
}

.social-cards.custom-2.auth-social .social-card.discord {
    width: 139px;
}

.social-cards.custom-2.auth-social .social-card.telegram {
    width: 155px;
}

.social-cards.custom-2.auth-social img {
    width: 25px;
    height: 25px;
    margin-right: 8px !important;
}

.social-cards.custom-2.auth-social h2 {
    font-size: 16px !important;
}

.social-cards.custom-2.auth-social {
    grid-gap: 0;
}

.auth-section .form-group {
    margin-bottom: 10px;
}

.auth-section .text-line {
    margin: 10px 0;
}

.auth-section .form-google {
    margin-bottom: 20px;
}

.auth-section .modal-title {
    margin-bottom: 20px;
}

.auth-section .form-wrapper {
    padding: 20px 60px;
    /*max-height: 500px;*/
    /*overflow-y: auto;*/
}

.auth-section .input-wapper input {
    height: 40px;
}

.auth-section .form-wrapper .tab-buttons {
    margin-bottom: 10px;
}

body.modal-page .main {
    margin-top: 140px;
}

.auth-section .modal-title {
    font-size: 32px;
}

.auth-section,
.auth-section .container,
.auth-section .container .modal-columns {
    height: 100%;
}
.header .page-nav {
    transform: translateX(67px);
}


/*
.auth-section .form-wrapper {
    overflow-y: auto;
    height: 500px;
    width: 100%;
}

.auth-section .form-wrapper::-webkit-scrollbar {
    width: 6px;
}

.auth-section .form-wrapper::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 3px;
}

.auth-section .form-wrapper::-webkit-scrollbar-track {
    background: #111;
}
*/

/* .section-intro .section-top .section-bg .section-logo {
    top: 6vw;
    width: 49vw;
} */



@media (max-width: 1400px) {
    .drops .card-4.custom {
        min-width: 50%;
    }
}

@media (max-width: 650px) {
    .social-cards.custom-2.auth-social img {
        width: 25px !important;
        height: 25px !important;
        margin-right: 8px !important;
    }

    .social-cards.custom-2.auth-social h2 {
        font-size: 16px !important;
    }

    .footer.footer-min .footer-container {
        flex-direction: column;
    }

    .page-nav li {
        margin-right: 0;
    }

    .page-nav .link {
        font-size: 14px;
    }

    .footer-container .nav-wrapper {
        margin-bottom: 15px;
    }

    .footer .page-nav ul {
        display: flex;
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}