.select{position:relative;max-width:300px;font-family:Mulish}@media screen and (max-width:1024px){.select{min-width:unset}}.select__toggle{font-family:Mulish;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border:1px solid #aba198;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;font-weight:300;font-size:16px;font-style:normal;line-height:26px;text-transform:uppercase;padding:10px 26px 12px 21px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:768px){.select__toggle{padding:5px 10px}}.select__toggle::after{content:'';width:14px;height:6px;background-size:cover;-webkit-transition:all var(--duration-default) ease;-o-transition:all var(--duration-default) ease;transition:all var(--duration-default) ease;background-image:url('data:image/svg+xml;utf8,<svg width="16" height="8" viewBox="0 0 16 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 7L8 1L0.999999 7" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.select__toggle:focus{outline:0}.select_show .select__toggle::after{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.select__dropdown{display:none;position:absolute;top:60px;left:0;right:0;border:1px solid #aba198;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;overflow-y:auto;z-index:2;-webkit-animation:animateMenuOpen var(--duration-default) ease;animation:animateMenuOpen var(--duration-default) ease;background-color:#fff}@media screen and (max-width:1024px){.select__dropdown{background-color:#f1f1ef}}@media screen and (max-width:768px){.select__dropdown{top:40px}}.select_show .select__dropdown{display:block}@-webkit-keyframes animateMenuOpen{0%{opacity:0;-webkit-transform:translateY(-1.5rem);transform:translateY(-1.5rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animateMenuOpen{0%{opacity:0;-webkit-transform:translateY(-1.5rem);transform:translateY(-1.5rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.select_show .select__backdrop{display:block}.select__options{margin:0;padding:0;list-style:none}.select__option__item{font-family:Mulish;border:none;background-color:transparent;display:block;width:100%;text-align:left}.select__options__child .select__option:last-child .select__option__item{padding-bottom:23px}@media screen and (max-width:768px){.select__options__child .select__option:last-child .select__option__item{padding-bottom:10px}}.select__option__item{display:block;font-style:normal;padding:8px 0 8px 21px;font-weight:600;font-size:14px;line-height:26px;text-transform:uppercase;color:#666;text-decoration:none}@media screen and (max-width:768px){.select__option__item{padding:5px 10px 5px 10px}}.select__option_selected{background-color:#06038d!important;color:#fff}.select__option__child__item{padding:8px 0 8px 39px}@media screen and (max-width:425px){.select__option__child__item{padding:5px 10px 5px 30px}}.select__option__item.select__option__item-first{padding-top:27px}@media screen and (max-width:768px){.select__option__item.select__option__item-first{padding:5px 10px 5px 10px}}.select__option__item.hover:hover{background-color:#06038d;color:#fff;cursor:pointer;-webkit-transition:.2s background-color ease-in-out;-o-transition:.2s background-color ease-in-out;transition:.2s background-color ease-in-out}