@media (max-width: 1399px) {
    .site-logo {
        max-width: 17rem;
    }

    .site-header .header-inner {
        padding: 0 19rem;
    }
}


@media (max-width: 1199px) {
    .site-logo {
        max-width: 15rem;
    }

     .site-header .header-inner {
        padding: 0 16rem;
    }

    .site-header .site-main-menu {
        margin: 0 -0.5rem;
    }

    .site-header .site-main-menu li {
        padding: 0.5rem;
    }

    .about-section .main-info {
        padding: 5rem;
    }

    .info-card,
    .info-card:has(img) {
        min-height: auto;
    }

    .two-column-list .info-card {
        padding: 3rem 5rem;
    }

    .uninstall-section .text-block {
        padding: 3rem 10% 3rem 3rem;
    }

    .removed-section .card {
        padding: 3rem;
    }
}


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

    h1 {
        font-size: 6rem;
    }

    .site-header {
        position: fixed;
        left: 0;
        right: 0;
        transform: none;
    }

    .site-logo,
    .site-header .btn {
        position: static;
        transform: none;
    }

    .site-logo {
        max-width: 20rem;
    }

    .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;
    }

    .site-header .header-inner {
        justify-content: space-between;
        padding: 0;
    }

    .site-header .header-in.hiw-section .block {
        max-width: 36rem;
        margin: 0 auto;
    }

    .site-header .header-inner .site-nav .nav-right .nav-btn {
        padding: 8px 22px;
    }

    .site-header .btn-holder {
        text-align: center;
        padding: 0 3rem;
    }

    .site-header .site-main-menu li {
        margin: 0 15px;
    }

    .site-header .site-nav {
        position: fixed;
        width: 320px !important;
        height: 100vh;
        background: var(--green1-color);
        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;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }

    .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li > a {
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        padding: 16px 35px;
        border-radius: 0;
        background: none;
        color: #ffffff;
    }

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

    .pix-header-fixed .site-main-menu li a {
        color: #ffffff;
    }

    .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;
        left: 0;
        padding: 30px 20px;
        color: #b9b9b9;
        cursor: pointer;
    }

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

@media (max-width: 767px) {

    .row {
        display: block;
    }

    .decor-img,
    .uninstall-section .line {
        display: none;
    }

    .site-header {
        padding: 1.2rem 0;
    }

    .footer-menu {
        display: block;
    }

    .info-list li,
    .info-list.two-column-list li,
    .about-section .text-block,
    .about-section .img-block,
    .hiw-list li,
    .thanks-section .text-block,
    .thanks-section .img-block,
    .uninstall-section .heading-block,
    .uninstall-section .text-block,
    .removed-section .info-block,
    .removed-section .img-block {
        width: 100%;
    }

    .about-section .text-block,
    .about-section .img-block,
    .uninstall-section .heading-block,
    .removed-section .img-block,
    .removed-section .info-block,
    .removed-section .text-block {
        padding: 0;
    }

    .info-list li,
    .info-list.two-column-list li,
    .about-section .text-block,
    .hiw-list li,
    .thanks-section .text-block,
    .uninstall-section .heading-block {
        margin-bottom: 3rem;
    }

    .about-section,
    .hiw-section,
    .uninstall-section {
        padding: 6rem 0;
    }

    .about-section .main-info,
    .advantages-section .card,
    .contact-section .card,
    .section-404 .card,
    .terms-section .card {
        padding: 3rem;
    }

    .advantages-section .subtitle {
        margin-bottom: 3rem;
    }

    .info-list,
    .info-list.two-column-list
    .hiw-list {
        display: block;
    }

    .info-card:has(img) {
        margin: 0;
    }

    .two-column-list .info-card:has(.main-block)::after,
    .info-card:has(.main-block)::before,
    .info-card:has(.main-block)::after {
        content: none;
    }

    .hiw-section h2 {
        margin-bottom: 5rem;
    }

    .hiw-card {
        padding: 3rem 0;
    }

    .hiw-card .card-body {
        padding: 0 3rem;
    }

    .thanks-section .img-block {
        text-align: center;
    }

    .uninstall-section .decor-img,
    .removed-section .decor-img,
    .page-404 .decor-img {
        display: block;
    }

    .removed-section .info-block {
        margin-bottom: 5rem;
    }
}

@media (max-width: 575px) {

    .footer__button {
        margin-bottom: 3rem;
    }

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