.co_contact_content {
  margin-top: -87px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 14px 73px 8px rgba(35, 31, 32, 0.2);
}
.co_contact_content > div > div {
  padding: 0;
}
.co_contact_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.co_contact_content .top_title {
  margin-bottom: 50px;
  text-align: left;
}
.co_contact_content .top_title:before,
.co_contact_content .top_title:after {
  left: 0;
  margin: 0;
}
.contact_form_block {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 148px;
  padding-top: 127px;
  box-shadow: 0 14px 73px 8px rgba(35, 31, 32, 0.2);
  padding-bottom: 0;
}
.contact_form_block textarea,
.contact_form_block input[type="text"],
.contact_form_block input[type="email"],
.contact_form_block input[type="tel"] {
  border: none;
  border-bottom: 2px solid #e0dfdf;
  color: #737373;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 46px;
  margin-top: 12px;
}
.contact_form_block .flexed {
  display: flex;
  flex-wrap: wrap;
}
.contact_form_block .flexed input {
  max-width: 280px;
  margin-right: 20px;
}
.contact_form_block textarea {
  height: 123px;
  max-width: 580px;
}
.contact_form_block .button {
  padding: 0.95em 4.3em;
  margin-top: 44px;
}
.contact_form_block .footer_socials {
  bottom: -32px;
  right: 19px;
}
.contact_form_block .footer_socials a {
  width: 50px;
  height: 50px;
  color: #fff;
}
.contact_form_block .footer_socials a path {
  fill: #fff;
}
.contact_form_block .footer_socials a:hover,
.contact_form_block .footer_socials a:focus {
  text-decoration: none;
  background-color: #fff;
}
.contact_form_block .footer_socials a:hover path,
.contact_form_block .footer_socials a:focus path {
  fill: #ae2573;
}
.contact_form_block .co_contact_form {
  position: relative;
  max-width: 600px;
}
.co_contact_page {
  position: relative;
  margin-bottom: 50px;
}
.co_contact_page .co_contacts {
  position: absolute;
  max-width: 335px;
  margin: 0 auto;
  background-color: #ae2573;
  color: #fff;
  padding: 37px;
  top: 43%;
  transform: translate(0, -50%);
  left: 49.5%;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 48px;
}
.co_contact_page .co_contacts .flexed {
  display: flex;
  margin-top: 18px;
}
.co_contact_page .co_contacts .flexed > div {
  margin-right: 20px;
}
.co_contact_page .co_contacts .title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.co_contact_page .co_contacts p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.co_contact_page .co_contacts a {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  display: block;
  letter-spacing: 0.05em;
}
.co_contact_page .co_contacts .co_general_address {
  max-width: 205px;
  margin-top: 18px;
}
