

/* Start:/local/components/custom/form/templates/inline_vebinar--dolymi/style.css?1757577230459*/
.inline-form__container{
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .inline-form .ui-input--text input{
        height: 40px;
    }
    
    .inline-form .ui-input--text .ui-input__placeholder{
        top: 11px;
    }
    
    .inline-form .ui-select select{
        padding: 9px 40px 9px 15px;
    }
    
    .inline-form .ui-input+.ui-input{
        margin-top: 15px;
    }
}
/* End */


/* Start:/local/templates/main2023/css/ui-popups.css?17013316061499*/
.ui-popup {
    --z-index-menu: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: var(--z-index-menu);
}

.ui-popup--show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup__container {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    margin: 10px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup h3 {
    margin-top: 0;
}

.ui-popup__error {
    color: red;
    margin-bottom: 20px;
}

.ui-popup__error:empty{
    display: none;
}

.ui-popup__buttons{
    margin-top: 20px;
}

.ui-popup__buttons button{
    width: 100%;
}

fieldset.ui-input{
    border: 1px solid #ccc;
    padding: 12px 40px 12px 15px;

}

.ui-input legend{
    color: #777;
    background: #fff;
    padding: 0 5px;
    position: relative;
    left: -8px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup__title{
    font-weight: 500;
    margin: 10px 0 20px 0;
}

@media (max-width: 550px) {
    .ui-popup--show {
        align-items: flex-start;
    }

    .ui-popup__container {
        max-height: calc(100vh - 30px);
        padding: 30px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ui-popup__close {
        top: 10px;
        right: 10px;
    }
}

/* End */
/* /local/components/custom/form/templates/inline_vebinar--dolymi/style.css?1757577230459 */
/* /local/templates/main2023/css/ui-popups.css?17013316061499 */
