

/* Start:/local/templates/dombilet2.0/components/bitrix/catalog.smart.filter/afisha_d_v2/style.css?17852486754753*/
.js-filter-control[v-cloak] {
	display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
    padding: 10px;
    background: #f8f8f8;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.25;
    letter-spacing: 0;
    color: var(--main-color);
    border: 0.0625rem solid #dcdfe6;
    background-color: var(--light-color);
    border-radius: var(--border-radius);
}

.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 1rem;
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.3);
    z-index: 41;
    color: #000;
    min-width: 100%;
    top: 4.0625rem;
    left: 0;
    background-color: var(--light-color);
    border: 0.0625rem solid #dcdfe6;
    padding: 0.625rem 0 0.3125rem 0;
    max-height: 155px;
}

.dropdown-menu::-webkit-scrollbar {
    display: none;
    /* Для Chrome, Safari, Opera */
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -0.4375rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.4375rem solid transparent;
    border-right: 0.4375rem solid transparent;
    border-bottom: 0.4375rem solid var(--light-color);
    filter: drop-shadow(0 0 0.1875rem rgba(0, 0, 0, 0.5));
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3.125rem;
    height: 0.3125rem;
    background-color: var(--light-color);
}

.dropdown-menu.show {
    display: block;
    padding-left: 8px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

.dropdown-item:hover {
    color: var(--orange-color);
}

.dropdown-item.selected::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 1rem;
    height: 1rem;
    margin-right: 0.40625rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/templates/dombilet/assets/css/../img/icons/check-or.svg);
}

.city-item{
    padding-left: 24px !important;
}

.country-item{
    font-weight: bold;
}

.dropdown-item.selected {
    position: relative;
    color: var(--orange-color);
}

.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    white-space: nowrap;
    align-items: center;
}

.selected-tags .tag{
    padding-top: 8px;
    padding-bottom: 8px;
}

.selected-tags:after {
    content: "";
    align-self: stretch;
    flex: 0 0 1rem;
    transition: var(--main-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/local/templates/dombilet/assets/css/../img/icons/select.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 38%;
    width: 16px;
    height: 16px;
}

.tag {
    color: var(--main-grey-color);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: 0;
    text-align: center;
    max-width: 8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.3125rem 0.625rem;
    white-space: nowrap;
    background-color: #f4f4f5;
    border-radius: 1rem;
    cursor: pointer;
    flex-shrink: 0;
}

.dropdown-toggle.show {
    border: 0.0625rem solid var(--orange-color);
}

#citySelection .dropdown-toggle{
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 0;
    color: var(--orange-color);
    text-align: left;
    border: none;
    background-color: inherit;
    cursor: pointer;
    width: 100%;
    border-radius: 0;
    white-space: nowrap
}

.dropdown-item{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

#citySelection .dropdown-menu{
    width: 200px;
    padding-top: 5px;
}

#citySelection .selected-tags:after{
    flex: 0 0 1.25rem;
    background-image: url(/local/templates/dombilet/assets/css/../img/icons/arrow-down.svg);
    margin-left: .375rem;
    font-size: 1.75rem;
    right:-10px;
}

.dropdown-menu[data-simplebar]{
    position: absolute;
}

.citySelection .dropdown-toggle{
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 0;
    color: var(--orange-color);
    text-align: left;
    border: none;
    background-color: inherit;
    cursor: pointer;
    width: 100%;
    border-radius: 0;
    white-space: nowrap;
}

.title__span{
    cursor: pointer;
}

/* End */
/* /local/templates/dombilet2.0/components/bitrix/catalog.smart.filter/afisha_d_v2/style.css?17852486754753 */
