@media screen and (min-width: 820px){body.country-selector-active{overflow:hidden;touch-action:none;-ms-touch-action:none}}@media screen and (max-width: 819px){.s-country-selector{display:none !important}}.s-country-selector__overlay{visibility:hidden;width:100%;height:100vh;background:rgba(0,0,0,.5);opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;pointer-events:none}.s-country-selector__overlay.is-active{visibility:visible;opacity:100;pointer-events:all;cursor:pointer}.s-country-selector__modal{visibility:hidden;background:#fff;width:calc(100% - 40px);max-width:498px;min-height:282px;position:fixed;top:calc(50% - 141px);padding:48px 32px 32px;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.s-country-selector__modal.is-active{visibility:visible;right:20px;opacity:100;pointer-events:all;-webkit-transform:translate(0);transform:translate(0)}@media screen and (min-width: 768px){.s-country-selector__modal{top:calc(50% - 141px)}.s-country-selector__modal.is-active{right:calc(50% - 249px)}}.s-country-selector__loader{position:absolute;top:0;right:0;background:rgba(236,236,236,.5);width:100%;height:100%;-webkit-transition:-webkit-transform 400ms ease;transition:-webkit-transform 400ms ease;transition:transform 400ms ease;transition:transform 400ms ease, -webkit-transform 400ms ease;z-index:12;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.s-country-selector__loader.js-loading{pointer-events:all;opacity:1}.s-country-selector__loader.js-loading>*{pointer-events:none}.s-country-selector__title{padding-bottom:8px;margin:0;color:#000;font-family:var(--font-body);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-transform:uppercase}.s-country-selector__subtitle{margin:0 auto;max-width:300px;display:block;padding-bottom:24px;font-family:var(--font-body);color:#000;text-align:center;font-size:14px;font-style:normal;font-weight:400;text-align:center;line-height:150%}.s-country-selector__close{position:absolute;top:12px;right:12px;width:36px;height:36px;padding:7px;cursor:pointer}.s-country-selector__custom-select{position:relative;cursor:pointer;height:48px}.s-country-selector__custom-select svg path{stroke:#000}.s-country-selector__custom-select svg{pointer-events:none;-webkit-transition:all .3s ease;transition:all .3s ease}.s-country-selector__custom-select.open .s-country-selector__custom-options{display:block}.s-country-selector__custom-select.open svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.s-country-selector__custom-select.open .s-country-selector__selected-option{border:1px solid #000}.s-country-selector__selected-text{color:#000;text-overflow:ellipsis;font-family:var(--font-body);font-size:14px;font-style:normal;font-weight:400}.s-country-selector__selected-option{background-color:#fff;border:1px solid #d4d4d4;padding:14px;width:100%;height:100%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s-country-selector__selected-option input{width:100%;border:none;outline:none}.s-country-selector__selected-option input:focus{border:none;outline:none}.s-country-selector__options-group{display:block;padding:8px 14px;color:#6a6a6a;font-family:var(--font-body);font-size:12px;font-style:normal;font-weight:400;text-transform:uppercase;pointer-events:none}.s-country-selector__options-group:not(:first-child){padding-top:16px;border-top:1px solid #d4d4d4}.s-country-selector__options-group.hide{display:none}.s-country-selector__options-group--search.hide{display:none}.s-country-selector__custom-options{position:absolute;top:calc(100% + 8px);background-color:#fff;border:1px solid #000;width:100%;display:none;z-index:10;list-style:none;padding:0;margin:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:250px;overflow-x:scroll}@media screen and (min-height: 900px){.s-country-selector__custom-options{max-height:350px}}.s-country-selector__custom-options li{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 14px;cursor:pointer}.s-country-selector__custom-options li svg{display:none;-webkit-transform:rotate(0) !important;transform:rotate(0) !important}.s-country-selector__custom-options li:hover{background-color:#f0f0f0}.s-country-selector__custom-options li.hide{display:none}.s-country-selector__custom-options li.selected{background-color:#f0f0f0}.s-country-selector__custom-options li.selected svg{display:block}.s-country-selector__custom-options.hidden{display:none}.s-country-selector__hide-on-search.hide{display:none}.s-country-selector__submit-button{border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;width:100%;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#000;margin-top:8px;color:#fff;font-family:var(--font-body);font-size:14px;font-style:normal;font-weight:500;line-height:150%;text-transform:uppercase}.s-country-selector__submit-button:hover{opacity:.7}