.icon-search-type {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.icon-search-type.active {
    transform: rotate(180deg);
    transition: .4s;
}
.b-search__search-type-menu .b-search__search-type-menu-list {
    list-style-position: inside;
    display: block;
}
.b-search__search-type-menu {
    position: absolute;
    top: 56px;
    left: 0;
    border: 1px solid #DEE1E2;
    width: 100%;
    background: white;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .5s;
}
.b-search__search-type-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.b-search__search-type-menu .b-search__search-type-menu-item.active:before {
    background:none;
    content: "•";
    position: absolute;
    left: 13px;
    font-size: 20px;
    top: 5px;
}
.b-search__search-type-menu-item, .b-search__search-type-menu-link {
    list-style: none;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    position: relative;
}

.b-search__search-type-menu-item.active:before{
    content: "•";
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 5px;
}

.catalog_modal .b-search__search-type-menu {
    z-index: 1001;
    bottom: -175px;
}
.catalog_body .b-search__search-type-menu {
    width: calc(100% - 10px);
    bottom: -175px;
}

.second_header_wrapper .b-search__search-type-menu {
    bottom: -175px;
}

.index .index_search input[type="search"],
.catalog_popup_head_search input[type="search"],
.header_search input[type="search"],
.catalog_body_head_seacrh input[type="search"]{
    font-size: 13px;
}
@media(max-width:767px) {
    .modal_search_wrapper .b-search__search-type-menu {
        width: calc(100% - 40px);
    }
    .modal_search_wrapper .icon-search-type {
        right: 50px;
    }
}
