#outside_eu, #outside_eu_mobile {
    position: absolute;
    top: 25px;
    /*right: 25px;*/
    background: #bbc6cf;
    border-radius: 10px;
    padding: 3px 10px;
    align-items: center;
    cursor: pointer;
}
#outside_eu li, #outside_eu_mobile li {
    border: 1px solid #013253;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
}
#outside_eu ol, #outside_eu_mobile ol {
    list-style: none;
    margin: unset;
    padding: unset;
    margin-right: 5px;
}
#switch_website, #switch_website_mobile {
    position: relative;
    top: 5px;
    display: inline-flex;
    justify-content: center;
}
#switch_website span, #switch_website_mobile span {
    border: none;
    cursor: pointer;
    font-weight: 450;
    color: #013253;
    font-size: .8rem;
}
#switch_website select, #switch_website .delivery_from, #switch_website_mobile select, #switch_website_mobile .delivery_from_mobile {
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #013253;
    font-size: .85rem;
}
#switch_website select:active, #switch_website select:hover {
    border: none;
}
#delivery_from_head {
    font-size: .8rem;
    font-weight: bold;
    color: #013253;
    margin-left: 5px;
}
@media (max-width: 767px) {
    #switch_website, #switch_website_mobile {
        top: unset;
    }
    #switch_website select, #switch_website_mobile select {
        max-width: 150px;
        font-size: .7rem;
        font-weight: 600;
        color: #013253;
    }
    #delivery_from_head {
        font-size: .7rem;
    }
    #header .header-nav .blockcart {
        margin-left: unset;
    }
    #header .burger {
        color: #232323;
        font-size: .9rem;
    }
    #header .header-nav .user-info {
        margin-left: unset;
    }
}
