/*  -----------------------
    #home-modal
--------------------------  */
html[lang="ro"] #home-modal .lang-en { display: none; }
html[lang="en"] #home-modal .lang-ro { display: none; }
#home-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100vh - 100px);
    overflow: auto;
    padding: 50px 20px;
    background-color: rgba(0,0,0,0.5);
}
#home-modal.is-active {
    display: block;
}
#home-modal .hm-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
}
#home-modal .hm-close {
    cursor: pointer;
}
#home-modal p .hm-close {
    opacity: 0.7;
}
#home-modal .hm-close-x {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #1b4d2d;
    color: #fff;
    display: block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
}
#home-modal .hm-inner {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
#home-modal .hm-inner h4 {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
    color: #1b4d2d;
}
#home-modal .hm-inner p {
    max-width: 430px;
    margin: 0 auto 20px;
}
#home-modal .hx-modal-button {
    color: white;
    background-color: #1b4d2d;
    padding: 12px 56px 8px 30px;
    margin: 10px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
}
#home-modal .hx-modal-button:hover,
#home-modal .hx-modal-button:active,
#home-modal .hx-modal-button:focus {
    text-decoration: none;
}
#home-modal .hx-modal-button svg {
    stroke: white;
    transform: translateY(-2px) translateX(22px) rotate(-90deg);
    opacity: 0.8;
    transition: all 0.2s;
}
#home-modal .hx-modal-button:hover svg {
    transform: translateY(-2px) translateX(28px) rotate(-90deg);
}

#section-contact #LEADCF6 option[value="1-room"] {
    display: none;
}
