@media screen and (max-width: 1400px) {
    .fullscreen-img {
        right: 0;
    }
}


@media (max-width: 1240px) {
    .title {
        font-size: 4rem;
    }
    .fullscreen {
        min-height: auto;
    }
    .fullscreen:before,
    .footer:before,
    .inner-page:before {
        width: 100%;
    }
    .fullscreen-title {
        font-size: 6.4rem;
    }
    .faq {
        background: url('../images/home-page/faq-bg.svg') no-repeat top 100px right -20% / 50% auto;
    }
}

@media (max-width: 1140px) {
    .keep-info {
        padding-left: 0;
    }
    .keep-row {
        padding: 6rem 0;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 8px;
    }
    .site-header {
        padding: 8px 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;
        padding: 0;
        margin: 0;
    }

    .btn-header {
        margin: 0 24px;
    }

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

    .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: #436CBE;
    }
    .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: 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: rgba(1, 3, 20, 0.95);
        border-left: 1px solid rgba(255, 255, 255, 0.20);
        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: 0 0 32px 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;
    }
    .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:hover {
        background: transparent;
    }
    .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;
    }
    .card-btn-indicator {
        width: 32px;
        height: 32px;
        top: 2.8rem;
    }
    .card-btn-indicator:after {
        width: 12px;
        height: 2px;
    }
    .card-btn-indicator:before {
        width: 2px;
        height: 12px;
    }
    .footer-content {
        padding: 3.2rem 0 4rem;
    }
    .footer-link:focus {
        color: #000;
    }
    .inner-page {
        margin-top: -64px;
    }
    .contact-card {
        padding: 2.4rem;
    }
    .fullscreen-img {
        right: -10%;
    }
    .uninstall-page {
        background: url("../images/uninstall-page/uninstall-bg.svg") no-repeat center bottom / auto 60%;
    }
    .title-inner {
        font-size: 4rem;
    }
}

@media (max-width: 767px) {
    .inner-page {
        padding-top: 12rem;
    }
    .contact-page {
        padding-bottom: 4rem;
    }
    .contact-card {
        margin: 0 auto 1.6rem;
        height: auto;
    }
    .footer-link, .footer-info {
        margin-left: 0;
    }
    .about-section__text {
        margin-bottom: 32px;
    }
    .fullscreen {
        padding: 13rem 0 3rem;
    }
    .fullscreen-title {
        margin-bottom: 1.6rem;
    }
    .fullscreen-col {
        order: -1;
    }
    .fullscreen-img {
        position: static;
        height: auto;
        max-height: 200px;
        max-width: 100%;
        width: 100%;
    }
    .fullscreen-img img {
        max-width: 50%;
        max-height: 100%;
        height: auto;
    }
    .hiw-item {
        padding: 0 0 4rem;
    }
    .hiw-item:after,
    .hiw-item:before {
        display: none;
    }
    .keep-img {
        position: static;
        margin-right: -15px;
    }
    .keep-img-second {
        margin: 0;
    }
    .keep-row {
        padding: 4rem 0 0;
    }
    .keep-btn {
        margin-bottom: 2.4rem;
    }
    .support {
        margin: 6rem 0 0;
    }
    .faq {
        background: url('../images/home-page/faq-bg.svg') no-repeat top 100px right -20% / 80% auto;
    }
    .footer-text {
        margin-bottom: 2.4rem;
    }
    .footer-info {
        margin-bottom: 2rem;
    }
    .footer-button {
        display: none;
        margin-top: 1.2rem;
    }
    .footer-btn-mob {
        display: block;
    }
    .footer-btn-mob .footer-button {
        display: flex;
    }
    .footer-button {
        display: none;
        margin-top: 1.2rem;
    }
    .page-404 {
        padding-bottom: 4rem;
    }
    .thanku-page,
    .page-404,
    .removed-page {
        margin-bottom: 4rem
    }
}

@media (max-width: 575px) {
    .btn-big {
        width: 100%;
    }
    .keep-order {
        order: -1;
        margin-bottom: 2.4rem;
    }
    .keep-img {
        padding-left: 0;
        height: 200px;
        align-items: center;
        justify-content: center;
    }
    .keep-img img {
        max-height: 100%;
    }
}

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