@media (max-width: 1200px) {
    .about-content img {
        max-width: 100%;
    }

    .contact-page__bg {
        display: none;
    }
}

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

    .contact-card {
        margin: 0 auto 50px;
        height: calc(100% - 50px);
    }

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

    .features-block + .decor {
        bottom: 0;
        right: 0;
    }

    .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: #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: #2752E7;
        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: auto;
        -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 .btn {
        font-size: 2.4rem;
        padding: 1rem 4rem;
    }
    .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;
        color: #fff;
        font-weight: 400;
        border-radius: 0;
        font-size: 2.4rem;
    }
    .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 .header-inner .site-nav {
        border-radius: 0;
    }

    .sidebar-open .site-header .site-nav {
        right: 0;
    }
    .sidebar-open .menu-wrapper:before {
        opacity: 1;
        visibility: visible;
    }
    .close-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        width: 100%;
        left: 0;
        padding: 30px 20px;
        color: #fff;
        cursor: pointer;
    }
    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }
    .close-menu span {
        font-size: 15px;
    }

    #faq {
        padding: 3rem 0;
    }

    .faq-title {
        margin: 0 0 24px;
        background-color: transparent;
        height: auto;
    }

    .card-btn:before {
        border-radius: 0.8rem;
        width: 3rem;
        height: 3rem;
    }

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

    .footer-menu {
        gap: 2px 24px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .is-404__wrapper {
        flex-direction: column;
    }

    .remove-page-content {
        padding-left: 0;
        text-align: center;
    }

    .is-404__image {
        display: none;
    }

    .is-404__text {
        font-size: 2.8rem;
    }

    .is-404 {
        padding-bottom: 8rem;
    }
}

/*@media (min-width: 768px) {
    .container-half.left {
        margin-right: 0;
        padding-right: 10%;
    }

    .container-half.right {
        margin-left: 0;
        padding-left: 7rem;
    }
}*/

@media (max-width: 767px) {
    .decor {
        display: none;
    }

    /*#about {
        padding: 0 15px;
    }*/

    .about-content {
        margin: 0 auto 15px;
    }

    .about-content.right {
        align-items: center;
    }

    .about-content img {
        max-width: 100%;
    }

    .about-bg {
        padding-top: 3rem;
        border-radius: 0;
    }

    #about .section-default {
        padding-left: 0;
        padding-right: 0;
    }

    .engines-section {
        margin-top: 3rem;
    }

    .title {
        font-size: 2.8rem;
    }

    .card-btn {
        padding: 0 15rem 2.4rem 13.4rem;
    }

    .contact-page {
        padding: 16rem 0 4rem;
    }

    .contact-page__wrap {
        flex-wrap: wrap;
        padding: 0;
    }

    .contact-card {
        margin: 0;
        height: calc(100% - 30px);
        max-width: 100%;
        width: 100%;
    }

    .section-default {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section-hero {
        padding: 13rem 0 5rem;
    }

    .footer-link {
        margin: 1.2rem 0;
    }

    .mb-6 {
        margin-bottom: 3rem;
    }

    .uninstall-section {
        flex-direction: column;
        padding: 24px;
    }

    .uninstall-section--2 {
        flex-direction: column-reverse;
    }

    .uninstall-wrapper {
        padding: 0 16px;
    }

    .remove-page__image {
        display: none;
    }

    .remove-page__content {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .site-header .header-inner {
        padding: 0.5rem;
    }
    .uninstall-item {
        flex-direction: column;
        gap: 4rem;
    }
    .uninstall-item-content {
        text-align: center;
    }
    .title-big br {
        display: none;
    }

    .card-btn {
        padding: 0 10rem 2.4rem 10rem;
    }

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

    .uninstall-section .title {
        font-size: 2.8rem;
    }
}
