<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * РЎС‚РёР»Рё РґР»СЏ СЃРѕРѕР±С‰РµРЅРёСЏ РѕР± РѕС€РёР±РєРµ
 * */
.form-itemerr {

    left:               20px!important;
    top:                60px!important;
    position:           relative;
    border:             none;
    padding:            0;
}
#is_client .form-itemerr,
#agreement .form-itemerr {
    top:                25px!important;
}

/*
* РЎС‚РёР»Рё РґР»СЏ POPUP ok.php
*/
.popup {
    position: fixed;
    z-index: 4;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    top: 30px;
    left: 0;
    padding: 40px;
    display: none;
}

.popup-area{
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: url( 'images/bg-popup.png' ) repeat #e8f7e1;
    padding: 26px 0px;
    text-align: center;
    border-radius: 24px;
}
.popup .popup-result{
    max-width: 100vw;
    height: 480px;
    max-height: 100vh;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-top: 25px;
}
.popup .exit-popup{
    line-height: 20px;
    width: 20px;
    border-radius: 100%;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    content: "\2715";
    font-size: 22px;
    color: #aaaaaa;
}
.popup .exit-popup:hover {
    color: #000;
}
.popup .popup-result .popup-title,
.popup .popup-result .formok .card-header {
    margin-top: 50px;
    color: #000;
    font-size: 46px;
    line-height: 50px;
    font-weight: bold;
    font-family: 'SquadRegular';
}
.popup .popup-result .text-popup{
    font-size: 18px;
    line-height: 24px;
    padding: 75px 25px;
    font-family: 'SquadRegular';
}
.popup .popup-result .logo-popup {
    margin-top: 20px;
    background: url( 'images/popup-logo.png' ) no-repeat center center;
    width:      220px;
    height:     50px;
    display:    inline-block;
}

@media screen and (max-width: 767px) {

    .full-form__controls .text-left {
    
        width:          100%;
    }

}

</pre></body></html>