.form-container__item{display:flex;justify-content:flex-start;align-items:center}.form__checkbox{position:absolute;top:0;left:0;width:24px;height:24px;background:#fff;opacity:0}.form__checkbox+span.form__checkbox-mask{position:relative;height:24px;padding-left:34px}.form__checkbox:not(:checked)+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-color:#fff;border:2px solid #e1e2e6;border-radius:4px;content:""}.form__checkbox:checked+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-size:60%;border:2px solid #e30611;border-radius:4px;content:""}.form__input-text{height:44px;padding:0 10px;box-sizing:border-box;font-size:14px;line-height:44px;color:#9198a0;border:2px solid #e2e5eb;border-radius:4px}.button-open-filters{position:relative;width:44px;height:44px;border:2px solid #e6e8f0}.button-open-filters:active{color:#fff;background-color:#001424;border-color:transparent}.button-open-filters:active .button-open-filters__icon,.button-open-filters:active .button-open-filters__text{color:#fff}@media only screen and (min-width:320px) and (max-width:767px){.button-open-filters{padding:0}}@media only screen and (min-width:768px){.button-open-filters{display:flex;justify-content:space-between;align-items:center;width:auto;padding:0 16px}}.button-open-filters__text{position:relative;z-index:2;display:none;margin-right:30px}@media only screen and (min-width:768px){.button-open-filters__text{display:block}}.button-open-filters__icon{color:#9198a0}.button-open-filters__icon,.button-open-filters__svg{position:relative;z-index:2}.button-open-filters__selected{position:absolute;top:4px;right:4px;z-index:2;display:block;width:8px;height:8px;background-color:#e30611;border-radius:50%}