.preloader_custom {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #0000003d;
    background-image: url('/form/preloader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.preloader_custom.active {
    display: block;
    opacity: 1;
    z-index: 999999;
}
.response_container {
    display: none;
}
.response_container {
    padding: 80px;
}
.response_container .response_title {
    font-weight: 500;
    font-size: 34px;
    line-height: 140%;
}
.response_container .response_text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 35px;
    display: block;
}