@media (max-width: 1500px) {
    .benefit-card-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .benefit-card:nth-child(1) {
        left: 0;
        top: 7rem;
    }

    .benefit-card:nth-child(3) {
        left: 0;
        top: -7rem;
    }

    .about-section .subtitle-big {
        margin-bottom: 5rem;
    }

    .fullscreen .container {
        flex-direction: column;
    }

    .fullscreen-image {
        display: flex;
    }

    .fullscreen .container::before, .thanks-section .container::before {
        display: none;
    }
 }

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

    .subtitle-big {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .hiw-card-wrapper {
        flex-direction: column;
        gap: 2.4rem;
    }

    .about-section {
        padding-top: 5rem;
    }

    .hiw-wrapper {
        padding-top: 0;
    }

    .hiw-icon-1 {
        padding-top: 7rem;
        &.desktop {
            display: none;
        }

        &.mobile {
            display: block;
        }
    }

    .middle-section .container::before {
        width: 320px;
        height: 365px;
        bottom: -30rem;
        right: -10rem;
    }

    .middle-section .container::after {
        width: 165px;
        height: 190px;
        top: 15rem;
        left: 0;
        z-index: 1;
    }

    .fullscreen .title span::before, .hiw-section .title span::before {
        height: 4.2rem;
        width: 4.2rem;
    }

    .hiw-section .title span::before {
        margin: 0;
        height: 4.2rem;
        width: 4.2rem;
    }

    .hiw-icon-2 {
        display: none;
    }

    .contact-section .title {
        margin-bottom: 1rem;
    }

    .fullscreen-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5.5rem;
    }

    .hiw-card {
        flex-direction: column;
        gap: 5rem;
    }

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

    .fullscreen .container {
        justify-content: flex-start;
        align-items: flex-start;
    }


    .fullscreen .title span::before, .hiw-section .title span::before {
        background-size: contain;
    }

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


    .site-header {
        & .btn {
            display: none;
        }
    }

    .about-section {
    }

    .about-section .row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

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

    .benefit-card-wrapper {
        justify-content: center;
    }
    .fullscreen .container
    .hiw-section .title {
        margin: 0 0 5rem;
    }

    .contact-section .container {
        &::before {
            top: -40rem;
        }
    }

    .thanks-section .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-card:nth-child(2),
    .contact-card:nth-child(1) {
        &::before {
            width: 12rem;
            height: 12rem;
            right: -2rem;
            top: unset;
            bottom: -2rem;
        }
    }

    .uninstall-card {
        &::before {
            width: 12rem;
            height: 12rem;
            bottom: -6rem;
            right: 0;
        }
    }

    .hiw-section {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

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

    .removed-section {
        padding-top: 12rem;
    }

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

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

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

    .uninstall-section .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    /*.title {*/
    /*    line-height: 1.5 !important;*/
    /*    font-size: 4rem !important;*/
    /*}*/

    .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: 2rem;
        width: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        height: 24px;
        cursor: pointer;
    }

    .footer-copyright p {
        text-align: center;
    }

    .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: #ffffff;
        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: #222222;
        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;
        margin-left: 2rem;
    }

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

    .footer .footer-menu .row {
        justify-content: center;
    }

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

    .thanks-section {
        overflow: hidden;
    }

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

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

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

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

    .contact-section {
        padding: 17rem 0 6rem;
    }

    .hiw-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5.6rem;
    }

    .removed-section::before {
        top: 3rem;
        width: 32rem;
        height: 22rem;
    }

    .removed-section::after {
        width: 32rem;
        height: 22rem;
    }
}

@media (max-width: 767px) {

    .site-header {
        padding: 1.2rem 0;
    }

    .contact-card {
        margin: 0 auto;
    }

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

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

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

    .footer-menu {
        max-width: 360px;
    }

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

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

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

    .middle-section .container::before {
        width: 200px;
        height: 230px;
        bottom: -20rem;
        right: -10rem;
    }

    .middle-section .container::after {
        width: 100px;
        height: 115px;
        top: 10rem;
        left: 0;
    }


    .benefit-card {
        padding: 2.4rem;
    }

    .uninstall-card {
        padding: 2rem;
    }

    .uninstall-card {
        &::before {
            width: 12rem;
            height: 12rem;
            bottom: -9rem;
            right: 50%;
            transform: translateX(50%);
        }
    }

    .contact-section .text {
        margin-bottom: 0;
    }

    .contact-section .btn {
        z-index: 1;
    }
}

@media (max-width: 575px) {

    .middle-section .subtitle {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .middle-section .container::before {
        width: 150px;
        height: 170px;
        bottom: -24rem;
        right: 0;
    }

    .middle-section .container::after {
        width: 75px;
        height: 85px;
        top: -10rem;
        left: 10rem;
    }

    .hiw-card .subtitle {
        max-width: 23rem !important;
        margin-top: 5rem !important;
    }

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

    .footer .row {
        gap: 2.4rem;
    }

}

