*,*::before,*::after{box-sizing:border-box}
ul[class],ol[class]{padding:0;list-style:none}
body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}
body{scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}
a:not([class]){text-decoration-skip-ink:auto}
a,a:hover{text-decoration:none}
img{max-width:100%}
article>*+*{margin-top:1em}
input,button,textarea,select{font:inherit}
button{border:0;margin:0;padding:0;overflow:visible;background:transparent;font:inherit;line-height:normal}
:focus-visible,:focus{outline:none !important}
iframe{border:0}
fieldset{border:0;padding:0;margin:0}
.input-country{font-family:SeatMedium,sans-serif;font-size:16px;line-height:20px;width:100%;border:1px solid #190f14}
.input-country__value{position:relative;display:flex;justify-content:space-between;align-items:center;padding:8px 0}
.input-country__value::after{content:'';position:absolute;width:100%;height:1px;background-color:#7f7f72;bottom:0;left:0}
.input-country__value-icon{transition:all .3s ease;background-image:url("clientlibs/resources/icons/ic-arrow.svg");background-repeat:no-repeat;background-size:contain;background-position:center;width:12px;height:6px}
.input-country__list{font-family:SeatRegular;max-height:144px;margin-top:24px;overflow:auto}
.input-country__selected{display:none;justify-content:space-between;align-items:center;margin-bottom:24px;position:relative;padding-top:8px;font-family:SeatRegular}
.input-country__selected div:first-child{position:absolute;top:-14px;left:0;font-family:SeatMedium;font-size:12px}
.input-country__selected .input-country__option{margin-bottom:0}
.input-country__search{overflow:hidden;height:100%;transition:max-height .2s ease;font-family:SeatMedium,sans-serif;padding-left:8px;padding-right:8px;padding-bottom:20px;padding-top:20px}
.input-country__search>div:first-child{display:flex;align-items:center;justify-content:space-between;position:relative;line-height:20px;padding-bottom:8px}
.input-country__search>div:first-child input{border:0;outline:0;background-color:transparent;color:#747468}
.input-country__search>div:first-child::after{content:'';position:absolute;width:100%;height:1px;background-color:#7f7f72;bottom:0;left:0}
.input-country__search>div:first-child img{position:absolute;right:10px;width:21px;height:21px}
.input-country__search-opened{transition:max-height .2s ease;max-height:296px;padding-bottom:0}
.input-country__search-closed{transition:max-height .2s ease;max-height:60px}
.input-country__search-closed>div:first-child::after{height:0}
.input-country__search-closed input{cursor:pointer}
.input-country__option{margin-bottom:16px;cursor:pointer}
.input-country__option img{width:24px;height:auto;margin-right:8px}
.input-country__icon{cursor:pointer;background-repeat:no-repeat;background-size:contain;background-position:center}
.input-country__icon-arrow{background-image:url("../../../../../../etc.clientlibs/seat-website/components/clientlibs/resources/icons/ic-arrow-down.svg");width:12px;height:6px}
.input-country__icon-lens{background-image:url("../../../../../../etc.clientlibs/seat-website/components/clientlibs/resources/icons/ic-search.svg");width:16px;height:16px}
.input-country__icon-remove{background-image:url("../../../../../../etc.clientlibs/seat-website/components/clientlibs/resources/icons/close/close-grey.svg");width:16px;height:16px}