body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  background: #000;
  color: #1f1f1f;
}

.myscroll_transparent {
  padding-right: 1rem;
}

.myscroll_transparent::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.myscroll_transparent::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.myscroll_transparent::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.myscroll_transparent::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.red {
  color: #eb3d46;
}

.t-1 {
  font-size: 1.5rem;
  font-weight: 500;
}

.title {
  font-size: 1.7rem;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.icons {
  margin-top: 1rem;
}

.plane {
  padding: 1rem;
}
.plane img {
  width: 40%;
}

.site {
  margin: 1rem 0;
}
.site a {
  font-weight: 600;
}

.content {
  background: url(/img/gradi.png) no-repeat center center/cover;
}

.vizitka {
  overflow: auto;
  max-width: 440px;
  max-height: 800px;
  position: fixed;
  padding: 1rem;
  background: url(/img/bg.png) no-repeat center center/cover;
  text-align: center;
}
@media (max-width: 440px) {
  .vizitka {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 441px) {
  .vizitka {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.call_title {
  padding-bottom: 0.5rem;
}

.dot {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem auto;
  border-radius: 100%;
  background: #eb3d46;
}

.flex {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.w-full {
  width: 100%;
}

.social img {
  margin-top: 1rem;
  width: 3.5rem;
  height: 3.5rem;
}/*# sourceMappingURL=app.css.map */