.actions-catalog-sidebar {
    text-align: left;
    border-left: 1px solid #eee;
}
.actions-catalog-sidebar.mobile {
    margin-bottom: 64px;
}
.params-sidebar-param-values {
    padding: 0 10px 5px 10px;
    transition: height 0.15s ease-out;
    -webkit-transition-duration: 0.8s;
}
.params-sidebar-param {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.params-sidebar-param-value.empty sup {
    color: #ccc;
}
.params-sidebar-param-value.empty{
    color: #ccc !important;
}
.params-sidebar-param-name {
    padding: 12px 10px 10px 15px;
    margin-top:3px;
    font-size: 14px;
    border-top: 1px solid #eee;
    cursor: pointer;
}
.params-sidebar-param-name.empty {
    color: #ccc !important;
}
.params-sidebar-param-value {
    padding: 5px 5px 5px 15px;
    font-size: 0.9em;
    cursor: pointer;
    float: left;
    background: #eee;
    border-radius: 100px;
    margin:5px;
    display:flex;
    align-items:center;
    justify-content: center;
    color: inherit !important;
    text-decoration: none !important;
}
.params-sidebar-param-value sup {
    color: #000;
    background: #fff;
    border-radius:100px;
    min-width:15px;
    width:fit-content;
    padding:0px 4px;
    height:15px;
    display:flex;
    align-items:center;
    justify-content: center;
    top: 0 !important;
    margin-left:5px;
}
.params-sidebar-param-value:hover {
    background: #f3f3f3;
}
.params-sidebar-param-value.active {
    background: #2f87e6;
    border-radius:100px;
    color: #fff !important;
}
.sort-value {
    display: inline-block;
    background: #eee;
    margin: 3px;
    padding: 4px 7px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.sort-value:hover {
    background: #ddd;
}
.parameter-title {
    color: #2778C9;
}
.actions-catalog-sidebar {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 0.25rem;
}
.params-sidebar h3 {
    padding: 10px; font-weight: bold;
    margin: 0;
}
.params-sidebar-run {
    padding: 15px;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}

@media (max-width: 768px) {
    .btn-show-mobile {
        width: 100%;
        height: 50px;
    }
}

.sidebar-header {
    font-size: 14px;
}
.checkbox-ios {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}
.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}
.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    background: #54a2d0;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform:translateX(28px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
    background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}
.good-act{
    background: none !important;
    padding: 0px !important;
}
.params-vigoda-opisanie {
    display: flex;
    align-items: start;
}

.params-vigoda-opisanie-korotkoe {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Выравнивание по центру по вертикали */
    text-align: left; /* Выравнивание текста по левому краю */
}

.params-vigoda-vigoda{
    display: inline;
    font-size: 16px;
    color: #21201f;
    line-height: 20px;
    font-weight: 500;
}
.params-vigoda-deshevle {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    line-height: 14px;
    color: #8a8784;
    margin-top: 2px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.params-vigoda{
    display: flex;
    margin-right: 30px;
}

.sidebar-button-desktop {
    bottom: 0;
    border-bottom: 0;
    z-index: 2;
    width: 300px;
    background: #fff;
    border-color: #eee;
    border-style: solid;
}

.params-values-selected {
    background: #fff;
    z-index: 2;
}

.params-values-selected > a {
    float: left;
}

#params-close {
    font-size: 14px;
}

.aall {
    position: relative;
}

.aall .param-name-search-form {
    display: none;
}

.aall.is-search .param-name-search-form {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 40px;
}

.aall.is-search .param-name-search:before {
    content: '\e82d';
}

.aall>div {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
}
.aall>div>div:nth-child(1):after {
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: 4px;
    margin-top: 6px;
    width: 7px;
    height: 7px;
    background-image: url(/images/paramsArrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.1s;
}
.changedArrow div:after {
    transform: rotate(90deg);
}


