* {
  background-color: #EF988F;
  font-family: "Open Sans";
  color: #FFFFFF;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
* h1 {
  font-weight: 300;
}
* h2 {
  font-weight: 200;
}
* h3 {
  font-weight: 200;
}
* ::-webkit-scrollbar {
  width: 20px;
}
* ::-webkit-scrollbar-track {
  border-radius: 1em;
}
* ::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 10px;
}
* ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.137);
}

.tel {
  font-size: 2em;
  text-decoration: none;
}
.tel :hover {
  color: rgba(0, 0, 0, 0.137);
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.topConteiner .logo {
  width: 8em;
  height: 8em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.addres, .link, .center {
  text-align: center;
}

.div5 img {
  width: 8em;
  height: 2em;
}

.link :hover {
  opacity: 0.6;
}

.div3 a, .div4 a {
  text-decoration: none;
}
.div3 p, .div4 p {
  margin-top: 0;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .map {
    max-width: 100%;
  }
  .logo {
    width: 10em;
    height: 10em;
  }
  .div3 img, .div4 img {
    width: 7em;
    height: 7em;
  }
  .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .div1 {
    grid-area: 1/2/2/4;
  }
  .div2 {
    grid-area: 2/2/3/4;
  }
  .div3 {
    grid-area: 3/2/4/3;
  }
  .div4 {
    grid-area: 3/3/4/4;
  }
  .div5 {
    grid-area: 4/2/5/4;
  }
  .div6 {
    grid-area: 5/2/6/4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .div6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 5em;
  }
  .tex {
    margin: auto;
    width: 50%;
  }
  .parent {
    grid-template-columns: repeat(1, 1fr);
  }
  .div3 img, .div4 img {
    width: 5em;
    height: 5em;
  }
}
@media only screen and (max-width: 768px) {
  .div6 {
    padding-bottom: 3em;
  }
  .div3 img, .div4 img {
    width: 3em;
    height: 3em;
  }
}/*# sourceMappingURL=style.css.map */