@media (min-width: 992px){
    .webfactor_footer{
        width: 326px;
        float:right;
        height: 470px;
        pointer-events: painted;
    }
}
.webfactor_footer{
    background-color: #f7f7f8;
    padding: 30px 20px;
}

.webfactor_footer .ajaxWebfactorForm{
    width: 100%;
}

.webfactor_footer .ajaxWebfactorForm .pole input,
.webfactor_footer .ajaxWebfactorForm .pole textarea,
.webfactor_footer .ajaxWebfactorForm input{
    font-size: 15px;
    width: 100%;
    outline: none;
    color: #8e8e8e;
    border: none;
    border-bottom: 1px solid #8e8e8e;
    line-height: 2;
    background-color: transparent;
    margin-bottom: 20px;
}
.webfactor_footer .webfactor_predtext p{
    margin-top: 0;
    font-size: 20px;
    text-align: center;
    color: #000000;
}
.webfactor_footer .webfactor_predtext:first-letter {
    color: #d53e07;
}

.webfactor_footer .ajaxWebfactorForm .button-container-2 button{
    font-size: 17px;
    color:#FFFFFF;
    background-color: #393939!important;
    padding: 2px 0 3px;
    margin-bottom: 0;
    line-height: 2;
}

.webfactor_footer .ajaxWebfactorForm .pole{
    position: relative;
}

.webfactor_footer .ajaxWebfactorForm .pole p{
    position: absolute;
    margin: 0;
    line-height: 2;
    font-size: 15px;
    color: #b3b3b3;
}

.webfactor_footer .ajaxWebfactorForm label.error{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #d53e07;
}

.webfactor_footer .ajaxWebfactorForm input.error{
    border-bottom-color: #d53e07;
}

.webfactor_footer .ajaxWebfactorForm .pole .WFnameField.namehide p{
    display: none!important;
}
.webfactor_footer .ajaxWebfactorForm .pole:nth-child(4) p{
    position: relative;
}
.webfactor_footer .ajaxWebfactorForm .pole textarea{
    border: 1px solid #8e8e8e;
}

