.app-combo-box__area,.app-combo-box__wrapper{position:relative;width:100%}.app-combo-box__area{z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--color-bg-03);border:1px solid var(--color-border-05);border-radius:var(--base-select-border-radius)}.app-combo-box__area.disabled{opacity:.5;pointer-events:none}.app-combo-box__area:after{position:absolute;top:var(--base-select-icon-top);right:12px;width:24px;height:9px;background:url(https://cdnsnet.mncdn.com/facelift/assets/img/icons/svg/chevron-down.svg) 100% no-repeat;background-size:24px 24px;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;content:"";pointer-events:none}.app-combo-box__area--filled .app-combo-box__label.formLabel{top:var(--base-input-focus-label-top);font-size:var(--font-size-text-10)}@media (min-width:768px){.app-combo-box__area--filled .app-combo-box__label.formLabel{top:var(--base-input-focus-label-top)}}.app-combo-box__area--filled .app-combo-box__selected{position:relative;top:0;height:100%;padding:18px 40px 0 16px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.app-combo-box__area--filled:after{top:var(--base-select-icon-top);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.app-combo-box__area--focused{border:1px solid var(--color-border-03);border-bottom:1px solid rgba(0,0,0,0);border-radius:var(--base-select-border-radius) var(--base-select-border-radius) 0 0}.app-combo-box__area--focused .app-combo-box__label.formLabel{color:var(--color-brand-01)}.app-combo-box__area--focused:after{top:var(--base-select-icon-top);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.app-combo-box__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-width:164px;min-height:58px;cursor:pointer}.app-combo-box__label{padding:0 40px 0 16px;color:var(--color-text-09);font-weight:400;pointer-events:none}.app-combo-box__label.formLabel{position:absolute;top:var(--base-input-label-top);width:90%;font-size:var(--font-size-text-6);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;font-weight:400!important}@media (min-width:768px){.app-combo-box__label.formLabel{top:var(--base-input-label-top);font-size:var(--font-size-text-5)}}.app-combo-box__checkedList{position:absolute;right:-1px;width:calc(100% + 2px);background-color:var(--color-bg-03);border:1px solid var(--color-border-03);border-top:unset;border-radius:0 0 var(--base-select-border-radius) var(--base-select-border-radius)}@media (min-width:768px){.app-combo-box__checkedList{-webkit-box-sizing:unset;box-sizing:unset;width:100%}}.app-combo-box__checkedListActions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px;border-top:1px solid var(--color-border-01)}.app-combo-box__checkedListActionsButton{min-width:113px;height:47px}.app-combo-box__selectedListInfo{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:16px;border-top:1px solid var(--color-border-01)}.app-combo-box__selectedListInfo,.app-combo-box__warningContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-combo-box__warningContent{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-combo-box__warningContent .app-button{margin-left:8px}@media (max-width:991.98px){.app-combo-box__warningContent .app-button{margin-top:4px;margin-left:0}}.app-combo-box__warningContent .app-button__title{font-size:var(--font-size-text-7);font-weight:400!important}.app-combo-box__warningContent .app-button__title,.app-combo-box__warningContentInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-combo-box__warningContentInfo{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991.98px){.app-combo-box__warningContentInfo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.app-combo-box__warningContentText{padding-top:16px;color:var(--color-text-01);font-size:var(--font-size-text-8);font-weight:400!important}.app-combo-box__appCheckBox{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:64px;padding-left:16px;border-top:1px solid var(--color-border-01)}.app-combo-box__appCheckBox label{width:100%}