
.catalog__header {
    display: none
}
@media screen and (max-width: 576px) {
    .catalog__header {
        display: flex;
        margin: -15px -15px 15px;
        padding: 5px;
        background-color: #e5efee;
        align-items: center;
        border-radius: 6px 6px 0 0
    }
    .catalog__header button {
        display: block;
        background-color: #00cf4e;
        color: #fff;
        border: none;
        font-size: 16px;
        height: 40px;
        width: 45px;
        border-radius: 4px
    }
    .catalog__header a {
        display: block;
        color: #000;
        text-decoration: none;
        width: 100%;
        padding: 0 0 0 15px;
        font-size: 16px;
        font-weight: 600
    }
}
.catalog__bann {
    display: none
}
@media screen and (min-width: 1200px) {
    .catalog__bann {
        width: 24%;
        background-color: #F6F6F6;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        overflow: hidden;
    }
    .catalog__bann img {
        max-width: 100%
    }
}
.catalog__btn {
    background-color: #00cf4e;
    color: #fff;
    padding: 9px 23px;
    line-height: 30px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px
}
.megamenu__btn-active:before {
    content: "\e904" !important;
}
.catalog {
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 0;
    position: absolute;
    transition: .3s;
    border-radius: 0 0 5px 5px;
    top: 100%;
}
@media screen and (min-width: 576px) {
    .catalog {
        width: 100%;
    }
}


.catalog-active {
    height: calc(100vh - 60px);
}
@media screen and (min-width: 576px) {
    .catalog-active {
        height: 500px;
        box-shadow: 0 7px 20px 10px rgb(4 144 57 / 21%);
    }
}


.catalog__opened {
    width: 100%;
    position: relative;
    background-color: #00BF48;
    z-index: 6;
    overflow: hidden;
    transition: .3s;
    display: flex;
    height: calc(100vh - 60px);
}
@media screen and (min-width: 576px) {
    .catalog__opened {
       height: 500px;
    }
}


.catalog__groups {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-right: 15px;
    height: 100%;
    margin: 15px 0 15px 15px;
    overflow-y: auto;
    width: calc(100% - 15px);
}
@media screen and (min-width: 576px) {
    .catalog__groups {
        width: 50%
    }
}
@media screen and (min-width: 768px) {
    .catalog__groups {
        width: 40%
    }
}
@media screen and (min-width: 992px) {
    .catalog__groups {
        width: 33.3%
    }
}
@media screen and (min-width: 1200px) {
    .catalog__groups {
        width: calc(25% - 7px);
        padding-right: 5px;
    }
}
.catalog__groups::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    border-radius: 10px;
    background: #01CE4F
}
.catalog__groups::-webkit-scrollbar-thumb {
    background: #009433;
    border-radius: 10px
}
.catalog__groups:hover::-webkit-scrollbar-thumb {
    background: #FE7F2A
}
@media screen and (min-width: 576px) {
    .catalog__img {
        width: 50px;
        height: 50px;
    }
    .catalog__img img {
        height: 40px;
        width: 40px;
    }
}
.catalog__img {
    position: absolute;
    left: 5px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 35px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog__img img {
    height: 40px;
    width: 40px;
}
@media screen and (min-width: 576px) {
    .catalog__img {
        width: 50px;
        height: 50px;
    }
    .catalog__img img {
        height: 40px;
        width: 40px;
    }
}
.catalog__img-big {
    left: 9px;
    width: 65px;
    height: 65px;
    border: 1px solid #D5D5D5;
    z-index: 1
}
.catalog__img-big img {
    height: 55px;
    width: 55px
}
.catalog__body {
    width: calc(100% - 30px);
    margin: 15px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 3px 1px #0000000f;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 100%;
    height: calc(100% - 30px);
    transition: .3s;
    overflow: hidden;
}
@media screen and (max-width: 572px) {
    .catalog__body-open_mobile {
        left: 0;
        height: calc(100% - 30px)
    }
}
@media screen and (min-width: 572px) {
    .catalog__body {
        width: calc(77% - 30px);
        position: relative;
        left: auto;
    }
}
.catalog__content {
    min-height: calc(100% - 55px);
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    display: none
}
@media screen and (min-width: 572px) {
    .catalog__content {
        height: 100%
    }
}
@media screen and (min-width: 1200px) {
    .catalog__content {
        /* width: 75%; */
    }
}
.catalog__content-active {
    display: block
}
.catalog__content::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    border-radius: 10px;
    background: #e5efee
}
.catalog__content::-webkit-scrollbar-thumb {
    background: #9fc3c0;
    border-radius: 10px
}
.catalog__content:hover::-webkit-scrollbar-thumb {
    background: #FFCD00
}
.catalog__link {
    border-radius: 6px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    min-height: 25px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-left: 75px;
    line-height: 1.3;
    cursor: pointer;
}
@media screen and (min-width: 572px) {
    .catalog__link {
        position: absolute;
    }
}
.catalog__link:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    left: -33px;
    top: -3px;
    border-right: 1px solid #D5D5D5
}
.catalog__link:hover {
    color: #00bf48;
    text-decoration: none;
    background-color: #EAFAEF
}
.catalog__link_itm:before {
    content: '';
    height: 34px;
    position: absolute;
    left: 22px;
    top: 0;
    border-left: 1px solid #eae9e9
}
.catalog__link-title {
    font-size: 16px;
    align-items: center;
    font-weight: 700;
    padding: 10px 15px 10px 85px;
    line-height: 1.2;
    text-decoration: none;
    min-height: 70px;
    margin-left: 0
}
.catalog__link-title:before {
    display: none
}
.catalog__link-title img {
    height: 55px;
    width: 55px
}
.catalog__link-groups {
    padding: 15px 25px 15px 70px;
    min-height: 50px;
    display: flex;
    margin: 1px 0 0;
    border-radius: 5px;
    position: relative;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    transition: .3s;
    font-size: .9rem;
}
@media screen and (min-width: 576px) {
    .catalog__link-groups {
        padding: 15px 25px 15px 75px;
        min-height: 50px;
        font-size: .8rem;
        margin-bottom: 15px;
    }
}
.catalog__link-groups[data-catalog]:after {
    content: '';
    display: block;
    top: 50%;
    margin-top: -5px;
    right: 17px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(
45deg);
    transition: .3s;
}

.catalog__link-groups-active[data-catalog]:after {
    color: #000;
    transform: rotate( 
-45deg);
}
.catalog__link-groups-active {
    background-color: #fff;
    box-shadow: 0 2px 3px 1px #0000000d;
    color: #000
}