.page_breadcrumbs {
  padding: 2.7rem 0;
}
/* .contact_infos {
  overflow: hidden;
  padding: 9.5rem 0 14.2rem;
}
.contact_infos .items {
  margin-top: 6.4rem;
}
.contact_infos .items > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6.42857143%;
}
.contact_infos .item {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 2.8rem 0 3.2rem 9.1rem;
}
.contact_infos .item::before {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: url("../img/icon-locate.svg") no-repeat center / 32.73% #f2f2f9;
  content: '';
  left: 0;
  top: 2.1rem;
}
.contact_infos .item h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.contact_infos .item ul {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 2.4rem;
}
.contact_infos .item ul li + li {
  margin-top: 0.8rem;
}
.contact_infos .item ul li {
  display: grid;
  grid-template-columns: 18% 1fr;
  align-items: start;
  gap: 1rem;
}
.contact_infos .item ul p:first-child {
  color: #5b5b5b;
}
.contact_infos .item ul p:last-child:not(:has(a)) {
  margin-bottom: 0.4rem;
}
.contact_infos .item ul p:has(a) {
  color: #000081;
}
.contact_infos .item a {
  color: #000081;
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.contact_infos .item a:hover {
  text-decoration-color: var(--primary);
}
.contact_infos .item.map {
  padding: 0;
  border: none;
}
.contact_infos .item.map::before {
  display: none;
}
.contact_infos .email {
  border-radius: 1.5rem;
  border: 1px solid #e6e6e6;
  background-color: var(--bg);
  padding: 6.259542% 4.5801527% 7.480916% 24.2748092%;
  margin-bottom: 4.7rem;
}
.contact_infos .email::before {
  width: 12.4%;
  padding-bottom: 12.4%;
  height: unset;
  background: url("../img/contact-email.svg") no-repeat center / 46.9% var(--primary);
  left: 4rem;
  top: 49%;
  transform: translateY(-50%);
}
.contact_infos .email h3 {
  margin-bottom: 0.9rem;
}
.contact_infos .email a {
  font-size: 2.8rem;
  font-weight: 500;
}
.contact_infos .map .img.img_aba {
  position: absolute;
  width: 164.42748092%;
  --h: 49.86072423%;
  left: 47.1%;
  top: 32%;
  transform: translate(-50%, -50%);
  z-index: -1;
} */
.contact_touch {
  background-color: var(--bg);
  padding: 10.1rem 0 9.1rem;
}
.contact_touch p {
  margin-top: 3.4rem;
}
.contact_touch .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin-top: 3rem;
}
.contact_touch .main span {
  width: 100%;
}
.contact_touch .main .col-2 {
  width: 49.21428571%;
}
.contact_touch .main input,
.contact_touch .main textarea {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  background-color: #fff;
  height: 5.9rem;
  padding: 0 2rem 2px;
  transition: all .2s;
}
.contact_touch .main input::placeholder,
.contact_touch .main textarea::placeholder {
  color: var(--text);
}
.contact_touch .main input:focus,
.contact_touch .main textarea:focus {
  border-color: var(--primary);
}
.contact_touch .main textarea {
  padding: 1.3rem 2rem;
  height: 16.1rem;
  margin-top: 0.6rem;
}
.contact_touch .main span:has(input[type=checkbox]) {
  flex: 1;
  margin-top: 2.8rem;
}
.contact_touch .main span:has(input[type=checkbox]).wpcf7-list-item {
  margin-top: 0;
}
.contact_touch .main input[type=checkbox] {
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact_touch .main input[type=checkbox]::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(../img/gou.svg) no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
}
.contact_touch .main input[type=checkbox]:focus {
  border-color: var(--border);
}
.contact_touch .main input[type=checkbox]:checked {
  border-color: var(--primary);
}
.contact_touch .main input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact_touch .main input[type=checkbox] ~ span {
  vertical-align: top;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: var(--text);
  display: inline-block;
  width: calc(100% - 3rem);
  padding-left: 1.6rem;
  margin-top: -1px;
  max-width: 80rem;
  letter-spacing: 0.005rem;
}
.contact_touch .main input[type=checkbox] ~ span a {
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.contact_touch .main input[type=checkbox] ~ span a:hover {
  text-decoration-color: transparent;
}
.contact_touch .main span:has(.btn) {
  width: auto;
  margin-top: 2.3rem;
}
.contact_touch .main .btn {
  gap: 1.1rem;
  position: relative;
}
.contact_touch .main .btn input {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_breadcrumbs {
    padding: 20px 0;
  }
  /* .contact_infos {
    padding: 50px 0;
  }
  .contact_infos .items {
    margin-top: 30px;
  }
  .contact_infos .items > div {
    gap: 0 20px;
  }
  .contact_infos .item {
    padding: 20px 0 20px 55px;
  }
  .contact_infos .item::before {
    width: 40px;
    height: 40px;
    top: 20px;
  }
  .contact_infos .item h3 {
    font-size: 18px;
  }
  .contact_infos .item ul {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .contact_infos .item ul li + li {
    margin-top: 6px;
  }
  .contact_infos .item ul li {
    grid-template-columns: 65px 1fr;
  }
  .contact_infos .item ul p:last-child:not(:has(a)) {
    margin: 0;
  }
  .contact_infos .email {
    border-radius: 10px;
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
  }
  .contact_infos .email::before {
    padding: 0;
    left: 14px;
    top: 50%;
  }
  .contact_infos .email h3 {
    margin-bottom: 5px;
  }
  .contact_infos .email a {
    font-size: 16px;
  } */
  .contact_touch {
    padding: 50px 0;
  }
  .contact_touch .main {
    margin-top: 30px;
    gap: 16px 0;
  }
  .contact_touch .main input,
  .contact_touch .main textarea {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .contact_touch .main textarea {
    height: 120px;
    padding: 14px 20px;
  }
  .contact_touch .main span:has(input[type=checkbox]) {
    margin-top: 0;
    flex: unset;
  }
  .contact_touch .main input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .contact_touch .main input[type=checkbox] ~ span {
    width: calc(100% - 24px);
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .contact_touch .main span:has(.btn) {
    margin-top: 10px;
    width: 100%;
  }
  .contact_touch .main .btn {
    gap: 10px;
    min-width: 120px;
  }
}
@media screen and (max-width: 576px) {
  /* .contact_infos .items > div {
    grid-template-columns: 1fr;
  }
  .contact_infos .item.map {
    order: -1;
  }
  .contact_infos .item.map .img.img_aba {
    position: relative;
    left: unset;
    top: unset;
    transform: translate(0);
    width: 100%;
  } */
  .contact_touch .main .col-2 {
    width: 100%;
  }
}
