<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Corbel;
    src: url(fonts/corbel.ttf);
   }

html, body {
    background-color: #4274ae;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.sitConteiner{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.conteiner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.content {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.info {
    margin: 0px 35px 100px 35px;
}

.info__logo {
    margin-top: 19px;
}

.info__logo_title {
    color: #ffffff;;
    font-family: "Corbel";
    font-size: 54px;
    letter-spacing: 0.62px;
    font-weight: bold;
}

.info__text_1 {
    margin-top: none;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    max-width: 361px;
    opacity: 90%;
    font-weight: 400;
    line-height: 26px;
}

.info__safe_info {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}
.info__safe_icon {
    background-color: #214e82;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info__safe_text {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    padding-left: 18px;
    max-width: 337px;

}
.info__safe_suptext {
    font-weight: normal;
    margin-top: 15px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    max-width: 337px;
    text-transform: none;
    opacity: 90%;
    line-height: 26px;
}


.form {
    max-width: 400px;
    box-shadow: -14px 19px 23px 1px rgba(32, 44, 64, 0.23);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin: 0px 35px;
    border-radius: 20px;

}
.form .form-title {
    background-color: #214e82;
    padding: 16px 64px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    opacity: 90%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    font-family: "Open Sans";
    margin-bottom: 7px;
}
.form__input_box {
    padding: 0 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.form__suptile {
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    opacity: 90%;
    font-weight: bold;
}
.form__suptiles {
    color: #8b8b8b;
    font-family: "Open Sans";
    font-size: 10px;
    opacity: 90%;
    margin-top: 5px;
}
.form__input {
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 8px;
    color: #8b8b8b;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 32px;
    height: 42px;
    padding-left: 16px;
}
.form__input:focus {
    outline: none;
    border: 1px solid #4274ae;
}
.form__checkbox {
    padding: 0 20px;
    margin-top: 16px;
    display: flex;
    margin-left: 15px;
}


.form__checkbox input[type="checkbox"].form__checkbox_input {
    border-radius: 4px;
    background-color: #ededed;
    border: 1px solid #e95454;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    width: 21px;
    height: 21px;
}

.form__checkbox input[type="checkbox"].form__checkbox_input:checked {
    background: url(../img/check.png) no-repeat center, #214e82;
    border: none;
}
.form__checkbox_text {
    color: #8b8b8b;
    font-family: "Open Sans";
    font-size: 10px;
    max-width: 339px;
    margin-left: 17px;
    line-height: 16px;
}
.form__checkbox_text-invalid {
    color: red;
}
.form__checkbox_text-valid {

}

.form__confirm_button {
    border-radius: 6px;
    background-color: #2EB584;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    height: 54px;
    border: none;
    margin: 10px 20px 23px;
    cursor: pointer;
}
.form__confirm_button:disabled {
    cursor: default;
    background-color: #214E82;
}

.footer__content {
    font-size: 13px;
    margin-top: 55px;
    padding: 15px 10px;
    text-align: center;
    color: #ABC8E9;
    font-family: "Open Sans";
    font-size: 13px;
    background-color: #214E82;
}
.form__input-valid {
    border: 1px solid #4274ae;
}
.form__input-invalid {
    border: 1px solid #e95454;
}


.request-form {
    padding: 80px 90px;
    background-color: #ffffff;
    box-shadow: -14px 19px 23px 1px rgba(32, 44, 64, 0.23);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
.request_icon {
    margin: 0 auto 10px;
}
.request_logo {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #4274ae;
    text-align: center;
    margin-bottom: 10px;
}
.request_text {
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 20px;
    max-width: 270px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    opacity: 90%;
}
.request_iframe {
    font-weight: bold;
}
.request_again {
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-family: "Open Sans";
}
.request_again a {
    color: #4274ae;
    line-height: 24px;
    text-decoration: underline;
    font-family: "Open Sans";

}

.invisible {
    display: none;
}

.error-block.show {
    display: block;
}

.error-block {
    display: none;
}

.error-block .error {
    color: #e95454;
    padding-top: 5px;
    margin: 0;
}


@media screen and (max-width: 1000px) {
    .content {
        margin-top: 20px;
    }
    .info {
        margin: 0 auto 55px;
        padding: 0 10px;
    }
    .info__safe_info {
        margin-top: 55px;
    }
    .form {
        margin: auto;

    }
    .footer__content {
        margin-top: 55px;
    }

    .form__input_box {
        padding: 0 25px;
    }
    .request-form {
        margin: 0 auto;
        padding: 50px 8%;
    }
    .footer__content {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 680px) {
    .content {
        margin-top: 20px;
    }
    .info {
        margin: 0px auto 55px;
    }
    .info__safe_info {
        margin-top: 55px;
    }
    .form {
        margin: 0px auto;
    }
    .request-form {
        margin: 0 auto;
        padding: 30px 10px;
    }
    .footer__content {
        padding: 10px 15px;
    }
}
</pre></body></html>