body {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  background: #07072c;
  color: white;
  width: 480px;
    margin: 0 auto;
}

h2 {
  display: inline-block;
  color: white;
  font-size: 40px;
line-height: 48px;
  text-align: center;
  font-weight: 900;
  margin: 0 -5px 30px;
  filter: drop-shadow(0 0 20px #100742);
}
h2 span {
  color: #ff077e;
}
h2.small {
  font-size: 30px;
}

.container {
  background: #2a246d;
  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: 415px;
  height: 85px;
  background: linear-gradient(to bottom, #b8025b, #ff077e, #b8025b) 0 bottom;
  background-size: auto 200%;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
  outline: none;
  border: none;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: inherit;
  transition: all 300ms;
  cursor: pointer;
}
.button:hover {
  background-position-y: top;
}
.button:active {
  transform: translateY(5px);
  box-shadow: none;
  border-radius: 50px;
}


input {
  width: 420px;
  height: 85px;
  font-family: inherit;
  outline: none;
  border: 1px solid #dbdbdb;
  background: #f9f9f9;
  border-radius: 50px;
  margin-bottom: 15px;
  color: #333333;
  font-size: 22px;
  text-align: center;
}

.color_bg {
  background: url("../img/color_bg.jpg") center top no-repeat;
}

.video_block {
  width: 480px;
  height: 600px;
  background: black;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video_block .youtube,
.video_block object,
.video_block iframe,
.video_block embed,
.video_block img {
  background: #000;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

p {
  text-align: center;
  line-height: 26px;
}

footer {
  background: #010335;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
footer a {
  color: #a3a3a3;
  margin-top: 5px;
}

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 */
