.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}.collections{display:flex;flex-wrap:wrap;align-items:center;margin:0 -8px -8px 0}@media only screen and (min-width:768px){.collections{margin:0 -12px -12px 0}}.collections__item,.collections__item-btn{flex-shrink:0;padding:0 8px 8px 0}.collections__item-btn:last-child,.collections__item:last-child{padding-right:0}@media only screen and (min-width:768px){.collections__item,.collections__item-btn{padding:0 12px 12px 0}}.collections__item-btn svg,.collections__item svg{margin-left:4px;fill:currentColor}.collections__item-wrapper{display:flex;justify-content:center;align-items:center;height:28px;padding:0 12px;font-family:MTSSans-Medium,Arial,Helvetica,sans-serif;color:#001424;background-color:transparent;border:2px solid #e1e2e6;border-radius:16px;transition:border-color .3s,background-color .3s;font-size:.75rem;line-height:1rem}.collections__item-wrapper:hover{border-color:#9198a0;cursor:pointer}.collections__item-wrapper:focus{outline:none}.collections__item-wrapper:active{background-color:#f2f3f7;border-color:#f2f3f7}@media only screen and (min-width:768px){.collections__item-wrapper{height:32px;font-size:.875rem;line-height:1.25rem}}.collections__item-btn{padding:0;background-color:transparent;border:none}