@media (max-width: 1350px) {
    .hero-content {
        background: #E6E7FE;
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 48px;
        border-radius: 32px;
    }

    .hero-link {
        position: static;
        margin-bottom: -230px;
        order: 1;
    }

    .hero-title {
        padding-left: 0;
        max-width: 100%;
        padding-top: 0;
    }

    .hero-text {
        padding: 0;
        max-width: 100%;
        margin-bottom: 48px;
    }

    .hero-image {
        position: static;
        order: 2;
    }

    .hiw-item-content {
        padding-right: 15%;
    }

    .hiw-item:nth-child(2) .hiw-item-content {
        padding-left: 15%;
    }
}

@media (max-width: 1200px) {
    .uninstall-content {
        gap: 24px;
    }

    .uninstall-content-inner {
        width: 50%;
        padding: 32px;
        background-color: #e6e7fe;
        border-radius: 40px;
    }

    .uninstall-image {
        margin-left: 0;
        text-align: center;
    }

    .uninstall-list {
        max-width: 50%;
    }

    .uninstall-square,
    .uninstall-bg {
        display: none;
    }

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

    .contact-card + .contact-card {
        margin-left: 0;
    }
}
@media (max-width: 991px) {

    html {
        font-size: 8px;
    }

    .feature,
    .feature-just-icon {
        flex-basis: calc(50% - 12px);
    }

    .hiw-image {
        width: 50%;
    }

    .hiw-item-content {
        margin-right: -50px;
    }

    .hiw-item:nth-child(2) .hiw-item-content {
        margin-left: -50px;
    }

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

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

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

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

    .thanks-content {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .site-header {
        padding: 1.2rem 0;
    }

    .title {
        font-size: 3rem;
    }

    .contact-card {
        margin: 0 auto;
    }

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

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

    .footer-content {
        padding: 2rem 0 0;
    }

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

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

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

    .section-404 {
        padding: 9rem 0 10rem;
    }

    .title {
        margin-bottom: 24px;
    }

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

    .uninstall-content-inner {
        width: 100%;
    }

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

    .uninstall-list {
        max-width: 100%;
    }
    
    .thanks-content {
        max-width: 100%;
        text-align: center;
    }

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

@media (max-width: 575px) {
    .btn {
        padding: 0 20px 0 30px;
    }
    .hero-content {
        padding: 24px;
    }

    .hiw-image {
        width: 100%;
    }

    .hiw-item {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .hiw-item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .hiw-item:nth-child(2) .hiw-item-content {
        margin-left: 0;
    }

    .hiw-item-content {
        width: 100%;
    }

    .hero-link,
    .feature-just-icon {
        display: none;
    }

    .feature {
        flex-basis: 100%;
    }

    .contact-card {
        padding: 16px;
        gap: 0;

        img {
            max-width: 33%;
        }
    }

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

    .uninstall-item {
        flex-direction: column;
        gap: 4rem;
    }

    .uninstall-item-content {
        text-align: center;
    }

    .engines-section__image img {
        margin-bottom: 3.6rem;
    }

    .footer__button {
        margin-bottom: 3rem;
    }

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

    .thanks-content {
        padding: 6rem 3.6rem;
    }
}
