/*textarea.vk_area{
	background-color: #8ACDFE;
}textarea.tw_area{
	background-color: #8ACDFE;
}textarea.ig_area{
	background-color: #9E6666;
}*/
div.example_string{
	width: 290px;
	text-align: left;
}
textarea.vk_area,
textarea.tw_area,
textarea.ig_area{
	height: 40px;
	min-height: 40px;
}
form.wpcf7-form img{
	width: 30px;
	margin-bottom: -17px;
}
p.form_bottom_p{
		width: 350px;
		color: gray; margin: 0 auto 30px auto; display: block; 
	}
	textarea{
		height: 70px;
		margin-top: 10px;
	}
	#radios span.wpcf7-list-item{
		display: inline-block;
		height: 30px;
		padding: 5px;
	}
	#radios span.active_field{
		background: #b2d4ff;
	}
	#add_data{
		font-size: 20px !important;
	}
	#radios img{
		width: 30px;
		height: 30px;
		margin-bottom: -8px;
	}
	#radios label,
	#radios label *{
		cursor: pointer;
	}
	#tabs_data{
		margin-bottom: 5px;
	}
	span.tab_data{
		display: inline-block;
		padding: 5px 10px;
		text-align: center;
		cursor: pointer;
	}
	span.active_tab_data{
		background: #b2d4ff;
	}
	#ol_data{
		margin-bottom: 30px;
	}
	#ol_data a{
		display: inline-block;
		background: url("../images/krest.png") left 7px no-repeat;
		padding-left: 12px;
/*		width: 10px;*/
/*		height: 10px;*/
		cursor: pointer;
		white-space: nowrap;
		color: red;
	}
	#ol_data img{
		margin-bottom: -3px;
    	width: 15px;
	}
	#get_data span.wpcf7-not-valid-tip{
		display: none;
	}
	div.wpcf7-validation-errors{
		display: none !important;
	}
@media (max-width: 400px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		padding: 8px 10px;
		outline: none;
		margin: 0;
		width: 230px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		font-size: 13px;
	}
	span.top_socials{
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	span.field_data input{
		width: 170px;
	}
	p.form_bottom_p{
		width: auto; 
	}
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}