@media screen and (max-width: 1320px) {
    .fullscreen {
        padding: 0;
    }

    .fullscreen-wrapper {
        border-radius: 0 0 28px 28px;
    }
}

@media screen and (max-width: 1200px) {
    .fullscreen-wrapper {
        padding: 0 20px;
        background:
            url('../images/main-page/main-image.png') right -30% center / auto 120% no-repeat,
            url('../images/main-page/main-section-bg.svg') left center / contain no-repeat,
            #ECF3FC;
    }
}

@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: 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;
        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;
    }

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

    .contact-card__text {
        font-size: 14px;
    }

    .contact-card__subtitle {
        font-size: 2.8rem;
    }

    .fullscreen-wrapper {
        min-height: 380px;
        background:
            url('../images/main-page/main-image.png') right -10% center / auto 120% no-repeat,
            url('../images/main-page/main-section-bg.svg') left center / contain no-repeat,
            #ECF3FC;
    }

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

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

    .about__list {
        gap: 15px;
    }

    .about__item {
        flex: 0 0 calc(33.333% - 10px);
        padding: 2rem;
    }

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

@media (max-width: 767px) {
    .hiw-section .row {
        justify-content: center;
    }

    .hiw-section .hiw-col {
        margin-bottom: 20px;
    }

    .engines-section__block {
        padding: 4.4rem 2rem;
    }

    .title {
        font-size: 2.4rem;
    }

    .title-small {
        font-size: 3rem;
    }

    .title-smallest {
        font-size: 2.4rem;
    }

    .engines-text {
        padding-right: 0;
    }

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

    .contact-section {
        padding-top: 4rem;
        background-position: center -4rem;
    }

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

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

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

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

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

    .about__list {
        flex-direction: column;
    }

    .about__item {
        flex: 1 1 auto;
    }

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

    .use-image {
        height: 400px;
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .use-image img {
        height: 100%;
        object-fit: contain;
    }

    .use-item {
        padding: 0;
        background: none;
        border-radius: 0;
        flex: 1 1 auto;

    }
    .use-item .text,
    .use-item .subtitle {
        max-width: none;
    }

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

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

    .engines-block {
        padding: 4.4rem 20px;
    }

    .thanks-block {
        flex-direction: column;
    }

    .thanks-arrow:after {
        bottom: -20%;
        right: 0;
        transform: rotate(280deg) rotateY(180deg);
    }
}

@media (max-width: 640px) {
    .fullscreen-wrapper {
        background:
            url('../images/main-page/main-image.png') right -50% center / auto 100% no-repeat,
            url('../images/main-page/main-section-bg.svg') left center / contain no-repeat,
            #ECF3FC;
    }
}

@media (max-width: 575px) {
    .hiw-section .block {
        max-width: 360px;
        margin: 0 auto;
    }

    .hiw-section .hiw-col {
        margin-bottom: 16px;
    }

    .uninstall-item {
        flex-direction: column;
        gap: 4rem;
    }

    .uninstall-item-content {
        text-align: center;
    }

    .engines-section__image img {
        margin-bottom: 3.6rem;
    }

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

    .footer__button,
    .footer-menu {
        margin-bottom: 3rem;
    }

    .footer-chrome {
        margin: 0;
    }

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

@media (max-width: 500px) {
    .fullscreen-wrapper {
        min-height: 500px;
        justify-content: flex-start;
        padding-top: 12rem;
        background:
            url('../images/main-page/main-image.png') right -50% bottom -60% / auto 70% no-repeat,
            url('../images/main-page/main-section-bg.svg') left center / contain no-repeat,
            #ECF3FC;
    }
}

@media (max-width: 400px) {
    .use-image {
        height: 360px;
    }
}