.light_h {
  font-size: var(--fs-heading);
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1120px) {
  .light_h {
    font-size: var(--fs-subhead-lg);
    margin-bottom: 10px;
  }
}

p.page_desc {
  font-size: var(--fs-body);
  font-weight: 300;
  max-width: 900px;
  color: #141414;
  margin-bottom: 50px;
}
@media (max-width: 1120px) {
  p.page_desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.first_block_contact {
  gap: 100px;
  flex-direction: row;
  align-items: flex-start !important;
}
@media (max-width: 1441px) {
  .first_block_contact {
    gap: 40px;
  }
}
@media (max-width: 1120px) {
  .first_block_contact {
    flex-direction: column;
    gap: 30px;
  }
}

.first_block_contact > .wp-block-column:first-child {
  min-width: 840px;
  width: 840px;
  max-width: 840px;
  background: #ECECEC;
  padding: 30px;
  margin-bottom: 90px;
}
@media (max-width: 1441px) {
  .first_block_contact > .wp-block-column:first-child {
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1120px) {
  .first_block_contact > .wp-block-column:first-child {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.first_block_contact > .wp-block-column:first-child > h4 {
  margin: 0;
  padding: 0;
  font-size: var(--fs-subhead);
  color: #000;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
}
@media (max-width: 1120px) {
  .first_block_contact > .wp-block-column:first-child > h4 {
    font-size: var(--fs-body);
  }
}

.first_block_contact > .wp-block-column:first-child > p {
  font-size: var(--fs-body);
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}
.first_block_contact > .wp-block-column:first-child > p a {
  color: #000;
  text-decoration: underline;
}

.first_block_contact > .wp-block-column:first-child > .how_work_contact > .wp-block-column {
  padding-left: 20px;
  border-left: 1px solid #979797;
}

.first_block_contact > .wp-block-column:first-child > .how_work_contact > .wp-block-column p {
  font-size: var(--fs-body);
  font-weight: 300;
  color: #000;
}

.first_block_contact > .wp-block-column:first-child > .how_work_contact > .wp-block-column p:first-child {
  font-size: var(--fs-body);
  color: #000;
  margin-bottom: 20px;
}

.first_block_contact > .wp-block-column:last-child {
  border: 1px solid #000;
  padding: 73px 50px;
  margin-bottom: 90px;
}
@media (max-width: 1120px) {
  .first_block_contact > .wp-block-column:last-child {
    width: 100%;
    padding: 50px;
    margin-bottom: 30px;
  }
}

.first_block_contact > .wp-block-column:last-child form p {
  margin: 0 !important;
}

.first_block_contact > .wp-block-column:last-child form p input[type=text],
.first_block_contact > .wp-block-column:last-child form p input[type=email],
.first_block_contact > .wp-block-column:last-child form p input[type=tel],
textarea {
  border: none !important;
  padding: 13px !important;
  padding-left: 0px !important;
  border-bottom: 1px solid #141414 !important;
  outline: none !important;
  font-size: var(--fs-body) !important;
  margin-bottom: 30px !important;
  max-height: 150px !important;
  width: 100%;
}

.first_block_contact > .wp-block-column:last-child form p input[type=submit] {
  outline: none !important;
  padding: 10px !important;
  text-align: center !important;
  width: 100% !important;
  background: #141414 !important;
  border: 1px solid #141414 !important;
  color: #fff;
  transition: 0.3s 0s;
}

.first_block_contact > .wp-block-column:last-child form p input[type=submit]:hover {
  background: none !important;
  border: 1px solid #141414 !important;
  color: #141414;
}

.contact_map {
  border: 1px solid #979797;
  padding: 40px;
  flex-direction: column !important;
  gap: 40px !important;
}
@media (max-width: 767px) {
  .contact_map {
    padding: 15px;
  }
}

.contact_map:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("/wp-content/themes/serum/assets/images/map_loc.png");
  margin: 0 auto;
}

.contact_map > .wp-block-column > .wp-block-columns {
  gap: 0;
  margin-bottom: 40px;
}
@media (max-width: 1120px) {
  .contact_map > .wp-block-column > .wp-block-columns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1120px) {
  .contact_map > .wp-block-column > .wp-block-columns:before {
    content: "";
    height: 30px;
    width: 1px;
    margin: 20px auto;
    background: #141414;
    order: 2;
  }
}

.contact_map > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
  border-right: 1px solid #979797;
  padding-right: 50px;
}
@media (max-width: 1120px) {
  .contact_map > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
    padding-right: 0;
    border-right: 0;
    order: 1;
  }
}

.contact_map > .wp-block-column > .wp-block-columns > .wp-block-column:first-child > p {
  text-align: right;
  font-size: var(--fs-body);
  font-weight: 300;
  color: #000 !important;
}
@media (max-width: 1120px) {
  .contact_map > .wp-block-column > .wp-block-columns > .wp-block-column:first-child > p {
    text-align: center;
  }
}

.contact_map > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
  padding-left: 50px;
}
@media (max-width: 1120px) {
  .contact_map > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
    padding-left: 0;
    order: 3;
  }
}

.contact_map > .wp-block-column > .wp-block-columns > .wp-block-column:last-child > p {
  font-size: var(--fs-body);
  font-weight: 300;
  color: #000;
}
@media (max-width: 1120px) {
  .contact_map > .wp-block-column > .wp-block-columns > .wp-block-column:last-child > p {
    text-align: center;
  }
}

.contact_map > .wp-block-column > .wp-block-columns > .wp-block-column > p:first-child {
  font-size: var(--fs-body);
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
