@media only screen and (min-width: 1460px) {

    html {
        scrollbar-color: #242f3d #17212b;
    }

    body {
        background-color: #17212b !important;
        display: flex;
        flex-direction: column
    }

    header {
        height: 75px;
        width: 100%;
        background-color: #242f3d;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-standart {
        width: 1230px;
        height: auto;
        padding: auto;
    }
    
    .logo {
        font-size: 25px;
        font-family: "EM-Stem Regular", arial, sans-serif;
    }

    .logo a {
        text-decoration: none;
        color: white;
        display: flex;
        align-items: center;
    }

    .logo span {
        margin-right: -3px;
    }

    .logo svg {
        margin-top: 7px;
    }

    .sidermegabox {
        width: 260px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    
    .project-box {
        width: 100%;
        height: 200px;
        background-color: #242f3d;
        border-radius: 12px;
    }

    .sections-box {
        width: 100%;
        height: 500px;
        background-color: #242f3d;
        border-radius: 12px;
    }

    .sidermegaboxig {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .window {
        width: 1220px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        display: flex;
    }

    .window-box {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
        gap: 15px;
        width: 100%;
        padding: 40px;
    }

    .test {
        background-color: #242f3d;
        height: 162px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }

}