form.wpcf7-form label {
display: flex;
}
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea {
width: auto;
margin-right: 5px;
}
.ls-bg {
opacity: 1 !important;
}
table.dnitygodnia th,
table.dnitygodnia td {
border: 0;
}
table.dnitygodnia {
width: auto;
border: 0;
}
@media only screen and (max-width: 680px) {
.mobile-hide {
display: block !important;
}
.desktop-hide {
display: none !important;
}
}
@media only screen and (min-width: 681px) {
.mobile-hide {
display: none !important;
}
.desktop-hide {
display: block !important;
}
}