main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1060px;
  padding: 0;
  margin: 0 auto;
}

.padding {
  padding: 0 15px;
}

.margin {
  margin-bottom: 60px;
}
@media (max-width: 990px) {
  .margin {
    margin-bottom: 40px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Roboto", sans-serif;
}

textarea {
  font-family: "Roboto", sans-serif;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}
input::placeholder {
  font-family: "Roboto", sans-serif;
}

button {
  border: none;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

a {
  transition: 0.3s;
}

.btn-hover {
  -webkit-box-shadow: inset 0px -25px 48px -35px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -25px 48px -35px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -25px 48px -35px rgba(0, 0, 0, 0.75);
}
.btn-hover:hover {
  box-shadow: none;
}

.up-to {
  position: fixed;
  right: 20px;
  bottom: 70px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .up-to {
    right: 10px;
    bottom: 75px;
  }
}

.up-to-active {
  opacity: 1;
  pointer-events: auto;
}

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