html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

article, aside, footer, header, nav, section {
  display: block; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a:active, a:hover {
  outline-width: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'AFuturaRoundDemi';
  src: url("../fonts/AFuturaRoundDemi.ttf") format("truetype"), url("../fonts/AFuturaRoundDemi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body, html {
  font-family: 'AFuturaRoundDemi';
  color: #5b5b5b;
  font-size: 17px;
  overflow-x: hidden;
  position: relative; }

.main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1290px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .main-row .rev-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    width: 320px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px; }
    .main-row .rev-col img {
      -webkit-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.1);
      margin-bottom: 10px; }

.main-content {
  width: 500px;
 }
  .main-content .main-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: -1;
    position: relative;
    margin-bottom: -50px; }
  .main-content .ndg-site-logo a {
    width: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .main-content .ndg-site-logo img {
    width: 130px;
    min-width: 130px;
    height: auto; }
  .main-content h1 {
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    color: #98d6d7;
    margin-bottom: 40px;
    margin-top: 20px; }
  .main-content li {
    font-size: 17px;
    line-height: 30px;
    list-style: none;
    position: relative;
    padding-left: 25px; }
    .main-content li:before {
      display: block;
      content: '';
      width: 15px;
      height: 15px;
      background: url(../imgs/li.png);
      position: absolute;
      left: 0;
      top: 9px; }
  .main-content .form {
    background: #fff;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 22px; }
    .main-content .form .form-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 20px; }
      .main-content .form .form-row input {
        width: 49%;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        padding: 5px 15px;
        border: 1px solid #ccd1d9;
        outline: none;
        font-size: 21px;
        font-family: 'AFuturaRoundDemi';
        color: #5b5b5b; }
    .main-content .form input[type=submit] {
      width: 225px;
      height: 39px;
      display: block;
      outline: none;
      border: none;
      font-size: 0;
      background: url(../imgs/btn.png);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      margin: 0 auto;
      cursor: pointer; }
      .main-content .form input[type=submit]:hover {
        background: url(../imgs/btn-hover.png); }

.bottom-text * {
  font-size: 14px;
  color: #ccd1d9; }

::-webkit-input-placeholder {
  font-family: 'AFuturaRoundDemi';
  color: #ccd1d9;
  font-size: 21px; }

::-moz-placeholder {
  font-family: 'AFuturaRoundDemi';
  color: #ccd1d9;
  font-size: 21px; }

:-moz-placeholder {
  font-family: 'AFuturaRoundDemi';
  color: #ccd1d9;
  font-size: 21px; }

:-ms-input-placeholder {
  font-family: 'AFuturaRoundDemi';
  color: #ccd1d9;
  font-size: 21px; }

/* Width */
@media only screen and (max-width: 1300px) {
  .main-row {
    width: 1140px; }
  .main-content {
    width: 420px; }
  .main-content li {
    font-size: 15px; }
  .main-content .ndg-site-logo img, .main-content .ndg-site-logo a {
    width: 100px;
    min-width: 100px; }
  .main-content h1 {
    margin-top: 10px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 1150px) {
  .main-row {
    width: 980px; }
  .main-row .rev-col {
    width: 250px; }
    .main-row .rev-col img {
      width: 250px; }
  .main-img img {
    width: 600px; }
  .main-img {
    margin-bottom: -30px; } }

@media only screen and (max-width: 1000px) {
  .main-row {
    width: 768px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-content {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%; 
	overflow: hidden; }
  .main-content li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-content li:before {
      position: static;
      margin-right: 5px; }
  #up {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../imgs/up.png);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px; }
  .main-row .rev-col {
    width: 320px;
    margin: 0 10px; }
    .main-row .rev-col img {
      width: 320px; }
  .bottom-text {
    margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .main-row {
    width: 480px; }
  .main-row .rev-col {
    padding: 0; } }

@media only screen and (max-width: 500px) {
  .main-row {
    width: 96%; }
  .main-content .form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0; }
  .main-content .form .form-row input {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px; }
  .main-content li:before {
    min-width: 15px;
    position: absolute;
    top: 7px; }
  .main-content li {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    line-height: 25px; }
  .main-img img {
    width: 400px; }
  .main-content .main-img {
    margin-bottom: 0; }
  ::-webkit-input-placeholder {
    font-family: 'AFuturaRoundDemi';
    color: #ccd1d9;
    font-size: 18px; }
  ::-moz-placeholder {
    font-family: 'AFuturaRoundDemi';
    color: #ccd1d9;
    font-size: 18px; }
  :-moz-placeholder {
    font-family: 'AFuturaRoundDemi';
    color: #ccd1d9;
    font-size: 18px; }
  :-ms-input-placeholder {
    font-family: 'AFuturaRoundDemi';
    color: #ccd1d9;
    font-size: 18px; } }

@media only screen and (max-width: 330px) {
  .main-row .rev-col {
    width: 300px;
    margin: 0 10px; }
    .main-row .rev-col img {
      width: 300px; } }

@media only screen and (max-width: 320px) {
  .container {
    width: 300px; } }

/* Height */
