/*
============================================================

	Theme Name: Oxygen - Child Theme
	Theme URI: https://laborator.co/themes/oxygen
	Author: Laborator
	Author URI: https://laborator.co/
	Version: 1.0
	Description: Use this theme if you want to extend features of Oxygen or prevent overwriting the changes you make when new theme update is available.
	Template: oxygen
	Text Domain: oxygen
	
============================================================
*/

/*ширина полей конт формы*/

@media only screen and (max-width : 1980px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 100%;}}

@media only screen and (max-width : 767px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 100%;}}

@media only screen and (max-width : 600px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 100%;}}

@media only screen and (max-width : 480px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 100%;}}

@media only screen and (max-width : 360px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 100%;}}