*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.3;
    margin: 0;
    overflow: hidden
}

.section {
    width: 640px;
    height: 480px;
    overflow: hidden;
    background: linear-gradient(to top left, #d1d6ff, #0054b9);
}
.section .container {
    padding: 20px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.section .container h1 {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 15px;
    color: #fff;
}
.section .container .left {
    flex: 0 0 50%;
}
.section .container .left img {}
.section .container .right {
	flex: 0 0 50%;
}
.section .container .right .forma_wrap {}
.section .container .right .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
}
.section .container .right .forma_wrap .forma h1 {
    font-size: 25px;
    line-height: 1.1;
    margin-top: 18px;
}
.section .container .right .forma_wrap .forma .subtitle {
    font-size: 17px;
    margin: 15px 0 20px;
}
.section .container .right .forma_wrap .forma label {
    flex: 0 0 100%;
    max-width: 320px;
    margin-bottom: 18px;
    position: relative;
}
.section .container .right .forma_wrap .forma label input {
    width: 100%;
    border: none;
    height: 44px;
    padding-left: 15px;
}
.section .container .right .forma_wrap .forma label input::placeholder {
  color:#c4c4c4
}
.section .container .right .forma_wrap .forma label input.error {
    border: 2px solid red;
}
.section .container .right .forma_wrap .forma label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
}
.section .container .right .forma_wrap .forma .btn {
    flex: 0 0 100%;
    max-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFBF00;
    height: 44px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.section .container .right .forma_wrap .forma .btn:hover {
  opacity:0.8
}
.section .container .right .forma_wrap .forma .notice {
    font-size: 12px;
    flex: 0 0 100%;
    max-width: 320px;
    color: #ffffff;
    margin-top: 4px;
    line-height: 1;
}
.section .container .right .forma_wrap .forma .notice a {
    color: #ffffff;
}
.section .container .right .forma_wrap div.success {
    display: flex;
    max-width: 350px;
    justify-content: center;
    align-items: center;
    height: 335px;
    font-size: 25px;
    font-weight: 700;
}
.section .container .right .forma_wrap div.error {}

.countdown {
	display: flex;
	justify-content: center;
	font-size: 35px;
	margin-bottom: 20px;
	color: #fff;
}
@media all and (max-width:639px) {
  .section {
    width: 290px;
    height: 460px;
    overflow: hidden;
  }
  .section .container {
    padding: 20px;
  }
  .section .container h1 {
    font-size: 18px;
    margin-bottom: 15px;
}
  .section .container .left {
    display: none;
}
  .section .container .right {
    flex: 0 0 100%;
}
  .section .container .right .forma_wrap .forma {
    width: 100%;
  }
  .section .container .right .forma_wrap .forma h1 {
    font-size: 20px;
    line-height: 1.2;
  }
  .section .container .right .forma_wrap .forma .subtitle {
    font-size: 14px;
  }
  .section .container .right .forma_wrap .forma label {
    margin-bottom: 15px;
  }
  .section .container .right .forma_wrap .forma label input {
    height: 40px;
  }
  .section .container .right .forma_wrap .forma .btn {
    height: 40px;
  }
  .section .container .right .forma_wrap div.success {
    font-size: 20px;
  }
  .countdown {
    font-size: 30px;
    margin-bottom: 15px;
}
}