@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}
.js_reg_auth {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.auth {
  margin-top: 2rem;
  color: #16356c;
  border: 1px solid #159da2;
  border-radius: 16px;
  background-color: #eef9fa;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
}

.img {
  width: 100%;
  height: auto;
}

.imgs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 1rem;
  gap: 4px;
}
.imgs img {
  border: 1px solid transparent;
  transition: all 0.5s;
}
.imgs img:hover {
  border: 1px solid red;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 767px) {
  .imgs {
    flex-direction: column;
  }
}

/*# sourceMappingURL=sr.css.map */
