.custom-select{font-size:16px;color:#222740;letter-spacing:-.38px;border:1px solid #dce0ea;background-color:#fff;border-radius:5px;cursor:pointer;position:relative;display:inline-block;min-width:180px;margin-bottom:20px;min-height:66px}.custom-select:after{content:"";width:17px;height:9px;background-image:url(../img/arrow.e6ca22ff.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;position:absolute;top:29px;-webkit-transform:rotate(180deg);transform:rotate(180deg);right:15px;z-index:1}.custom-select__selected-option{padding:22px;min-height:62px;position:relative;z-index:2}.custom-select--active{border-bottom-right-radius:0;border-bottom-left-radius:0}.custom-select--active:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.custom-select__dropdown{position:absolute;z-index:5;background-color:#fff;border:1px solid #c3cbde;border-bottom-right-radius:5px;border-bottom-left-radius:5px;min-width:180px;left:-1px;border-top:none}.custom-select__option{border-top:1px solid #c3cbde;padding:22px}.custom-select__option:hover{background-color:rgba(21,75,189,.05);color:#ed5e42;cursor:pointer}