
header{
    position: sticky;
    top: 0;
    height: 75px;
    z-index: 1000;
}

.guest-offer {
    width: auto;
    left: 0;
    /*max-width: 220px;*/
    vertical-align: middle;
    font-size: 21px;
    background-color: #b0d3ff;
    border: 2px solid #f7f7f7;
    color: #212121;
    text-transform: uppercase;
    padding: 3px 5px 3px 5px;
    white-space: nowrap;
    margin: 5px 1px 5px 2px;
    list-style: none;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    /*min-width: 112px;*/
}

.guest-offer:hover{
    background-color: #cfeaf4;
}

.guest-list{
    text-align: center;
    display: inline-flex;
    margin: 0 auto 5px auto;
}

.background-modal-header{
    /*background-color: rgba(33, 33, 33, 0.42);*/
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    /*top: 0;*/
    /*left: 0;*/
}

.translateBTN{
    position: absolute;
    top: 150px;
    width: 900px;
    max-width: 990px;
}

.translateBTN div{
    width: 700px;
    margin: 0 auto;
}

@media screen and (max-width: 990px){

    #dropdown-main-menu{
        z-index: 10002;
        position: absolute;
        top: 20px;
        border-radius: 5px;
    }

    .guest-list{
        width: 100%;
        display: block;
        margin: -5px auto;
        padding: 5px 20px 0 20px;
        position: absolute;
    }

    .guest-offer{
        width: 100%;
        max-width: 990px;
        margin: 12px 0 12px 0;
    }

    .translateBTN {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        height: auto;
    }

    .translateBTN div{
        width: auto;
    }

}

@media screen and (max-width: 540px) {

    .guest-offer{
        font-size: 18px;
    }

}
