@media (min-width: 1800px) {
    .hiw-section {
        background-position: 85% 0%, left top, right top;
    }
}

@media (min-width: 992px) {
    .container.-narrow {
        max-width: 1020px;
    }
}

@media (max-width: 1200px) {
    .site-header .site-main-menu li > a {
        padding: 10px 12px;
    }
}

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

    .fullscreen .title {
        line-height: 1.1;
    }

    .main-image {
        margin-top: -60px;
    }

    .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 .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: 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: #07a5f7;
        top: 0;
        right: -100%;
        display: block !important;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        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: 1.6rem;
        color: #fdfffe;
        border: 0;
        text-align: left;
        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;
        color: #fff;
        cursor: pointer;
    }

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

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

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

@media (max-width: 767px) {
    .site-header {
        padding: 1.2rem 0;
    }

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

    .title {
        font-size: 5rem;
    }

    .main-image {
        float: none;
        max-width: 100%;
        margin-bottom: -100px;
    }

    .fullscreen .text {
        width: 100%;
    }

    .hiw-items {
        flex-direction: column;
        margin-top: 2rem;
    }

    .hiw-item.-rotate {
        transform: rotate(3deg);
    }

    .order-mobile-first .title {
        max-width: 500px;
        text-align: center;
    }

    .about-list {
        margin-top: 32px;
    }

    .step-content {
        flex-direction: column;
        margin-top: 0;
    }

    .step-title {
        padding: 16px 24px;
        margin-bottom: 16px;
    }

    .footer-link {
        font-size: 1.6rem;
    }

    .order-mobile-first {
        order: -1;
    }

    .hiw-section {
        background-position: center 8%, left top, right top;
    }

    .hiw-item.-small:first-child {
        margin-top: 32px;
    }

    .footer {
        padding: 32px 0;
    }

    .footer-menu {
        justify-content: center;
    }

    .footer-logo {
        text-align: center;
        display: block;
        margin-bottom: 32px;
    }

    .removed-section:before,
    .removed-section:after {
        display: none;
    }

    .contact-section {
        background: none;
    }
}

@media (max-width: 575px) {
    .fullscreen .title {
        font-size: 5rem;
    }

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

    .order-mobile-first .title {
        text-align: left;
    }

    .step {
        padding: 6rem 2rem 0;
    }

    .about-list {
        gap: 16px;
    }

    .about-list-item {
        padding: 16px;
        flex: 0 0 calc(50% - 8px);
    }
}
