@media(min-width: 1200px) {
    .t-container {
        max-width: 1400px;
    }
    .t-col_6 {
        max-width: calc(50% - 40px);
    }
    .t-col_12 {
        max-width: 1400px;
    }
    .t-col_3 {
        max-width: calc(25% - 40px);
    }
}

@media(min-width: 1200px) and (max-width: 1350px) {
     .tn-group[data-group-id="1790070468237000004"], .tn-group[data-group-id="1790070468238000015"] {
        width: 1200px !important;
        margin: 0 auto;
    }
    
    .tn-group[data-group-id="1790070468238000014"] {
        width: 100% !important;
    }
    
    #molecule-1790070468238000015 {
        padding: 20px 0 !important;
    }
    
    .tn-group[data-group-id="1790083933573000003"], .tn-group[data-group-id="1790083933575000031"] {
        max-width: 1200px !important;
        margin: 0 auto !important;
    }
}

.uc-menu {
    display: none;
}

.uc-menu.active {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100vh;
}

.uc-menu.active .t396__artboard {
    height: 100vh !important;
}

.uc-menu.active .tn-group[data-group-id="1790079263420000001"] {
    left: auto !important;
    right: 0 !important;
    height: 100vh !important;
}
.burger-menu, .close-menu {
    cursor: pointer;
}

@media(max-width: 960px) {
    .uc-menu.active .t396__artboard {
        height: 1400px !important;
    }

    .uc-menu.active .tn-group[data-group-id="1790079263420000001"] {
        height: 1400px !important;
    }
}

@media(min-width: 960px) and (max-width: 1200px) {
    .uc-menu.active .t396__artboard {
        height: 900px !important;
    }

    .uc-menu.active .tn-group[data-group-id="1790079263420000001"] {
        height: 900px !important;
    }
}