@media (max-width: 1540px) {
    html {
        font-size: 9px;
    }

    .container {
        max-width: 1360px;
    }

    .inner-page {
        min-height: calc(100vh - 110px - 240px);
    }

    .fullscreen-img img {
        width: 88rem;
    }
}

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

    .container {
        max-width: 1200px;
    }

    .inner-page {
        min-height: calc(100vh - 104px - 220px);
    }

    .fullscreen-img img {
        width: 86rem;
    }
}

@media (max-width: 1200px) {
    .fullscreen-img img {
        width: 72rem;
    }

    .fullscreen-container,
    .hiw-container,
    .faq-container,
    .inner-page-container,
    .terms-privacy-container {
        padding: 6rem 8rem;
        border-radius: 3.8rem;
    }

    .make-item-img {
        height: 26rem;
    }

    .page-404-img {
        display: flex;
        justify-content: flex-end;
    }

    .page-404-img img {
        width: 80rem;
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 1129px) {
    .inner-page {
        min-height: calc(100vh - 279px);
    }
}

@media (max-width: 991px) {
    .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: #4D4A82;
    }
    .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;
        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;
        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 0;
        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 a {
        display: block;
        margin: 0;
        padding: 16px 25px;
        font-weight: 400;
        border-radius: 0;
        color: var(--Text-color, #222);
        border: none;
        font-size: 2rem;
    }

    .site-header .site-nav .site-main-menu li a:hover {
        background: rgba(0, 148, 255, 0.3);
    }

    .site-header .site-nav .site-main-menu li a.btn.btn-header {
        padding: 1.5rem 3.1rem;
        border: 2px solid var(--Main-blue, #0094FF);
        border-radius: 50px;
        background: var(--Main-blue, #0094FF);
        color: #fff;
        margin-top: 8px;
    }
    .site-header .site-nav .site-main-menu li a.btn.btn-header:hover {
        padding: 14px 32px;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
    }
    .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;
    }
    .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: var(--Text-color, #222);
    }

    .title {
        font-size: 5rem;
    }

    .fullscreen-img img {
        margin: 30px 0 0;
    }

    .make-section .title-container .txt-2 {
        text-align: right;
    }

    .make-item-img {
        height: 20rem;
    }

    .hiw-text {
        width: calc(50% - 10rem);
    }

    .engines-wrapper {
        height: auto;
    }

    .engines-item {
        position: static;
        width: calc((100% - 2.4rem) / 3);
        height: 22rem;
    }

    .faq-section .title {
        margin-bottom: 6rem;
    }

    .inner-page {
        min-height: calc(100vh - 65px - 220px);
    }

    .thanks-page-section .title {
        margin: 0 auto;
        text-align: center;
    }

    .removed-text {
        text-align: center;
    }

    .page-404-text {
        text-align: center;
        margin-bottom: 5rem;
    }

    .page-404-img {
        justify-content: center;
    }

    .terms_privacy-container {
        padding: 4rem 5rem;
        border-radius: 36px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 4.2rem;
    }

    .title {
        font-size: 3.8rem;
        text-align: center;
    }

    .title-container {
        flex-direction: column;
        align-items: center !important;
    }

    .title-container .title {
        text-align: center !important;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .title-container .txt-2 {
        text-align: center !important;
    }

    .fullscreen-container,
    .hiw-container,
    .faq-container,
    .inner-page-container,
    .terms-privacy-container {
        padding: 4rem 2.4rem;
        border-radius: 2rem;
    }

    .fullscreen {
        padding: 0 0 6rem;
    }

    .fullscreen-description {
        text-align: center;
    }

    .fullscreen-img img {
        max-width: 100%;
    }

    .make-section {
        padding: 6rem 0;
    }

    .make-item-wrap {
        flex-direction: column;
        align-items: center;
    }

    .make-item {
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .make-item +.make-item {
        margin-top: 2.4rem;
    }

    .make-item-img {
        padding-top: 2rem;
        height: 26rem;
    }

    .hiw-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .hiw-item {
        margin-bottom: 3.6em;
        flex-direction: column;
        align-items: center;
    }

    .hiw-img {
        width: 100%;
        max-width: 400px;
        margin: 0 0 2.4rem;
    }

    .hiw-img img {
        max-width: 100%;
        margin: 0 !important;
    }

    .hiw-text {
        text-align: center;
        width: 100%;
        max-width: 400px;
        order: 1;
    }

    .engines-section {
        padding: 6rem 0;
    }

    .engines-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .engines-descr {
        margin-bottom: 4rem;
        text-align: center;
    }

    .engines-item {
        width: 36rem;
        height: 22rem;
    }

    .engines-item + .engines-item {
        margin-top: 2.4rem;
    }

    .faq-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .inner-page {
        min-height: calc(100vh - 65px - 307px);
    }

    .inner-page .title {
        text-align: center;
    }

    .contact-card {
        margin: 0 auto 4rem;
        height: auto;
    }

    .footer-link, .footer-info {
        margin-left: 0;
    }

    .about-section__text {
        margin-bottom: 32px;
    }

    .footer {
        text-align: center;
    }

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

    .footer-logo {
        justify-content: center;
    }
    .footer-text {
        margin: 0 auto 3rem;
        text-align: center;
    }
    .footer-info {
        margin-bottom: 2rem;
    }
    .footer-button {
        margin-top: 1.2rem;
        text-align: center;
    }
    .footer-links {
        justify-content: center;
    }
    .footer-copyright p {
        text-align: center;
    }

    .page-404-img img {
        margin-bottom: -4rem;
    }

    .terms_privacy-container {
        padding: 3rem 3rem;
        border-radius: 24px;
    }
}

@media (max-width: 575px) {

}

@media screen and (max-width: 440px) {
    .footer-text {
        max-width: 280px;
    }

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

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