@import url('./style-main.css?v=1.4');

@font-face {
    font-family: 'Gilroy';
    src: url('./Fonts/Gilroy-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter';
    src: url('./Fonts/Inter-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./Fonts/Gilroy-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./Fonts/Gilroy-Bold.ttf');
    font-weight: 700;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.area-2 {
    margin-top: 50px;
    .container {
        margin: 0px;

        @media screen and (max-width:1400px) {
            margin: 0% 10px;
        }

        @media screen and (max-width:1000px) {
            margin: 0% 5%;
        }

        img {
            max-width: 225px;
        }

        h1 {
            font-weight: 500;
            font-size: 40px;
            text-align: center;

            @media screen and (max-width:650px) {
                font-size: 32px;
            }
        }

        h2 {
            margin-top: 0px;
            display: flex;
            flex-direction: column;
            text-align: center;
            margin-top: 0px;
            font-size: 20px;
            font-weight: 400;

            @media screen and (max-width:650px) {
                font-size: 18px;
            }

            strong {
                font-weight: 400;
                color: var(--highlight-color);
            }
        }

        span {
            max-width: 750px;
            font-size: 20px;
            text-align: center;

            @media screen and (max-width:650px) {
                font-size: 18px;
            }
        }

        .content {
            display: flex;
            width: 100%;

            img {
                max-width: 100%;
                max-width: 1200px;

                @media screen and (max-width:768px) {
                    display: none;
                }
            }

            .box {
                display: flex;
                flex-direction: column;
                border-radius: 19px;
                gap: 25px;
                margin: 0px;
                padding: 25px 25px;
                border: 1px dashed var(--highlight-color);
                width: 100%;
                max-width: 250px;
                position: relative;
                z-index: 2;
                transform-style: preserve-3d;
                background: var(--default-background-color);

                img {
                    width: 32px;
                    height: 32px;
                    margin: 0px;
                }

                &:nth-child(3) {
                    &::after {
                        bottom: -280px;
                        height: 350px;
                    }
                }

                &:last-child {
                    &::after {
                        display: none;
                    }
                }

                &.top {
                    margin-top: -45px;

                    &::before {
                        content: ' ';
                        position: absolute;
                        height: 220px;
                        width: 1px;
                        top: -150px;
                        left: 50%;
                        z-index: 1;
                        transform: translateZ(-1px);
                        border-left: 1px dashed var(--highlight-color);
                    }
                }

                &::after {
                    content: ' ';
                    position: absolute;
                    height: 220px;
                    width: 1px;
                    bottom: -65px;
                    left: 50%;
                    z-index: 1;
                    transform: translateZ(-1px);
                    border-left: 1px dashed var(--highlight-color);
                }

                header {
                    font-family: 'Gilroy', sans-serif;
                    font-size: 20px;
                    font-weight: 700;
                    color: var(--default-font-color);
                    text-align: left;
                }
            }

            .banner {
                width: 43%;
                min-height: auto;
                height: auto;
                position: absolute;
                z-index: 1;
                transform-style: preserve-3d;
                margin-top: 0px;
                left: 30%;
                top: 25%;
                transition: opacity 750ms;
                animation: fadeInAnimation ease 750ms;

                @media screen and (max-width:1400px) {
                    width: 46%;
                    left: 28%;
                }

                @media screen and (max-width:1300px) {
                    top: 28%;
                }

                @media screen and (max-width:1200px) {
                    top: 29%;
                }
            }

            .desktop-box {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                gap: 25px;
                position: relative;

                @media screen and (max-width:1150px) {
                    display: none;
                }

                .banner {
                    width: 43%;
                    min-height: auto;
                    height: auto;
                    position: absolute;
                    z-index: 1;
                    transform-style: preserve-3d;
                    margin-top: 0px;
                    left: 29.5%;
                    top: 25%;

                    @media screen and (max-width:1400px) {
                        width: 46%;
                        left: 28%;
                    }

                    @media screen and (max-width:1300px) {
                        top: 28%;
                    }

                    @media screen and (max-width:1200px) {
                        top: 29%;
                    }
                }

                img {
                    width: 65%;
                    transform-style: preserve-3d;
                    z-index: 1;
                    min-height: 650px;
                    position: relative;

                    @media screen and (max-width:1400px) {
                        width: 70%;
                    }

                    @media screen and (max-width:1300px) {
                        margin-top: 1.5vw;
                    }

                    @media screen and (max-width:1300px) {
                        margin-top: 2vw;
                    }
                }

                .box {
                    position: absolute;
                    top: 0;

                    img {
                        min-height: auto;
                        width: 32px;
                        height: 32px;
                        margin-top: 0px;
                    }

                    header {
                        font-family: 'Gilroy', sans-serif;
                        font-size: 20px;
                        font-weight: 700;
                        color: var(--default-font-color);
                        text-align: left;
                    }

                    &:nth-child(1) {
                        left: 50px;
                        top: 130px;
                        z-index: 2;
                        max-width: 190px;
                        transform: translateZ(-1px);

                        @media screen and (max-width:1400px) {
                            left: 0px;
                        }

                        &::after {
                            width: 126%;
                            height: 1px;
                            bottom: 0px;
                            border-bottom: 1px dashed var(--highlight-color);
                            border-left: none;
                            top: 70px;
                            left: 68%;
                            z-index: 3;

                            @media screen and (max-width:1400px) {
                                width: 135%;
                            }

                            @media screen and (max-width:1366px) {
                                width: 130%;
                            }
                        }

                        &::before {
                            content: ' ';
                            width: 15px;
                            height: 15px;
                            border-radius: 50%;
                            background-color: var(--highlight-color);
                            top: 63px;
                            right: -98%;
                            position: absolute;
                            z-index: 2;
                            transform: translateZ(-1px);

                            @media screen and (max-width:1400px) {
                                right: -110%;
                            }

                            @media screen and (max-width:1366px) {
                                right: -105%;
                            }
                        }
                    }

                    &:nth-child(2) {
                        left: 165px;
                        top: 310px;
                        max-width: 165px;

                        @media screen and (max-width:1400px) {
                            left: 75px;
                        }

                        &::after {
                            width: 145%;
                            height: 1px;
                            bottom: 0px;
                            border-bottom: 1px dashed var(--highlight-color);
                            border-left: none;
                            top: 25px;
                            left: 45%;
                            z-index: 2;

                            @media screen and (max-width:1400px) {
                                width: 175%;
                            }
                        }

                        &::before {
                            content: ' ';
                            width: 15px;
                            height: 15px;
                            border-radius: 50%;
                            background-color: var(--highlight-color);
                            top: 19px;
                            right: -100%;
                            position: absolute;
                            z-index: 2;
                            transform: translateZ(-1px);

                            @media screen and (max-width:1400px) {
                                right: -120%;
                            }
                        }
                    }

                    &:nth-child(3) {
                        left: 50px;
                        top: 490px;
                        max-width: 190px;

                        @media screen and (max-width:1400px) {
                            left: 0px;
                        }

                        &::after {
                            width: 100%;
                            height: 230px;
                            bottom: 0px;
                            border-bottom: 1px dashed var(--highlight-color);
                            border-right: 1px dashed var(--highlight-color);
                            border-left: none;
                            top: -152px;
                            left: 65%;
                            z-index: 2;

                            @media screen and (max-width:1400px) {
                                width: 120%;
                            }
                        }
                    }

                    &.top {
                        right: 0px;
                        top: 150px;
                        max-width: 252px;

                        &::after {
                            width: 100%;
                            height: 1px;
                            bottom: 0px;
                            border-bottom: 1px dashed var(--highlight-color);
                            border-left: none;
                            top: 110px;
                            left: -75%;
                            z-index: 2;
                        }

                        &::before {
                            content: ' ';
                            width: 15px;
                            height: 15px;
                            border-radius: 50%;
                            background-color: var(--highlight-color);
                            top: 105px;
                            left: -75%;
                            position: absolute;
                            z-index: 2;
                            transform: translateZ(-1px);
                        }
                    }

                    &:last-child {
                        right: 85px;
                        top: 309px;
                        max-width: 210px;

                        @media screen and (max-width:1250px) {
                            right: 45px;
                        }

                        &::after {
                            display: block;
                            content: ' ';
                            width: 100%;
                            height: 160px;
                            bottom: 0px;
                            position: absolute;
                            border-bottom: 1px dashed var(--highlight-color);
                            border-left: 1px dashed var(--highlight-color);
                            top: -90px;
                            left: -15%;
                            z-index: 2;
                        }
                    }
                }
            }

            .mobile-box {
                display: none;
                flex-direction: column;
                align-items: center;
                width: 100%;
                padding: 35px 0px;
                gap: 60px;

                @media screen and (max-width:1150px) {
                    display: flex;
                }

                .main-image {
                    position: relative;
                    display: flex;
                    z-index: 3;

                    img {
                        max-width: 100%;
                        max-width: 1200px;
                        display: flex;
                        z-index: 3;
                        margin-top: -80px;

                        @media screen and (max-width:375px) {
                            margin-top: -60px;
                        }
                    }


                    .banner {
                        top: auto;
                        bottom: 57%;
                        left: 17.3%;
                        width: 68%;
                        position: absolute;
                        margin: 0px;

                        @media screen and (max-width:768px) {
                            bottom: 58%;
                        }

                        @media screen and (max-width:690px) {
                            bottom: 60%;
                        }

                        @media screen and (max-width:600px) {
                            bottom: 61%;
                        }

                        @media screen and (max-width:560px) {
                            bottom: 62%;
                        }

                        @media screen and (max-width:560px) {
                            bottom: 34vw
                        }


                    }
                }

                .box {
                    display: flex;
                    flex-direction: column;
                    border-radius: 19px;
                    gap: 25px;
                    margin: 0px;
                    padding: 25px 25px;
                    border: 1px dashed var(--highlight-color);
                    width: 100%;
                    max-width: 250px;
                    position: relative;
                    z-index: 2;
                    transform-style: preserve-3d;
                    background: var(--default-background-color);

                    img {
                        width: 32px;
                        height: 32px;
                        margin: 0px;
                    }

                    &:nth-child(3) {
                        &::after {
                            bottom: -280px;
                            height: 350px;
                        }
                    }

                    &:last-child {
                        &::after {
                            display: none;
                        }
                    }

                    &.top {
                        margin-top: -45px;

                        &::before {
                            content: ' ';
                            position: absolute;
                            height: 220px;
                            width: 1px;
                            top: -150px;
                            left: 50%;
                            z-index: 1;
                            transform: translateZ(-1px);
                            border-left: 1px dashed var(--highlight-color);
                        }
                    }

                    &::after {
                        content: ' ';
                        position: absolute;
                        height: 220px;
                        width: 1px;
                        bottom: -121px;
                        left: 50%;
                        z-index: 1;
                        transform: translateZ(-1px);
                        border-left: 1px dashed var(--highlight-color);
                    }

                    header {
                        font-family: 'Gilroy', sans-serif;
                        font-size: 20px;
                        font-weight: 700;
                        color: var(--default-font-color);
                        text-align: left;
                    }
                }
            }
        }

        .box {
            margin-top: 45px;
            display: flex;
            flex-direction: column;
            gap: 15px;

            header {
                text-align: center;
                font-size: 30px;
                font-weight: 500;
                color: var(--highlight-color);

                @media screen and (max-width:650px) {
                    font-size: 24px;
                }
            }

            &:last-child {
                header {
                    font-size: 42px;
                    font-weight: 700;

                    @media screen and (max-width:650px) {
                        font-size: 32px;
                    }
                }

                span {
                    font-size: 28px;
                    font-weight: 400;
                    text-align: center;

                    @media screen and (max-width:650px) {
                        font-size: 20px;
                    }
                }

                strong {
                    margin-top: -15px;
                    font-size: 28px;
                    font-weight: 700;
                    text-align: center;
                    word-break: break-all;

                    @media screen and (max-width:650px) {
                        font-size: 20px;
                    }
                }
            }
        }
    }
}

.area-3 {
    .container {
        .list-box {
            display: flex;
            gap: 45px;

            @media screen and (max-width:768px) {
                flex-direction: column;
                width: 100%;
            }

            .box {
                border: 1px solid rgba(49, 48, 48, 1);
                background: rgba(15, 16, 17, 0.8);
                max-width: 350px;
                display: flex;
                flex-direction: column;
                gap: 15px;
                border-radius: 22px;
                min-height: 310px;
                padding: 60px 20px 45px;
                position: relative;
                margin-top: 120px;
                z-index: 1;
                transform-style: preserve-3d;

                @media screen and (max-width:768px) {
                    max-width: 100%;
                    min-height: 250px;
                    align-items: center;
                }

                header {
                    font-family: "Gilroy", sans-serif;
                    font-size: 25px;
                    font-weight: 700;

                    @media screen and (max-width:768px) {
                        text-align: center;
                    }

                    @media screen and (max-width:650px) {
                        font-size: 20px;
                    }
                }

                &:before {
                    font-family: "Gilroy", sans-serif;
                    font-size: 185px;
                    font-weight: 700;
                    color: rgba(27, 27, 27, 1);
                    position: absolute;
                    z-index: -1;
                    top: -135px;
                    left: 32%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transform: translateZ(-1px);

                    @media screen and (max-width:768px) {
                        left: 45%;
                    }
                }

                &:nth-child(1) {
                    &::before {
                        content: '1';
                    }
                }

                &:nth-child(2) {
                    &::before {
                        content: '2';
                    }
                }

                &:nth-child(3) {
                    &::before {
                        content: '3';
                    }
                }

                span {
                    font-family: "Gilroy", sans-serif;
                    font-size: 16px;
                    font-weight: 400;
                    max-width: 290px;

                    @media screen and (max-width:768px) {
                        text-align: center;
                        max-width: 450px;
                    }
                }
            }
        }
    }
}

.area-4 {
    .container {
        gap: 45px;

        header {
            font-size: 30px;
            font-weight: 500;
            color: var(--highlight-color);
            text-align: center;

            @media screen and (max-width:650px) {
                font-size: 24px;
            }
        }

        .list-box {
            display: flex;
            gap: 45px;

            @media screen and (max-width:768px) {
                flex-direction: column;
                ;
            }

            .box {
                border: 1px solid rgba(49, 48, 48, 1);
                background: rgba(15, 16, 17, 0.8);
                max-width: 350px;
                display: flex;
                flex-direction: column;
                gap: 15px;
                border-radius: 22px;
                min-height: 310px;
                padding: 60px 20px 45px;
                z-index: 15;

                @media screen and (max-width:768px) {
                    max-width: 100%;
                    min-height: 250px;
                }

                header {
                    font-family: "Gilroy", sans-serif;
                    font-size: 25px;
                    font-weight: 700;
                    text-align: left;

                    @media screen and (max-width:650px) {
                        font-size: 20px;
                    }
                }

                img {
                    height: 50px;
                    width: 50px;
                    background: var(--highlight-color);
                    padding: 10px;
                    border-radius: 7px;
                }

                &:nth-child(1) {
                    span {
                        max-width: 275px;
                    }
                }

                &:nth-child(3) {
                    span {
                        max-width: 275px;
                    }
                }

                span {
                    font-family: "Gilroy", sans-serif;
                    font-size: 18px;
                    font-weight: 400;
                }
            }
        }
    }
}

.area-5 {
    background-image: url('./Images/background-comments.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    .container {
        gap: 45px;
        padding: 45px 0px;

        header {
            text-align: center;
            font-weight: 500;
            font-size: 30px;

            @media screen and (max-width:650px) {
                font-size: 24px;
            }
        }

        .swiper {
            max-width: 755px;
            padding-bottom: 60px;

            @media screen and (max-width:1400px) {
                max-width: 90%;
            }

            .swiper-pagination-bullet {
                background: rgba(217, 217, 217, 1);
                width: 15px;
                height: 15px;
                transform: none;
            }

            .swiper-pagination-bullet-active {
                background: var(--highlight-color);
                width: 15px;
                height: 15px;
            }
        }
    }
}

.area-6 {
    .container {
        gap: 45px;

        header {
            font-size: 30px;
            font-weight: 500;
            text-align: center;

            @media screen and (max-width:650px) {
                font-size: 24px;
            }

            strong {
                font-weight: 500;
                color: var(--highlight-color);
            }
        }

        span {
            font-family: 'Gilroy', sans-serif;
            max-width: 560px;
            text-align: center;
            font-size: 18px;
        }
    }
}

.area-7 {
    background-image: url('./Images/background-logo.webp');
    background-size: contain;
    background-position: left;
    min-height: 150px;
    background-repeat: repeat-x;
}

.area-8 {
    flex-direction: column;
    align-items: center;
    position: relative;

    .container {
        gap: 25px;
        z-index: 3;

        h1 {
            font-weight: 500;
            font-size: 40px;
            text-align: center;
            margin: 0px;

            @media screen and (max-width:650px) {
                font-size: 32px;
            }
        }


        header {
            font-size: 30px;
            font-weight: 400;
            color: var(--highlight-color);
            text-align: center;

            @media screen and (max-width:650px) {
                font-size: 24px;
            }
        }

        .content {
            display: flex;
            flex-direction: column;
            gap: 10px;

            span {
                font-size: 20px;
                font-weight: 400;
                max-width: 560px;
                text-align: center;

                @media screen and (max-width:650px) {
                    font-size: 18px;
                }
            }
        }

        img {
            max-width: 700px;
            margin-left: 37px;
            margin-top: -5%;

            @media screen and (max-width:768px) {
                margin-left: 0px;
            }
        }
    }

    &::before {
        content: ' ';
        background-image: url('./Images/background-logo.webp');
        background-size: contain;
        background-position: left;
        width: 100%;
        bottom: 200px;
        z-index: 2;
        position: absolute;
        min-height: 150px;
        background-repeat: repeat-x;

        @media screen and (max-width:768px) {
            bottom: 180px;
        }
    }

    &::after {
        content: ' ';
        background: linear-gradient(0deg, #FF840A -70%, rgba(115, 115, 115, 0) 100%);
        min-height: 600px;
        margin-top: -250px;
        width: 100%;
        z-index: 1;

        @media screen and (max-width:768px) {
            margin-top: -300px;
        }
    }
}

.area-9 {
    margin-top: -300px;
    z-index: 3;
    background: var(--white-background);

    .container {
        padding: 60px 0px;
        gap: 60px;

        @media screen and (max-width:768px) {
            gap: 15px;
            padding: 45px 0px 35px;
        }

        .box {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 80px;

            @media screen and (max-width:768px) {
                flex-direction: column;
                width: 100%;
                gap: 45px;
            }

            .image {
                display: flex;
                width: 100%;
                max-width: 690px;
                max-height: 411;

                img {
                    max-width: 690px;
                    max-height: 411;
                }
            }

            .box-data {
                display: flex;
                flex-direction: column;
                gap: 15px;

                .number {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 50%;
                    color: #fff;
                    background: var(--highlight-color);
                    width: 50px;
                    height: 50px;
                    font-family: 'Gilroy', sans-serif;
                    font-weight: 700;
                    font-size: 25px;
                }

                header {
                    max-width: 230px;
                    font-size: 25px;
                    color: var(--color-font-title-box);
                    font-weight: 700;

                    @media screen and (max-width:768px) {
                        max-width: 100% !important;
                    }

                    @media screen and (max-width:650px) {
                        font-size: 20px;
                    }
                }

                span {
                    font-weight: 400;
                    max-width: 420px;
                    font-size: 18px;
                    color: var(--color-font-description-box);

                    @media screen and (max-width:768px) {
                        max-width: 100% !important;
                    }
                }
            }

            &:nth-child(1) {
                @media screen and (max-width:768px) {
                    flex-direction: column-reverse;
                }
            }

            &:nth-child(2) {
                .box-data {
                    header {
                        max-width: 265px;
                    }

                    span {
                        max-width: 390px;
                    }
                }
            }

            &:nth-child(3) {
                gap: 0px;
                display: grid;
                grid-template-columns: repeat(2, 50%);
                grid-auto-rows: max-content;

                @media screen and (max-width:768px) {
                    grid-template-columns: repeat(1, 100%);
                    margin-bottom: 35px;
                }

                .image {
                    max-height: 100%;
                    height: 100%;
                    max-width: 100%;

                    img {
                        max-height: 100%;
                        height: 100%;
                        max-width: 100%;
                        object-fit: cover;
                        object-position: center left;
                    }
                }

                .box-data {
                    width: 100%;
                    padding: 45px;
                    background: var(--background-box);
                    height: 100%;
                    flex: 1;

                    header {
                        max-width: 380px;
                    }

                    span {
                        max-width: 380px;
                    }
                }
            }

            &:nth-child(4) {

                .box-data {
                    @media screen and (max-width:768px) {
                        max-width: 100%;
                        width: 100%;
                    }

                    header {
                        max-width: 225px;
                    }

                    span {
                        max-width: 325px;
                    }
                }
            }
        }
    }
}

.area-10 {
    .container {
        padding: 25px 0px;
        gap: 45px;

        header {
            font-weight: 500;
            font-size: 40px;
            text-align: center;
            max-width: 550px;

            @media screen and (max-width:650px) {
                font-size: 32px;
            }

            strong {
                font-weight: 500;
                color: var(--highlight-color);
            }
        }

        .box-information {
            display: flex;
            width: 100%;
            padding: 45px 0px;
            position: relative;
            transform-style: preserve-3d;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center bottom;
            background: rgba(29, 27, 27, 0.7);


            @media screen and (max-width:800px) {
                flex-direction: column;
                align-items: center;
            }

            &:after {
                background-image: url('./Images/shadow-1.webp');
                content: '';
                width: 100%;
                height: 100%;
                transform: translateZ(-1px);
                position: absolute;
                bottom: -100px;
                z-index: 2;
                background-position: center;
                filter: blur(50px);
            }


            .box-left {
                display: flex;
                flex-direction: column;
                width: 100%;
                padding: 60px 45px 15px;
                border-right: 1px solid rgba(75, 75, 75, 1);

                @media screen and (max-width:800px) {
                    align-items: center;
                    border-right: 0px;
                    border-bottom: 1px solid rgba(75, 75, 75, 1);
                    max-width: 500px;
                    padding: 15px 25px 25px;
                }

                label {
                    font-weight: 600;
                    font-size: 22px;

                    @media screen and (max-width:800px) {
                        width: 100%;
                        max-width: 415px;
                    }

                    @media screen and (max-width:650px) {
                        font-size: 20px;
                    }
                }

                #infoRange {
                    font-family: 'Inter', sans-serif;
                    color: var(--green-highlight);
                    font-size: 18px;
                    font-weight: 400;
                    padding-top: 10px;

                    @media screen and (max-width:800px) {
                        width: 100%;
                        max-width: 415px;
                    }
                }

                input {
                    max-width: 350px;
                    border: none;
                    background: transparent;
                    border-bottom: 1px solid rgba(219, 218, 218, 1);
                    padding: 10px 0px;
                    font-family: 'Inter', sans-serif;
                    font-size: 18px;
                    margin-bottom: 15px;
                    color: var(--green-highlight);
                    outline: none;

                    &::placeholder {
                        color: var(--green-highlight);
                    }

                    @media screen and (max-width:800px) {
                        width: 100%;
                        max-width: 415px;
                    }
                }

                input::-webkit-outer-spin-button,
                input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                    margin: 0;
                }

                input[type=number] {
                    -moz-appearance: textfield;
                }

                input[type="range"] {
                    width: 100%;
                    border-bottom: 0px;
                }

                input[type="range"] {
                    color: var(--highlight-color);
                    --thumb-height: 16px;
                    --track-height: 1px;
                    --track-color: rgba(219, 218, 218, 1);
                    --brightness-hover: 180%;
                    --brightness-down: 80%;
                    --clip-edges: 0.125em;
                }

                input[type="range"]:active {
                    cursor: grabbing;
                }

                input[type="range"] {
                    position: relative;
                    background: transparent;
                    overflow: hidden;
                }

                input[type="range"]:active {
                    cursor: grabbing;
                }

                input[type="range"],
                input[type="range"]::-webkit-slider-runnable-track,
                input[type="range"]::-webkit-slider-thumb {
                    -webkit-appearance: none;
                    transition: all ease 100ms;
                    height: var(--thumb-height);
                }

                input[type="range"]::-webkit-slider-runnable-track,
                input[type="range"]::-webkit-slider-thumb {
                    position: relative;
                }

                input[type="range"]::-webkit-slider-thumb {
                    --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
                    --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
                    --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
                    --clip-further: calc(100% + 1px);
                    --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;

                    width: var(--thumb-width, var(--thumb-height));
                    background: linear-gradient(currentColor 0 0) scroll no-repeat left center / 50% calc(var(--track-height) + 1px);
                    background-color: currentColor;
                    box-shadow: var(--box-fill);
                    border-radius: var(--thumb-width, var(--thumb-height));

                    filter: brightness(100%);
                    clip-path: polygon(100% -1px,
                            var(--clip-edges) -1px,
                            0 var(--clip-top),
                            -100vmax var(--clip-top),
                            -100vmax var(--clip-bottom),
                            0 var(--clip-bottom),
                            var(--clip-edges) 100%,
                            var(--clip-further) var(--clip-further));
                }

                input[type="range"]::-webkit-slider-runnable-track {
                    background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center / 100% calc(var(--track-height) + 1px);
                }

                input[type="range"],
                input[type="range"]::-moz-range-track,
                input[type="range"]::-moz-range-thumb {
                    appearance: none;
                    transition: all ease 100ms;
                    height: var(--thumb-height);
                }

                input[type="range"]::-moz-range-track,
                input[type="range"]::-moz-range-thumb,
                input[type="range"]::-moz-range-progress {
                    background: #fff0;
                }

                input[type="range"]::-moz-range-thumb {
                    background: currentColor;
                    border: 0;
                    width: var(--thumb-width, var(--thumb-height));
                    border-radius: var(--thumb-width, var(--thumb-height));
                    cursor: grab;
                }

                input[type="range"]:active::-moz-range-thumb {
                    cursor: grabbing;
                }

                input[type="range"]::-moz-range-track {
                    width: 100%;
                    background: var(--track-color);
                }

                input[type="range"]::-moz-range-progress {
                    appearance: none;
                    background: currentColor;
                    transition-delay: 30ms;
                }

                input[type="range"]::-moz-range-track,
                input[type="range"]::-moz-range-progress {
                    height: calc(var(--track-height) + 1px);
                    border-radius: var(--track-height);
                }

                input[type="range"]::-moz-range-thumb,
                input[type="range"]::-moz-range-progress {
                    filter: brightness(100%);
                }

                input[type="range"]:active::-moz-range-thumb,
                input[type="range"]:active::-moz-range-progress {
                    filter: brightness(var(--brightness-down));
                }
            }

            .box-right {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 100%;
                gap: 15px;
                padding: 25px;

                img {
                    max-width: 95px;
                }

                @media screen and (max-width:800px) {
                    padding-top: 35px;
                }

                div {
                    background: var(--button-hover-color);
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    gap: 10px;
                    max-width: 415px;
                    min-height: 85px;
                    border-radius: 9px;
                    width: 100%;
                    padding: 15px;

                    header {
                        font-weight: 400;
                        font-size: 20px;
                        text-align: center;

                        @media screen and (max-width:650px) {
                            font-size: 18px;
                        }
                    }

                    span {
                        font-weight: 800;
                        font-size: 28px;
                        text-align: center;
                    }
                }
            }
        }
    }
}

.area-11 {
    .container {
        gap: 35px;

        h1 {
            font-weight: 500;
            font-size: 40px;
            text-align: center;
            margin: 0px;

            @media screen and (max-width:768px) {
                font-size: 32px;
            }

            strong {
                color: var(--highlight-color);
                font-weight: 500;
            }
        }

        .content {
            display: flex;
            flex-direction: column;
            gap: 5px;
            width: 100%;

            header {
                font-weight: 700;
                font-size: 25px;
                text-align: center;
                max-width: 100%;

                @media screen and (max-width:650px) {
                    font-size: 24px;
                }
            }

            span {
                font-weight: 400;
                font-size: 18px;
                text-align: center;

                @media screen and (max-width:650px) {
                    font-size: 16px;
                }
            }
        }

        .info {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 15px;

            img {
                width: 18px;
                height: 18px;
            }

            span {
                font-family: 'Gilroy', sans-serif;
                font-size: 20px;
                color: var(--highlight-color);
                text-align: center;
            }
        }

        header {
            font-weight: 500;
            font-size: 40px;
            text-align: center;
            max-width: 635px;

            @media screen and (max-width:650px) {
                font-size: 32px;
            }
        }

        .list-box {
            display: flex;
            justify-content: center;
            width: 100%;
            gap: 80px;
            margin-top: 25px;
            padding-bottom: 60px;

            @media screen and (max-width:1000px) {
                gap: 25px;
            }

            @media screen and (max-width:800px) {
                gap: 60px;
                flex-direction: column;
                align-items: center;
            }

            .box {
                max-width: 405px;
                border-radius: 17px 17px 0px 0px;
                background: var(--background-price-box);
                position: relative;
                transform-style: preserve-3d;

                &:after {
                    background-image: url('./Images/shadow-2.webp');
                    content: '';
                    width: 120%;
                    height: 50%;
                    transform: translateZ(-1px);
                    position: absolute;
                    top: 20px;
                    z-index: 2;
                    background-position: center;
                    filter: blur(50px);

                    @media screen and (max-width:1080px) {
                        width: 100%;
                    }

                    @media screen and (max-width:800px) {
                        display: none;
                    }
                }

                .top {
                    padding: 0px 25px 0px;
                    background: var(--highlight-color);
                    border-radius: 17px 17px 0px 0px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 3px;
                    min-height: 170px;

                    @media screen and (max-width:375px) {
                        min-height: 140px;
                        padding: 0px 10px;
                    }

                    div {
                        font-family: 'Gilroy', sans-serif;
                        font-weight: 400;
                        font-size: 20px;
                        text-align: right;

                        @media screen and (max-width:650px) {
                            font-size: 18px;
                        }

                        @media screen and (max-width:375px) {
                            font-size: 16px;
                        }

                        &:first-child {
                            margin-top: 15px;
                        }

                        &:nth-child(2) {
                            font-family: 'Gilroy', sans-serif;
                            font-weight: 700;
                            font-size: 102px;
                            line-height: 1;

                            @media screen and (max-width:650px) {
                                font-size: 60px;
                            }

                            @media screen and (max-width:375px) {
                                font-size: 48px;
                            }
                        }

                        &:last-child {
                            display: flex;
                            flex-direction: column;
                            font-family: 'Gilroy', sans-serif;
                            margin-top: -15px;

                            @media screen and (max-width:650px) {
                                margin-top: 5px;
                            }

                            strong {
                                font-weight: 700;
                                font-size: 36px;

                                @media screen and (max-width:650px) {
                                    font-size: 24x;
                                }
                            }

                            span {
                                font-weight: 400;
                                font-size: 16px;
                            }

                        }
                    }
                }

                .content {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    padding: 25px 35px;

                    .item {
                        display: flex;
                        gap: 10px;
                        width: 100%;
                        font-family: 'Gilroy', sans-serif;
                        font-size: 20px;
                        font-weight: 400;
                        text-align: left;
                        padding: 25px 0px;
                        border-bottom: 0.8px solid rgba(231, 231, 231, 1);

                        &:nth-child(3) {
                            border-bottom: none;
                        }

                        img {
                            width: 25px;
                            height: 25px;
                        }
                    }

                    a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        gap: 10px;
                        min-height: 48px;
                        width: 100%;
                        max-width: 270px;
                        background: var(--green-highlight);
                        color: var(--default-font-color);
                        font-weight: 700;

                        &:hover {
                            background: var(--button-hover-color);
                        }

                        img {
                            width: 20px;
                            height: 20px;
                        }
                    }
                }

                &:last-child {
                    position: relative;

                    .info {
                        position: absolute;
                        max-width: 185px;
                        width: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        gap: 8px;
                        background: var(--green-highlight);
                        border-radius: 6px;
                        min-height: 35px;
                        top: -40px;
                        left: 27%;

                        @media screen and (max-width:375px) {
                            left: 18%;
                        }

                        span {
                            font-family: 'Gilroy', sans-serif;
                            font-weight: 400;
                            font-size: 20px;
                            color: var(--default-font-color);
                            padding-right: 8px;
                            border-right: 1px solid #fff;
                            line-height: 1;
                        }

                        strong {
                            font-family: 'Gilroy', sans-serif;
                            font-weight: 700;
                            font-size: 20px;
                        }
                    }

                    .top {
                        display: flex;
                        flex-direction: column;

                        .content {
                            display: flex;
                            padding: 0px;
                            flex-direction: row;
                            align-items: center;
                            justify-content: center;
                            gap: 3px;

                            div {
                                &:last-child {
                                    margin-top: -15px;
                                }
                            }
                        }

                        span {
                            font-size: 20px;
                            font-family: 'Gilroy', sans-serif;
                            font-weight: 400;
                        }
                    }
                }
            }
        }
    }
}

.area-12 {
    z-index: 3;
    transform-style: preserve-3d;

    &:after {
        background-image: url('./Images/shadow-2.webp');
        content: '';
        width: 30%;
        height: 100%;
        transform: translateZ(-1px);
        position: absolute;
        top: -12px;
        z-index: 2;
        background-position: center;
        filter: blur(50px);
        right: 17%;

        @media screen and (max-width:800px) {
            display: none;
        }
    }

    .container {
        background-image: url('./Images/background-footer.webp');
        background-position: right bottom;
        justify-content: center;
        background-size: cover;
        background-repeat: no-repeat;
        align-items: flex-start;
        gap: 45px;
        padding: 60px;
        min-height: 340px;
        max-height: 405px;
        height: 15vw;


        @media screen and (max-width:650px) {
            padding: 25px 15px;
        }

        header {
            font-size: 30px;
            font-weight: 500;
            max-width: 460px;

            @media screen and (max-width:650px) {
                font-size: 24px;
            }
        }

        a {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            max-width: 320px;
            width: 100%;
            min-height: 58px;
            text-align: center;
            background: var(--highlight-color);
            border-radius: 11px;
            font-family: 'Gilroy', sans-serif;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 15%;
            color: var(--default-font-color);

            @media screen and (max-width:650px) {
                font-size: 18px;
            }

            &:hover {
                background: var(--highlight-hover-color);
            }

            img {
                width: 25px;
                height: 25px;
            }
        }
    }
}

.area-13 {
    .container {
        padding: 60px 0px;
        gap: 15px;

        header {
            text-align: center;
            font-size: 30px;
            font-weight: 500;
            margin-bottom: 15px;

            @media screen and (max-width:650px) {
                font-size: 24px;
            }
        }

        .box-faq {
            overflow-wrap: break-word;
            display: flex;
            flex-direction: column;
            gap: 10px;
            max-width: 1080px;
            border: 1px solid rgba(49, 48, 48, 1);
            background: rgba(15, 16, 17, 1);
            padding: 35px 60px;
            border-radius: 22px;
            max-width: 1080px;
            width: 100%;

            header {
                font-weight: 700;
                font-size: 25px;
                text-align: left;
                width: 100%;
                margin-bottom: 0px;

                @media screen and (max-width:650px) {
                    font-size: 20px;
                }
            }

            span {
                font-weight: 400;
                font-size: 18px;
                text-align: left;
                width: 100%;

                @media screen and (max-width:650px) {
                    font-size: 16px;
                }
            }
        }
    }
}

.toggle-button {
    background-color: var(--highlight-color);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    
}

.toggle-button:hover {
    transform: scale(1.1);
    background-color: var(--highlight-hover-color);
}

.toggle-button:focus {
    outline: none;
}