.l-select{position:relative}.l-select__list-wrapper{position:absolute;top:2px;left:0;right:0;transform:translateY(-100%);z-index:2;background:#fefeff;box-shadow:0 232px 93px rgba(205,207,210,.01),0 131px 78px rgba(205,207,210,.05),0 58px 58px rgba(205,207,210,.09),0 12px 30px rgba(180,185,204,.26),0 0 0 hsla(0,0%,52.9%,.42)}.l-select__before-list{padding:12px 20px;margin:0;font-size:12px;color:#181818}.l-select__list{padding:0;margin:0;list-style:none;font-size:16px}.l-select__item{cursor:pointer;border-bottom:1px solid #2f3538;padding:10px 16px;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.07em;color:#2f3538}.l-select__item:last-child{border:none}@media(max-width:780px){.l-select__item{font-size:14px;line-height:18px}}.l-select__after-item,.l-select__before-item{display:block;font-size:10px;margin:0;opacity:.7}.l-select__list-loading{position:relative;overflow:hidden;cursor:wait}.l-select__list-loading:before{content:"";display:block;width:100px;height:100%;position:absolute;top:0;left:-200px;background:hsla(0,0%,100%,.8);background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0));z-index:2;animation:linear infinite;animation-direction:normal;animation-name:loading;animation-duration:2s}@media(max-width:780px){.l-select__list-loading:before{animation-duration:1.4s}}.l-select__item-loading{pointer-events:none}.l-select__item-loading>*{background:#fdf5b2;color:transparent}.l-select__item-hover{background:#fdf5b2}.l-select__item-selected{font-weight:700}@keyframes loading{0%{left:-200px}to{left:calc(100% + 200px)}}.switch{margin:0;padding:0}.switch__title{display:inline-block;font-size:14px;line-height:16px;margin-bottom:4px;color:#181818;font-weight:600}@media(max-width:780px){.switch__title{font-size:12px}}.switch__list{width:100%;font-size:12px;font-weight:500;margin:0;padding:0;list-style:none;display:inline-flex;flex-wrap:wrap;align-items:center;position:relative}.switch__list:before{border:1px solid #2f3538;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;display:block;content:"";box-sizing:border-box;min-height:44px}.switch__list-element{margin:4px 0 0 0;display:inline-flex;border-radius:8px;overflow:hidden;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-grow:1}.switch__list-element:first-child{margin-left:6px}.switch__list-element:nth-child(2){margin-right:6px}@media(max-width:374px){.switch__list-element{flex-grow:0;width:44%}}.switch__input{position:relative}.switch__input input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;width:0;height:0;position:absolute}.switch__label{cursor:pointer;display:flex;align-items:center;padding:8px 20px;min-height:34px;font-size:16px;line-height:19px;box-sizing:border-box;flex-grow:1;justify-content:center;margin-bottom:0;min-width:60px;color:#8f8f8f;font-weight:500}@media(max-width:780px){.switch__label{font-size:14px;line-height:18px;min-width:0}}.switch__active{background:#2f3538;box-shadow:0 232px 93px rgba(205,207,210,.01),0 131px 78px rgba(205,207,210,.05),0 58px 58px rgba(205,207,210,.09),0 12px 30px rgba(180,185,204,.26),0 0 0 hsla(0,0%,52.9%,.42)}.switch__active .switch__label{color:#fefeff}