@media (max-width: 1400px) {
    .uninstall-section .container {
        flex-direction: column;
        gap: 3.2rem;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .fullscreen .container,
    .thanks-section .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-cards {
        gap: 3.2rem;
        margin-top: 5rem;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contact-card:nth-child(1) {
        margin-top: 0;
    }

    .contact-card:nth-child(2) {
        top: unset;
    }
}

@media (max-width: 1100px) {
    .benefit-card-wrapper {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .fullscreen .container {
        flex-direction: column;
        gap: 3.2rem;
        align-items: center;
        justify-content: center;
    }

    .benefit-card-wrapper {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

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

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

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

    html {
        font-size: 8px;
    }

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

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

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

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

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

    .contact-section {
        background-size: cover;
        background-position: center;
        padding: 17rem 0 10rem;
    }

    .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: 15rem;
    }

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

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

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

    .uninstall-card::before {
        width: 15rem;
        height: 15rem;
        background-size: contain;
        right: -1.7rem;
    }

    .uninstall-section {
        padding: 17rem 0 10rem;
    }

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

    .removed-section {
        padding: 17rem 0;
    }

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

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

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

    .hiw-card {
        flex-direction: column-reverse;
        margin-bottom: 10rem;
    }

    .hiw-card.bottom {
        flex-direction: column;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

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

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

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

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

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

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

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

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

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

    .title-big {
        margin-bottom: 24px;
    }

    .uninstall-content {
        flex-direction: column;
    }

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

    .fullscreen .container div:nth-child(2) {
        text-align: center;
    }

    .uninstall-section .uninstall-card {
        padding: 2rem 10rem 2rem 2rem;
    }

    .uninstall-section .uninstall-card::before {
        width: 100%;
        max-width: 751px;
        height: calc(100% - 20rem);
        content: '';
        position: absolute;
        top: 17rem;
        left: 0;
        background: #DEF1FF;
        z-index: -1;
        border-radius: 0 0 41px 41px;
    }

    .contact-card:nth-child(1)::before {
        width: 100%;
        max-width: 751px;
        height: calc(100% - 20rem);
        content: '';
        position: absolute;
        top: 17rem;
        left: 0;
        background: #DEF1FF;
        z-index: -1;
        border-radius: 0 0 41px 41px;
    }

    .contact-card:nth-child(2) {
        padding-bottom: 15rem;
        background-position: bottom center;
    }

    .contact-card:nth-child(2)::before {
        width: 100%;
        max-width: 751px;
        height: calc(100% - 20rem);
        content: '';
        position: absolute;
        top: -1rem;
        left: 0;
        background: #FFFFFF;
        z-index: 1;
        border: 1px solid #DEF1FF;
        border-bottom: none;
        border-radius: 41px 41px 0 0;
    }

    .contact-card * {
        z-index: 2;
    }
}

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

    .contact-card {
        padding: 2rem 10rem 2rem 2rem;
        aspect-ratio: 507 / 309;
    }

    .uninstall-section .uninstall-card {
        padding: 2rem 5rem 2rem 2rem;
        min-height: 350px;
    }

    .contact-card__text {
        flex: unset;
    }

    .footer__button {
        margin-bottom: 3rem;
    }

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