.fake-select{background:#c5e5db;color:#001430;width:100%;cursor:pointer;display:block;margin:0;position:relative;padding:0;text-align:right;direction:rtl;border-radius:8px}.fake-select.last{border:none}.fake-select .fake-select-title{position:relative;text-align:right;padding:15px;overflow:hidden;white-space:nowrap}.fake-select .fake-select-title:before{-webkit-transform:rotate(0);transform:rotate(0);position:absolute;content:"";top:21px;left:10px;width:0;height:0;border:7px solid transparent;border-color:#001430 transparent transparent transparent;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s;-webkit-transform-origin:top;transform-origin:top}.fake-select.opened .fake-select-title:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:23px}.fake-select .fake-select-options{max-height:0;overflow:hidden;-webkit-transition:max-height .4s;transition:max-height .4s;position:absolute;top:45px;left:0;background:0 0;width:100%;z-index:9999}.fake-select.opened .fake-select-options{max-height:250px;overflow-y:auto;background:#fff;color:#001430;height:auto;border:1px solid #001430}.fake-select.opened .fake-select-options .fake-option{padding:15px;color:#214254;padding:12px 16px;border:1px solid transparent;border-color:transparent transparent #001430 transparent;cursor:pointer;font-size:18px}.fake-select.opened .fake-select-options .fake-option:last-of-type{border:none}.fake-select.opened .fake-select-options .fake-option.selected,.fake-select.opened .fake-select-options .fake-option:hover{background:#dce1e4}.fake-select.opened .fake-select-options .fake-option .star::after{content:'';color:#fcba24;content:"\2605";display:inline-block}@media (max-width:1200px){.fake-select{font-size:20px}.fake-select .fake-select-title{padding:10px 5px;margin-bottom:0;font-weight:700}.fake-select .fake-select-options{top:37px}.fake-select.opened .fake-select-options .fake-option{font-size:18px;padding:5px}.fake-select .fake-select-title:before{top:18px;left:5px;border:5px solid transparent;border-color:#001430 transparent transparent transparent}.fake-select.opened .fake-select-title:before{top:20px}}@media (max-width:991px){.fake-select{font-size:18px;height:100%;border-radius:5px}.fake-select .fake-select-title{padding:10px 5px;margin-bottom:0;font-weight:700}.fake-select .fake-select-options{top:33px}.fake-select.opened .fake-select-options .fake-option{font-size:14px;padding:5px}.fake-select .fake-select-title:before{top:15px;left:5px;border:5px solid transparent;border-color:#001430 transparent transparent transparent}.fake-select.opened .fake-select-title:before{top:18px}}