<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-itemerr.itemerr-pink {
    top:             72px;
    bottom:          auto !important
}
div.full-form__wrapper{padding: 0; border-radius: 28px;}
div.full-form__inner{border: 0 solid #fff; padding: 50px;}
h4.full-form__heading{display: none;}

.full-form__inner input[type="text"]{
    border: 1px solid #acacac;
    border-radius: 24px;
}
.full-form__inner input[type="text"]::placeholder{
    color: #acacac;
}
.full-form__inner .field__title_border{
    position: absolute;
    background: #fff;
    font-size: 12px;
    color: #acacac;
    left: 25px;
    top: -9px;
    padding: 0 5px;
    display: none;
    white-space: nowrap;
    line-height:    20px;
    text-transform: uppercase;
}
.field__label.success-info .field__title_border{color:#50af31;}
.field__label.success-info input[type="text"]{border: 2px solid #50af31;}
.field__label.error-info .field__title_border{color:#e2010f; font-weight: 400;}
.field__label.error-info input[type="text"]{border: 1px solid #e2010f; font-weight: 400; }
#form_buttons{margin-bottom: 0px;}
#form_buttons .field__label{width: 100%;}
#form_buttons .field__label input{width: 100%;border-radius: 24px;}

.form-itemerr.itemerr-pink{
    color: #e2010f;
    background-color: #fff;
    top: 30px !important;
    left: 35px !important;
    font-size: 12px;
    line-height: 15px;
    width: 85%;
}
span.custom-checkbox::before,
.field__label input[type="checkbox"]:checked ~ .custom-checkbox::before{top: -5px;}
label.field__label input[type="checkbox"]:checked ~ .custom-checkbox::after{top: 2px;}
.form-itemerr-add-bottom{display: none;}

.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    color:      #444444;
}
.field__label .field__title {
    color:      #acacac;
}

.popup{
    position: fixed;
    z-index: 4;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    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 28px;
    text-align: center;
}
.popup .popup-result{
    width: 100%; /* 400px; */
    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;
}
div.thx__title,
.popup .popup-result .popup-title{
    margin-top: 30px;
    color: #000;
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
}
.thx__body div.thx__text,
.popup .popup-result .text-popup{
    font-size: 18px;
    line-height: 24px;
    padding: 75px 25px;
    text-align: center;
}
.popup .popup-result .logo-popup{
    background: url( 'images/popup-logo.png' ) no-repeat center center;
    width: 220px;
    height: 50px;
    display: inline-block;
}



#region  .select2-selection--single {
    border-radius: 24px;
}

#region  .select2-container--open.select2-container--below  .select2-selection--single  {
    border-radius: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;

}

#region  .select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

#form_buttons .field__label {
    width: 100%;
}
#form_buttons .field__label input {
    width: 100%;
    border-radius: 24px;
}

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

    #form_buttons .field__label {
        width: 100%;
    }
}
</pre></body></html>