@-webkit-keyframes rotate-spin{from{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-spin{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.rotate-spin{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.c-search-form button{border:none;padding:0;background:none}.c-search-form button img{background:#494949;padding:7px;border-radius:50%;width:42px}@media (max-width:1199.98px){.c-search-form button img{width:34px}}@media (max-width:767.98px){.c-search-form__load-searches{display:none}}.c-search-form__results{background:#f8f8f8;border-radius:0 0 20px 20px;box-shadow:0 16px 30px -10px rgba(0,0,0,.2),0 12px 24px -20px rgba(0,0,0,.2);max-height:360px;overflow-y:auto;overflow-x:hidden;position:relative}@media (max-width:575.98px){.c-search-form__results{border-radius:0;box-shadow:0 46px 24px -20px rgba(0,0,0,.5)}}.c-search-form__results-wrapper{position:absolute;top:70px;left:0;z-index:99;display:none;width:100%}.c-search-form__results-container{margin:0 20px}.c-search-form__element{border-bottom:1px dashed rgba(151,151,151,.5);padding:10px 0;transition:all ease-in-out 0.25s;display:flex;align-items:center}.c-search-form__element:hover{cursor:pointer;background:#f2f2f2}.c-search-form__element.selected{background:#f2f2f2}.c-search-form__element:last-child{border:none}.c-search-form__load-searches-wrapper .js-searches-list{position:absolute;right:0;top:100%;z-index:1}.c-search-form__load-searches-wrapper .c-popover__wrapper:before,.c-search-form__load-searches-wrapper .c-popover__wrapper:after{right:14px;left:auto}.c-search-form__element-title{font-size:.875em;color:#343434;font-weight:700}.c-search-form__element-title strong{text-decoration:underline}.c-search-form__element-type{font-size:.625em;margin:0;color:#f60;font-weight:700;text-transform:uppercase}.c-search-form__no-results{border-bottom:1px solid #ddd;padding:10px 15px;text-align:center;font-size:.75em;text-transform:uppercase;color:#4a4a4a;font-weight:900}.c-search-form__image img{border-radius:50%;width:60px;height:60px;object-fit:cover}.c-search-form__info{flex:1;margin-left:15px}.c-search-form__all-results{text-transform:uppercase;font-size:1em;color:#fff;font-weight:700;background:#f60;border-radius:25px;padding:5px;width:calc(100% - 30px);display:block;text-align:center;margin:15px auto;line-height:1;display:flex;align-items:center;justify-content:center;min-height:44px;color:#fff}.c-search-form__all-results:hover,.c-search-form__all-results:active,.c-search-form__all-results:focus,.c-search-form__all-results:visited{color:#fff}.c-search-form__all-results .plus{font-size:1.875em;font-weight:400;position:relative;top:-2px;left:8px}