.select-wrapper{display:flex;flex-direction:column;min-width:0;max-width:100%;gap:4px}@media only screen and (min-width:768px)and (max-width:1140px){.select-wrapper{gap:8px}}@media only screen and (min-width:1141px){.select-wrapper{gap:8px}}.select{position:relative;max-width:100%;font-family:var(--font-poppins,poppins,arial,sans-serif)}.select:after{content:"";position:absolute;top:0;right:0;left:0;height:calc(100% + var(--dropdown-height, 0px));border-radius:28px;box-shadow:none;pointer-events:none;z-index:0}.select .select__head{justify-content:space-between}.select.select_visible:after{box-shadow:0 2px 8px 0 rgba(34,43,85,.04),0 8px 40px 0 rgba(36,36,36,.05)}.select.select_visible .select__head{position:relative;border-radius:28px 28px 0 0;border-color:transparent;border-bottom:1px solid #d7dedf}.select.select_visible .select__head>svg{transform:rotate(180deg)}.select.select_visible .select__drop{position:absolute;display:block;border-radius:0 0 20px 20px;z-index:1}.select.select_visible .select__arrow{transform:rotate(180deg) translateY(50%)}.select .select--error{border-color:#f42e38}.select__head{position:relative;display:flex;justify-content:flex-start;width:100%;min-width:0;max-width:100%;cursor:pointer}.select__head>*{pointer-events:none}.select__head>svg{flex-shrink:0;margin-left:8px;transition:transform .3s}.select__text{flex:1 1;min-width:0;overflow-x:clip;white-space:nowrap;text-align:left;text-overflow:ellipsis}.select__arrow{position:absolute;top:50%;right:18px;transform:translateY(-50%)}.select__inner{position:relative}.select__placeholder{padding-right:20px;font-weight:500;color:#868889}.select__drop{position:absolute;top:100%;display:none;width:100%}.select__drop,.select__list{background-color:#fff;border-bottom-right-radius:20px;border-bottom-left-radius:20px}.select__list{max-height:320px;overflow:auto}.select__option{display:flex;align-items:center;margin:4px;padding:16px 20px;min-height:52px;font-weight:500;font-size:14px;border-radius:20px;cursor:pointer}.select__option:focus,.select__option:hover{background:#eef1f2}.select__option:focus{outline-color:#66f}.select-option{display:flex;align-items:center;gap:8px}.phone-input{display:flex;flex-direction:column;gap:4px}@media only screen and (min-width:768px)and (max-width:1140px){.phone-input{gap:8px}}@media only screen and (min-width:1141px){.phone-input{gap:8px}}.phone-input .select__arrow{right:8px}.phone-input__label{flex:1 1;padding-left:16px;font-weight:500;font-size:14px}@media only screen and (min-width:768px)and (max-width:1140px){.phone-input__label{padding-left:20px}}@media only screen and (min-width:1141px){.phone-input__label{padding-left:20px}}.phone-input__label-asterisk:after{content:"*";margin-left:4px;color:#f42e38}.phone-input__complex-input{position:relative;display:flex}.phone-input__select:hover{border:none}.phone-input__select .select,.phone-input__select .select__inner{position:static}.phone-input__select button{display:flex;align-items:center;padding:12px;width:auto;min-width:64px;border-top-right-radius:64px;border-bottom-right-radius:0;gap:8px}.phone-input .select__head{border-top-right-radius:0!important}.phone-input .select__head:active{border-color:#66f!important}.phone-input .select__head:not(:focus){border-right-color:transparent}.phone-input .select__head:hover{border-right-color:#242424}.input__control.phone-input__control{border-top-left-radius:0;border-bottom-left-radius:0}.input__control.phone-input__control--focused:not(:hover){border-top-color:transparent;border-right-color:transparent;border-bottom:1px solid #d7dedf;border-top-right-radius:28px;border-bottom-right-radius:0}.select_visible .select__head:hover:not(:active){border-right-color:transparent}