@media screen and (max-width: 996px) {
    body {
        max-width: 600px;
        margin: auto;
    }

    .container {
        max-width: 600px;
        width: 100%;
    }

    body>header {
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }

    .d-none.d-lg-flex {
        display: none !important;
    }

    .d-flex.d-lg-none {
        display: flex !important;
    }

    .brand img {
        height: 45px;
    }

    header .top-col {
        width: auto;
        flex: auto;
    }

    .mobile-side-menu {
        width: 100% !important;
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        display: none;
        background-color: #151a29;
        padding-left: 0;
        padding-right: 0;
    }

    #menu-main-menu, .contact-wrap {
        background-color: #151a29;
    }

    .d-none.d-lg-block {
        display: none !important;
    }

    .col-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-sm-2 {
        margin-left: 0;
    }

    .home-hero h1 {
        font-size: 3rem !important;
    }

    .home-hero .title-wrap p {
        font-size: 1.375rem;
    }

    .home-mobile .text-col h2 {
        font-size: 2.5rem;
    }

    .d-block.d-lg-none {
        display: block !important;
    }

    .home-mobile .text-col .platform-buttons-wrap {
        display: none !important;
    }

    .home-mobile .device-col .platform-buttons-wrap, .home-mobile .device-col .platform-buttons-wrap-inner {
        display: flex;

    }

    .home-mobile .text-col .available-on {
        margin-bottom: 1rem;
        margin-top: 3rem;
        display: none !important;
    }

    .home-advantages .awards-wrap {
        display: flex;
        flex-direction: column;
    }

    .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .align-items-center.align-items-md-start {
        align-items: center !important;
    }

    .home-achievements .statistics-row {
        flex-direction: column;
    }

    .d-none.d-md-flex {
        display: none !important;
    }

    .page-header .page-title h1 {
        font-size: 2rem;
    }
}
