@media screen and (max-width: 1450px) {
    .footer {
        padding: 68px 28px;
    }

    .footer.listItems {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 960px) {
    .page {
        margin-top: 60px;
        padding: 0 15px;
    }

    .content {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        max-width: 930px;
    }

    .header {
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        padding: 0 15px;
        z-index: 10000;
        position: fixed;
        background: rgba(245, 246, 247, 0.1);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .header_menu,
    .header_account {
        display: none;
    }

    .subtitle {
        font-size: 36px;
    }

    .support {
        line-height: 133%;
        border-radius: 0;
    }

    .support_title {
        font-size: 28px;
        line-height: 150%;
    }

    .mobileMenuButton {
        width: 48px;
        border: none;
        cursor: pointer;
        height: 48px;
        display: block;
        background: transparent;
    }

    .mobileMenu {
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        display: block;
        padding: 20px 0 100px 0;
        z-index: 10000;
        position: fixed;
        background: #f5f6f7;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        overflow-y: auto;
    }

    .servicePage {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .servicePage_title {
        font-size: 60px;
    }

    .servicePage_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .root {
        padding-top: 60px;
    }

    .subtitle {
        text-align: center;
    }

    .page.with-menu {
        display: block;
        padding: 0 15px;
    }

    .page_menu {
        display: none;
    }

    .desktopView {
        display: none !important;
    }

    .mobileView {
        display: block;
    }

    .faqs {
        margin-top: 60px;
    }

    .formattedText h1,
    .formattedText h2,
    .formattedText h3,
    .formattedText h4,
    .formattedText h5 {
        text-align: center;
        line-height: 110%;
    }

    .formattedText h1 {
        font-size: 36px;
    }

    .formattedText h2 {
        font-size: 32px;
    }

    .formattedText h3 {
        font-size: 28px;
    }

    .formattedText h4 {
        font-size: 20px;
    }

    .formattedText h5 {
        font-size: 16px;
    }

    .page_title {
        font-size: 36px;
        line-height: 110%;
    }

    .support {
        font-size: 18px;
    }

    .button.mobile {
        width: 100%;
    }

    .button.mobile:first-child {
        margin-right: 0;
        margin-bottom: 12px;
    }


    .blogPost {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .blogPost_title {
        line-height: 120%;
        font-size: 18px;
    }
}