@media screen and (max-width: 1620px) {
    .home-page {
        background: url("../images/main-page/main-bg.svg") no-repeat 142% -10% / 75%,
        url("../images/main-page/main-bg.svg") no-repeat 26.9% 13.9% / 9%,
        url("../images/main-page/main-bg.svg") no-repeat 15% .5% / 3.3%,
        var(--main-dark);
    }

    .about-section {
        background: url("../images/main-page/main-bg.svg") no-repeat 109% 150px / 38%,
        url("../images/main-page/main-bg.svg") no-repeat -1% 96% / 9%, transparent;
    }

    .contact-section {
        background: url("../images/main-page/main-bg.svg") no-repeat 9% 640px / 132px,
        url("../images/main-page/main-bg.svg") no-repeat 50% 66px / 1204px;
    }

    .uninstall-section {
        background: url("../images/main-page/main-bg.svg") no-repeat 11% 320px / 132px,
        url("../images/main-page/main-bg.svg") no-repeat 50% 66px / 1204px;
    }

    .error-section {
        padding-bottom: 0;
        background: url("../images/main-page/main-bg.svg") no-repeat 9% 267px / 220px,
        url("../images/main-page/main-bg.svg") no-repeat 90% 740px / 120px,
        url("../images/main-page/main-bg.svg") no-repeat 50% 66px / 1204px;
    }

    .thanks-page {
        background: url("../images/main-page/main-bg.svg") no-repeat 210% -320px / 76%,
        url("../images/main-page/main-bg.svg") no-repeat -9% 480px / 17%,
        url("../images/main-page/main-bg.svg") no-repeat 28% -23px / 7%,
        var(--main-dark);
    }
}

@media screen and (max-width: 1200px) {
    .home-page {
        background: url("../images/main-page/main-bg.svg") no-repeat 142% -10% / 75%,
        url("../images/main-page/main-bg.svg") no-repeat 26.9% 13.9% / 9%,
        url("../images/main-page/main-bg.svg") no-repeat 240px .7% / 3.3%,
        var(--main-dark);
    }

    .home-page .wrapper-bottom {
        background-size: 200%;
    }

    .main-wrapper {
        gap: 2%;
    }

    .main-img,
    .main-col {
        flex: 0 1 50%;
    }

    .main-col {
        padding-top: 50px;
    }

    .site-header .site-main-menu li > a {
        font-size: 14px;
    }

    .removed-img {
        left: 0;
    }
}

@media (max-width: 991px) {
    .thanks-page {
        background: url("../images/main-page/main-bg.svg") no-repeat 110% -40px / 50%,
        url("../images/main-page/main-bg.svg") no-repeat -2% 330px / 17%,
        url("../images/main-page/main-bg.svg") no-repeat 38% -23px / 7%,
        var(--main-dark);
    }

    .site-header .header-inner .site-nav .menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-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: #ffffff;
    }

    .site-header {
        padding: 12px 0;
    }

    .site-header .header-inner .site-nav .nav-right {
        margin-left: 2px;
    }

    .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: var(--main-dark);
        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 .site-nav .site-main-menu {
        display: block;
        width: 100%;
        padding-bottom: 32px;
        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: 20px;
        color: #fff;
        border-radius: 0;
        background: none;
    }

    .site-header .site-nav .nav-right {
        display: none;
    }

    .header-inner .site-mobile-logo img {
        max-height: 45px;
        -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;
    }

    .header-btn {
        margin: 0 auto 20px;
    }

    .main-title {
        font-size: 40px;
    }

    .footer-copyright {
        padding: 24px 0;
    }

    .footer-logo {
        margin-bottom: 24px;
    }

    .contact-card {
        padding: 20px 24px 24px;
    }

    .thanks-section {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .home-page {
        background: url("../images/main-page/main-bg.svg") no-repeat 100% 8% / 75%,
        url("../images/main-page/main-bg.svg") no-repeat 26.9% 13.9% / 9%,
        url("../images/main-page/main-bg.svg") no-repeat 210px .7% / 3.3%,
        var(--main-dark);
    }

    .contact-section {
        background: url("../images/main-page/main-bg.svg") no-repeat 9% 780px / 132px,
        url("../images/main-page/main-bg.svg") no-repeat 50% 15px / 1204px;
    }

    .uninstall-section {
        background: url("../images/main-page/main-bg.svg") no-repeat -7% 200px / 132px,
        url("../images/main-page/main-bg.svg") no-repeat 50% 15px / 1204px;
    }

    .error-section {
        padding-bottom: 0;
        background: url("../images/main-page/main-bg.svg") no-repeat -14% 267px / 220px,
        url("../images/main-page/main-bg.svg") no-repeat 103% 740px / 120px,
        url("../images/main-page/main-bg.svg") no-repeat 50% 15px / 1204px;
    }

    .removed-section {
        background: url("../images/main-page/main-bg.svg") no-repeat 50% 15px / 1204px;
    }

    .thanks-page {
        background: url("../images/main-page/main-bg.svg") no-repeat 176% 340px / 80%,
        url("../images/main-page/main-bg.svg") no-repeat -2% 310px / 17%,
        url("../images/main-page/main-bg.svg") no-repeat 43% -14px / 7%,
        var(--main-dark);
    }

    .title {
        font-size: 32px;
    }

    .contact-title {
        margin-bottom: 20px;
    }

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

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

    .section-default {
        padding: 30px 0;
    }

    .store-button {
        display: inline-block;
        margin-top: 13px;
    }

    .section-404 {
        padding: 90px 0 100px;
    }

    .main-section {
        padding-top: 60px;
    }

    .thanks-section {
        padding-top: 0;
    }

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

    .main-col,
    .main-img {
        padding-top: 20px;
        flex: 0 1 100%;
    }

    .about__col {
        padding-top: 40px;
    }

    .about__img {
        order: -1;
    }

    .hiw-section {
        padding-top: 100px;
    }

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

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

    .faq-section {
        padding-top: 100px;
    }

    .engines-text {
        margin-bottom: 70px;
    }

    .home-page .wrapper-bottom {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .home-page .wrapper-bottom {
        background-size: 300%;
    }

    .about-section {
        padding-top: 70px;
        background: url("../images/main-page/main-bg.svg") no-repeat 106% 27% / 50%,
        url("../images/main-page/main-bg.svg") no-repeat -1% 96% / 9%, transparent;
    }

    .thanks-page {
        background: url("../images/main-page/main-bg.svg") no-repeat 326% 530px / 90%,
        url("../images/main-page/main-bg.svg") no-repeat -22% 480px / 37%,
        url("../images/main-page/main-bg.svg") no-repeat 63% -4px / 10%,
        var(--main-dark);
    }

    .footer__button {
        margin-bottom: 32px;
    }

    .return-to-top.back-top {
        bottom: 50px;
    }
}

@media (max-width: 450px) {
    .home-page .wrapper-bottom {
        background-size: 500%;
    }
}
