:root {
    --bg-site: var(--temp-bg-site)
}

.vue-notification-group {
    display: block;
    position: fixed;
    z-index: 5000
}

.sf-hidden {
    display: none !important
}

.textSeo {
    margin: 50px 0;
}

.textSeo p {
    line-height: 1.5;
    font-size: 16px;
}

.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
}

.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}

.header__menu {
    display: flex;
    visibility: visible !important;
    transform: unset !important;
    opacity: 1 !important;
    max-width: 660px;
}

.header__logoMobile {
    display: none;
}

.promo__img {
    display: none;
}

.sliders .swiper-slide {
    cursor: pointer;
    transition: .25s all ease-in-out;
}

.sliders .swiper-slide:hover {
    opacity: .8;
}

.swiper-wrapper {
    display: flex;
}

img.promo__video {
    width: 100%;
}

.pb0 {
    padding-bottom: 0;
}

@media (max-width: 1200px) {
    .sidebar {
        display: none;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .header__menu {
        display: none;
    }

    .header__container {
        padding: 8px 0;
    }

    .header__logoMobile {
        display: flex;
        width: 36px;
    }

    .swiper-wrapper {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .textSeo {
        margin: 50px 0 0;
    }

    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .promo__video {
        display: none;
    }

    .promo__img {
        display: block;
        /* height: 204px; */
    }

    .promo__img {
        width: 100%;
        height: 100%;
    }


    .gridlist {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .decc {
        display: none;
    }

    /* .promo__slider {
        width: 100%!important;
        height: auto!important;
    }
    .promo__slider .swiper-slide {
        width: 100%!important;
    } */
}



strong {
    line-height: 1.4;
}

.faq {
    margin: 40px auto;
    background: rgb(29 32 43);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

        .faq h2 {
    text-align: center;
    color: #f2a100;
    font-size: 2.5em;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 15px;
}

.faq h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #f2a100, #533483);
    border-radius: 3px;
}

        .faq-item {
            margin-bottom: 20px;
            border: 1px solid #e1e1e1;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
            background: #fff;
        }

        .faq-item:hover {
            border-color: #f2a100;
            box-shadow: 0 5px 15px rgba(233, 69, 96, 0.1);
            transform: translateY(-2px);
        }

.faq-question {
    background: #1d202b;
    color: white;
    padding: 20px;
    font-size: 18px !important;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0 !important;
}

        .faq-question:hover {
        
        }

        .faq-question:after {
            content: '▼';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 0.8em;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-question:after {
            transform: translateY(-50%) rotate(180deg);
        }

       .faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #1d202b;
     
}

        .faq-item.active .faq-answer {
            padding: 5px 10px;
            max-height: 1000px;
        }

       .faq-answer p {
    margin-bottom: 15px;
    color: #ffffff;
}

        .faq-answer ol, .faq-answer ul {
            margin-left: 20px;
            margin-bottom: 15px;
        }

        .faq-answer li {
            margin-bottom: 8px;
        }

        .faq-answer strong {
            color: #f2a100;
            font-weight: 600;
        }

        .faq-answer a {
            color: #533483;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .faq-answer a:hover {
            color: #f2a100;
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .faq {
                padding: 20px;
                margin: 10px;
            }

            .faq h2 {
                font-size: 2em;
            }

            .faq-question {
                padding: 15px;
                font-size: 1.1em;
            }

            .faq-item.active .faq-answer {
                padding: 15px;
            }
        }

        @media (max-width: 480px) {
            .faq h2 {
                font-size: 1.8em;
            }

            .faq-question {
                padding: 12px;
                font-size: 1em;
            }

            .faq-question:after {
                right: 15px;
            }
        }
        
        
        


h1.ds-markdown-paragraph {
      color: #f2a100;
    font-size: 28px;  
}

h2.ds-markdown-paragraph {
    color: #f2a100;
    font-size: 26px;
}

h3.ds-markdown-paragraph {
    color: #f2a100;
    font-size: 24px;
}

.textSeo h2{
    color: #f2a100;
    font-size: 26px;
        line-height: 1.2;
    margin: 1.2rem 0 !important;
}

.textSeo h3 {
    color: #f2a100;
    font-size: 20px;
        line-height: 1.2;
    margin: 1.2rem 0 !important;
}