

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/main.feedback/import-form/style.css?17507569881669*/
.feedback-block{
    width: 1200px;
    margin: auto;
    height: auto;
    min-height: 790px;
    background-image: url(/local/templates/eshop_bootstrap_v4/img/form-fon.png);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;

}

.mfeedback{
    height: 690px;
    width: 770px;
    background: #00000066;
    border-radius: 20px;
    padding: 40px 70px;
    color: #ffffff;

}

.mfeedback b{
    font-size: 50px;
    line-height: 50px;
    
}
.mfeedback p{
    font-size: 20px;
    line-height: 16px;
    margin:30px 0; 
}

.mf-email .mf-text, .mf-name .mf-text, .mf-phone .mf-text, .mf-message .mf-text{
    margin-top: 10px;
}


.mf-email input, .mf-name input, .mf-phone input, .mf-message textarea{
  border: none;
border-bottom: 1px solid #ffffff;
outline: none;
width: 100%;
background: none;
height: 35px;
  
}
.feedback-button-block{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.feedback-button{
    background: #ffffff;
    border-radius: 50px;
    color: #04AF20;
    border: 0px;
    height: 55px;
    width: 250px;
    font-size: 16px;
}
p.feedback-button-block-text{
    font-size: 14px;
    width: 55%;
}

p.feedback-button-block-text a{
    color: #04AF20;
}

.form-input::placeholder { 
    color: #ffffff7e; 
}
@media (max-width: 1200px){
    .feedback-block{
        width: 100%;

    
    }
    
    .mfeedback{
        height: auto;
        width: 95%;
        padding: 40px 10px;
    
    }
    .feedback-button-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    p.feedback-button-block-text {
        width: 100%;
    }
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/main.feedback/import-form/style.css?17507569881669 */
