.adress {
	margin-left: 40%;
	font-size: 24px;
	color: #4f4f4f;
	font-weight: 600;
}

.adress a {
	color: #4f4f4f;
}

.adress .social {
	padding: 0 5px;
}

.adress .social img {
	border-radius: 5px;
}

div.wpcf7 input[type='file'] {
	width: 330px;
}

.form_contact {
	background: url(http://pechatlogotipa.ru/wp-content/uploads/2019/07/761.jpg) center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #333;
	position: relative;
}
.form_contact .content {
	padding: 20px 40px 40px;
	position: relative;
}
.form_contact .content .title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.form_contact .content .content_form {
	display: flex;
	justify-content: space-between;
	border: 5px solid #333;
	padding: 30px 50px;
	align-items: center;
}


.form_contact .content .content_form .text {
	width: 60%;
}

.form_contact .content .content_form .text .title_action{
	text-transform: uppercase;
    font-size: 84px;
    font-weight: 600;
    color: #f0696a;
}

.form_contact .content .content_form .text .desc_action{
	text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
	margin-bottom: 60px;
	position: relative;
}

.form_contact .content .content_form .text .desc_action:after {
	content: '';
	width: 100px;
	height: 8px;
	position: absolute;
	bottom: -30px;
	left: 0;
	background: #18c139;
}

.form_contact .content .content_form .text .sub_desc{
	text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}

.form_contact .content .content_form .form_order {
	width: 35%
}

.cf7-style textarea {
	height: 80px;
}

.form_contact .content .content_form .form_order div.wpcf7 {
	margin-top: 0;
}

.form_contact .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.cf7-style input[type=email], .cf7-style input[type=password], .cf7-style input[type=search], .cf7-style input[type=text], .cf7-style input[type=url], .cf7-style textarea {
	background: rgba(0, 0, 0, 0.1);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	border: none;
}

@media only screen and (max-width : 992px) {
  .adress {
		margin-left: 0;
	}
  .form_contact .content {
		padding: 30px 15px 60px;
	}
	.form_contact .content .content_form {
		flex-direction: column;
		padding: 15px;
	}
  .form_contact .content .content_form .text {
		width: 100%;
		margin-bottom: 25px;
	}
  .form_contact .content .content_form .text .title_action {
		font-size: 54px;
	}
  .form_contact .content .content_form .text .desc_action {
		font-size: 24px;
	}

  .form_contact .content .content_form .text .sub_desc {
		font-size: 17px;
	}

	.form_contact .content .content_form .form_order {
		width: 100%;
	}
}

@media only screen and (max-width : 480px) {
  .site-branding {
		padding: 15px;
	}
  .adress {
		font-size: 17px;
	}
	.form_contact .content {
		padding: 30px 5px 60px;
	}
  .form_contact .content .title {
		font-size: 22px;
	}
  .form_contact .content .content_form {
		padding: 5px;
    border: 3px solid #333;
	}
}