.btn {
    background: linear-gradient(to right, #d33a0c, #d33a0c);
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.errorInput {
    color: red!important;
}
.errorInput:focus {
    color: inherit;
}
.errorInput:focus + .errorTextForm {
    display: none;
}
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;
}

.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;
}
/*#modal_container {*/
    /*display: none!important;*/
/*}*/
.modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #b4b4b4;
    height: 20px;
    position: absolute;
    right: -30px;
    top: 0;
    width: 22px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close:before {
    position: relative;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-header .close:after, .modal-header .close:before {
    background-color: #b4b4b4;
    height: 2px;
    width: 100%;
    display: block;
    content: "";
}
.modal-header .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
