html[dir=rtl] .service-countries-select__select .--chevron{left:0;right:auto}.service-countries-select{position:relative}.service-countries-select.--open .service-countries-select__select .--chevron img{transform:translate(-50%,-50%) rotate(180deg)}.service-countries-select.--disabled .service-countries-select__select{cursor:not-allowed}.service-countries-select__select{padding:8px;-webkit-padding-end:55px;padding-inline-end:55px;border-radius:10px;cursor:pointer;background:hsla(var(--s)/1);border:1px solid hsla(var(--black-section)/.1)}.service-countries-select__select,.service-countries-select__select .--icon{display:flex;align-items:center;box-sizing:border-box;position:relative;overflow:hidden}.service-countries-select__select .--icon{justify-content:center;border-radius:5px;width:32px;height:32px;background:#fb7800;padding:5px}.service-countries-select__select .--icon:after{content:"";position:absolute;z-index:2;top:0;left:0;border-radius:5px;pointer-events:none;width:100%;height:100%;border:1px solid hsla(var(--black-section)/.2)}.service-countries-select__select .--name{flex:auto;-webkit-margin-start:8px;margin-inline-start:8px;font-size:16px;line-height:19px;font-weight:500;letter-spacing:-.02em;color:var(--tm-text-color);opacity:.6}.service-countries-select__select .--chevron{width:44px;height:100%;position:absolute;right:0;top:0}.service-countries-select__select .--chevron img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);filter:invert(61%) sepia(41%) saturate(5834%) hue-rotate(359deg) brightness(99%) contrast(101%)}.service-countries-select__select.--selected .--icon{padding:0;background:transparent}.service-countries-select__select.--selected .--icon img{width:100%;height:100%}.service-countries-select__select.--selected .--name{color:var(--tm-text-color);opacity:1}.service-countries-select__select:hover{border-color:#fc983d;background:rgba(251,120,0,.4)}.service-countries-select__select:hover .--name{opacity:1}.service-countries-select__dropdown{width:100%;padding:8px 8px 0;position:absolute;z-index:20;border-radius:10px;top:calc(100% + 10px);background:hsla(var(--white-section)/1);border:1px solid hsla(var(--black-section)/.1)}.service-countries-select__dropdown .--list{display:flex;flex-direction:column;overflow:auto;max-height:320px;margin-top:8px;gap:8px;padding-bottom:8px;margin-right:-4px;padding-right:4px}.service-countries-select__dropdown .--search input{width:100%;height:40px;padding:0 16px;border-radius:8px;background:hsla(var(--s)/1);outline:none!important;border:1px solid hsla(var(--black-section)/.1)!important}.country-option{display:flex;align-items:center;cursor:pointer;padding:8px;border-radius:10px;box-sizing:border-box;background:hsla(var(--s)/1);border:1px solid hsla(var(--black-section)/.1)}.country-option .--icon{position:relative;overflow:hidden;border-radius:3px;width:32px;height:32px}.country-option .--icon img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.country-option .--icon:after{content:"";position:absolute;z-index:2;top:0;left:0;border-radius:3px;pointer-events:none;width:100%;height:100%;border:1px solid hsla(var(--black-section)/.2)}.country-option .--name{flex:auto;-webkit-margin-start:8px;margin-inline-start:8px;font-size:16px;line-height:19px;font-weight:600;letter-spacing:-.02em;color:var(--tm-text-color)}.country-option .--count{-webkit-margin-end:16px;margin-inline-end:16px;font-size:14px;line-height:16px;letter-spacing:-.02em;text-align:right;color:var(--tm-text-color);opacity:.6}.country-option .--price{display:flex;align-items:center;justify-content:center;height:34px;min-width:88px;border-radius:8px;border:1px solid rgba(251,120,0,.30196078431372547);color:var(--primary);font-size:15px;line-height:18px;font-weight:700;letter-spacing:-.02em}.country-option:hover{border-color:#fc983d;background:rgba(251,120,0,.4)}.country-option:hover .--count{opacity:1;color:var(--primary)}.country-option:hover .--price{border-color:rgba(251,120,0,.6);background:#fedfc2}