

/* Start:/local/templates/neon/components/my/partnership_form/.default/style.css?1755175433711*/
.partnership-form-wrapper-block .info-messages {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
}

.partnership-form-wrapper-block .info-messages.active {
    display: flex;
}

.info-messages__block {
    position: relative;
    padding: 30px;
    margin: auto;
    background-color: #000;
    box-shadow: 0 0 8px #000;
}

.info-messages__block::before {
     content: '';
     display: block;
     position: absolute;
     top: 10px;
     right: 10px;
     bottom: 10px;
     left: 10px;
     border: 2px solid #625963;
     pointer-events: none;
 }

/* End */
/* /local/templates/neon/components/my/partnership_form/.default/style.css?1755175433711 */
