body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  background: #293d88;
}

h2 {
  display: inline-block;
  color: #333333;
  font-family: Appetite, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 100;
}
h2 span {
  color: #ff5c57;
}

.container {
  background: white;
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 90px;
  background: linear-gradient(to bottom, #58ad2e, #d4ff41, #58ad2e) 0 bottom;
  background-size: auto 200%;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  outline: none;
  border: none;
  box-shadow: 0 5px 0 0 #4e9d27;
  font-size: 22px;
  font-weight: 700;
  font-family: inherit;
  transition: all 300ms;
  cursor: pointer;
  filter: drop-shadow(0 2px #4e9d27);
}
.button:hover {
  background-position-y: top;
}
.button:active {
  transform: translateY(5px);
  box-shadow: none;
  border-radius: 50px;
}

input {
  width: 370px;
  height: 90px;
  font-family: inherit;
  outline: none;
  border: 1px solid #dbdbdb;
  background: #f9f9f9;
  border-radius: 50px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 16px;
  text-align: center;
}

.color_bg {
  background: url("../img/color_bg.jpg") center top no-repeat;
  color: white;
}
.color_bg h2 {
  color: #fff;
}
.color_bg h2 span {
  color: #84ff00;
}

.video_block {
  width: 100%;
  height: 245px;
  border-radius: 20px;
  overflow: hidden;
}
.video_block .youtube, .video_block object, .video_block iframe {
  width: 100%;
  height: 100%;
}

img {
  flex-shrink: 0;
  align-self: center;
}

.p_ignore {
  margin: 0 -20px;
  max-width: 480px;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

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