.header .action .log-in__link {
    display: flex!important;
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container {
    min-width: 280px;
}

.theChampSharingArrow {
    display: none;
}

.social .the_champ_vertical_counter,
.social .the_champ_vertical_sharing {
    position: relative;
}

.js-required-check,
.js-required-radio {
    position: relative;
}

.hidden {
    display: none!important;
}

.clear-filter-wrapp {
    margin-bottom: 24px;
    text-align: right;
}

.add-form__acco {
    overflow: auto hidden;
}

@media screen and (max-width: 783px) {
    .social div.the_champ_bottom_sharing li {
        float: none!important;
        width: 100%!important;
    }
}