.pop-up-form-container , .pop-up-catalog-container {
    position:fixed;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    height:100%;
    display:none;
    background:#111;
    opacity:0;
}
.pop-up-catalog-container {
    z-index: 9;
}

.pop-up-form-container-inner,.pop-up-form-container-inner2 {
    position:fixed;
    top:-1000px;
    z-index:13;
}

.pop-up-form {
    background-color: #94AD4E;
    border-radius: 10px;
    padding: 40px;
    float: right;
    position: relative;
    margin-top: 130px;
    box-shadow: 0 0 5px #111;
    position:relative;
    z-index:110;
    margin-left:0;
    padding-top: 1px;
}

.pop-up-form2 {
    background-color: #71C4BE;
    border-radius: 10px;
    padding: 40px;
    float: right;
    position: relative;
    margin-top: 130px;
    box-shadow: 0 0 5px #111;
    position:relative;
    z-index:110;
    margin-left:0;
    padding-top: 1px;
}

.pop-up-form h3 ,.pop-up-form2 h3 {
    font-size: 28px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 4px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.pop-up-form h3 span {
    color: #FFC100;
    font-size: 14px;
}

.pop-up-form p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 20px;
}


.username {
    font-size: 14px;
    background-color: #fff;
    width: 234px;
    height: 32px;
    padding-left: 16px;
    padding-right: 10px;
    display: block;
    margin: 0px auto;
}
.userphone {
    font-size: 14px;
    background-color: #fff;
    width: 234px;
    height: 32px;
    padding-left: 16px;
    padding-right: 10px;
    display: block;
    margin: 15px auto;
}
.usermail {
    font-size: 14px;
    background-color: #fff;
    width: 234px;
    height: 32px;
    padding-left: 16px;
    padding-right: 10px;
    display: block;
    margin: 15px auto;
}
.usermessage {
    font-size: 14px;
    background-color: #fff;
    width: 234px;
    height: 65px;
    padding-left: 16px;
    padding-right: 10px;
    padding-top: 5px;
    display: block;
    margin: 15px auto ;
    resize: none;
}
.submit-button {
    display: block;
    background: none;
    width: 198px;
    height: 51px;
    background-image: url(../images/main-sprite.png);
    background-repeat: no-repeat;
    background-position: -1px -1835px;
    cursor: pointer;
    margin: 40px auto 0 auto;
}

.submit-button:hover {
    background-position: -1px -1897px;
}


/******************/
.compleet-window {
    width: 300px;
    height: 200px;
    background-image: url(../images/bg_cw.jpg);
    border-radius: 10px;
    position: fixed;
    top:100px;
    display: none;
    z-index: 150;
    border:1px solid #fff;
}

.compleet-window p {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    text-shadow: 2px 3px 2px #000;
}

.compleet-button {
    width: 100px;
    height: 44px;
    background-color: #B53413;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 5px solid #D86B41;
}

.compleet-button p {
    padding-top: 7px;
}

.compleet-button:hover {
    background-color: #D53C14;
}
