@media (max-width: 960px) {
  .lpc-prods-7__title, .lpc-form-5__title, .lpc-elements-1__title, .lpc-carousels-1__title, .lpc-steps-2__title {
    font-size: 32px !important; }

  .lpc-text-3__title, .lp-button--type-1, .lpc-features-2-item__text, .lpc-form-5__text, .lpc-form-5__button._first-btn, .lpc-elements-2__text {
    font-size: 17px !important; } }

@media (max-width: 640px) {
  .lpc-prods-7__title, .lpc-form-5__title, .lpc-elements-1__title, .lpc-carousels-1__title, .lpc-steps-2__title {
    font-size: 28px !important; }

  .lpc-text-3__title, .lp-button--type-1, .lpc-features-2-item__text, .lpc-form-5__text, .lpc-form-5__button._first-btn, .lpc-elements-2__text {
    font-size: 16px !important; } }

body .g-button {
  padding-top: 17px;
  padding-right: 10px;
  padding-bottom: 17px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #fff;
  position: relative;
  text-decoration-line: none;
  border-radius: 3px;
  border: none;
  background-image: linear-gradient(to right top, rgba(11, 128, 0, 1) 0%, rgba(18, 176, 3, 1) 47%, rgba(126, 229, 0, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-size: auto;
  background-attachment: scroll;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease; }
  body .g-button:hover {
    background-image: linear-gradient(to right top, rgba(11, 128, 0, 1) 0%, rgba(18, 176, 3, 1) 47%, rgba(126, 229, 0, 1) 100%);
    opacity: 0.8; }
