@font-face {
    font-family: 'Rubik';
    src: url("Rubik-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url("Rubik-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url("Rubik-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}


.slick-slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    margin: 0 15px;
    overflow: hidden;
}

.slick-slide > p {
    margin-bottom: 18px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.slides .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    .slides .list {
        padding-left: 20px;
        padding-right: 0;
    }
}

.slides .list .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid var(rgba(14, 14, 14, 0.2));
    padding-bottom: 32px;
}

.slides .list .slide:last-child {
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    .slides .list .slide {
        width: 100vw;
        height: 100vh;
        padding-bottom: 0;
        border-bottom: none;
    }
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 130%;
    vertical-align: baseline;
    box-sizing: border-box;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 130%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    background: #FFFEF7;
    color: #1e1e1e;
}

.inner,
.privacy-policy {
    width: 100%;
    max-width: 1200px; 
    padding: 0 15px;
    margin: 0 auto;
}

.privacy-policy {
    padding: 60px 15px;
}

.button {
    background-color: #fff;
    color: #FF0000;
    border: 2px solid #FF0000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}

body .button.telegram-btn {
    background: #FF0000;
    color: #fff;
    padding: 12px 24px;
}

body .button.telegram-btn:hover {
    background: #FFFF00;
    color: #FF0000;
}

body .button.telegram-btn img {
    margin-right: 12px;
}

body .button.telegram-btn:hover img {
    filter: invert(45%) sepia(88%) saturate(7473%) hue-rotate(209deg) brightness(97%) contrast(97%);
}

.header {
    padding: 20px 0 20px;
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-controls-wrapper {
    display: flex;
    gap: 15px;
}

.logo {
    width: 100%;
    max-width: 212px;
    min-width: 132px;
}

.menu {
    align-self: center;
    display: flex;
    gap: 30px;
}

.header-button {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.header .header-button,
.steps-section .header-button {
    margin-bottom: 0;
}

.telegram {
    width: 48px;
    margin-left: 10px;
    transition: 0.2s;
}

.telegram:hover {
    opacity: 0.85;
}

.header-button .button {
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 50px;
    background-color: #FFFF00;
    color: #FF0000;
    border: 1px solid #FF0000;
    text-decoration: solid;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    margin-top: -3px;
}

.header-button .button:hover {
    background-color: #FF0000;
    color: #fff;
}

.header-button .button img {
    margin-right: 8px;
    width: 100%;
    max-width: 26px;
}

.header-button .button:hover img {
    filter: invert(1) brightness(2.5) grayscale(1);
}

.menu a {
    text-decoration: solid;
    font-weight: 400;
    color: #444;
    background-color: #FFFEF7;
    border: 0 solid #444;
    padding: 16px 23px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.menu a:hover {
    background-color: #FF0000;
    color: #fff;
}

.hero-text .wrapper {
    display: flex;
    justify-content: space-between;
}

.hero {
    position: relative;
    padding: 40px 0 80px;
}

.hero-bg {
    position: absolute;
    content: " ";
    width: 1300px;
    height: 700px;
    z-index: -1;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
}

.hero-text {
    padding: 60px 10px 0 0;
}

.hero-text h1 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.hero-text h1 span {
    color: #FF0000;
}

.hero-text p,
.privacy-policy p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.rating-box {
    justify-content: space-between;
    background: #FFFACD;
    padding: 20px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 350px;
    gap: 10px;
    margin-bottom: 80px;
}

.rating-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rating-score {
    font-size: 70px;
    font-weight: 600;
    color: #000;
    display: flex;
    line-height: 100%;
}

.rating-score svg {
    padding-top: 8px;
    padding-left: 5px;
}

.rating-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.rating-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.users {
    padding-top: 10px;
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
    padding-left: 10px;
}

.users img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.users img:nth-child(1) {
    position: relative;
    z-index: 3;
}

.users img:nth-child(2) {
    position: relative;
    z-index: 2;
    left: -10px;
}

.users img:nth-child(3) {
    position: relative;
    z-index: 1;
    left: -20px;
}

.reviews-link {
    font-size: 14px;
    color: #FF0000;
    text-decoration: none;
    white-space: nowrap;
}

.reviews-link:hover {
    text-decoration: underline;
}

.hero-image {
    margin-right: -50px;
}

.hero-image img {
    width: 100%;
    max-width: 732px;
}

.research {
    background: #FFFEF7;
    padding: 80px 0 50px;
    text-align: left;
}

.research h2 span {
    color: #FF0000;
}

.research .description {
    max-width: 600px;
    font-size: 14px;
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
}

.testimonial {
    background: white;
    padding: 20px 20px;
    color: #000000;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-align: left;
    min-height: 250px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial p {
    font-size: 14px;
}

.testimonial_select {
    background: #FF0000;
    color: #FFFACD;
}

.author {
    display: flex;
    flex-wrap: revert;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    justify-content: space-between;
}

.author-buttom {
    color: #5e5e5e;
    font-size: 12px;
    margin-right: 30px;
}

.author-buttom_select {
    color: #FFD700;
}

.author img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.stars {
    display: flex;
    color: #FF0000;
    font-size: 30px;
    padding-left: 50px;
}

@media screen and (max-width: 768px) {
    .stars {
        padding-left: 0;
    }
}

.stars_select {
    color: #FFFACD;
}

.title {
    text-align: left;
    color: #FF0000;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 160px;
    transform: translateY(-28px);
}

.arrow {
    background-color: white;
    border: 2px solid #FF0000;
    color: #FF0000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-touch-callout: none;
}

.arrow:focus {
    outline: none;
    box-shadow: none;
}

.arrow:hover {
    background-color: #FF0000;
    border: 2px solid #FF0000;
}

.arrow:hover img {
    filter: brightness(600%);
}

.arrow img {
    display: flex;
    width: 18px;
    height: 18px;
    transition: filter 0.2s ease;
}

.arrow--active {
    background-color: #FF0000;
    border: 2px solid white;
}

.arrow--active img {
    display: flex;
    filter: brightness(600%);
}

.dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 100%;
    display: inline-block;
}

.dot--active {
    background-color: #FF0000;
}

.steps {
    padding: 50px 0 80px;
    background-color: #ffffff;
}

.steps__container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.steps__image {
    padding-top: 40px;
}

.steps__image img {
    width: 100%;
    height: auto;
    max-width: 514px;
}

.steps__content {
    flex: 1 1 600px;
}

.steps__title {
    text-align: left;
    color: #FF0000;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.steps__subtitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
}

.steps__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 20px;
}

@media screen and (max-width: 768px) {
    .steps__list {
        grid-template-columns: 1fr;
    }
}

.steps__item {
    position: relative;
    background-color: #FF0000;
    color: white;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: -40px;
}

.steps_text {
    text-align: center;
    font-size: 14px;
}

.steps_text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.steps_text p {
    font-size: 14px;
    font-weight: 400;
}

.steps__item--light {
    background-color: rgba(248, 244, 238, 1);
    color: #1e1e1e;
    margin-top: 50px;
    margin-bottom: -40px;
}

.steps__circle {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    border: 10px solid #fff;
    background-color: #FF0000;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.steps-section {
    padding: 50px 0 20px;
    background: #FFFACD;
    text-align: center;
}

.steps-section h2,
body .privacy-policy h4 {
    font-weight: 700;
    color: #FF0000;
    margin-bottom: 20px;
}

.steps-section .subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}

.steps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .steps-grid .step-box {
        min-width: 100%;
    }
}

.step-box {
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    max-width: 49%;
    margin-bottom: 30px;
    width: 100%;
    min-height: 400px;
    align-items: center;
    overflow: hidden;
}

.step-number {
    background: #FF0000;
    color: #fff;
    font-weight: 700;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    z-index: 2;
    margin-bottom: 30px;
}

.step-text {
    flex: 1;
    padding-left: 20px;
    text-align: left;
    z-index: 1;
}

.step-text h3,
.privacy-policy h4 {
    margin-bottom: 20px;
    font-size: 27px;
    color: #000;
    font-weight: 600;
    max-width: 202px;
    line-height: 100%;
    margin-right: -20px;
}

.step-text p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.step-image img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-section {
    background: #FFFACD;
    padding: 30px 0 100px;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 30px;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #FF0000;
    box-sizing: border-box;
}

.faq-box {
    background: #FF0000;
    color: #fff;
    padding: 30px;
    border-radius: 30px;
    border-right: 1px solid #e0e0e0;
    width: 100%;
    max-width: 50%;
}

.faq-box h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

.faq-list {
    list-style: none;
    padding: 0;
}

.faq-list li {
    margin-bottom: 15px;
}

.faq-question {
    background: #fff;
    color: #333;
    padding: 20px 16px;
    border-radius: 300px;
    font-weight: 400;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.faq-icon {
    position: absolute;
    content: " ";
    display: flex;
    z-index: 1;
    top: 12px;
    right: 8px;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-top: 0;
}

.faq-list .active .faq-question {
    border-radius: 30px 30px 0 0;
    padding-bottom: 20px;
    width: 100%;
}

.faq-answer {
    margin-top: 0;
    background: #fff;
    color: #8B8B8B;
    padding: 0 14px 20px;
    border-radius: 0 0 30px 30px;
    font-size: 12px;
    font-weight: 400;
    display: none;
}

.contact-form {
    padding: 30px 0;
    flex-wrap: wrap;
    width: 100%;
    max-width: 47%;
    height: 100%;
}

.contact-form label {
    font-size: 14px;
    color: #171717;
}

.contact-form input:not(.checkbox) {
    padding: 10px 0;
    border: 0;
    color: #171717;
    border-bottom: 1px solid #171717;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
}

input:focus {
    outline: none;
    box-shadow: none;
}

input::placeholder {
    color: black;
    opacity: 1;
}

.checkbox {
    accent-color: #FF0000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 8px;
}

.custom-checkbox {
    display: block;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    margin-bottom: -3px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #FF0000;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #FF0000;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}

.custom-checkbox a {
    font-size: 14px;
    font-weight: 400;
    color: #171717;
    text-decoration: none;
    border-bottom: 1px solid #171717;
}

.custom-checkbox a:hover {
    border-bottom: 0;
}

.privacy-note {
    font-size: 12px;
    color: #444;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.privacy-note a {
    color: #FF0000;
    text-decoration: none;
}

.button-form {
    text-align: center;
    width: 100%;
}

.submit-btn {
    background: #FF0000;
    color: #fff;
    padding: 12px 40px;
    border-radius: 65px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    border: 2px solid #FF0000;
    box-sizing: border-box;
}

.submit-btn:hover {
    background: #FFFF00;
    color: #FF0000;
}

.footer {
    background: #FF0000;
    color: white;
    padding: 36px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-left .logo {
    width: 100%;
    max-width: 212px;
    display: block;
}

.highlight {
    color: #facc15;
}

.highlight-blue {
    color: #FFD700;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;

}

.footer-general {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-info {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.footer-links h4 {
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 4px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer p {
    font-size: 14px;
    margin-top: 8px;
    color: #e0e0e0;
}

.footer .copyright {
    color: rgba(255, 255, 255, 0.5);
}

.testimonials .slick-arrow {
    display: none !important;
}

.testimonials .slick-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.testimonials .slick-dots{
    padding: 32px 0 0;
}

.testimonials .slick-dots li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 0, 0.5);
    margin: 0 4px;
}

.testimonials .slick-dots li.slick-active{
    background: #FF0000;
}

.testimonials .slick-dots button {
    display: none;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    margin-top: -4px;
    cursor: pointer;
    width: 30px;
    height: 24px;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1e1e1e;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #FFFEF7;
    padding: 0;
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-menu-overlay.active .mobile-menu {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

.mobile-menu-header .logo {
    max-width: 120px;
}

.mobile-menu-close {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.mobile-menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #1e1e1e;
    transform-origin: center;
}

.mobile-menu-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-navigation {
    padding: 20px;
}

.mobile-navigation a {
    display: block;
    padding: 15px 0;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    transition: color 0.3s ease;
}

.mobile-navigation a:hover {
    color: #FF0000;
}

.mobile-navigation a:last-child {
    border-bottom: none;
}

.mobile-menu-buttons {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-menu-buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-menu-buttons .button img {
    width: 16px;
    height: 16px;
}

.mobile-menu-buttons .mobile-btn {
    background-color: #FF0000;
    color: #fff;
    border: 2px solid #FF0000;
}

.mobile-menu-buttons .mobile-btn:hover {
    background-color: transparent;
    color: #FF0000;
}

.mobile-menu-buttons .telegram-mobile {
    background-color: transparent;
    color: #FF0000;
    border: 2px solid #FF0000;
}

.mobile-menu-buttons .telegram-mobile:hover {
    background-color: #FF0000;
    color: #fff;
}

@media (max-width: 1200px) {
    .hero-text .wrapper {
        gap: 20px;
    }
    
    .hero-text h1 {
        font-size: 36px;
    }
    
    .hero-text p {
        font-size: 16px;
    }
    
    .hero-image {
        margin-right: -20px;
    }
}

@media (max-width: 991px) {
    .title, .steps__title, h2 {
        font-size: 32px;
    }

    .mobile-menu-toggle {
        display: flex !important;
    }
    
    .desktop-menu {
        display: none;
    }
    
    .desktop-only {
        display: none !important;
    }

    .header {
        padding: 20px 0;
    }
    
    .header .wrapper {
        justify-content: space-between;
        align-items: center;
    }
    
    
    .header-controls {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .switch-lang {
        margin: 0;
    }
    
    
    .hero {
        padding: 20px 0 40px;
    }
    
    .hero-bg {
        display: none;
    }
    
    .hero-text .wrapper {
        flex-direction: column;
        gap: 30px;
    }
    
    .hero-text {
        padding: 20px 0;
    }
    
    .hero-text h1 {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .hero-text p {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.5;
    }
    
    .hero-text p br {
        display: none;
    }
    
    .rating-box {
        margin: 0 auto 40px;
        max-width: 100%;
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px 20px;
    }
    
    .rating-left {
        align-items: center;
    }
    
    .rating-score {
        font-size: 50px;
    }
    
    .rating-text {
        text-align: center;
        font-size: 12px;
    }
    
    .rating-right {
        align-items: center;
    }
    
    .users {
        padding-left: 0;
    }

    .hero-text p {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-image {
        margin-right: 0;
        text-align: center;
    }
    
    .hero-image img {
        max-width: 100%;
        height: auto;
    }
    
    .header-button {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header-button .button {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .telegram {
        width: 40px;
        margin-left: 5px;
    }
    
    
    .research {
        padding: 0 0 30px;
    }
    
    .research .description {
        margin-bottom: 30px;
        font-size: 14px;
    }
    
    
    .slider-controls {
        gap: 125px;
        transform: translateY(-25px);
    }
    
    .arrow {
        width: 35px;
        height: 35px;
    }
    
    .arrow img {
        width: 16px;
        height: 16px;
    }
    
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-container {
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }
    
    .faq-box {
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    
    .faq-box h2 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .faq-question {
        font-size: 13px;
        padding: 15px 12px;
    }
    
    .faq-icon {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 6px;
    }
    
    .faq-answer {
        padding: 0 12px 15px;
        font-size: 11px;
    }
    
    .contact-form {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 100%;
        padding: 20px 0 0;
    }
    
    .contact-form input:not(.checkbox) {
        margin-bottom: 12px;
        font-size: 14px;
    }
    
    .custom-checkbox {
        font-size: 12px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
    .submit-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
    
    .privacy-note {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 32px;
    }

    .title, .steps__title, h2 {
        font-size: 24px;
    }
    
    .hero-text p {
        font-size: 14px;
    }
    
    .rating-box {
        padding: 12px 15px;
    }
    
    .rating-score {
        font-size: 40px;
    }
    
    .rating-text {
        font-size: 11px;
    }
    
    .users img {
        width: 40px;
        height: 40px;
    }
    
    .reviews-link {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 15px 0 30px;
    }
    
    .hero-text h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .hero-text p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .rating-box {
        padding: 10px;
        gap: 10px;
    }
    
    .rating-score {
        font-size: 35px;
    }
    
    .header-button .button {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    
    .contact-section {
        padding: 30px 0;
    }
    
    .contact-container {
        padding: 15px;
        gap: 20px;
    }
    
    .faq-box {
        padding: 20px;
    }
    
    .faq-box h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .faq-question {
        font-size: 12px;
        padding: 12px 10px;
    }
    
    .faq-icon {
        width: 25px;
        height: 25px;
        top: 8px;
        right: 5px;
    }
    
    .faq-answer {
        padding: 0 10px 12px;
        font-size: 10px;
    }
    
    .contact-form {
        padding: 15px 0 0;
    }
    
    .contact-form input:not(.checkbox) {
        margin-bottom: 10px;
        font-size: 13px;
        padding: 8px 0;
    }
    
    .custom-checkbox {
        font-size: 11px;
        margin-bottom: 15px;
    }
    
    .submit-btn {
        padding: 8px 25px;
        font-size: 13px;
    }
    
    .privacy-note {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .mobile-menu-toggle {
        display: none;
    }
    
    .mobile-menu-overlay {
        display: none;
    }
}


.language {
    display: flex;
    padding: 14px;
    background-color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    min-width: 80px;
}

.language span {
    font-size: 16px;
    font-weight: 700;
    color: var(--black, #000);
    padding-right: 10px;
}

.lang-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -4px;
}

.lang-img img {
    max-width: 100%;
    object-fit: cover;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.header .switch-lang {
    position: relative;
    margin-left: 15px;
}

.header .switch-lang .language {
    background: #FFFEF7;
    border: 0 solid #444;
    padding: 16px 23px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    color: #444;
    cursor: pointer;
}

.header .switch-lang .language:hover {
    background-color: #FF0000;
    color: #fff;
}

.header .switch-lang .language span {
    font-size: 16px;
    font-weight: 400;
    color: inherit;
    padding-right: 10px;
}

.header .switch-lang.open_lang .content-lang {
    display: block;
}

.header .switch-lang #open_lang::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
}

.header .switch-lang .content-lang {
    position: absolute;
    content: " ";
    z-index: 3;
    border-radius: 10px;
    border: 1px solid rgba(143, 143, 143, 0.2);
    background: #FFF;
    box-sizing: border-box;
    margin-top: 10px;
    display: none;
    width: 120px;
    right: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.header .switch-lang .content-lang::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 60px;
    top: -60px;
}

.header .switch-lang .content-lang .language {
    margin-bottom: 5px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.header .switch-lang .content-lang .language:hover {
    background-color: #FF0000;
    color: #fff;
}

.header .switch-lang .content-lang .language:last-child {
    margin-bottom: 0;
}


.open-popup-form {
    height: 48px;
}

@media screen and (max-width: 991px) {
    .open-popup-form {
        height: 44px;
    }
}

@media screen and (max-width: 480px) {
    .open-popup-form {
        height: 40px;
    }
}

.popup__modal {
    position: fixed;
    z-index: -99999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.popup__modal.open {
    z-index: 99999990;
    opacity: 1;
}

.popup__modal .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 902;
    background: rgba(8, 9, 12, 0.70);
}

.popup__modal .popup_inner {
    position: relative;
    content: " ";
    top: 0;
    left: 0;
    z-index: 99999993;
    padding: 24px 0;
}

@media screen and (max-width: 767px) {
    .popup__modal .popup_inner {
        padding: 24px;
    }
}

.popup__modal .popup_inner .content {
    background: #fff;
    min-height: 200px;
    overflow: auto;
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .popup__modal .popup_inner .content {
        width: 100%;
    }
}

.popup_title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
}

.form-container {
    max-width: 420px;
    margin: auto;
    background: #f8f9ff;
    padding: 30px 30px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.form-container h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.form-field {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-submit {
    width: 100%;
    background-color: #3478f6;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.form-submit:hover {
    background-color: #245dc9;
}

.form-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.form-buttons a {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    text-decoration: none;
    transition: 0.1s;
}

.form-buttons a:hover {
    opacity: 0.85;
}

.whatsapp-btn {
    background-color: #25D366;
}

.telegram-btn {
    background-color: #0088cc;
}

.popup__modal .close {
    position: absolute;
    content: " ";
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    font-size: 32px;
    transform: rotate(45deg);
    background: #fff;
    border-radius: 50%;
    z-index: 905;
    top: 24px;
    right: 24px;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
}

.popup__modal .close:hover {
    opacity: 0.8;
}