.page_contact_us {
  margin-top: 98px;
  margin-bottom: 50px;
}

.page_contact_us .layout {
  display: flex;
}

.page_contact_us .layout .call_me,
.page_contact_us .layout .send_message {
  width: 50%;
}

.page_contact_us .layout .call_me {
  padding-right: 8.22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page_contact_us .layout .call_me .title {
  font-weight: bold;
  font-size: 50px;
  color: #333333;
  line-height: 70px;
  margin-bottom: 97px;
  font-family: Akzidenz-Grotesk BQ;
}

.page_contact_us .layout .call_me ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_contact_us .layout .call_me ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 66px;
}

.page_contact_us .layout .call_me ul li:nth-child(1),
.page_contact_us .layout .call_me ul li:nth-child(2) {
  margin-top: 0;
}

.page_contact_us .layout .call_me ul li:last-child {
  width: 100%;
}

.page_contact_us .layout .call_me ul li .img {
  width: 37px;
  height: 37px;
  margin-right: 14px;
  flex-shrink: 0;
}

.page_contact_us .layout .call_me ul li .name_value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

.page_contact_us .layout .call_me ul li .name_value .name {
  margin-bottom: 2px;
}

.page_contact_us .layout .send_message {
  background: #f5f5f5;
  padding: 4.6%;
}

.page_contact_us .layout .send_message .get_in_touch {
  margin-top: 0;
}

.page_contact_us .layout .send_message .get_in_touch form ul li {
  position: relative;
}

.page_contact_us .layout .send_message .get_in_touch form ul li span {
  position: absolute;
  left: 0;
  top: 14px;
}

.page_contact_us .layout .send_message .get_in_touch form ul li input[type="text"],
.page_contact_us .layout .send_message .get_in_touch form ul li textarea {
  background: #f5f5f5;
}

.page_contact_us .layout .send_message .get_in_touch form ul .form_name,
.page_contact_us .layout .send_message .get_in_touch form ul .form_phone {
  width: calc(50% - 3px);
}

.page_contact_us .layout .send_message .get_in_touch form ul .form_email {
  width: 100%;
  margin-top: 50px;
}

.footer {
  position: relative;
  z-index: 9999 !important;
  margin-top: -100px;
}

@media screen and (max-width: 1400px) {
  .page_contact_us .layout .call_me .title {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .page_contact_us {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .page_contact_us .layout {
    flex-direction: column;
  }

  .page_contact_us .layout .call_me {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .page_contact_us .layout .send_message {
    width: 100%;
    margin-bottom: 20px;
  }

  .page_contact_us .layout .send_message .get_in_touch {
    width: 100%;
  }
}


@media screen and (max-width: 768px) {
  .footer {
    margin-top: 30px;
  }
}

@media screen and (max-width: 414px) {
  .page_contact_us .layout .call_me .title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .page_contact_us .layout .call_me ul {
    flex-direction: column;
  }

  .page_contact_us .layout .call_me ul li {
    width: 100%;
    margin-top: 40px;
  }

  .page_contact_us .layout .call_me ul li:nth-child(2) {
    margin-top: 40px;
  }

  .page_contact_us .layout .send_message {
    padding: 20px;
  }
}