/*!
Theme Name: tantal
Theme URI: https://panchenko-studio.ru
Author: panchenko_dev
Author URI: https://panchenko-studio.ru
Description: theme for tantal by panchenko-studio.ru
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tantal

*/

.wpcf7-form >p {
  width: 100%;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form select {
	width: 100%;
    border-radius: 20px;
    height: 30px;
    padding: 0 10px;
    background: #d9d9d9;
}

.wpcf7-form >p label span input, .wpcf7-form >p label span textarea {
  width: 100%;
}

.wpcf7-form .line p {
  width: 100%;
  display: flex;
  gap: 30px;
}

.wpcf7-form .line p span, .wpcf7-form .line p input {
  width: 100%;
}

@media (min-width: 768px) {
  .wpcf7-form .line p {
      gap: 54px;
  }
  .wpcf7-form select {
    height: 53px;
  }
}

.wpcf7-form input[type="submit"] {
  background: linear-gradient(90deg, #831914, #ff0b00) !important;
}