:root {
    --red: #b21832;
    --p: "PP Nikkei Pacific";
    --i: "Inter"
}

html body.oveflow-h {
/*     overflow: hidden */
}

html body.admin-bar .bax__search {
    height: calc(100vh - 119px)
}

.search-form-box {
    cursor: pointer;
/*     z-index: 1111111 */
}

.bax__search {
    position: fixed;
    z-index: 1111111;
    width: 100%;
    height: calc(100vh - 87px);
    bottom: 0;
    padding-top: 30px;
    display: none
}

.bax__search.active,
.bax__search .live-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.bax__search .live-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    border-radius: 6px
}

.bax__search .live-search .live-search__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.bax__search .live-search .live-search__list::-webkit-scrollbar {
    display: none
}

.bax__search .live-search .live-search__list .live-search__item {
    max-height: 340px;
    min-height: 340px;
    height: 100%;
    overflow: hidden
}

.bax__search .live-search .live-search__list .live-search__item,
.bax__search .live-search .live-search__list .live-search__item .live-search__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative
}

.bax__search .live-search .live-search__list .live-search__item .live-search__link {
    text-decoration: none
}

.bax__search .live-search .live-search__list .live-search__item .live-search__media {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    background: #dfddd6;
    height: 224px;
    overflow: hidden
}

.bax__search .live-search .live-search__list .live-search__item .live-search__media img {
    position: absolute;
    height: auto;
    width: 100%
}

.bax__search .live-search .live-search__list .live-search__item .live-search__media.live-search__media--player {
    height: 264px
}

.bax__search .live-search .live-search__list .live-search__item .live-search__media.live-search__media--news {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.bax__search .live-search .live-search__list .live-search__item .live-search__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 16px;
    gap: 8px;
    height: 116px;
    min-height: 116px;
    max-height: 116px;
    background: #dfddd6
}

.bax__search .live-search .live-search__list .live-search__item .live-search__body .live-search__meta,
.bax__search .live-search .live-search__list .live-search__item .live-search__body .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 30px
}

.bax__search .live-search .live-search__list .live-search__item .live-search__body .live-search__meta .data,
.bax__search .live-search .live-search__list .live-search__item .live-search__body .live-search__meta time,
.bax__search .live-search .live-search__list .live-search__item .live-search__body .top .data,
.bax__search .live-search .live-search__list .live-search__item .live-search__body .top time {
    font: 400 12px/1.3em var(--p);
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bax__search .live-search .live-search__list .live-search__item .live-search__body .live-search__title {
    font: 800 20px/1.3em var(--p);
    color: #000;
    text-decoration: none;
    text-transform: uppercase
}

.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--player,
.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--staff {
    max-height: 76px;
    min-height: 76px;
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #dfddd6
}

.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--player .live-search__title--player,
.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--player .live-search__title--staff,
.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--staff .live-search__title--player,
.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--staff .live-search__title--staff {
    font: 800 20px/1.1em var(--p);
    color: #000
}

.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--player .live-search__kicker--player,
.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--player .live-search__kicker--staff,
.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--staff .live-search__kicker--player,
.bax__search .live-search .live-search__list .live-search__item .live-search__body.live-search__body--staff .live-search__kicker--staff {
    font: 800 14px/1.1em var(--i);
    color: #000
}

.bax__search .live-search .live-search__list .live-search__item.live-search__news {
    background: #dfddd6
}

.bax__search .live-search .live-search__box {
    width: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bax__search .live-search .live-search__box.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.bax__search .live-search .box_input {
    position: relative;
    width: 100%
}

.bax__search .live-search .box_input,
.bax__search .live-search .box_input .close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bax__search .live-search .box_input .close {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    right: 14px
}

.bax__search .live-search .box_input .close:hover svg path {
    stroke: var(--red)
}

.bax__search .icon-search {
    background: rgba(227, 226, 217, .8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEvSURBVHgBvZWNbcIwEIVfmSAjZIRsgDcgGzQbNBvABoySbhB1AtggbEA3oH7tszARLmc58EknK77LO/+egSfz9sBfeWu8bbzV+iZHb1/ePlHAztvZ20Xtwduo9iKbvL0jkzoSoeA6Ecf+IUpUwyg+acQtbHSKNyUJ4g3yaHBdxn9Hwulmr6lo9f82FcDRDyiDe8aZVKnsa5ThpOPmjr0cS3CW3i8rtdykI5bhhOg0rSLHN5aBOtU8wU1nITc6IcEJxpto4O5yOyR2PxMnnc3cwWlx90eUwXs0pZxbZbfWoDkdDJWAtaSkFk2PAmtcC561JrXIqKZxEk6Xa+oScewfFXfQfz3+HioTXZQoiIQXLX7p4urZq3+HDHjk9hKnDfpmYbx3OcNh6fFEmOQDr+AHbXxZEbOmtrsAAAAASUVORK5CYII=) no-repeat center left 14px
}

.bax__search input {
    margin-bottom: 0;
    color: #000;
    font: 500 16px/1.2em var(--i), sans-serif;
    border: none;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 56px;
    min-height: 33px;
    padding: 18px 40px 18px 50px;
    background-color: rgba(227, 226, 217, .8);
    background-image: rgba(0, 0, 0, 0);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

.bax__search input::-webkit-input-placeholder {
    color: #8d8c86;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font: 500 16px/1.2em var(--i), sans-serif
}

.bax__search input::-moz-placeholder {
    color: #8d8c86;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font: 500 16px/1.2em var(--i), sans-serif
}

.bax__search input:-ms-input-placeholder {
    color: #8d8c86;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font: 500 16px/1.2em var(--i), sans-serif
}

.bax__search input::-ms-input-placeholder {
    color: #8d8c86;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font: 500 16px/1.2em var(--i), sans-serif
}

.bax__search input::placeholder {
    color: #8d8c86;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font: 500 16px/1.2em var(--i), sans-serif
}

.bax__search input:focus::-webkit-input-placeholder {
    color: #8d8c86;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.bax__search input:focus::-moz-placeholder {
    color: #8d8c86;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.bax__search input:focus:-ms-input-placeholder {
    color: #8d8c86;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.bax__search input:focus::-ms-input-placeholder {
    color: #8d8c86;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.bax__search input:focus::placeholder {
    color: #8d8c86;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.bax__search #live-search-input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.bax__search #live-search-input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.bax__search .live-search__input-wrap {
    position: relative;
    display: inline-block;
    width: 100%
}

.bax__search .live-search__input-wrap>#live-search-input {
    width: 100%;
    padding-right: 120px
}

.bax__search .live-search__clear {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background: none;
    font: inherit;
    cursor: pointer;
    opacity: .8;
    padding: 4px 8px;
    line-height: 1;
    white-space: nowrap
}

.bax__search .live-search__clear:hover {
    color: var(--red)
}

.bax__search .live-search__clear[hidden] {
    display: none
}

@media (max-width:600px) {
    .bax__search .live-search {
        padding: 12px;
        gap: 16px
    }
    .bax__search .live-search .live-search__list {
        grid-template-columns: 1fr;
        gap: 12px
    }
    .bax__search .live-search .live-search__list .live-search__item {
        border-radius: 6px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bax__search .live-search .live-search__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:601px) and (max-width:991px) {
    .bax__search .live-search .live-search__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:991px) {
    .bax__search .live-search .live-search__list .live-search__item .live-search__body .live-search__title {
        font: 800 18px/1.3em var(--p)
    }
}

.bax__search .live-search__empty{
  color: #fff;
  font: 500 16px / 1.2em var(--i), sans-serif;
}
