@media (min-width: 1440px) {
    .removed-section {
        background-position: 82% 151px;
    }
}
@media (max-width: 1300px) {
    .site-header .header-inner {
        gap: 20px;
    }

    .fullscreen__image img {
        max-width: 100%;
        width: 100%;
    }

    .removed-section {
        background-image: unset;
    }

    .removed-section .container {
        flex-direction: column;
    }

    .removed-image {
        display: flex;
    }

    .fullscreen {
        background-size: cover;
    }

    .fullscreen .container div:has(.fullscreen-image) {
        z-index: 1;
    }

    .fullscreen-button-wrapper {
        z-index: 2;
    }

    .about-card .card {
        justify-content: flex-start;
        gap: 3.2rem;
    }

    .about-card:nth-child(2) .card div:has(img) {
        width: 50%;
    }

    .about-card:nth-child(3) .card div:has(img) {
        width: 70%;
    }

    .fullscreen .title-medium {
        text-align: left;
    }

    .fullscreen-title-wrapper {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .removed-section .text {
        margin: 14px 0 32px;
    }

    .top-title {
        padding: 0px 20px 14px
    }

    .hiw-card {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .fullscreen__text,
    .fullscreen__image {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .fullscreen__text,
    .fullscreen__image,
    .fullscreen .col{
        width: 100%;
    }

    .fq-row:nth-child(2) {
        flex-direction: row-reverse;
    }
    .fq-row + .fq-row {
        margin-bottom: 64px;
    }

    .fq-card__title {
        margin-bottom: 24px;
    }

    .fq-card {
        width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        aspect-ratio: 3/2;
    }

    .fq-card.empty {
        display: none;
    }

    .section-404 {
        background-position: center 14vh;
    }


    .subtitle {
        font-size: 3.8rem;
        line-height: 1.2;
    }

    .about-card .card {
        padding: 2rem 2rem 0;
    }

    .removed-section .container {
        flex-direction: column;
        align-items: center;
    }

    .uninstall-section .title-big {
        width: unset;
    }

    .fullscreen-button-wrapper {
        right: 50%;
        bottom: 40%;
        transform: translateX(50%);
    }

    .removed-section .text {
        text-align: center;
    }

    .benefit-card {
        aspect-ratio: 507 / 309;
        min-height: 200px;
    }

    .hiw-list::before {
        height: 64px;
    }

    html {
        font-size: 8px;
    }

    .card .tag-wrapper.text {
        font-size: 1.4rem;
    }

    .about-title-wrapper {
        flex-direction: column;
        gap: 3.2rem;
    }

    .about-card:nth-child(1) .card {
        min-height: 40rem;
    }

    .footer-menu .flex-box {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 3rem;
    }

    .sidebar-open #main_content {
        z-index: unset;
    }

    .site-header .header-inner .site-nav .menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toggle-menu {
        position: absolute;
        right: 24px;
        width: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        height: 24px;
        cursor: pointer;
    }

    .toggle-menu .bar {
        width: 27px;
        height: 2px;
        display: block;
        float: left;
        margin: 3px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #ffffff;
    }

    .fullscreen-title-wrapper {
        justify-content: center;
        align-items: center;
    }

    .site-header .header-inner {
        text-align: center;

        & div:has(.btn) {
            display: none;
        }
    }

    .site-header .header-inner .site-nav .nav-right {
        margin-left: 20px;
    }

    .site-header .header-inner .site-nav .nav-right .nav-btn {
        padding: 8px 22px;
    }

    .site-header .site-main-menu li {
        margin: 0 15px;
    }

    .site-nav .site-logo {
        display: none;
    }

    .site-header .site-nav {
        position: fixed;
        width: 320px !important;
        height: 100vh;
        background: #334254;
        top: 0;
        right: -100%;
        display: block !important;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .site-header .site-nav .site-main-menu {
        display: block;
        width: 100%;
        padding-bottom: 50px;
        text-align: left;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li > a {
        display: block;
        padding: 16px 35px;
        font-weight: 600;
        font-size: 1.6rem;
        color: #fdfffe;
        border-radius: 0;
        background: none;
    }

    .site-header .site-nav .nav-right {
        display: none;
    }

    .header-inner img {
        max-height: 65px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .pix-header-fixed .site-main-menu li a {
        color: #ffffff;
    }

    .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
        background: #000000;
    }

    .sidebar-open .site-header .site-nav {
        right: 0;
    }

    .sidebar-open .menu-wrapper:before {
        opacity: 1;
        visibility: visible;
    }

    .close-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        left: 0;
        padding: 30px 20px;
        color: #b9b9b9;
        cursor: pointer;
    }

    .about-section .text {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .close-menu span {
        font-size: 15px;
    }

    .header-inner .div:has(.btn) {
        display: none;
    }

    .contact-card__text {
        font-size: 14px;
        max-width: 250px;
    }

    .contact-card__subtitle {
        font-size: 2.8rem;
    }

    .section-404 .container {
        flex-direction: column;
        gap: 3.2rem;
    }

    .section-404 {
        padding-top: 31rem;
    }

    .uninstall-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .thanks-block {
        flex-direction: column;
    }

    .removed-section .btn {
        margin: 0 auto;
    }

    .section-404-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .uninstall-section .title-big,
    .section-404 .title-big {
        font-size: 4rem;
        line-height: 1.2;
    }

    .section-404 .image-404 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .removed-section {
        padding: 48px 0;
    }

    .transparent-card {
        min-height: unset;
        padding: 2rem;
    }

    .fullscreen .title-medium {
        text-align: center;
    }

    .fullscreen .text {
        margin: 0 auto 3.2rem;
        text-align: center;
    }

    .modal .text {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .about-section {
        margin-top: 0;
    }

    .fullscreen-button-wrapper {
        display: none;
    }

    .about-section [class^="col"] {
        padding: 0 40px;
    }


    .about-section .section-title {
        font-size: 48px;
    }

    .about-section:before,
    .fq-section:before,
    .hiw-section:before,
    .section-404:before,
    .removed-section:before,
    .uninstall-section::before,
    .footer-section:before,
    .contact-section:before {
        left: 8px;
        right: 8px;
    }
}

@media (max-width: 767px) {
    .terms-section .title-big {
        font-size: 48px;
    }
    .hiw-row {
        flex-direction: column;
    }

    .title-big {
        font-size: 4rem;
        line-height: 1.2;
    }

    .title-medium {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .title {
        font-size: 3rem;
        line-height: 1.2;
    }

    .footer-menu .flex-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .about-card:nth-child(3) .card {
        min-height: 42rem;
    }

    .card-body {
        padding: 0 3.4rem 2.4rem;
    }

    .footer-logo {
        margin-bottom: 2rem;
    }

    .footer-link {
        font-size: 1.6rem;
    }

    .footer-text {
        margin-bottom: 2rem;
    }

    .fullscreen::before {
        width: 300px;
        height: 200px;
    }


    .section-default {
        padding: 3rem 0;
    }

    .uninstall-content .title-big {
        text-align: center;
    }

    .contact-cards {
        flex-direction: column;
    }

    .contact-card {
        min-height: unset;
        width: 100%;
        margin: 0 auto;
        aspect-ratio: 3/2;
    }

    .fq-row:nth-child(2) {
        flex-direction: row;
    }

    .fq-card {
        width: 100%;
        flex: 0 0 100%;

    }
}

@media (max-width: 575px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .modal .btn {
        padding: 0;
        width: 100%;
    }

    .fullscreen-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .removed-section .title-big {
        font-size: 4rem;
        line-height: 1.2;
    }

    .about-card:nth-child(2) .card div:has(img) {
        width: 90%;
    }

    .fullscreen .fullscreen-title-wrapper {
        align-items: center;
    }

    .fullscreen .text {
        text-align: center;
    }

    .removed-section .text {
        text-align: left;
    }

    .about-card:nth-child(3) .card div:has(img) {
        width: 90%;
        right: unset;
    }

    .removed-section .text {
        margin: 14px 0 16px;
    }

    .fullscreen-button-wrapper {
        display: none;
    }

    .fullscreen-button-wrapper.mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        position: unset;
        transform: unset;
    }

    .fullscreen .circle-btn {
        min-height: 10rem;
    }

    .footer__button {
        margin-bottom: 3rem;
    }

    .return-to-top.back-top {
        bottom: 5rem;
    }
}

@media (min-width: 991px) {
    .col-lg-6 {
        width: 50%;
    }

    .about-section .card-wrapper {
        margin-top: -45px;
    }
}
