*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

.image_main {
  margin: 20px auto;
  border-radius: 100%;
  border: 4px solid #43111a;
  width: 400px;
  max-width: 100%;
}

#root, #__next {
  isolation: isolate;
}

body {
  font-family: "segoe ui", Roboto, arial, helvetica, sans-serif;
  background-image: url("/images/bg.png");
  background-repeat: repeat;
}

h1 {
  color: #43111a;
  text-align: center;
}

.main_tel {
  color: #975864;
  font-size: 24px;
  text-underline-position: under;
}

.img_label {
  text-align: center;
  margin-bottom: 24px;
}

.container {
  max-width: 980px;
  padding: 20px;
  margin: 0 auto;
}

/*416472*/
.map {
  margin-top: 32px;
}

footer {
  background-color: #43111a;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

}