:root{--font-3:"Mabry",sans-serif;--whitegray:#f7f7f7;--blackLight:#3a3a3a}.custom-select{position:relative;width:100%}.custom-select__val{background:#fff;border-radius:5px;color:#7d7d7d;cursor:pointer;display:flex;font-size:16px;justify-content:space-between;line-height:140%;padding:10px 16px}.custom-select__val img{transition:transform .2s ease;width:16px}.custom-select.custom-select_active .custom-select__list{opacity:1;pointer-events:all}.custom-select.custom-select_active .custom-select__val img{transform:rotateX(180deg)}.custom-select__list{background:#fff;border:1px solid #dbdbdb;border-radius:5px;bottom:-3px;opacity:0;pointer-events:none;position:absolute;transform:translateY(100%);transition:opacity .2s ease;width:100%}.custom-select__btn{border-bottom:1px solid #f1efeb;font-size:16px;font-weight:400;line-height:140%;padding:10px 16px;text-align:left;width:100%}@media(hover:hover){.custom-select__btn:hover{background:#f1efeb}}
