.contact_page {
  position: relative;
  background-color: var(--color_0);
  padding: 8em 0 2em 0;
}
.contact_page .h1_title {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 5.6em;
  margin-bottom: 4rem;
}
.contact_page .content {
  position: relative;
  display: grid;
}
.contact_page .content .left {
  position: relative;
}
.contact_page .content .left .map {
  position: relative;
}
.contact_page .content .left .map svg {
  position: relative;
  max-width: 100%;
  fill: #D2D3D9;
  stroke: #D2D3D9;
  stroke-width: 1px;
}
.contact_page .content .left .map svg path {
  position: relative;
  z-index: 1;
}
.contact_page .content .left .map svg g {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
}
.contact_page .content .left .map svg g:hover {
  transform-origin: center;
  transform: scale(1.025);
  transform-box: fill-box;
  z-index: 10;
}
.contact_page .content .left .contacts_list {
  position: relative;
  font-weight: 400;
  line-height: 1.2;
}
.contact_page .content .left .contacts_list .h2_title {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 3.9em;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: var(--color_2);
}
.contact_page .content .left .contacts_list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-bottom: 4em;
  margin-bottom: 4em;
  border-bottom: 0.1em solid var(--color_2);
}
.contact_page .content .left .contacts_list .item .head {
  position: relative;
  display: flex;
  gap: 2em;
  align-items: center;
}
.contact_page .content .left .contacts_list .item .head .ico {
  position: relative;
  aspect-ratio: 1 / 1;
  background-color: var(--color_2);
  width: 4.6em;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.6294C0 16.3823 4.66483 21.0472 10.4178 21.0472C10.4178 15.2942 5.75295 10.6294 0 10.6294Z' fill='white'/%3E%3Cpath d='M10.3979 21.0472C10.3979 15.2942 15.0628 10.6294 20.8157 10.6294C20.8157 16.3823 16.1509 21.0472 10.3979 21.0472Z' fill='white'/%3E%3Cpath d='M10.3074 14.74C6.22689 10.6797 6.20674 4.08046 10.2671 0C14.3475 4.06031 14.3677 10.6596 10.3074 14.74Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.contact_page .content .left .contacts_list .item .head .name {
  position: relative;
  font-size: 2.9em;
  color: var(--color_4);
}
.contact_page .content .left .contacts_list .item .department {
  position: relative;
  line-height: 1.2;
  display: grid;
  gap: 2em;
}
.contact_page .content .left .contacts_list .item .department .regions {
  position: relative;
  order: 1;
  font-size: 2.2em;
}
.contact_page .content .left .contacts_list .item .department .regions .title {
  position: relative;
  margin-bottom: 0.5em;
}
.contact_page .content .left .contacts_list .item .department .regions ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25em;
}
.contact_page .content .left .contacts_list .item .department .regions ul li {
  position: relative;
  display: block;
}
.contact_page .content .left .contacts_list .item .department .contacts {
  position: relative;
  order: 0;
}
.contact_page .content .left .contacts_list .item .department .contacts .messagers {
  position: relative;
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
.contact_page .content .left .contacts_list .item .department .contacts .messagers a {
  position: relative;
  aspect-ratio: 1/1;
  display: block;
  width: 3em;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--ico_chat);
  transition: all 0.3s ease;
}
.contact_page .content .left .contacts_list .item .department .contacts .messagers a.telegram {
  background-image: var(--ico_telegram);
}
.contact_page .content .left .contacts_list .item .department .contacts .messagers a.whatsapp {
  background-image: var(--ico_whatsapp);
}
.contact_page .content .left .contacts_list .item .department .contacts .messagers a.phone {
  background-image: var(--ico_phone);
}
.contact_page .content .left .contacts_list .item .department .contacts .messagers a:hover {
  transform: scale(1.25);
}
.contact_page .content .left .contacts_list .item .department .contacts .email {
  position: relative;
}
.contact_page .content .left .contacts_list .item .department .contacts .email a {
  position: relative;
  text-decoration: none;
  font-size: 2.2em;
  color: var(--color_4);
}
.contact_page .content .left .contacts_list .item .department .contacts .email a:hover {
  color: var(--color_2);
  text-decoration: underline;
}
.contact_page .content .left .contacts_list .item:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
}
.contact_page .content .left .contacts_list .item:nth-of-type(1) .head .ico {
  background-color: var(--color_2);
}
.contact_page .content .left .contacts_list .item:nth-of-type(2) .head .ico {
  background-color: #765acb;
}
.contact_page .content .left .contacts_list .item:nth-of-type(3) .head .ico {
  background-color: #c77f02;
}
.contact_page .content .left .contacts_list .item:nth-of-type(4) .head .ico {
  background-color: #5EA82D;
}
.contact_page .content .left .contacts_list .item:nth-of-type(5) .head .ico {
  background-color: var(--color_2);
}
.contact_page .content .left .contacts_list .item:nth-of-type(6) .head .ico {
  background-color: #E2B627;
}
.contact_page .content .right {
  position: relative;
  background-color: color-mix(in srgb, #EFF2F1 calc(0.8 * 100%), transparent);
  border-radius: 0.5rem;
  padding: 1.5em;
  line-height: 1.2;
}
.contact_page .content .right .h2_title {
  position: relative;
  font-weight: 500;
  font-size: 2.6em;
  margin: 0;
  margin-bottom: 0.5em;
  color: var(--color_4);
}
.contact_page .content .right .text {
  position: relative;
  font-weight: 400;
}
.contact_page .content .right .text p {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
.contact_page .content .right .text p a {
  color: var(--color_4);
  text-decoration: none;
}
.contact_page .content .right .text p a:hover {
  text-decoration: underline;
}
.contact_page .content .right .text p:nth-last-child(1) {
  margin-bottom: 0;
}
.contact_page .content .right .map {
  position: relative;
  display: flex;
  margin: 2.5em 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.5em;
  background-color: var(--color_0);
}
.contact_page .content .right .map iframe {
  border: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.contact_page .content .right .form {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contact_page {
    padding: 15em 0 5em 0;
  }
  .contact_page .h1_title {
    font-size: 9.6em;
    margin-bottom: 4rem;
  }
  .contact_page .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact_page .content .left .contacts_list .item {
    margin-right: 5em;
  }
  .contact_page .content .left .contacts_list .item .head {
    position: relative;
    display: flex;
    gap: 2em;
    align-items: center;
  }
  .contact_page .content .left .contacts_list .item .head .name {
    font-size: 3.9em;
  }
  .contact_page .content .left .contacts_list .item .department {
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
  }
  .contact_page .content .left .contacts_list .item .department .regions {
    order: 0;
  }
  .contact_page .content .left .contacts_list .item .department .contacts {
    order: 1;
  }
  .contact_page .content .right {
    padding: 3em;
  }
  .contact_page .content .right .h2_title {
    font-size: 3.6em;
  }
  .contact_page .content .right .text {
    margin-left: 4em;
  }
  .contact_page .content .right .text p {
    font-size: 2.2em;
  }
  .contact_page .content .right .map {
    margin: 15em 0;
    aspect-ratio: 16/9;
  }
  .contact_page .content .right .form {
    position: relative;
  }
}
