@media screen and (min-width: 1201px) {
    .header > .container {
        position: relative;
    }

    .mega-menu {
        height: 55px;
    }
    .mega-menu .menu-header, .mega-menu .menu-footer {
        display: none;
    }
    .mega-menu .menu-body .menu-lvl-1 {
        display: flex;
    }
    .mega-menu .menu-body .menu-lvl-1 > .li {
        display: flex;
    }
    .mega-menu .menu-body a {
        color: #000;
        transition: .3s;
    }
    .mega-menu .menu-body a:hover {
        color: #3232f4;
    }
    .mega-menu .menu-body a[href] {
        text-decoration: none;
    }
    .mega-menu .menu-body a:not([href]) {
        cursor: pointer;
    }
    .mega-menu .menu-body .menu-lvl-1 > .li > a {
        display: flex;
        align-items: center;
        padding: 0 20px;
        font-family: MS500, sans-serif;
        font-size: 15px;
        line-height: 1.25em;
        text-transform: uppercase;
    }
    .mega-menu .menu-body .menu-lvl-1 > .li > .menu-section {
        position: absolute;
        top: 53px;
        left: 15px;
        z-index: 11;
        padding: 50px;
        width: 1200px;
        height: 725px;
        background: #fff;
        box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
        display: none;
    }
    .mega-menu .menu-body .menu-lvl-1 > .li > .menu-section.opened {
        display: block;
    }
    .mega-menu .menu-body ul {
        list-style-type: none;
    }
    .mega-menu .menu-body li {
        line-height: normal;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li > .menu-section {
        position: absolute;
        top: 50px;
        left: 360px;
        width: 790px;
        height: 625px;
        overflow: hidden;
        display: none;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li > .menu-section.opened {
        display: block;
    }
    .mega-menu .menu-body .menu-lvl-4 > .li.hidden {
        display: none;
    }
    .mega-menu .container, .mega-menu .menu-body, .mega-menu .menu-body .menu-lvl-1, .mega-menu .menu-body .menu-lvl-1 > .li {
        height: 100%;
    }
    .mega-menu .menu-body .menu-lvl-2 {
        padding: 0;
        width: 285px;
        max-height: 625px;
        overflow: hidden;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li > .menu-section .cols {
        display: flex;
        justify-content: space-between;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li > .menu-section .cols [class|="col"] {
        width: calc(25% - 15px);
    }
    .mega-menu .menu-body .menu-lvl-4 > .li:first-child {
        display: none;
    }
    .mega-menu .menu-body .menu-lvl-4 > .li {
        margin-bottom: 8px;
    }
    .mega-menu .menu-body .menu-lvl-4 > .li:last-child {
        margin-bottom: 0;
    }
    .mega-menu .menu-body .menu-lvl-4 > .li > a {
        font-family: MS300, sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.25em;
    }
    .mega-menu .menu-body .menu-lvl-3 > div > .li {
        margin-bottom: 15px;
    }
    .mega-menu .menu-body .menu-lvl-3 > div > .li:last-child {
        margin-bottom: 0;
    }
    .mega-menu .menu-body .menu-lvl-3 > div > .li > a {
        display: block;
        margin-bottom: 8px;
        font-family: MS500, sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.25em;
    }
    .mega-menu .menu-body .menu-lvl-3 > div > .li > a:last-child {
        margin-bottom: 0;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li > .menu-section .section-name {
        margin-bottom: 20px;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li > .menu-section .section-name a {
        font-family: MS500, sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.25em;
        text-transform: uppercase;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li > a {
        display: block;
        padding: 10px 12px;
        min-height: 25px;
        font-family: MS400, sans-serif;
        font-size: 15px;
        line-height: 1.25em;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li.w-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li.w-children > a::after {
        content: '';
        width: 14px;
        height: 24px;
        background-image: url(../image/ar-prev.svg);
        background-size: 11px;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg);
    }
    .mega-menu .menu-body .menu-lvl-2 > .li.w-children > a.active::after {
        background-image: url(../image/ar-prev-w.svg);
    }
    .mega-menu .menu-body .menu-lvl-2 > .li.w-children > a:hover {
        background: #f1f1f1;
        color: #000;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li.w-children > a.active {
        pointer-events: none;
        background: #001834;
        color: #fff;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li.w-children + .li:not(.w-children) {
        margin-top: 20px;
        padding-top: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li:not(.w-children) {
        padding: 0 10px;
        background: #f1f1f1;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li:not(.w-children):last-child {
        padding-bottom: 10px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}
@media screen and (max-width: 1200px) {
    .mega-menu {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 11;
        transition: .3s;
    }
    .mega-menu.toggle {
        left: 0;
    }
    .mega-menu > .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 60px;
        height: 100%;
    }
    .mega-menu .menu-body {
        overflow: hidden; /* copy */
        transform: translateZ(0); /* copy */
    }
    .mega-menu .menu-body {
        margin-bottom: 30px;
        height: 100% !important;
    }
    .mega-menu .menu-body.overflow-y {
        overflow-y: auto;
    }
    .mega-menu .menu-body .ul {
        width: 100%;
    }
    .mega-menu .menu-body > .ul {
        left: 0; /* copy */
        position: relative; /* copy */
        transform: translateZ(0); /* copy */
    }
    .mega-menu .menu-body .li .ul {
        display: none; /* copy */
        left: 100%; /* copy */
        position: absolute; /* copy */
        top: 0; /* copy */
    }
    .mega-menu .menu-header {
        padding: 18px 0;
    }
    .mega-menu .menu-body .menu-lvl-2 > .li > .menu-section .section-name {
        display: none;
    }
    .mega-menu .menu-body a {
        display: block;
        padding: 10px 0;
        font-family: MS500, sans-serif;
        font-size: 16px;
        line-height: 1.25em;
        color: #333;
        text-decoration: none;
    }
    .mega-menu .menu-body a:not(.next):not(.back) {
        padding-right: 44px;
    }
    .mega-menu .menu-body .menu-lvl-1 > .li > a {
        border-bottom: 1px solid #dedede;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 1.25em;
        text-transform: uppercase;
    }
    .mega-menu .menu-body .menu-lvl-1 > .li:first-child > a {
        border-top: 1px solid #dedede;
        text-transform: uppercase;
    }
    .mega-menu .menu-body .menu-lvl-1 > .li > a, .mega-menu .menu-body .li.slinky-header > a {
        color: #000;
    }
    .mega-menu .menu-body li {
        line-height: normal;
    }
    .mega-menu .menu-body ul {
        list-style-type: none;
    }
    .mega-menu .menu-body .menu-lvl-4 > .li.hidden + .li:not(.hidden) {
        display: none;
    }
    .mega-menu .menu-body .slinky-header {
        margin-bottom: 10px;
    }
    .mega-menu .menu-body .back, .mega-menu .menu-body .next {
        display: flex;
        align-items: center;
    }
    .mega-menu .menu-body .next {
        justify-content: space-between;
    }
    .mega-menu .menu-body .back::before, .mega-menu .menu-body .next::after {
        content: '';
        margin-right: 10px;
        width: 14px;
        height: 24px;
        background-image: url(../image/ar-prev.svg);
        background-size: 11px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .mega-menu .menu-body .next::after {
        margin-left: 10px;
        transform: rotate(180deg);
    }
}