.form-row .hidden {
    display: none !important
}

.form-row.hide-formvalidation small.help-block {
    display: none !important
}

.form-row .alert-success:not(.hidden)~.fields-row,
.form-row .alert-success:not(.hidden)~.form-inner,
.form-row .alert-success:not(.hidden)~.btn-wrap,
.form-row .alert-success:not(.hidden)~.btn-wrap-form {
    display: none
}

.modal-open {
    overflow: hidden !important
}

.modal-open .topman-callbackform .modal {
    overflow-x: hidden
}

.topman-callbackform .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    padding: 40px 10px !important;
}

.topman-callbackform .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    background: none
}

.topman-callbackform .fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.topman-callbackform .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 100%;
}

.topman-callbackform .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.topman-callbackform .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.topman-callbackform .modal-content {
    position: relative;
    background: white;
    padding: 30px 40px;
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
}

.topman-callbackform .modal-body {
    max-width: 454px;
    margin: 0 auto
}

.topman-callbackform .modal-header {
    text-align: center;
    margin: 0 0 30px
}

.topman-callbackform .modal_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.64px;
    margin-bottom: 20px;
}

.topman-callbackform .after_modal_title {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0 0
}

.topman-callbackform .close {
    position: absolute;
    cursor: pointer;
    width: 15px;
    height: 15px;
    font-size: 0;
    background-image: none;
    top: 15px;
    right: 15px;
    transition: opacity 0.5s ease 0s;
    outline: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
}

.modal-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #444444;
    margin: 0;
}

.modal-content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 18px;
}


.topman-callbackform .form__submit {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 24px
}

.topman-callbackform .form__submit .button {
    width: 100%
}

.topman-callbackform .form__submit .form__politics {
    padding-left: 0;
    margin-top: 28px;
    text-align: center
}

.topman-callbackform .alert-success {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center
}

.topman-callbackform .ok-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: -0.3px;
    text-align: center !important;
}

.modal_text {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: -0.3px;
}

.topman-callbackform .modal .form__submit {
    margin: 0;
}

.form-row .modal .alert.alert-danger {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

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

    .topman-callbackform .modal:before,
    .form-row .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }

    .topman-callbackform .modal .modal-dialog,
    .form-row .modal .modal-dialog {
        padding-top: 20px
    }
}

@media (max-width: 640px) {
    .topman-callbackform .modal {
        padding-top: 80px !important;
    }
}