/* iframe */
.xepc__iframe {
    width: 100%;
    height: calc(100vh - 37px);
    border: none;
    margin: 0;
    padding: 0;
    display: block;
}
/* modal */
.xepc-modal__container,
.xepc-modal__wrapper,
.xepc-modal__overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.xepc-modal__wrapper {
    position: fixed;
    display: none;
    z-index: 95000;
}
.xepc-modal__container {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}
.xepc-modal__overlay {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}
.xepc-modal__modal {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 2rem 0;
    max-height: 100%;
    max-width: 100%;
    width: 640px;
}

.xepc-modal__close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    display: block;
    cursor: pointer;
}

.xepc-modal__fold {
    max-width: calc(100vw - 1rem);
    max-height: calc(100vh - 5rem);
    padding: 0 2rem;
    overflow: auto;
}
.xepc-header__wrapper {
    background-color: #C03731;
    color: #fff;
}
.xepc-header__h1 {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    line-height: 18px;
    font-size: 14px;
    margin: 0;
}
.xepc-header__logo-wrap {
    padding: 5px 10px 5px 0;
    width: unset;
    display: flex;
    align-items: center;
    justify-content: center;   
}
.xepc-header__logo-a,
.xepc-header__logo-a:focus {
    outline: none;
}
.xepc-header__logo-img {
    width: auto;
    max-width: 130px;
    height: auto;
    padding: 0;
}
.xepc-header__container {
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.xepc-header__grower {
    flex-grow: 1;
}
.xepc-header__link {
    display: block;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    line-height: 18px;
    font-size: 14px;
    margin: 0;
}
.xepc-header__link:hover {
    background: #2b2b2b;
    color: #fff;
}
.xepc-header__link-arrow {
    margin-left: 5px;
}
@media (min-width: 1470px) {
    .xepc-header__container {
        width: 1440px;
    }
}
.xepc-form--has-error .help-block {
    color: #f3515c;
}
.xepc-form--has-error .form-control {
    border-color: #f3515c;
}
.xepc-form--has-error label {
    color: #f3515c;
}
.xepc-form__buttons-line {
    display: flex;
    align-items: center;
}
.xepc-form__info-sent {
    color: #55c65e;
    padding-left: 8px;
    display: none;
}