.other-mega-menu-home2 {
    max-height: 598px;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
}

.other-mega-menu-home2 .other-mega-menu-home2__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
    align-items: stretch;
}

.other-mega-menu-home2--no-banner .other-mega-menu-home2__grid {
    grid-template-columns: 1fr;
}

.other-mega-menu-home2 .other-mega-menu-home2__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 51px 0 67px 52px;
    background: #fff;
}

.other-mega-menu-home2 .other-mega-menu-home2__column {
    min-width: 0;
}

.other-mega-menu-home2 .other-mega-menu-home2__thumb {
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}

.other-mega-menu-home2 .other-mega-menu-home2__thumb img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.other-mega-menu-home2 .other-mega-menu-home2__list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.other-mega-menu-home2 .other-mega-menu-home2__list li:last-child {
    margin: 0;
}

.other-mega-menu-home2 .other-mega-menu-home2__list a {
    color: #000;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    transition: color .2s ease;
}

.other-mega-menu-home2 .other-mega-menu-home2__list a:hover {
    color: #ffc326;
}

.other-mega-menu-home2 .other-mega-menu-home2__banner {
    min-width: 0;
    overflow: hidden;
}

.other-mega-menu-home2 .other-mega-menu-home2__banner-link,
.other-mega-menu-home2 .other-mega-menu-home2__banner img {
    display: block;
    height: 100%;
}

.other-mega-menu-home2 .other-mega-menu-home2__banner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1199px) {
    .other-mega-menu-home2 .other-mega-menu-home2__columns {
        gap: 18px;
        padding: 28px 24px 32px;
    }

    .other-mega-menu-home2 .other-mega-menu-home2__thumb {
        min-height: 140px;
        margin-bottom: 20px;
    }

    .other-mega-menu-home2 .other-mega-menu-home2__thumb img {
        max-height: 140px;
    }
}

@media (max-width: 991px) {
    .other-mega-menu-home2 .other-mega-menu-home2__grid,
    .other-mega-menu-home2--no-banner .other-mega-menu-home2__grid {
        grid-template-columns: 1fr;
    }

    .other-mega-menu-home2 .other-mega-menu-home2__columns {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .other-mega-menu-home2 .other-mega-menu-home2__banner {
        max-height: 240px;
    }
}

@media (max-width: 767px) {
    .other-mega-menu-home2 .other-mega-menu-home2__columns {
        padding: 20px 16px 24px;
    }

    .other-mega-menu-home2 .other-mega-menu-home2__banner {
        max-height: 180px;
    }
}
