.feedonline {
    position: relative;
    padding: 0;
    max-width: 1260px;
    margin: 0 auto;
    font-family: "proximanovareg";
}

.feedonline_inner {
    position: relative;
    z-index: 20;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
}

.feedonline__result {
    display: none;
    position: absolute;
    top: 15%;
    left: 0px;
    width: 100%;
    text-align: center;
    /*color:green;*/
    /*color:#00d800;*/
}

.feedonline__result_tx1 {
    font-size: 23px;
    line-height: 1.2;
    color: #007122;
}

.feedonline__result_tx2 {
    font-size: 19px;
    line-height: 1.2;
}

.feedonline_error {
    display: none;
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.2;
    color: red;
}

.feedonline_form_wrap {
    position: relative;
}

.feedonline,
.feedonline_form_wrap_inner {
    transition: all 0s linear 0s !important;
}

.feedonline.result .feedonline_form_wrap_inner,
.feedonline.result .feedonline_form_wrap_inner * {
    visibility: hidden !important;
}

.feedonline.result .feedonline__result {
    display: block;
}

.feedonline.result,
.feedonline.result * {
    transition: all 0s linear 0s !important;
}

.feedonline_rules {
    margin-top: 20px;
    font-family: "proximanovareg";
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    color:#000;
}

.feedonline_rules a {
    text-decoration: underline;
    color:#000;
}

.feedonline_rules a:hover {
    text-decoration: none;
    color:#000;
}

.feedonline_formblock1 {
    margin-top: 10px;
}

.feedonline_formblock1:nth-child(1) {
    margin: 0;
}

.feedonline_itself {
    position: relative;
    z-index: 50;
    width: 100%;
}

/* .feedonline_itself_inner {
    min-height: 450px;
} */

.feedonline_itself_header {
    max-width: 850px;
}

.feedonline_zagol1 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    padding: 20px;
    background: #f3ede1;
    font-size: 26px;
    line-height: 1.05;
    color: #000;
    font-family: "proximanovareg";
    text-transform: uppercase;
}

.feedonline_zagol2 {
    margin-top: 8px;
    font-family: "proximanovareg";
    font-size: 27px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
}

.feedonline_itself_cont1 {
    display: flex;
    flex-wrap: nowrap;
    padding: 30px 50px 40px 50px;
    background: #fff;
}

.feedonline_itself_cont1_box1 {
    width: 530px;
}

.feedonline_itself_cont1_box2 {
    flex: 1;
    margin-left: 60px;
}

.feedonline_itself_gros_icon {
    max-width: 579px;
    margin: 0 auto;
    text-align: center;
    margin-top: -15px;
}

.feedonline_itself_gros_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.feedonline__input1 {
    width: 100%;
    font-family: "proximanovareg";
    font-size: 17px;
    line-height: 1;
    height: 50px;
    padding: 10px;
    border: 1px #c2c2c2 solid;
    text-align: center;
}

.feedonline__textarea1 {
    font-family: "proximanovareg";
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    height: 190px;
    padding: 10px 20px;
    border: 1px #c2c2c2 solid;
    vertical-align: top;
}

.feedonline__textarea1::placeholder {
    font-family: "proximanovareg";
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    text-align: center;
}

.feedonline__input1:hover,
.feedonline__textarea1:hover {
    border-color: #BCBCBC;
}

.feedonline__input1:focus,
.feedonline__textarea1:focus {
    border-color: #BCBCBC;
}

.feedonline .formlabel_err input[type="text"],
.feedonline .formlabel_err textarea {
    border-color: red !important;
}

.feedonline ::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 0.9;
}

.feedonline ::-moz-placeholder {
    color: #6c6c6c;
    opacity: 0.9;
}

.feedonline :-moz-placeholder {
    color: #6c6c6c;
    opacity: 0.9;
}

.feedonline :-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 0.9;
}

.feedonline__btn {
    margin-top: 20px;
    text-align: center;
}

.feedonline__btn_button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 200px;
    font-size: 0;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    height: 40px;
    background: #005ea0;
    transition: all 0.1s linear 0s, transform 0.05s linear 0s;
    will-change: opacity, background, top, transform;
    outline: 0;
    margin: 0;
    padding: 5px;
    border: 0;
    border-radius: 10px;
    user-select: none;
    position: relative;
    cursor: pointer;
}

.feedonline__btn_button_tx {
    font-size: 17px;
    line-height: 1;
    color: #fff;
    font-family: "pnsb";
    text-transform: none;
    letter-spacing: 0.5px;
}

.feedonline__btn_button:hover {
    color: #fff;
    text-decoration: none;
    background: #b91811;
}

.feedonline__btn_button:active {
    transform: scale(0.96);
}

.feedonline__btn_button:disabled {
    opacity: 0.5;
    background: #0aaaed !important;
    top: 0 !important;
    cursor: default;
}

.feedonline__btn_button_loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -21px;
    display: none;
    background-image: url(img/loader2.gif);
    background-repeat: no-repeat;
    width: 43px;
    height: 11px;
}

.feedonline.loading .feedonline__btn_button_tx {
    visibility: hidden;
}

.feedonline.loading .feedonline__btn_button_loader {
    display: block;
}