.search-view{width:100%}.search-view__search{position:relative;display:flex;align-items:center;z-index:2;background:#222;margin-bottom:20px}@media(max-width:991px){.search-view__search{min-width:0;width:100%;margin-top:15px;margin-bottom:0}}@media(max-width:767px){.search-view__search{margin-top:10px}}.search-view__ctrl{display:flex;align-items:center;margin-bottom:8px}@media(max-width:991px){.search-view__ctrl{margin-top:10px;margin-bottom:-10px}}.search-view__ctrl-item{padding:8px 12px;color:#868586;font-size:12px;text-transform:uppercase;transition:.4s}.search-view__ctrl-item:first-child{margin-left:-12px}.search-view__ctrl-item:hover{cursor:pointer;color:#f8e5ad}.search-view__ctrl-item_active{color:#f8e5ad;text-shadow:0 0 10px #f8e5ad;cursor:default;pointer-events:none}.search-view .friends-filter{display:flex;flex-direction:column;margin-bottom:20px}.search-view .friends-filter .friends-filter__ctrl{margin-top:9px}.search-view .friends-filter .friends-filter__content{display:flex}.search-view .friends-filter .friends-filter__content .friends-filter__item .friends-filter__item-title{font-size:10px}.search-view .friends-filter .friends-filter__content .friends-filter__item:first-child{margin-right:20px}.search-view .friends-filter .friends-filter__content .friends-filter__reset{display:none}.search-view__search-icon{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;height:35px;flex:none;border:0;background:none;z-index:2}@media(max-width:991px){.search-view__search-icon{left:10px;top:-1px}}.search-view__search-input{background:none;border:0;max-width:250px;width:100%;height:35px;border-bottom:1px solid #e0c876;padding:0 15px 0 25px;color:#fff;font-size:12px}@media(max-width:991px){.search-view__search-input{max-width:100%;border:1px solid #434343;padding:0 15px 0 28px}}.search-view__search-input::-moz-placeholder{color:hsla(0,0%,100%,.5);opacity:1}.search-view__search-input::placeholder{color:hsla(0,0%,100%,.5);opacity:1}.search-view .person-item{display:flex;align-items:center;justify-content:flex-start;text-decoration:none;padding:10px 15px}@media(max-width:991px){.search-view .person-item{padding:0;height:60px;margin-top:30px}.search-view .person-item:first-child{margin-top:10px}.search-view .person-item:hover{background:transparent!important}}.search-view .person-item:hover{background:#202020}.search-view .person-item:hover div div{color:#f8e5ad}.search-view .person-item-leader-type{display:flex;align-items:center;margin-top:10px}.search-view .person-item-leader-type__icon{width:18px;height:18px;fill:#222;margin-right:7px}.search-view .person-item-num{color:#4b4b4b;font-size:11px;margin-right:10px;display:flex;min-width:6.48px;max-width:10px;width:100%;text-align:center}.search-view .person-item-photo{height:80px;width:80px;object-fit:cover;margin-right:15px}.search-view .person-item-info_name{color:#fff;font-size:18px;transition:.4s}.search-view .person-item-info_desc{display:block;color:#b3b3b3;font-size:12px;margin-top:5px}.search-view .person-item-info__is-celebrity{position:relative;top:-3px;left:3px;width:12px;height:12px;fill:#f8e5ad}.search-view .result{padding-right:13px;position:relative;height:calc(var(--vh, 1vh)*100 - 170px)}@media(max-width:991px){.search-view .result{height:calc(var(--vh, 1vh)*100 - 276px);padding-bottom:30px}}.search-view .result .loading{position:static;margin:15px 0;background:#222}@media(max-width:991px){.search-view .result .loading{background:transparent;margin:15px 0 0 0}}.search-view .result .no-result{color:#565656}