html, body {
    overflow-x: hidden;
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    background: url('/static/images/background5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    color: #f1f1f1;
}

/*header, footer {
    background: linear-gradient(90deg, #6D00B0 0%, #0DA9FC 40%, #00786A 100%) ;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0 -4px 32px rgba(33,150,243,0.18);
    margin: 0 !important;
    min-height: 120px;
    position: relative;
    z-index: 10;
}
*/
section {
    margin: 40px auto;
    max-width: 900px;
    background: transparent !important;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.3);
}

.colorful-section {
    background: transparent !important;
    box-shadow: 0 4px 32px rgba(76,175,80,0.15);
    border-radius: 16px;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.3em;
}
.steps-section {
    background: transparent !important;
    box-shadow: 0 4px 32px rgba(33,150,243,0.12);
    border-radius: 16px;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.main-banner {
    width: 100%;
    max-width: 900px;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
    margin: 20px auto 0 auto;
    display: block;
    box-shadow: 0 4px 24px rgba(76,175,80,0.18);
    opacity: 0;
    transform: scale(0.98);
    animation: bannerFadeIn 1s 0.3s cubic-bezier(.23,1.02,.53,.97) forwards;
    will-change: transform;
}

@keyframes cardFadeIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.main-btn {
    display: inline-block;
    color: #fff;
    padding: 16px 38px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.18em;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: none;
    border: none !important;
    transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, #17C4D4 0%, #6D00B0 100%) !important;
}
.main-btn:hover {
    background: linear-gradient(90deg, #6D00B0 0%, #17C4D4 100%) !important;
    box-shadow: none;
    transform: scale(1.06);
    border: none !important;
    color: #fff !important;
}
.main-btn:active {
    transform: scale(0.94) rotate(-1deg);
    box-shadow: none;
    filter: brightness(0.95);
    border: none !important;
}

@media (max-width: 900px) {
    section, .colorful-section, .steps-section {
        padding: 20px;
    }
    .main-banner {
        height: 140px;
    }
}
@media (max-width: 600px) {
    header, footer {
        padding: 12px 0;
    }
    section, .colorful-section, .steps-section {
        margin: 20px 5px;
        padding: 10px;
    }
    .main-banner {
        height: 90px;
    }
    .main-btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 12px 8px;
        font-size: 1em;
        margin-right: 0;
        text-align: center;
    }
     .lang-switcher {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .lang-btn, .theme-btn {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 10px 0;
        font-size: 1.1em;
        margin-right: 0;
        margin-left: 0;
    }
}
nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-20px);
    animation: navFadeIn 0.8s 0.3s cubic-bezier(.23,1.02,.53,.97) forwards;
}
@keyframes navFadeIn {
    to { opacity: 1; transform: translateY(0); }
}
nav a {
    color: #f1f1f1;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 4px;
    transition: background 0.2s;
    position: relative;
    overflow: hidden;
    font-family: 'Calibri', Arial, Helvetica, sans-serif !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
nav a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #9778C2 60%, #2196f3 100%);
    border-radius: 2px;
    transition: width 0.3s, left 0.3s;
    z-index: 1;
}
nav a:hover::after, nav a.active::after {
    width: 80%;
    left: 10%;
}
nav a:hover, nav a.active {
    background: none !important;
    color: #9778C2 !important;
    box-shadow: none !important;
    border: none !important;
}
@media (max-width: 600px) {
    nav {
        flex-direction: column;
        gap: 10px;
    }
}
/* Анимация и оформление шапки */
.main-header {
    background: linear-gradient(90deg, #5865F2 0%, #4752C4 100%);
    box-shadow: 0 4px 32px rgba(33,150,243,0.18);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    animation: headerFadeIn 1.2s ease;
    padding: 0;
}

@keyframes headerFadeIn {
    from { opacity: 0; transform: translateY(-40px); }
    to { opacity: 1; transform: translateY(0); }
}

.main-header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 20px 0 5px 0;
}

.site-title {
    color: #fff;
    background: none;
    font-size: 2.1em;
    margin: 0;
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    animation: titleFadeIn 0.9s cubic-bezier(.23,1.02,.53,.97) forwards;
    animation-delay: 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes titleFadeIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
}

nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-bottom: 20px;
    margin: 0;
    opacity: 0;
    transform: translateY(-20px);
    animation: navFadeIn 0.8s 0.3s cubic-bezier(.23,1.02,.53,.97) forwards;
}

@keyframes navFadeIn {
    to { opacity: 1; transform: translateY(0); }
}

nav a {
    color: #f1f1f1;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 4px;
    transition: background 0.2s;
    position: relative;
    overflow: hidden;
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    background: none;
    box-shadow: none;
    border: none;
}

nav a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #9778C2 60%, #2196f3 100%);
    border-radius: 2px;
    transition: width 0.3s, left 0.3s;
    z-index: 1;
}

nav a:hover::after, nav a.active::after {
    width: 80%;
    left: 10%;
}

nav a:hover, nav a.active {
    background: none;
    color: #9778C2;
    box-shadow: none;
    border: none;
}
/* Красочный футер */
.main-footer {
    background: rgb(88, 101, 242);
    color: rgb(255, 255, 255);
    padding: 40px 0px 0px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: rgba(33, 150, 243, 0.18) 0px -4px 32px;
    margin: 0px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.footer-content {
    display: flex
;
    justify-content: space-around;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.footer-links {
    min-width: 180px;
    text-align: center;
}
.footer-contacts, .footer-links {
    min-width: 180px;
}
.footer-contacts h4, .footer-links h4 {
    margin-bottom: 10px;
    color: #b3e5fc;
    font-size: 1.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
}
.footer-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 6px;
    transition: color 0.2s;
}
.footer-links a:hover {
    color: #9778C2;
}
.footer-bottom {
    text-align: center;
    padding: 16px 0 8px 0;
    color: #b3e5fc;
    font-size: 1em;
    border-top: 1px solid #2196f3;
    margin-top: 10px;
}

.footer-socials {
    text-align: center;
    padding: 10px 0;
}

.footer-socials a {
    display: flex;
    justify-content: center;
    margin: 0 ;
    transition: transform 0.2s ease-in-out;
}

.footer-socials a:hover {
    transform: scale(1.15);
}

.footer-socials img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

/* Плавные переходы для секций */
section, .colorful-section, .steps-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(.23,1.02,.53,.97), transform 0.8s cubic-bezier(.23,1.02,.53,.97);
    will-change: opacity, transform;
}
section.visible, .colorful-section.visible, .steps-section.visible {
    opacity: 1;
    transform: translateY(0);
}
/* Плавные переходы между страницами */
body.fade {
    opacity: 0;
    transition: opacity 0.5s;
}
body.fade-in {
    opacity: 1;
    transition: opacity 0.5s;
}
/* Плавное появление баннера */
@keyframes bannerFadeIn {
    to { opacity: 1; transform: scale(1); }
}
/* Анимация появления заголовков */
h1, h2, h3, h4, .site-title, .site-slogan {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    animation: titleFadeIn 0.9s cubic-bezier(.23,1.02,.53,.97) forwards;
    animation-delay: 0.5s;
}

ul, ol, li {
    font-size: 1.1em;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}
@keyframes titleFadeIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
}
/* Всплывающие подсказки */
.tooltip {
    position: relative;
    cursor: pointer;
}
.tooltip .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background: #23272a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px 14px;
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 12px rgba(33,150,243,0.13);
    font-size: 0.98em;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
}
.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}


/* Анимированные иконки */
.icon-anim {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s, filter 0.3s;
    will-change: transform;
}
.icon-anim:hover {
    transform: scale(1.18) rotate(-8deg);
    filter: drop-shadow(0 2px 8px #2196f3aa);
}
/* Анимированные графики (progress bar) */
.chart-bar {
    width: 100%;
    background: #2c2f33;
    border-radius: 8px;
    margin: 8px 0;
    height: 28px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(33,150,243,0.10);
    position: relative;
    flex-grow: 1;
}
.chart-bar-inner {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #9778C2 60%, #2196f3 100%);
    border-radius: 8px;
    transition: width 1.2s cubic-bezier(.23,1.02,.53,.97);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.chart-label {
    font-size: 1em;
    color: #b3e5fc;
    margin-bottom: 2px;
    margin-left: 2px;
}
.chart-container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.chart-percent {
    font-weight: bold;
    font-size: 1.1em;
    min-width: 45px;
    color: #b3e5fc;
}

/* FAQ */
.faq {
    margin: 40px auto 30px auto;
    max-width: 700px;
    background: rgba(10, 10, 15, 0.75); /* Darker, semi-transparent background */
    backdrop-filter: blur(8px); /* Frosted glass effect */
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); /* Slightly stronger shadow */
    padding: 0;
    border: 1px solid rgba(151, 120, 194, 0.3); /* Themed border */
}

.faq h2 {
    padding: 10px 24px 10px 24px;
    color: #a991d4; /* Brighter purple */
    font-size: 1.7em; /* Slightly larger title */
    text-align: center;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(151, 120, 194, 0.5); /* Add glow */
    letter-spacing: 1px;

}

.faq-item {
    border-bottom: 1px solid rgba(151, 120, 194, 0.2); /* Themed separator */
    transition: background-color 0.3s ease;
    position: relative;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 20px 24px;
    cursor: pointer;
    color: #e6e6fa; /* Lighter, lavender-tinted color for questions */
    font-size: 1.1em;
    font-weight: 700;
    position: relative;
    list-style: none; /* Remove default marker */
    transition: color 0.3s ease;
    background-color: transparent; /* Inherit from .faq */
    z-index: 1;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question:hover {
    color: #fff; /* Brighter on hover */
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6em;
    color: #9778C2;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s ease;
}

.faq-item[open] .faq-question {
    color: #fff;
    font-weight: 600;
}

.faq-item[open] .faq-question::after {
    transform: translateY(-50%) rotate(45deg);
    color: #17C4D4;
}

.faq-answer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #6D00B0 0%, #17C4D4 100%);
    color: #fff;
    padding: 20px 24px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    visibility: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
}

.faq-item.active .faq-answer {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.counters-section {
    background: linear-gradient(135deg, #23272a 60%, #9778C2 100%);
    box-shadow: 0 4px 32px rgba(76,175,80,0.10);
    border-radius: 16px;
    margin: 40px auto 30px auto;
    max-width: 900px;
    padding: 36px 0 30px 0;
}
.counters-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 32px;
}
.counter-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #23272a;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(33,150,243,0.10);
    padding: 24px 32px 18px 32px;
    min-width: 170px;
    min-height: 140px;
    transition: transform 0.2s, box-shadow 0.2s;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(.23,1.02,.53,.97), transform 0.8s cubic-bezier(.23,1.02,.53,.97);
    will-change: opacity, transform;
}
.counter-block.visible {
    opacity: 1;
    transform: translateY(0);
}
.counter-block:nth-child(1) { transition-delay: 0.1s; }
.counter-block:nth-child(2) { transition-delay: 0.2s; }
.counter-block:nth-child(3) { transition-delay: 0.3s; }
.counter-block:nth-child(4) { transition-delay: 0.4s; }
.counter-icon {
    font-size: 2.2em;
    margin-bottom: 8px;
    color: #9778C2;
}
.counter-num {
    font-size: 2.1em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 6px;
    transition: color 0.3s, font-size 0.3s;
    animation: counterNumAnim 1.2s;
}
.counter-label {
    color: #b3e5fc;
    font-size: 1.05em;
    margin-top: 2px;
    text-align: center;
}
@keyframes counterFadeIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes counterNumAnim {
    0% { color: #2196f3; font-size: 1.5em; }
    60% { color: #9778C2; font-size: 2.3em; }
    100% { color: #fff; font-size: 2.1em; }
}
@media (max-width: 900px) {
    section, .colorful-section {
        padding: 20px;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .contact-intro-section {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .form-with-image-container {
        flex-direction: column;
    }
    .form-aside-image {
        position: relative;
        transform: translateY(0);
        margin-top: 20px;
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .main-header, .main-footer {
        border-radius: 0;
        padding: 10px 0 30px;
    }
    .footer-content {
        gap: 12px;
        padding-bottom: 10px;
    }
    .main-btn {
        width: 100%;
        padding: 12px 8px;
        font-size: 1em;
        margin-right: 0;
    }
    nav {
        flex-direction: column;
        gap: 10px;
    }
    
    .faq-answer {
        font-size: 1em;
    }

}

.footer-contacts a {
    color: #fff !important;
    text-decoration: underline;
}

.burger-menu {
    display: none;
    cursor: pointer;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    padding: 8px;
    border-radius: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000;
    transition: all 0.3s ease;
}

.burger-menu:hover {
    background: rgba(255, 255, 255, 0.1);
}

.burger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 768px) {
    .main-header {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 20px;
        height: 70px;
    }
    
    .header-content {
        justify-content: flex-start;
        padding: 0;
    }
    
    .site-title {
        font-size: 1.8em;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(40, 43, 48, 0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        gap: 20px;
        z-index: 1500;
    }

    .nav-links.show {
        right: 0;
    }
    
    .nav-links a {
        font-size: 1.8em;
        color: #fff;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .nav-links.show a {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-links.show a:nth-child(1) { transition-delay: 0.2s; }
    .nav-links.show a:nth-child(2) { transition-delay: 0.3s; }
    .nav-links.show a:nth-child(3) { transition-delay: 0.4s; }
    .nav-links.show a:nth-child(4) { transition-delay: 0.5s; }
    .nav-links.show a:nth-child(5) { transition-delay: 0.6s; }
    .nav-links.show a:nth-child(6) { transition-delay: 0.7s; }

    .burger-menu {
        display: block;
        position: relative;
        top: auto;
        transform: none;
    }

    nav {
        display: contents;
    }
}
@media (max-width: 768px) {
    .form-with-image-container {
        flex-direction: column;
        padding-right: 0;
    }
    .form-aside-image {
        position: relative;
        transform: translateY(0); /* Изменим transform для мобильных */
        margin-top: 20px;
        width: 80%; /* Сделаем ширину адаптивной */
        max-width: 300px; /* Ограничим максимальный размер */
    }
    ul, ol, li {
        font-size: 1em;
    }

    .colorful-section {
        font-size: 1.1em;
    }
}

.footer-big-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12vw;
    color: #e6e9ff;
    opacity: 0.65;
    line-height: 1;
    margin: 30px 0 0 0;
    padding: 0;
    background: none;
    border: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.feedback-fab {
    position: fixed;    
    right: 28px;
    bottom: 32px;
    z-index: 1200;
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #6D00B0 0%, #17C4D4 100%);
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(33,150,243,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    
}

@keyframes chatFabIn {
    from { opacity: 0; transform: scale(0.7) translateY(60px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.feedback-fab:hover {
    transform: scale(1.08);
}

@keyframes chatFabIn {
    from { opacity: 0; transform: scale(0.7) translateY(60px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.feedback-form-container {
    position: fixed;
    right: 32px;
    bottom: 110px;
    z-index: 1300;
    background: #23272a;
    border-radius: 18px;
    box-shadow: 0 8px 40px rgba(33,150,243,0.18);
    width: 340px;
    max-width: 95vw;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(40px) scale(0.98);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    visibility: hidden; /* Initially hidden */
}
@media (max-width: 600px) {
    .feedback-fab {
        right: 12px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }
    .feedback-form-container {
        right: 8px;
        bottom: 80px; /* Adjusted from 70px to avoid overlap */
        min-width: 90vw;
        padding: 15px;
    }
}


.feedback-form-container.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px) scale(1);
}

.feedback-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.feedback-form-header h3 {
    margin: 0;
    color: #9778C2;
    font-size: 1.3em;
}

.close-feedback-form {
    font-size: 2em;
    color: #b3e5fc;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
}

.close-feedback-form:hover {
    color: #9778C2;
}

#feedback-form label {
    color: #b3e5fc;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

#feedback-form input,
#feedback-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #444;
    background: #181a1b;
    color: #f1f1f1;
    font-size: 1em;
    margin-bottom: 15px;
    box-sizing: border-box;
    resize: none;
}

#feedback-form button {
    width: 100%;
    padding: 12px;
    font-size: 1.1em;
    margin-top: 10px;
}
@media (max-width: 600px) {
    .feedback-fab {
        right: 12px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }
}
.info-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(90deg, #17C4D4 0%, #6D00B0 100%);
    color: #fff;
    padding: 12px 28px;
    border-radius: 12px;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 18px;
    box-shadow: 0 2px 16px rgba(76,175,80,0.18);
    margin-left: auto;
    margin-right: auto;
}


#cookie-consent {
            position: fixed;
            bottom: 32px;
            left: 28px;
            background-color: rgba(24, 24, 24, 0.875);
            color: white;
            font-weight: 700;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(203, 203, 203, 0.1);
            z-index: 10; /* Выше футера */
            max-width: 260px;
             opacity: 0;
            transform: translateX(-20px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }

        #cookie-consent.visible {
            opacity: 1;
            transform: translateX(0);
        }

        #cookie-consent p {
            margin: 0;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            line-height: 1.4;
        }

        #cookie-consent button {
            /* background-color: #28a745; */
            background-color: #a991d4;
            box-shadow: 0 0 10px rgba(151, 120, 194, 0.5);
            color: #fff;
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 10px;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 600;
        }

        #cookie-consent button:hover {
            background-color: #cab0fc;
        }
