@media (max-width: 1300px) {
    .removed-section .container::after {
        width: 400px;
        height: 520px;
        top: unset;
        bottom: 0;
    }

    .fullscreen .container::before {
        width: 650px;
        height: 610px;
        bottom: 0;
        top: unset;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 8px;
    }

    .header-inner::before, .fullscreen .container::after, .terms-section::after, .removed-section .container::before, .section-404 .container::after, .contact-section .container::after, .uninstall-section .container::after {
        display: none;
    }

    .fullscreen .container::before {
        width: 500px;
        height: 500px;
        bottom: 0;
        top: unset;
    }

    .section-404 .image-404 {
        display: flex;
        position: unset;
    }

    .section-404 .container {
        align-items: center;
        justify-content: flex-start;
        gap: 3.2rem;
        padding: 100px 20px;
    }

    .subtitle {
        font-size: 2.4rem !important;
        line-height: 1.2 !important;
    }

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

    .removed-section .container {
        padding: 40px 20px;
        align-items: flex-start;
    }

    .fullscreen .container {
        flex-direction: column;
        gap: 3.2rem;
        justify-content: flex-start;
        padding-top: 40px;
    }

    .footer-menu .flex-box {
        align-items: center;
        gap: 4rem;
    }

    .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;
    }

    .about-card:nth-child(1), .about-card:nth-child(2) {
        padding-right: 0;
    }

    .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;
        padding: 12px 20px;

        & 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;
        border: 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;
    }

    .about-card {
        padding: 32px;
    }

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

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

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

    .hiw-section {
        margin-bottom: 10rem;
    }

    .uninstall-section {
        padding-top: 90px;
    }

    .uninstall-section .container {
        padding-top: 32px;
    }

    .uninstall-section .container div:has(.title-big) {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
    }

    .uninstall-card-wrapper {
        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;
    }

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

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

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

    .fullscreen .container {
        gap: 0;
    }

    .contact-cards {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 3rem;
        line-height: 1.2;
    }

    .footer-menu .flex-box {
        gap: 3rem;
    }

    .footer-logo img {
        height: 48px;
    }

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

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

    .about-card-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-card {
        padding: 24px;
        flex-direction: column;
        gap: 16px;
    }

    #main_content {
        &:has(.terms-privacy) {
            padding: 80px 0 0;
        }
    }

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

    .product-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 4rem 0 0 0;
    }

    .product-logo {
        margin-bottom: 2.4rem;
        height: 4.8rem;
    }

    .product-card .subtitle {
        font-size: 2.4rem;
    }

    .product-card-text-content {
        padding: 0 2rem 2rem;
    }

    .fullscreen .container {
        min-height: 700px;
    }

    .uninstall-section, .contact-section, .section-404, .removed-section, .fullscreen {
        padding-top: 64px;
    }

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

    .footer-content::before {
        display: none;
    }

    .removed-section .container::before {
        width: 716px;
        height: 516px;
    }

    .contact-section .container {
        padding: 40px 20px;
        background: url("../images/contact-page/bg-shape.png") no-repeat top center / contain,
        linear-gradient(180deg, #91D2FD 0%, #FFFFFF 100%);
    }

    .contact-card .subtitle {
        font-size: 2.4rem;
    }

    .contact-card {
        padding: 24px;
    }

    .contact-card__img {
        width: 100px;
        height: 100px;
        right: 20px;
        bottom: -20px;
    }

    .section-404 .container {
        min-height: unset;
    }

    .inner-page.section-404 {
        align-items: flex-start;
    }

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

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

    .uninstall-card-wrapper .uninstall-card {
        padding: 2rem;
    }

    .uninstall-card .text {
        flex-direction: row;
        max-width: unset;
        align-items: center;
    }

    .uninstall-card:nth-child(4) .text {
        max-width: unset;
    }

    .contact-card {
        min-height: unset;
        width: 100%;
        margin: 0 auto;
    }

    .about-card-wrapper {
        flex-direction: column;
    }

    .main-logo, .site-logo {
        height: 42px;
    }
}

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

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

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

    .fullscreen .container {
        padding: 32px 20px 0;
    }

    .about-card .number-tag {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .footer-copyright {
        padding: 8px 20px 16px;
    }

    .footer-copyright p {
        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 .container::before {
        width: 400px;
        height: 400px;
    }

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

    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-menu .flex-box {
        display: grid;
        grid-template-columns: repeat(2, auto);
        margin-bottom: 16px;
    }

    .uninstall-card-wrapper .uninstall-card {
        background-size: contain;
        min-height: 300px;
    }

    .footer-menu .flex-box a {
        text-align: center;
    }

    .footer-logo-mobile {
        display: flex;
    }

    .footer-logo {
        display: none;
    }

    .footer__button {
        margin-bottom: 3rem;
    }

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