#FindForm_select_conteiner {display: none;}
#marka_options {display: none;}

#formapoiska form {
    height: 100%;
}
#formapoiska {
    flex: 1;
    border: 1px solid rgba(25, 100, 126, 0.4);
    border-radius: var(--btn-border-radius);
    height: 50px;
    position: relative;
}
#FindForm_input_conteiner {
    height: 100%;
}
#FindForm_input {
    width: 100%;
    padding: 0 52px 0 23px;
    font-family: var(--font-base), sans-serif;
    font-size: 18px;
    line-height: 24px;
    box-sizing: border-box;
    height: 100%;
    border: none;
    background-color: transparent;
}

#FindForm_button {
    position: absolute;
    z-index: 1;
    height: 52px;
    width: 52px;
    cursor: pointer;
    background-image: url("/images/icons/find_icon.svg");
    background-repeat: no-repeat;
    aspect-ratio: 1;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    background-position: center;
    background-size: 20px 24px;
}
div.autolist {
    z-index: 5;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 51px;
    left: -1px;
    max-height: 465px;
    border: 1px solid rgb(212, 236, 239);
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
div.autolist p:hover {background-color: #eee;}
div.autolist p {
    display: flex;
    font-weight: 500;
    line-height: 36px;
    height: 42px;
    cursor: pointer;
    margin: 0;
    white-space: pre;
    align-items: center;
}
div.autolist p em {color: #666; font-weight: normal; font-size: 95%;}
div.autolist-image-1, div.autolist-image-2 {
    display: inline-block;
    background-repeat: no-repeat;
    width: 43px;
    height: 36px;
    background-size: 37px;
    background-position: center;
    opacity: 1;
}
div.autolist-image-1 {
    background-image: url('/images/icon_apparat.jpg');
}
div.autolist-image-2 {
    background-image: url('/images/icon_cartridge.jpg');
}
.autolist_selected_by_keyboard {background-color: #ccc;}
div.brand-find-filters {
    position: absolute;
    width: 260px;
    height: auto;
    left: -260px;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d4ecef;
    max-height: 60vh;
    overflow-y: scroll;
    z-index: 4;
    top: 51px;
}
.brand-filter-container {
    display: flex;
    height: 47px;
    align-items: center;
    column-gap: 11px;
    border-bottom: 1px solid #ebf9fb;
    cursor: pointer;
    transition: var(--transition-duration);
}
.brand-filter-container:hover .filter-icon:not(.selected) {
    background-color: #ebebeb;
}
.filter-icon {
    width: 18px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: inset 0 2px 3px #dddddd;
    background-color: #f5f5f5;
    margin: 0 9px 0 13px;
}
.filter-icon.selected {
    box-shadow: none;
    width: 18px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #04dcff;
    border: 4px solid #000000;
    box-sizing: border-box;
}
.brand-filter-image {
    background-repeat: no-repeat;
    height: 100%;
    flex: 1;
    background-size: 50%;
    background-position: left center;
}

.brand21 {background-size: 43%;}
.brand19 {background-size: 30%;}
.brand3 {background-size: 23%;}
.brand4 {background-size: 38%;}
.brand20 {background-size: 38%;}
.brand5 {background-size: 22%;}
.brand6 {background-size: 81%;}
.brand9 {background-size: 32%;}
.brand10 {background-size: 67%;}

@media (max-width: 910px) {
    div.brand-find-filters {
        width: 230px;
        left: -230px;
    }
}

@media (max-width: 560px) {
    div.autolist {
        top: 90px;
        width: auto;
        margin: 0 0 0 -20px;
        right: -20px;
    }
    div.brand-find-filters {
        width: auto;
        min-width: 100%;
        white-space: nowrap;
        left: -21px;
        right: -20px;
        height: 40px;
        top: 51px;
        padding: 0;
        display: block;
    }
    div.brand-find-filters.pretty-scroll-y {overflow-y: hidden;}
    div.brand-find-filters.pretty-scroll-y::-webkit-scrollbar {
        height: 0;
    }
    .filter-icon {
        display: none;
    }
    .brand-filter-container {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 -4px;
    }
    .autolist-part {
        height: 100%;
        line-height: 40px;
        padding: 0 7px;
        font-size: 14px;
    }
    .brand-filter-container.selected {
        background-color: var(--color-light-cyan);
        color: var(--color-dark-blue);
    }
    .brand-filter-image {
        background-size: 92%;
        background-position: center;
        width: 62px;
    }
    .brand3 {background-size: 81%;}
    .brand5 {background-size: 66%; width: 39px;}
    .brand6 {background-size: 100%; width: 110px;}
    .brand10 {background-size: 100%; width: 90px;}
    .brand8 {background-size: 100%; width: 80px;}
    .brand14 {background-size: 100%; width: 80px;}
    .brand15 {background-size: 100%; width: 80px;}
    .brand16 {background-size: 100%; width: 80px;}
    .brand17 {background-size: 100%; width: 80px;}
    .brand11 {background-size: 100%; width: 90px;}
}