.styled-block {
    margin: 4px 0 -25px !important;
    background: #eef2f4 !important;
    padding: 29px 0 53px !important;
    border: none !important;
}

*[id^=comp]>.row {
    margin-left: 0;
    margin-right: 0;
}

div#catalog_form {
    width: 424px;
    max-width: 100%;
    padding: 0px !important;
    margin: 0px auto !important;
}

div#catalog_form .row {
    margin: 0px;
}

div#catalog_form .input {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

div#catalog_form .fa {
    display: none;
}

div#catalog_form .form-control {
    border: 1px solid #B1B2B3;
    border-radius: 6px;
    height: 38px;
    margin: 0px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

#catalog_form .form-group {
    margin-top: 17px !important;
    margin-bottom: 0px !important;
}

#catalog_form .processing-block label:not(.error) {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #b1b2b3;
}

#catalog_form .processing-block label:not(.error) a {
    color: #00396F;
}

#catalog_form .pull-left.required-fileds {
    display: none;
}

#catalog_form button.btn-lg.btn.btn-primary {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #FFA500;
    border: none;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 6px;
}

#catalog_form .pull-right {
    float: none !important;
}

#catalog_form .pull-right {
    margin-top: 15px;
}

#catalog_form button.btn-lg.btn.btn-primary:hover {
    background: #003262;
    color: #fff;
}

#catalog_form button.btn-lg.btn.btn-primary {
    margin-top: 10px;
}

#catalog_form button.btn-lg.btn.btn-primary {
    margin-top: 0px;
}

div#catalog_success_form {
    width: 572px;
    max-width: 100%;
    margin: 50px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-success-img {
    min-width: 56px;
    margin-right: 20px;
}

.catalog-success-title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #002F5B;
    margin-bottom: 11px;
}

.catalog-success-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #58595BAD;
}

.catalog-success-btn {
    margin-top: 11px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    background: #F7931D;
    width: 156px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

#catalog_form .form-group.animated-labels.captcha_input {
    display: flex;
    justify-content: center;
}

div#catalog_success_form {
    margin-top: 15px;
}

.catalog-success-title {
    margin-top: 60px;
}

.catalog-success-title {
    text-align: left;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

div#catalog_success_form {
    flex-direction: column;
}

.catalog-form-flex-center {
    display: flex;
    align-items: center;
}

div#catalog_success_form {
    width: fit-content !important;
    max-width: 100%;
}

@media (max-width: 768px) {
    .catalog-success-title {
        font-size: 18px;
        text-align: left;
        margin-left: 0px;
    }
    .catalog-success-text {
        font-size: 16px;
    }
    .catalog-success-img {
        min-width: 30px;
        margin-right: 10px;
    }
    .catalog-success-img img {
        width: 100%;
        height: auto;
    }
    body .catalog-success-btn {
        font-size: 14px;
    }
}

.catalog-success-text {
    text-align: center;
}

.catalog-success-btn {
    background: transparent;
    color: #002F5B;
}


/*  */

.catalog-form-flex-center .catalog-success-img {
    position: absolute;
    left: -70px;
    margin-right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-form-flex-center {
    position: relative;
}

@media (max-width: 768px) {
    .catalog-success-title {
        margin-right: 0px;
    }
    .catalog-form-flex-center {
        width: 240px;
    }
    .catalog-form-flex-center br {
        display: none;
    }
    .catalog-success-text {
        line-height: 130%;
    }
    .catalog-form-flex-center .catalog-success-img {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: -45px;
        top: 20px;
    }
}

@media (max-width: 375px) {
    .catalog-form-flex-center {
        width: 200px;
    }
}