.catalog-over {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.3);
    display: none;
    top: 151px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 4;
}

.header-btnCatalog.is-active {
    background: #F59F24;
    color: #FFFFFF;
}

.cat--img {
    display: none;
}

.btn-cat-wrap {
    width: 20px;
    min-width: 20px;
}

.title--before {
    position: relative;
}
.title--before::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: -35px;
    background: #F59F24;
    opacity: 0.5;
    border-radius: 50%;
}

.catalog-over {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.3);
    display: none;
    top: 151px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 3;
}

.cat--img.is-active {
    display: block;
}

.cat--svg.non-active {
    display: none;
}

.catalog-over.active {
    display: block;
}

.js-close-popupcat {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none; }

.overHide2 {
    overflow: hidden; }

@media (max-width: 600px) {
    .js-close-popupcat {
        display: block;
    }
    .catalog-over {
        top: 94px;
    }
    .header-top__wrap .catalog-pupop.is-active {
        height: 100%;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
    .header-top__wrap {
        z-index: 20;
    }
}


.header-top__wrap .catalog-pupop {
    position: absolute;
    top: 70px;
    display: none;
    z-index: 10;
}

.header-top__wrap .catalog-pupop.is-active {
    display: block;
}
.header-top__wrap .catalog-pupop__body {
    overflow: hidden;
    background: #FFFAF2;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 770px;
}
.header-top__wrap .catalog-pupop__body > *:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-top__wrap .catalog-pupop .catalog-pupop__item {
    padding: 20px;
}
.header-top__wrap .catalog-pupop .catalog-pupop__item .title {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #454440;
}
.header-top__wrap .catalog-pupop .catalog-pupop__item--choosee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-top__wrap .catalog-pupop .catalog-pupop__item--choosee > *:not(:last-child) {
    margin-right: 5px;
}
.header-top__wrap .catalog-pupop .js-item-catalog {
    font-weight: 500;
    font-size: 14px;
    color: #454440;
    padding: 6px 10px;
    border: 1px solid #454440;
    border-radius: 15px;
    margin-bottom: 10px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}
.header-top__wrap .catalog-pupop .js-item-catalog:hover {
    color: #F59F24;
    border-color: #F59F24;
}
.header-top__wrap .catalog-pupop .js-item-catalog--yellow {
    font-weight: 600;
    font-size: 14px;
    color: #F59F24;
    border-color: #F59F24;
}
.header-top__wrap .catalog-pupop .js-item-catalog--yellow:hover {
    background: rgba(245, 159, 36, 0.5);
    color: #F59F24;
    border-color: inherit; }
.header-top__wrap .catalog-pupop .js-item-catalog--violent {
    font-weight: 600;
    font-size: 14px;
    color: #3D1488; 
    border-color: #3D1488; }
.header-top__wrap .catalog-pupop .js-item-catalog--violent:hover {
    background: rgba(61, 20, 136, 0.5);
    color: #3D1488;
    border-color: transparent; }
