#ajax-spinner{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3) url(../../images/frontend/spinner.svg) 50% 40% no-repeat;z-index:123456;color:green}.autocomplete-suggestions{border:1px solid #999;background:#fff;overflow:auto}.autocomplete-suggestion{padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer}.autocomplete-selected{background:#f0f0f0}.autocomplete-suggestions strong{font-weight:400;color:#39f}.autocomplete-group{padding:2px 5px}.autocomplete-group strong{display:block;border-bottom:1px solid #000}@media (max-width:767px){#idea-popup.idea-popup__v2{padding:15px 35px;overflow:auto;bottom:auto!important;top:15px;max-height:92%}}.subcategories .subcategories__item{border:1px solid #e9e9e9;font-size:16px;display:flex;align-items:center;text-transform:uppercase;transition:all .25s ease-in}.subcategories .subcategories__item:hover{background:rgba(153,199,43,.1)}.subcategories .subcategories__item__icon{height:50px;width:50px;display:flex;align-items:center;padding:5px}.subcategories .subcategories__item__icon img{max-height:100%;max-width:100%}.cursor-pointer{cursor:pointer}.tree__category__arrow{background:url(../../../frontend/src/images/icons/menu-sipka.png) no-repeat center;transform:rotate(180deg);position:absolute;width:35px;height:25px;margin-left:15px;cursor:pointer;transition:all .25s ease-in}.tree__category__arrow.collapsed{transform:rotate(0)}.tree__category__arrow:hover{opacity:.6}
@media (max-width: 992px) {
	.autocomplete-suggestions--mobile-fixed {
		position: fixed !important;
		top: auto !important;
		bottom: 70px !important;
		z-index: 999999;
		background: #FFF;
		overflow: auto;
	}
}
