Your IP : 3.133.153.57
#feedback_form
{
background-color: #f9f9f9;
}
.mfeedback
{
width: 500px;
padding: 20px;
}
.mf-ok-text
{
color: green;
}
.mf-name,
.mf-email,
.mf-message,
.mf-theme,
.mf-region,
.mf-phone,
.mf-file
{
margin-bottom: 20px;
color: #444;
text-shadow: none;
}
.mf-text
{
display: block;
line-height: 1;
font-size: 18px;
font-weight: 400;
padding: 0;
margin: 0 0 13px;
}
.mf-req
{
color: #444;
}
.mfeedback input[type=email],
.mfeedback input[type=text]
{
height: 47px;
padding: 5px 10px;
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
border: none;
display: block;
width: 100%;
}
.mfeedback textarea
{
padding: 5px 10px;
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
border: none;
display: block;
width: 100%;
resize: none;
}
.mfeedback .frm-checkbox {
overflow: hidden;
margin-bottom: 20px;
}
.mfeedback .frm-checkbox label {
float: left;
}
.mfeedback .frm-checkbox {
cursor: pointer;
}
.mfeedback .pers_info {
float: left;
width: calc(100% - 60px);
padding-left: 10px;
}
.mfeedback span.label-text {
font-size: 18px;
}
.mfeedback span.spoiler-title {
font-size: 18px;
cursor: pointer;
text-decoration: underline;
}
.mfeedback input[type=submit] {
text-decoration: none;
width: 100%;
box-sizing: border-box;
text-align: center;
height: 40px;
padding: 9px 5px 9px;
font-size: 19px;
line-height: 1;
}
.mfeedback input[type=submit]:hover
{
background: #fff;
color: #808285;
}
.mfeedback .label-cbx
{
margin-top: 5px;
}
.mf-theme select, .mf-region select{
padding: 5px 10px;
display: block;
width: 100%;
height: 30px;
}
@media (max-width: 768px) {
.mfeedback {
width: 300px;
}
}
@media (min-width: 992px)
{
.form-group__label {
font-size: 14px;
}
.mfeedback input[type=submit]
{
height: 45px;
padding: 12px 5px;
font-size: 21px;
}
.mf-theme select, .mf-region select{
height: 30px;
}
}
@media (min-width: 1200px)
{
.form-group__label {
font-size: 27px;
}
.mfeedback input[type=submit]
{
height: 45px;
padding: 12px 5px;
font-size: 21px;
}
.mf-theme select, .mf-region select{
height: 47px;
}
}