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

@media (max-width: 1280px) {
    .fullscreen:before,
    .footer:before,
    .inner .site-header:before {
        width: 100%;
    }
    .fullscreen-title {
        font-size: 5.2rem;
    }

    .site-header .site-main-menu li > a {
        margin: 0 2rem;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 8px;
    }
    .site-header {
        padding: 10px 0;
    }

    .site-header .header-inner .site-nav {
        position: fixed;
    }

    .site-header .header-inner .site-nav:before {
        display: none;
    }

    .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;
        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: #2CB878;
    }
    .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-mobile-logo {
        display: block;
        max-width: 178px;
        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;
        border-left: 1px solid #15171B;
        background: linear-gradient(180deg, #1D2025 0%, #0F1013 100%);
        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;
        z-index: 1;
        -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: 0 0 50px 24px;
        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 16px 0;
        font-weight: 400;
        border-radius: 0;
        color: #fff;
        border: none;
        font-size: 2rem;
    }
    .site-header .site-nav .site-main-menu li a.btn.btn-header {
        padding: 1.2rem 3.2rem;
        border-radius: 6px;
        margin-top: 8px;
    }
    .site-header .site-nav .nav-right {
        display: none;
    }
    .site-header a.btn-header {
        margin: 0 calc(2rem + 24px);
    }
    .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;
    }
    .site-header .site-main-menu li > a:before,
    .site-header .site-main-menu li > a:after {
        display: none;
    }
    .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;
        cursor: pointer;
    }
    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }
    .close-menu span {
        font-size: 15px;
        color: #fff;
    }
    .footer-link:focus {
        color: #000;
    }
    .fullscreen {
        margin-top: -64px;
        padding-top: 18rem;
    }
    .fullscreen-title {
        font-size: 4.2rem;
    }
    .hiw-wrapper {
        gap: 2rem;
    }
    .hiw-item-footer {
        font-size: 20px;
    }
    .keep-row-third {
        padding: 4rem 0 0;
    }
    .keep-subtitle {
        padding-left: 0;
    }
    .keep-descr {
        padding-left: 0;
    }
    .keep-row {
        padding: 3.2rem 0;
        border-radius: 24px;
    }
    .support {
        margin: 5.6rem 0 6.8rem;
    }
    .support-item {
        height: 80px;
    }
    .support-item img {
        height: 40px;
    }
    .faq {
        padding-top: 5.6rem;
        padding-bottom: 6.5em;
    }
    .footer-content {
        padding: 3.2rem 0 4rem;
    }
    .footer-link:focus {
        color: #000;
    }
    .footer-logo {
        margin-bottom: 3rem;
    }
    .footer-info {
        margin-bottom: 5.7rem;
    }
    .inner-page {
        margin-top: -65px;
        min-height: calc(100vh - 149px);
    }
    .contact-card {
        padding: 2.4rem;
    }
    .thanku-page__title {
        margin-bottom: 4rem;
    }
    .removed-page__image {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .inner-page {
        padding-top: 12rem;
        min-height: calc(100vh - 260px);
    }
    .contact-card {
        margin: 0 auto 3rem;
        height: auto;
    }
    .contact-card__title {
        margin-bottom: 2.4rem;
    }
    .footer-link, .footer-info {
        margin-left: 0;
    }
    .about-section__text {
        margin-bottom: 32px;
    }
    .fullscreen {
        padding: 20rem 0 4.8rem;
    }
    .fullscreen-description {
        text-align: center;
    }
    .fullscreen-title {
        font-size: 4rem;
        margin-bottom: 1.6rem;
    }
    .fullscreen-buttons {
        margin-bottom: 8rem;
    }
    .fullscreen-img {
        text-align: center;
        margin: 0 0 3.2rem;
    }
    .fullscreen-advantages-text {
        display: flex;
        align-items: center;
    }
    .hiw-text {
        margin-bottom: 4.8rem;
    }
    .hiw-wrap {
        justify-content: center;
    }
    .hiw-item {
        width: 410px;
    }
    .keep {
        padding-top: 5.2rem;
    }
    .keep-title br {
        display: none;
    }
    .keep-title {
        margin-bottom: 2.4rem;
    }
    .keep-text {
        margin-bottom: 2rem;
    }
    .faq-title {
        margin-bottom: 3.2rem;
    }
    .keep-description {
        text-align: center;
    }
    .support {
        margin-bottom: 8rem;
    }
    .support-title {
        margin-bottom: 2.4rem;
    }
    .support-descr {
        margin-bottom: 3.2rem;
    }
    .support-wrapper {
        flex-direction: column;
    }
    .support-item {
        width: 240px;
        margin-bottom: 24px;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-text {
        margin-bottom: 4.4rem;
        text-align: center;
    }
    .footer-info {
        margin-bottom: 2rem;
    }
    .footer-button {
        margin-top: 1.2rem;
        justify-content: flex-start;
    }
    .footer-links {
        justify-content: center;
    }
    .footer-copyright p {
        text-align: center;
    }
    .removed-page__order,
    .page-404__order,
    .thanku-page__order {
        order: -1;
        margin-bottom: 2rem;
    }
    .remove-page-image {
        max-height: 240px;
    }
    .page-404__image {
        max-height: 300px;
    }
    .uninstall-page__title {
        font-size: 4.2rem;
    }
}

@media (max-width: 575px) {
    .inner-page {
        min-height: calc(100vh - 391px);
    }
    .title {
        font-size: 3rem;
    }
    .btn-big {
        width: 100%;
    }
    .uninstall-item {
        flex-direction: column;
        gap: 4rem;
    }
    .uninstall-item-content {
        text-align: center;
    }
    .fullscreen-img:before,
    .fullscreen-img:after {
        width: 107px;
        height: 107px;
        filter: blur(75px);
    }

    .fullscreen-img:before {
        top: 90px;
        left: 22px;
    }

    .fullscreen-img:after {
        top: 21px;
        right: 6px;
    }
    .fullscreen-img img {
        max-width: 100%;
        height: auto;
        margin-top: 1rem;
    }
    .fullscreen-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fullscreen-buttons .btn {
        margin-right: 0;
        margin-bottom: 4rem;
    }
    .keep-order {

    }
    .keep-img-first {
        margin-bottom: 16.5rem;
    }
    .keep-row-second {
        padding: 0 0 1rem;
    }
    .keep-img1-2 {
        max-width: 70%;
        bottom: -54px;
    }
    .keep-img1 {
        margin-right: -15px;
        max-width: calc(100% + 15px);
    }
    .hiw-descr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hiw-descr img {
        float: none;
        order: 1;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .removed-page {
        background-size: 800px auto;
    }

    .removed-page__title.title {
        margin-bottom: 420px;
    }
}

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

    .footer-links {
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
    }

    .footer-links li {
        margin: 0 0 2.4rem !important;
    }
}
