.item-button {
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    background-color: #ee212b;
    padding: 6px 30px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: #ee212b solid 1px;
    font-weight: bold;
}

.item-button:hover {
    background-color: white;
    color: #ee212b;
    border: #ee212b solid 1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.center-button{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-link{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.footer-link:hover{
    color: #ee212b;
    text-decoration: none;
}

.center-button-hero{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.center-button-hero :hover{
    color: #ee212b !important;
    background-color: white !important;
    border: #ee212b solid 2px !important;
}
@media only screen and (max-width: 479px) {
    .center-button-hero{
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
}

.flex-cities{
    display: flex;
    width: 100%;
}

.cities-list{
    margin-right: 35px;
}

.mobile-logo{
    height: 50px;
}
