.errorInput {
    color: red!important;
}
.errorInput:focus {
    color: inherit;
}
.errorInput:focus + .errorTextForm {
    display: none;
}
.t-input-group {
    position: relative;
    margin-bottom: 20px;
}
.t-input-group input {
    margin-bottom: 0 !important;
}

.site-nav {
    top: auto;
    padding-top: 30px;
}

.white-btn {
    display: inline-block;
    padding: 17px 43px;
    border: none;
    outline: none;
    border-radius: 38px;
    transition: 0.4s;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    line-height: 137%;
    background-color: #FFF;
    color: #333;
}
div.errorTextForm {
    background: #dedede;
    border-radius: 8px;
    border: 1px solid #fff;
    color: red;
    line-height: 1.5;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 5px 10px;
    position: absolute;
    width: auto;
    z-index: 999;
    bottom: -24px;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.thanks_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 10000000; }
.thanks_wrapper.active {
    opacity: 1;
    visibility: visible; }
.thanks_wrapper .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    opacity: 0.9; }
.thanks_wrapper .content {
    width: 100%;
    border-radius: 15px;
    background-color: #ffffff;
    max-width: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 20px; }
.thanks_wrapper .content .close_modal {
    position: absolute;
    top: 21px;
    right: 20px; }
.thanks_wrapper .content .title {
    text-align: center;
    color: #111110;
    font-family: 'Mont',Arial,sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 15px; }
.thanks_wrapper .content p {
    text-align: center;
    color: #111110;
    font-family: 'Mont',Arial,sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px; }

div.errorTextForm:after{
    border: 10px solid;
    border-color: transparent transparent #dedede transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

.new_custom_header {
    position: relative;
    z-index: 200;
}

form {overflow:hidden;}
button.preload {
    font-size: 10px;
    padding: 0;
    margin: 0 auto;
    text-indent: -9999em;
    width: 45px !important;
    display:block;
    height: 45px !important;
    min-height: 45px;
    min-width: 45px;
    max-height: 45px;
    max-width: 45px;
    border-radius: 50% !important;
    background: #2589ff;
    background: -moz-linear-gradient(left, #2589ff 10%, #fff 42%);
    background: -webkit-linear-gradient(left, #2589ff 10%, #fff 42%);
    background: -o-linear-gradient(left, #2589ff 10%, #fff 42%);
    background: -ms-linear-gradient(left, #2589ff 10%, #fff 42%);
    background: linear-gradient(to right, #2589ff 10%, #fff 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;
}
button.preload:before {
    width: 50%;
    height: 50%;
    background: #2589ff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
button.preload:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tn-form_horiz .t-form__submit, .tn-form_horiz .tn-form__submit {
    min-width: 100px;
    vertical-align: middle !important;
}
