.header-content__action-btn .item_login a {
    background-color: #9ecc14;
    color: #ffffff;
}

.header-content__action-btn .item_order-map a {
    background-color: #ffd600;
    color: #4a4a4a;
}

#subscribe_form_dropdown {
    width: 240px;
    height: 25px;
    position: absolute;
    left: 15px;
    top: 50px;
    border-radius: 12px;
    font-size: 15px;
    background-color: #ffd600;
    color: #4a4a4a;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: none;
}

.header_relative {
    position: relative;
}

.sender_page_wrapper {
    background: #363c3e;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sender_page_wrapper .sender_block .footer-delivery__title {
    color: #fff;
}

.sender_page_wrapper .sender_block .form-inline .form-group {
    position: relative;
}