.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}.sorting-menu{position:relative;width:100%}@media only screen and (min-width:768px){.sorting-menu{width:240px}}.sorting-menu .modal-component__container{padding:0;border-radius:4px;overflow:hidden}.sorting-menu__button{display:flex;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 16px;box-sizing:border-box;font-family:MTSSans-Medium,Arial,Helvetica,sans-serif;background:#fff;border:2px solid #e6e8f0;border-radius:4px;font-size:.875rem;line-height:1.25rem}.sorting-menu__button:hover{border-color:#71767e}@media only screen and (min-width:768px){.sorting-menu__button{margin-top:0;margin-bottom:0}}.sorting-menu__button--active,.sorting-menu__button.sorting-menu__button--active,.sorting-menu__button:focus{border-color:#0097fd}.sorting-menu__button--active .sorting-menu__icon{transform:rotate(180deg)}.sorting-menu__modal{top:44px;right:0;width:100%}.sorting-menu__modal .modal-component__container{padding:0;border-radius:4px;overflow:hidden}.sorting-menu__item{padding:12px 16px;font-family:MTSSans-Medium,Arial,Helvetica,sans-serif;text-align:left;cursor:pointer;font-size:.875rem;line-height:1.25rem}.sorting-menu__item--selected,.sorting-menu__item.active,.sorting-menu__item:hover{background:#f2f3f7}