img.logo__image {
    margin-bottom: 1px;
}
#main-home {
    padding: 50px 0;
}
.wrap__map .map {
    padding: 45px 0px 45px;
}
.wrap__hours {
    padding: 0 0 53px;
}
button.button.button1 a {
    color: rgb(255 255 255);
}
.custombuttom-mail a {
    color: #006088 !important;
    border: 1px solid #006088;
    background: #fff;
    display: inline-block;
    font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 1.25rem;
    margin-bottom: 0;
    text-align: center;
    padding: 0.9375rem;
    width: 50%;
}




#popUp {
    z-index: 9999999999!important;
    position: fixed!important;
    left: 0;
    right: 0;
    top: 0;
}

#pik {
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #0000008f;
}

.popUp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentBack {
    background: #fff;
    height: auto;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    border: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.close {
    background: #949494;
    color: #fff;
    padding: 10px;
    display: inherit;
    border-right: 1px solid #949494;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media(max-width: 550px){
    #pik{
        padding: 10px;
    }
    .contentBack{
        padding: 10px;
    }
}