.switcher-currency__list {
    margin: 16px 0 0;
    max-height: 221px;
    overflow: auto;
}
.field {
    position: relative;
    box-sizing: inherit;
    display: block;
}
.input-text {
    -webkit-font-smoothing: antialiased;
    height: 40px;
    padding: 0 16px;
}
.switcher-currency input {
    width: 100%;
    font-size: 13px;
}
.input-text .search{
    height: 40px;
    padding: 0 16px;
    width: 100%;
    font-size: 13px;
}
.switcher-currency__modal {
    position: absolute;
    background-color: #fff;
    top: 100%;
    right: 0;
    z-index: 200;
    padding: 16px;
    width: 265px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1),0 -2px 4px 0 rgba(0,0,0,.1);
    color: #4d4d4d;
    font-family: 'Montserrat-Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    box-sizing: inherit;
}
.switcher-currency__list-item {
    color: #4d4d4d;
}
a, .alink {
    color: #0066c8;
    text-decoration: none;
}
.switcher-currency__list-item {
    display: block;
    margin-bottom: 16px;
    color: #4d4d4d;
}
panel.header .links, .panel.header .switcher {
    display: inline-block;
}
.switcher-currency {
    display: inline-block;
    position: relative;
}
.switcher-currency__button, .switcher-currency__button:hover, .switcher-currency__button:focus {
    width: 225px;
}
switcher-currency__button--active, .switcher-currency__button--active:hover, .switcher-currency__button--active:focus {
    background-color: #2f566f;
}
input {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    box-sizing: inherit;
}
button.switcher-currency__button, .switcher-currency__button:hover, .switcher-currency__button:focus {
    border: 0;
    background: 0 0;
    color: #fff;
    font-weight: 400;
    height: 100%;
    min-height: 40px;
    padding: 0;
    position: relative;
    border-radius: 0;
    text-align: center;
    margin-bottom: 0px;
    width:225px;
}
.switcher-currency__button--active:after, .switcher-currency__button--active:hover:after, .switcher-currency__button--active:focus:after {
    border-width: 1px 0 0 1px;
    top: 18px;
}
.switcher-currency__button:after {
    right: 18px !important;
}
.switcher-currency__button:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    height: 5px;
    width: 5px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}