@media screen and (max-height: 1040px) {
    .error-img,
    .removed-img {
        width: 100%;
        height: 220px;
    }

    .error-img img,
    .removed-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media screen and (max-height: 950px) {
    .error-img,
    .removed-img {
        height: 180px;
    }
}

@media screen and (max-width: 1200px) {
    .fullscreen-wrapper {
        min-height: 550px;
    }

    .about__wrapper {
        gap: 2%;
    }

    .about__img,
    .about__col {
        flex: 0 1 50%;
    }

    .site-header .site-main-menu li > a {
        font-size: 1.4rem;
    }
}

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

    .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: 0;
        width: 26px;
        top: 50%;
        -webkit-transform: translateY(-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: #ffffff;
    }

    .site-header {
        padding: 1.2rem 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-nav .site-logo {
        display: none;
    }

    .site-header .site-nav {
        position: fixed;
        width: 320px !important;
        height: 100vh;
        background: #fff;
        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: 3.2rem;
        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: 2rem;
        color: #19213D;
        border-radius: 0;
        background: none;
    }

    .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: #ffffff;
    }

    .pix-header-fixed .header-inner .site-logo {
        padding: 12px 0;
    }

    .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
        background: #000000;
    }

    .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;
        cursor: pointer;
    }

    .header-btn {
        margin: 0 auto 2rem;
        font-size: 2rem;
    }

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

    .fullscreen-wrapper {
        padding: 20px;
        min-height: 380px;
    }

    .fullscreen .title {
        font-size: 4rem;
    }

    .fullscreen .text {
        font-size: 1.6rem;
        max-width: 300px;
    }

    .about__wrapper {
        gap: 1%;
        padding: 20px;
    }

    .about__item {
        line-height: 20px;
        padding-left: 32px;
    }

    .about__item:before {
        width: 20px;
        height: 20px;
    }

    .engines-inner {
        padding: 20px 20px 32px;
    }

    .faq-title {
        margin-bottom: 4rem;
    }

    .footer-copyright {
        padding: 2.4rem 0;
    }

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

    .thanks-wrapper {
        background-position: center right 30%;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 3.2rem;
    }

    .feature-image {
        margin: -3rem 0;
    }

    .contact-title {
        margin-bottom: 2rem;
    }

    .contact-list {
        flex-direction: column;
    }

    .contact-card {
        flex: 1 1 auto;
    }

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

    .store-button {
        display: inline-block;
        margin-top: 1.3rem;
    }

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

    .about__wrapper {
        flex-direction: column;
    }

    .about__img,
    .about__col {
        flex: 0 1 100%;
    }

    .about__img {
        order: -1;
        max-height: 300px;
    }

    .hiw-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .engines-wrapper img {
        height: 32px;
    }

    .faq-section {
        padding: 8rem 0 0;
    }

    .faq-wrapper {
        flex-direction: column;
    }

    .faq-img,
    .faq-accordions {
        flex: 1 1 auto;
        width: 100%;
    }

    .faq-img {
        margin: 1rem auto 4rem;
        max-height: 240px;
    }

    .inner-wrapper {
        padding: 2rem 20px;
    }
}

@media (max-width: 575px) {
    .hiw-wrapper {
        margin-bottom: 14rem;
    }

    .footer__button {
        margin-bottom: 3.2rem;
    }

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

    .error-img,
    .removed-img {
        width: 100%;
        height: 180px;
    }

    .error-img img,
    .removed-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 450px) {
    .fullscreen-wrapper {
        background: url("../images/main-page/main-bg.png") no-repeat center left / cover;
    }

    .fullscreen .text {
        max-width: none;
    }

    .engines-wrapper img {
        height: 24px;
    }
}