@media screen and (max-height: 800px) {
    .remove-page-image {
        max-height: 400px;
    }
}

@media screen and (max-width: 1440px) {
    .thanku-page__img {
        position: absolute;
        right: -4%;
        width: 65%;
    }
}

@media (max-width: 1199px) {
    .uninstall-item-image {
        margin: 0 5rem;
    }

    .uninstall-page-title {
        margin-bottom: 5rem;
    }

    .fullscreen__title {
        font-size: 4.4rem;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 8px;
    }
    .card {
        border-radius: 30px;
    }
    .card-btn {
        padding: 2.2rem 9rem 2.2rem 4rem;
    }
    .card-btn-indicator {
        width: 40px;
        height: 40px;
        top: 12px;
        right: 12px;
    }
    .contact-page__wrap:before {
        bottom: 20px;
        left: calc(50% - 250px);
        width: 280px;
        height: 280px;
    }
    .contact-page__wrap:after {
        top: 0;
        right: calc(50% - 250px);
        width: 180px;
        height: 180px;
    }

    .features-section__icon {
        margin-bottom: 3rem;
    }

    .features-section__icon svg {
        max-width: 60%;
    }

    .site-header .header-inner .site-nav .menu-wrapper {
        flex-direction: column;
    }

    .toggle-menu {
        position: absolute;
        right: 0;
        width: 26px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        height: 24px;
    }
    .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: #fff;
    }

    .site-header .header-inner {
        text-align: center;
        padding: 15px 0;
    }
    .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-mobile-logo {
        display: block;
        max-width: 150px;
        text-align: left;
    }
    .site-header .site-main-menu li {
        margin: 0 15px;
    }
    .site-header .site-logo {
        display: none;
    }
    .site-header.header-two.toggle-light .toggle-menu .bar {
        background: #fff;
    }
    .site-header.header-five .toggle-menu .bar,
    .site-header.header-six .toggle-menu .bar {
        background: #333;
    }
    .site-header .site-nav {
        position: fixed;
        width: 320px !important;
        height: 100vh;
        background: #478CDB;
        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;
        border: none;
    }
    .site-header .site-nav .site-main-menu li:last-child {
        color: #12AE89;
    }
    .site-header .site-nav .site-main-menu li a {
        display: block;
        padding: 16px 35px;
        font-weight: 400;
        border-radius: 0;
        color: #fff;
        border: none;
        font-size: 2rem;
    }
    .site-header .site-nav .nav-right {
        display: none;
    }
    .header-inner .site-mobile-logo 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: #fff;
    }

    .pix-header-fixed .header-inner .site-logo {
        padding: 12px 0;
    }
    .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
        background: #000;
    }
    .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;
        width: 100%;
        left: 0;
        padding: 30px 20px;
        color: #888888;
    }
    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }
    .close-menu span {
        font-size: 15px;
        color: #fff;
    }
    .footer-link:focus {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .contact-card {
        margin: 0 auto 3rem;
        height: auto;
        padding: 2rem;
    }
    .footer-link, .footer-info {
        margin-left: 0;
    }

    .thanku-page__img {
        position: static;
        width: 100%;
        margin: 0;
    }

    .thanku-page__text {
        margin-bottom: 3rem;
    }

    .thanku-page__info {
        margin-bottom: 5rem;
    }

    .about-section__text {
        margin-bottom: 32px;
    }
    .footer__button {
        margin-bottom: 4rem;
    }
    .footer-chrome {
        margin-top: 3rem;
    }
    .features-section__item-borders {
        border: none;
    }

    .features-section__item {
        margin-bottom: 4rem;
    }

    .features-section__item-nomb {
        margin: 0;
    }

    .fullscreen {
        padding: 5rem 0;
    }

    .fullscreen__img {
        margin: 4rem 0 0;
    }

    .fullscreen__img:before {
        width: 465px;
        height: 370px;
        left: 0;
        bottom: -20%;
    }

    .fullscreen__img img {
        display: block;
        margin: 0 auto;
    }

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

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

    .hiw-img-first:after {
        background: url(../images/main-page/hiw-arrow-long.svg) no-repeat center / contain;
        width: 160px;
        height: 80px;
        transform: rotate(-70deg);
        top: 90%;
        left: 70%;
    }

    .hiw-img-second {
        margin-top: 3rem;
    }

    .hiw-img-ext {
        width: fit-content;
        padding: 32px;
        margin: 0 auto 3rem;
    }

    .hiw-info {
        padding: 0;
    }

    .hiw-button {
        margin: 0 auto 5rem;
    }

    .hiw-button:after {
        right: -130px;
        top: -130px;
        transform: scaleX(-1) rotate(100deg);
    }

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

    .hiw-block-first:before {
        right: -40%;
        top: 60%;
        left: unset;
    }

    .hiw-block-last:before {
        left: 5%;
        top: -50%;
    }

    .removed-page__title {
        max-width: none;
        margin-top: 3rem;
    }

    .removed-page__order {
        order: -1;
    }

    .remove-page-image {
        max-height: 240px;
    }

}

@media (max-width: 575px) {
    .scroll-down {
        display: none;
    }

    .btn-big {
        width: 100%;
    }

    .fullscreen__btn--wrapper {
        flex-direction: column;
        gap: 2rem;
    }

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

    .site-header .header-inner {
        padding: 0.5rem;
    }

    .uninstall-item {
        flex-direction: column;
        gap: 4rem;
    }
    .uninstall-item-content {
        text-align: center;
    }

    .footer__button {
        margin-bottom: 3rem;
    }

    .hiw-img-first:after {
        left: 60%;
    }
}

@media screen and (max-width: 475px) {
    .hiw-button:after {
        right: -80px;
        top: -160px;
    }
}

@media screen and (max-width: 400px) {
    .btn {
        width: 100%;
    }
}
