footer .footer-copyright {
    text-align: center;
    color: #EEEEEE;
    width: 60%;
    font-size: 0.6em;
}

footer .footer-copyright > * {
    padding-bottom: 5px;
}

footer .footer-info a{
    color: #EEEEEE;
    font-size: 14px;
}


@media (max-width: 980px) {
    footer .footer-copyright {
        font-size: 0.8em;
        width: 100%;
    }
}

body {
    font-family: 'Inter', sans-serif;
}

.dark-theme { 
    background-color: #111827; color: #f3f4f6;
}

.dark-alt-theme { 
    background-color: #1f2937; color: #f3f4f6;
}

.light-theme { 
    background-color: #f3f4f6; color: #111827;
}

.light-alt-theme { 
    background-color: #ffffff; color: #111827;
}

.icon-placeholder { 
    width: 24px; height: 24px; display: inline-block; vertical-align: middle;
}

.feature-img-placeholder { 
    width: 64px; height: 64px; display: block; margin-left: auto;margin-right: auto; margin-bottom: 1rem; border-radius: 0.25rem;
}

.logo-placeholder { 
    width: 150px; display: block; margin-left: auto; margin-right: auto;
}

.social-icon-placeholder { 
    width: 20px; height: 20px; display: inline-block;
}

.hero-image-placeholder { 
    display: block; max-width: 800px; width: 100%; height: auto;margin-left: auto; margin-right: auto;
}

.login-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
    background-color: rgba(79, 70, 229, 1); /* полностью непрозрачный */

    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    position: relative;
    cursor: pointer;
}

.login-link:after {
    width: 25px;
    height: 20px;
    display: block;
}


.groups .labels label.active {
    border-bottom: 2px solid rgba(79, 70, 229, 1);
}

.select-subgroup__header__info {
    background: rgba(79, 70, 229, 1);
}

.enter-message {
    border: 1px solid rgba(79, 70, 229, 1);
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    text-transform: uppercase;
}

.enter-message a:hover {
    color: rgba(79, 70, 229, 1);
}

#promocode-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

#promocode-wrapper input {
    flex: 1;
    padding-right: 30px; /* место под кнопку */
    box-sizing: border-box;
    font-size: 14px;
}

#promocode-wrapper button.close {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.promocode-add-on .form-component {
    padding-right: 0px;
 }

.order_btn .info-box {
    background-color: white;
    color: black;
}

#vps-params-plate .order_btn .info-box {
    border: none;
    background-color: white;
    color: black;
}

.auth-form .btn {
    background: rgba(79, 70, 229, 1);
}

.auth-form__top .auth-form__label {
    color: rgba(79, 70, 229, 1);
}

.popup .popup__inner .popup__close-btn:before, .popup .popup__inner .popup__close-btn:after {
    background: rgba(79, 70, 229, 1);
}

.tariffs-section .tariffs-list .tariff .tariff-order .order-btn, .btn {
    background: rgba(79, 70, 229, 1);
}

.support_form .info-box {
    color: black;
    border: none;
}

.info-box input[type=checkbox] {
    accent-color: rgba(79, 70, 229, 1);
}

.hover\:bg-primary-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

header {
    display: flex;
    justify-content: center;
    height: 50px;
}

.checkbox-container {
    display: inline;
}

.info-box a img {
    display: inline;
}

.checkbox-container input:checked ~ .checkmark {
    background: rgba(79, 70, 229, 1);
}

.select-subgroup__breadcrumbs li.return {
    width: 60px;
}

.groups i.icon-feature__ipv6_unavailable {
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.groups i.icon-feature__elevated {
    display: inline-block;
    width: 20px;
    height: 30px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

i.icon-feature__elevated:after {
    background-image: url();
}

i.icon-feature__discounted:after {
    background-image: url();
}

i.icon-feature__ipv6_unavailable:after {
    background-image: url();
}

.select-subgroup .icons-features,
.select-group__header .icons-features {
    position: absolute;
    top: 0px;
    right: 3px;
}

i.icon-feature__discounted,
i.icon-feature__elevated {
    display: inline-block;
    margin-right: 0px;
}

.terms-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.terms-section h1 {
    color: white;
}

.terms-section .support_form {
    max-width: 800px;
}

.support_form .info-box {
    text-align: right;
    margin-right: 20px;
    color: white;
}

.support_form .btn {
    display: block;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}