/** Remove if need name in logo **/
.header-wrap .name {
    display: none;
}

/** **/
.steps-section .step-name, .text-grad {
    background: -webkit-linear-gradient(0deg, #c105c0, #2115d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: auto !important;
}

.header-wrap #languageSelect {
    position: relative;
    bottom: 2px;
    right: -10px;
    z-index: 1999;
}

.header-wrap #languageSelect .languageSelect-toggle {
    background-color: transparent;
}

.header-wrap #languageSelect .lang {
    color: #060509 !important;
}

.header-wrap #languageSelect .arrow {
    border-color: transparent #060509 #060509 transparent !important;
}

.content a:not(.btn) {
    color: #a974ff;
}

.body .breadcrumbs, .body .breadcrumbs a {
    color: #a974ff;
    opacity: 0.9;
    transition: 0.3s;
}

.body .breadcrumbs a:hover {
    opacity: 1;
    transition: 0.3s;
}

.body .legal-section .breadcrumbs,
.body .legal-section .breadcrumbs a,
.body .legal-section .txt-link {
    color: #a974ff;
    opacity: 1;
}

@media screen and (min-width: 1430px) {
    .container {
        max-width: 1400px;
    }

    .main-img-col {
        width: 50%;
    }

    .main-section .form-container {
        padding: 50px 50px 15px;
    }

    .author-section .about-wrapper {
        padding: 60px 80px 35px 80px;
    }

    .author-section .author-photo {
        margin-right: 50px;
    }

    .footer .footer-nav-item {
        margin-left: 20px;
        margin-right: 20px;
    }

    .forms-wrap .f-col.m525 {
        max-width: 630px;
    }

    .forms-wrap .form-pre-wrap {
        width: 608px
    }

    .forms-wrap .form-container.w500 {
        width: 630px
    }

    .form-section {
        background-position: 0 38%;
        background-size: cover;
    }
}

@media screen and (max-width: 991px) {
    .header-wrap #languageSelect {
        top: 2px;
        left: 18px;
        bottom: auto;
    }
}

@media screen and (max-width: 479px) {
    .header-wrap #languageSelect {
        left: 0;
    }

    [lang*="ru"] .h-login-text {
        font-size: 10px;
    }
}

@media screen and (max-width: 800px) {
    .main-section {
        background: #0a070c url("../images/main-bg-2-p-800.webp") 50% 50% no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 500px) {
    .main-section {
        background: #0a070c url("../images/main-bg-2-p-500.webp") 50% 50% no-repeat;
        background-size: cover;
    }
}

.logo img, img {
    transition: 0.5s;
}

.logo:hover img, img:not(.ntr):hover {
    filter: brightness(1.1);
    transition: 0.5s;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block;
}

.h-show {
    opacity: 1;
    transition: 0.3s;
}

.d-flex {
    display: flex !important;
}

@media screen and (min-width: 992px) {
    #mob-links-modal {
        display: none !important;
    }
}

[lang*="gr"] .btn.generate-pass {
    font-size: 11px;
    padding: 2px 5px;
}

.faq-accordion-title.active .faq-arrow {
    transform: rotate(180deg);
    transition: 0.2s;
}

.body, .scam-cols.second .col-50.img-col {
    overflow-x: hidden;
}

.form-container .form-control.fc-prefix {
    background-color: #eef0f0;
}

.form-container .iti--separate-dial-code .iti__selected-dial-code {
    color: #16151f !important;
}

:root {
    --t-text-color: #fff;
    --t-bg-color: #000;
    --t-shadow-color: rgba(255, 255, 255, 0.5)
}
