.callback {
  position: relative;
  height: 390px;
  background: #C1C5C9;
  border-radius: 30px;
  padding: 0 120px;
  text-align: center;
}
.callback .questions {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}
.callback .contact-us {
  margin-top: 13px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.callback form {
  margin-top: 52px;
  width: 100%;
  display: flex;
}
.callback form input + input {
  margin-left: 18px;
}
.callback form input {
  flex-grow: 1;
  padding: 18px 16px;
  border-radius: 8px;
  border: 1px solid #C7C7C7;
}
.callback form button {
  flex-shrink: 0;
  margin-left: 14px;
  height: 56px;
  padding: 0 16px;
  border: none;
  color: white;
  background: var(--main);
  box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
  border-radius: 8px;
}
.callback .go-top {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 58px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main);
  border-radius: 50%;
  cursor: pointer;
}

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