.select{font-size:16px;font-weight:700;line-height:19.09px;letter-spacing:-.04em;color:#000;cursor:pointer;background:transparent;border:none;outline:none;display:flex;align-items:center;justify-content:center;gap:7px;position:relative}.select:before{content:url(/location.svg);padding-top:0}.select:after{content:url(/chevron-down.svg);font-size:12px;margin-top:5px}.options{display:flex;flex-direction:column;position:absolute;top:66px;left:10px;width:200px;height:336px;border-radius:7px;background:#fff;padding:20px 0 20px 5px;z-index:150;box-shadow:0 10px 10px 1px rgba(0,0,0,.12)}.options .option{cursor:pointer;font-size:14px;font-weight:400;line-height:16.71px;text-align:left;z-index:50;padding:3.5px 20px;display:flex;align-items:center;justify-content:space-between}.options .option:after{content:url(/select-right-light.svg)}.options .option .regions{display:none;position:absolute;left:160px;width:180px;background:#fff;box-shadow:0 10px 10px 1px rgba(0,0,0,.12);border-radius:7px;padding:20px 5px;top:20px}.options .option .regions span{padding:3.5px 20px;color:#000;border-radius:3px}.options .option .regions .activeRegion,.options .option .regions span:hover{background:rgba(56,185,139,.1);color:#38b98b}.options .option:hover .active-region{display:flex;flex-direction:column}.options .active{background:rgba(56,185,139,.1);color:#38b98b}.options .active:after{content:url(/select-right-active.svg)}.hidden-options{display:none}header{position:fixed;top:0;height:64px;flex-direction:column;justify-content:center;box-shadow:0 0 5px 0 #f1f1f1;z-index:200;background:#fff}header,header .nav-content{width:100%;margin-left:auto;margin-right:auto;display:flex;align-items:center}header .nav-content{justify-content:space-between;max-width:500px}header .nav-content a{color:#131313;font-family:Righteous;font-size:40px;font-weight:400;letter-spacing:-.8px}header .nav-content nav{display:flex;align-items:center;justify-content:center;height:38px;border-radius:10px;padding:0 10px;background:#ffec41}