body .g-button, body .localaboutus_form .gr-button {
  background-image: none;
  background-color: #639eb4;
}
body .g-button:hover, body .localaboutus_form .gr-button:hover {
  background-color: #639eb4;
}
body .g-submenu__item .g-button.g-button--invert, body .g-button.g-button--invert {
  color: #639eb4 !important;
  border-color: #639eb4;
}
body .g-submenu__item .g-button.g-button--invert:hover, body .g-button.g-button--invert:hover {
  background: #639eb4;
  border-color: #639eb4;
  color: #fff !important;
}
body .g-auth__fogot-password {
  color: #639eb4 !important;
}
body .g-auth__personal-note a {
  border-bottom-color: #639eb4;
  color: #639eb4 !important;
}
body .g-user_text_color, body a.g-user_text_color {
  color: #639eb4 !important;
}
body .g-sitemap__link, body .g-article__name {
  color: #639eb4;
}
body .g-categories__button {
  color: #639eb4;
  border-color: #639eb4;
}
.int_map {
  display: flex;
  flex-wrap: wrap;
}
.int_map .left_part {
  width: 60%;
}
.int_map .left_part svg {
  filter: drop-shadow(5px 10px 5px #66a0b5);
  max-width: 100%;
}
.int_map .left_part svg path {
  fill: #fbfbfb;
  stroke: #dfdfdf;
  stroke-width: 1.55501px;
  cursor: pointer;
}
.int_map .left_part svg path:hover {
  fill: #639eb4;
}
.int_map .right_part {
  width: 40%;
}
.int_map .right_part .items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.int_map .right_part .items .item {
  background: #fff;
  padding: 0px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}
.int_map .right_part .items .item .title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 0;
}
.int_map .right_part .items .item > div {
  padding-left: 30px;
  margin-bottom: 10px;
}
.int_map .right_part .items .item > div .tit {
  font-size: 15px;
  color: #777777;
}
.int_map .right_part .items .item > div .text, .int_map .right_part .items .item > div a {
  font-size: 15px;
  color: #263469;
  font-weight: bold;
  text-decoration: none;
}
.int_map .right_part .items .item .name {
  background: url(r_name.png) 0 50% no-repeat;
}
.int_map .right_part .items .item .mail {
  background: url(r_mail.png) 0 50% no-repeat;
}
.int_map .right_part .items .item .phone {
  background: url(r_phone.png) 0 50% no-repeat;
}
.int_map .right_part .items .item .days {
  background: url(time-management.png) 0 50%/20px no-repeat;
}
.int_map .right_part .items .item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 30px;
}
@media (max-width: 960px) {
  .int_map {
    gap: 30px;
  }
  .int_map .left_part {
    width: 100%;
  }
  .int_map .right_part {
    width: 100%;
  }
  .int_map .right_part .items .item .title {
    font-size: 14px;
  }
  .int_map .right_part .items .item > div {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .int_map .right_part .items .item > div .tit {
    font-size: 13px;
    color: #777777;
  }
  .int_map .right_part .items .item > div .text, .int_map .right_part .items .item > div a {
    font-size: 13px;
    color: #263469;
    font-weight: bold;
    text-decoration: none;
  }
  .int_map .right_part .items .item.active {
    padding: 20px;
  }
}
.blocklist__item--u-iy7pia53y {
  pointer-events: none;
}
