.b-popup-form .iexmodal-inner {
    padding:  25px;
}




/* iexForm popup-name-phone */

.b-pform form .header {
    margin-bottom: 20px;
}

.b-pform form .header h3 {
    color: #005f94;
    font-size: 26px;
    font-weight: 200;
    line-height: 26px;
    font-family: "Proxima Nova";
    margin-bottom: 8px;
    margin-top: 0;
}

.b-pform form .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

.b-pform form .sep {
    height: 1px;
    background: #e8e8e8;
    margin: 0px -25px;
}

.b-pform form .msg {
    display: none;
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}



.b-pform form .success {
    color: green;
}

.b-pform form .inputs {
    margin-top: 25px;
}

.b-pform form .inputs input,
.b-pform form .inputs textarea,
.b-pform form .inputs select {
    background: #f5f5f5;
    font-size: 13px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 330px;
    margin-bottom: 15px;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
    clear: both;
}

.b-pform form .inputs textarea {
    height: 100px;
    resize: vertical;
}

.b-pform form .inputs select {
    cursor: pointer;
}

.b-pform form .inputs input:focus,
.b-pform form .inputs textarea:focus,
.b-pform form .inputs select:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #F29400, inset 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}

.b-pform form .inputs .or-divider {
    text-align: center;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}

.b-pform form .inputs .js-namestr {
    color: #8f8f8f;
    font-size: 12px;
    margin: 0 0 5px;
}

.b-pform form .inputs input.submit {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    background: -moz-linear-gradient(top, #005f94 0%, #06385d);
    background: -webkit-gradient(linear, left top, left bottom, from(#005f94), to(#06385d));
    border-radius: 5px;
    border: 1px solid #737b8d;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    display: block;
    cursor: pointer;
}

.b-pform form .inputs input.submit:hover {
    background: -moz-linear-gradient(top, #0777B6 0%, #005f94);
    background: -webkit-gradient(linear, left top, left bottom, from(#0777B6), to(#005f94));
}

.b-pform form .close {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 5px;
    color: #0777B6;
    text-decoration: none;
}

.b-pform input::-webkit-input-placeholder {
    color: #b5b5b5;
}

.b-pform input:-moz-placeholder {
    color: #b5b5b5;
}

.b-popup-form .iexmodal-close-inner {
    display: none;
}



/* inline-service (замена .seminar-form) */

.b-inline-form {
    margin-left: 5px;
}

.b-inline-form form {
    padding: 0px 25px 25px;
    background: #fff;
    box-shadow: 0px 0px 0px 5px rgba(6, 56, 93, 0.4), 0px 4px 20px rgba(0, 0, 0, 0.33);
    border-radius: 5px;
    width: 830px;
}

.b-inline-form form .inputs input,
.b-inline-form form .inputs textarea,
.b-inline-form form .inputs select {
    width: 750px;
}

.b-inline-form form .sep {
    width: 406px;
}

.b-inline-form .msg { display: none; }
.b-inline-form .success { color: green; }