@media (max-width: 1399px) {
    .about-list li {
        margin: 0 0 3rem;
    }

    .uninstall-section .info-block {
        max-width: 60rem;
    }

    .instruction-block {
        max-width: calc(100% - 60rem);
        padding: 3.7rem 0 0 3.5rem;
    }
}


@media (max-width: 1199px) {

    .about-section .text-block {
        padding-right: 5rem;
    }

    .hiw-list li:first-child .hiw-block {
        padding: 0 4.7rem;
    }

    .removed-section .img-holder {
       margin-top: -1rem;
    }

    .removed-section .img-holder img {
       max-width: 45%;
    }
}


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

    h1 {
        font-size: 6rem;
    }

    .btn-decor .icon {
        padding: 0.5rem 0.7rem;
    }

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

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

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

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

    .benefits-section .decor-img {
        top: auto;
        bottom: 0;
        transform: none;
    }
}

@media (max-width: 767px) {

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

    .footer-menu {
        display: block;
    }

    .heading-block {
        display: block;
        text-align: center;
        margin-bottom: 3rem;
    }

    .heading-block h2,
    .heading-block .subtitle {
        max-width: 100%;
    }

    .heading-block .subtitle {
        margin-bottom: 3rem;
    }

    .cards-list li {
        margin-bottom: 5rem;
    }

    .cards-list li:nth-child(even),
    .cards-list li:nth-child(2n + 3) {
        margin-top: 0;
    }

    .cards-list li:nth-child(odd) .card-holder,
    .cards-list li:nth-child(even) .card-holder {
        padding: 0;
    }

    .card-holder {
        width: 100%;
    }

    .card::after,
    .card::before {
        content: none;
    }

    .card .text-block {
        max-width: 100%;
    }

    .about-section .row {
        display: block;
    }

    .about-section .text-block,
    .about-section .img-block {
        width: 100%;
        padding: 0;
    }

    .about-section .text-block {
        margin-bottom: 5rem;
    }

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

    .benefits-section .heading-block {
        margin-bottom: 3rem;
    }

    .hiw-section .decor-img {
        bottom: -55rem;
    }

    .hiw-list {
        display: block;
    }

    .hiw-list li {
        display: block;
        width: 100%;
    }

    .hiw-list li:first-child .hiw-block,
    .hiw-block {
        display: block;
        padding: 3rem 3rem 0;
    }

    .hiw-list li:first-child .info-block,
    .hiw-list li:first-child .img-block {
        width: 100%;
    }

    .hiw-list li:first-child .info-block {
        display: block;
        padding: 0;
    }

    .hiw-list li:first-child .text-block,
    .hiw-block .text-block {
        max-width: 100%;
        padding: 0;
        margin-bottom: 2.4rem;
    }

    .hiw-block .img-block {
        justify-content: center;
    }

    .hiw-block img {
        margin-bottom: -2rem;
    }

    .inner-page .decor-img {
        bottom: -64rem;
    }

    .contact-section .cards-list li:nth-child(even) {
        margin-top: 0;
    }

    .uninstall-list li {
        width: 100%;
    }

    .removed-section h1,
    .removed-section .text-block {
        max-width: 100%;
    }

    .removed-section .text-block {
        margin-bottom: 3rem;
    }

    .removed-section .img-holder {
        padding: 0;
    }
}

@media (max-width: 575px) {

    .footer__button {
        margin-bottom: 3rem;
    }

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