.custom-select{display:flex;flex-wrap:wrap}.custom-select .custom-select__label{color:#adb6bf;font-size:12px;line-height:15px;margin-bottom:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.custom-select .custom-select__input{cursor:pointer;width:100%}.custom-select .custom-select__input.custom-select--is-disabled{cursor:default;opacity:.5;pointer-events:none}.custom-select .custom-select__option-wrapper{cursor:pointer;position:relative}.custom-select .custom-select__option-wrapper.selected.reset svg{fill:#fff;stroke:#fff;pointer-events:none}.custom-select .custom-select__option-wrapper.reset .custom-select__option{padding-right:25px}.custom-select .custom-select__option-wrapper.reset svg{height:14px;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:14px;fill:#000;stroke:#000}.custom-select .custom-select__option-wrapper.placeholder{display:none}.custom-select .custom-select__option-wrapper.shadowed{cursor:default;opacity:.5;pointer-events:none}.custom-select .custom-select__option{background-color:#e8f2f4;color:#3c4856;cursor:pointer;font-size:14px;font-weight:400;line-height:17px;padding:11px 15px 13px}.custom-select .custom-select__option.custom-select__option--is-selected{background-color:#3c4856;color:#fff}.custom-select .custom-select__menu-list{padding:0}.custom-select .custom-select__single-value{color:#3c4856;font-size:14px;font-weight:400;line-height:17px;margin-left:0;margin-right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select .custom-select__value-container{padding:0}.custom-select .custom-select__control{background-color:#e8f2f4;border:0;border-radius:15px;box-shadow:none;cursor:pointer;padding:11px 15px 13px;transition:border-radius .2s ease}@media (min-width:1px) and (max-width:1440px){.custom-select .custom-select__control{padding-bottom:11px;padding-top:10px;width:100%}}.custom-select .custom-select__control--menu-is-open{border-radius:15px 15px 0 0}.custom-select .custom-select__control--menu-is-open .custom-select__indicator{transform:rotate(180deg)}.custom-select .custom-select__indicator{align-items:center;background-color:#3c4856;border-radius:50%;color:#fff;display:flex;height:18px;justify-content:center;padding:0;transition:color .3s ease,transform .3s ease;width:18px}.custom-select .custom-select__indicator svg{height:20px;width:14px}.custom-select .custom-select__indicator-separator{display:none}.custom-select .custom-select__menu{background-color:#e8f2f4;border-radius:0 0 15px 15px;box-shadow:0 9px 11px 0 rgba(0,0,0,.18);margin:0;overflow:hidden;width:100%}.custom-select .custom-select__check{align-items:center;border:1px solid #adb6bf;border-radius:.36765vw;display:none;height:1.47059vw;justify-content:center;pointer-events:none;position:absolute;right:1.47059vw;top:50%;transform:translateY(-50%);transition:border-color .3s ease,background-color .3s ease;width:1.47059vw}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__check{border-radius:vwm(5);height:vwm(20);right:vwm(20);width:vwm(20)}}.custom-select .custom-select__check svg{height:80%;width:80%;fill:#fff;opacity:0;transition:opacity .3s ease}._custom-select .sandbox{display:flex}._custom-select .sandbox-app{display:flex;flex-direction:column;padding-right:20px;width:70%}._custom-select .sandbox-controls{display:flex;flex-direction:column;width:30%}