.dd{position:relative}.dd:has(.-active) .dd__value_icon{rotate:180deg}.dd__value{align-items:center;background:transparent;border:none;color:var(--blue);cursor:pointer;display:flex;font-weight:600;line-height:1.37;outline:none;white-space:nowrap}.dd__value_icon{margin-left:10px;transition:all .3s ease}.dd__value_icon svg{width:15px;fill:transparent;height:15px}.dd__list,.dd__value_icon.-mobile{display:none}.dd__list{background-color:var(--white);border-radius:20px;box-shadow:0 4px 16px #13336714;flex-direction:column;left:0;padding:20px 12px;position:absolute;top:calc(100% + 10px);z-index:90}.dd__list.-active{display:flex}.dd__option{border-radius:12px;color:var(--blue);cursor:pointer;display:block;font-size:14px;font-weight:700;line-height:14px;padding:12px 36px 12px 16px;position:relative;transition:all .3s ease;white-space:nowrap;z-index:auto}.dd__option:hover{background-color:#5383c71a}.dd__option.-selected{color:#000}.dd__option.-selected:after{background-color:#000;color:#000;content:"";display:block;height:13px;-webkit-mask-image:url(../nuxt/icons/check.svg);mask-image:url(../nuxt/icons/check.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:14px;mask-size:14px;position:absolute;right:16px;top:13px;width:15px}@media screen and (max-width:1024px){.dd:has(.-active) .dd__value_icon{rotate:0deg}.dd:has(.-active):before{background-color:#161e254d;content:"";top:0;right:0;bottom:0;left:0;pointer-events:auto;position:fixed;z-index:75}.dd__value{gap:12px}.dd__value_icon{height:20px;margin:0}.dd__value_icon svg{height:20px;width:20px}.dd__value_icon.-desktop{display:none}.dd__value_icon.-mobile{display:block}.dd__list{border-bottom-left-radius:0;border-bottom-right-radius:0;bottom:0;box-shadow:0 0 5px #161e2533;height:-moz-fit-content;height:fit-content;left:50%;position:fixed;top:auto;transform:translate(-50%);width:100%}.dd__list.-active{animation:listShowMobile .3s ease normal}}@media screen and (max-width:768px){.dd{font-size:14px}}@keyframes listShowMobile{0%{transform:translate(-50%,100vh)}to{transform:translate(-50%)}}
