a.professions__item:hover {
    text-decoration: none!important;
}

.professions__item.purple-red:before,
.professions__item.red-purple:before {
    background: linear-gradient(to bottom, #4926AD 50%, #FF1D1D 50%, #FF1D1D 100%);
}

.professions__item.purple-green:before,
.professions__item.green-purple:before {
    background: linear-gradient(to bottom, #4926AD 50%, #00BD57 50%, #00BD57 100%);
}

.professions__item.green-cyan:before,
.professions__item.teal-green:before,
.professions__item.green-teal:before,
.professions__item.cyan-green:before {
    background: linear-gradient(to bottom, #00BD57 50%, #00E1AB 50%, #00E1AB 100%);
}

.professions__item.orange-green:before,
.professions__item.green-orange:before {
    background: linear-gradient(to bottom, #FFA800 50%, #00BD57 50%, #00BD57 100%);
}

.professions__item.red-orange:before,
.professions__item.orange-red:before {
    background: linear-gradient(to bottom, #FF1D1D 50%, #FFA800 50%, #FFA800 100%);
}

@media (min-width: 580px) {
    .header__menu-item.header__menu-item--mobile {
        display: none;
    }
}

@media (max-width: 579px) {
    #chat-24-widget-container #chat-24-mobile #chat-24-inner-container {
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        background: none;
    }
}

@media (max-width: 767px){
    .head-employers {
        margin: 40px 30px 0;
    }
    .professions{
        padding: 60px 0 20px !important;
    }
}

pre.xdebug-var-dump {
    font-size: 0.7em;
    margin: 20px;
    border: 1px dashed black;
    padding: 10px;
    background: #1b1b1b;
    color: #adadad;
    border-radius: 5px;
}

pre.xdebug-var-dump::-webkit-scrollbar {
    width: 12px;

}

pre.xdebug-var-dump::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;

}

pre.xdebug-var-dump::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #ffffff;
}