.choose-heading-block .choose-heading__selector .selector_custom {
    width: 384px;
    max-width: 100%;
    border: 1px #dedede solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.selector_custom {
    position: relative;
}

.selector_custom .selector-menu__item.selected {
    background-color: #f3f3f3;
    color: #333;
}

.selector_custom .selector-menu__item:hover {
    background-color: #f3f3f3;
    color: #333;
}

.selector_custom .selector-menu__item {
    position: relative;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 1px;
    line-height: 1.3;
    min-height: 44px;
    color: #666;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

.selector_custom .selector-menu.-open {
    opacity: 1;
    pointer-events: all;
    display: block;
    -webkit-transition: opacity .3s ease .1s;
    -o-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-webkit-calc(100% + 5px));
    -ms-transform: translateY(calc(100% + 5px));
    transform: translateY(calc(100% + 5px));
}
.selector_custom .selector-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 3;
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    opacity: 0;
    pointer-events: none;
    background: #f3f3f3;
    border: none;
    -webkit-transition: opacity .3s ease, border 0s ease;
    -o-transition: opacity .3s ease, border 0s ease;
    transition: opacity .3s ease, border 0s ease;
    will-change: auto;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    height: 225px;
    display: none;
    overflow: hidden;
}

.selector_custom .selector-menu.-open {
    opacity: 1;
    pointer-events: all;
    display: block;
    -webkit-transition: opacity .3s ease .1s;
    -o-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-webkit-calc(100% + 5px));
    -ms-transform: translateY(calc(100% + 5px));
    transform: translateY(calc(100% + 5px));
}
.selector_custom .selector-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 3;
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    opacity: 0;
    pointer-events: none;
    background: #f3f3f3;
    border: none;
    -webkit-transition: opacity .3s ease, border 0s ease;
    -o-transition: opacity .3s ease, border 0s ease;
    transition: opacity .3s ease, border 0s ease;
    will-change: auto;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    height: 225px;
    display: none;
    overflow: hidden;
}


.fakeScroll {
    overflow: visible!important;
}


.fakeScroll__bar:hover {
    background: rgba(255,255,255,.55);
}
.fakeScroll__bar {
    position: relative;
    background: rgba(255,255,255,.4);
    width: 100%;
    border-radius: 4px;
    right: 0;
    top: 0;
    z-index: 0;
    transition: background .1s;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.fakeScroll__content {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-width: none;
}

.fakeScroll__wrap {
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}

.selector_custom .selector-menu .fakeScroll__track .fakeScroll__bar:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    margin: auto;
    background: #bdbdbd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.selector_custom .selector-menu.-open + .selector-block .button:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.selector_custom .selector-menu__item.selected:before {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    margin: auto 10px auto 0;
    content: "";
    width: 15px;
    height: 8px;
    border-bottom: 3px solid #FF2838;
    border-left: 3px solid #FF2838;
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}