.header.content .switcher.website {
    display: block !important;
    flex: 0 0 auto;
    margin: 0;
    order: 25;
    position: relative;
    visibility: visible !important;
}

.switcher.website > .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.switcher.website .switcher-options {
    margin: 0;
}

.switcher.website .switcher-trigger {
    align-items: center;
    background: #f5f5f7;
    border: 1px solid #dedee3;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    min-height: 36px;
    padding: 5px 28px 5px 10px;
    position: relative;
    white-space: nowrap;
}

.switcher.website .switcher-trigger:after {
    border: solid #555;
    border-width: 0 1px 1px 0;
    content: '';
    height: 5px;
    position: absolute;
    right: 11px;
    top: 13px;
    transform: rotate(45deg);
    width: 5px;
}

.switcher.website .switcher-dropdown {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
    display: none;
    list-style: none;
    margin: 0;
    min-width: 165px;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 1002;
}

.switcher.website .switcher-dropdown li {
    margin: 0;
}

.switcher.website .switcher-dropdown a {
    align-items: center;
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    white-space: nowrap;
}

.switcher.website .switcher-options.active .switcher-dropdown,
.switcher.website .switcher-dropdown[aria-hidden='false'] {
    display: block;
}

.switcher.website .website-switcher-icon {
    font-family: sans-serif !important;
    font-size: 19px;
    line-height: 1;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .header.content .switcher.website .website-switcher-name {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .header.content .switcher.website .switcher-trigger {
        padding-left: 9px;
    }
}
