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

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 12px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 12px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 12px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 12px; }

a,
button,
input,
textarea {
  outline: none;
  border: none; }

a {
  color: #000; }

body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #2e2e31;
  min-width: 1100px;
  position: relative;
  min-height: 100vh;
  padding-bottom: 70px; }

input,
textarea {
  color: #fff;
  padding: 10px;
  background: #474747;
  border: 1px solid #2c2b2b; }

button {
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  background: #2ba5f7;
  font-weight: bold; }

nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: lighter;
  margin: 0 8px; }
  nav a:hover {
    text-decoration: none; }

header {
  background: url(../img/header-bg.png) 0 0/cover no-repeat;
  height: 380px;
  width: 100%;
  position: relative;
  padding-top: 70px; }
  header .container {
    width: 1100px;
    margin: 0 auto; }
  header #head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    header #head #header-logo {
      width: 100px;
      height: 30px;
      background: url(../img/logo.png) center center/contain no-repeat; }
  header h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px; }
  header p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 700px;
    margin: auto;
    line-height: 1.5; }
  header form#header-form {
    background: #393939;
    padding: 10px;
    width: 980px;
    margin: auto;
    position: absolute;
    bottom: -27.5px;
    left: 50%;
    margin-left: -490px;
    display: flex; }
    header form#header-form input {
      margin-right: 10px; }
    header form#header-form input[name="link"] {
      width: 565px; }
    header form#header-form input[name="contact"] {
      width: 285px; }

main {
  padding: 80px 0; }
  main section .container {
    position: relative;
    height: 400px;
    width: 1000px;
    margin: 0 auto; }
  main section .text-box {
    position: absolute;
    width: 530px;
    top: 100px; }
    main section .text-box h2 {
      margin-bottom: 20px;
      font-weight: normal; }
    main section .text-box p,
    main section .text-box .p {
      line-height: 1.7;
      font-size: 14px; }
    main section .text-box ol {
      padding-left: 50px;
      text-align: left;
      margin: 10px 0; }
    main section .text-box.t80 {
      top: 80px; }
  main .text-left .text-box {
    left: 20px; }
  main .text-right .text-box {
    right: 20px; }
  main.main-bg {
    background: url(../img/main-bg.png) center center/cover no-repeat; }
  main.main-bg2 {
    background: url(../img/main-bg2.png) center center/cover no-repeat; }
  main .bg-1 {
    background: url(../img/1.png) 100% 0/contain no-repeat; }
  main .bg-2 {
    background: url(../img/2.png) 0 0/contain no-repeat; }
  main .how-bg-1 {
    background: url(../img/how-bg-1.png) right 50%/80% no-repeat; }
  main .how-bg-2 {
    background: url(../img/how-bg-2.png) left 50%/80% no-repeat; }
  main .how-bg-3 {
    background: url(../img/how-bg-3.png) right 50%/80% no-repeat; }
  main .how-bg-4 {
    background: url(../img/how-bg-4.png) left 50%/80% no-repeat; }

#contact-form {
  width: 900px;
  margin: auto;
  background: #393939;
  padding: 40px;
  display: flex;
  flex-direction: column;
  margin-top: -110px;
  z-index: 100;
  position: relative; }
  #contact-form .inputs-row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
    #contact-form .inputs-row input {
      display: block;
      width: calc(50% - 10px); }
  #contact-form textarea {
    display: block;
    resize: none;
    margin-bottom: 20px;
    height: 250px; }
  #contact-form button {
    width: 100%; }

#faq-box {
  width: 900px;
  margin: auto;
  background: #393939;
  padding: 40px 40px 20px;
  color: #fff;
  margin-top: -110px;
  z-index: 100;
  position: relative; }
  #faq-box .faq-item {
    padding: 20px;
    margin-bottom: 20px;
    background: #474747; }
    #faq-box .faq-item h2 {
      margin-bottom: 20px;
      font-weight: 100; }
    #faq-box .faq-item p {
      font-weight: 100;
      line-height: 1.7; }

footer {
  background: #2e2e31;
  padding: 30px 0;
  bottom: 0;
  position: absolute;
  width: 100%; }
  footer .container {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  footer #footer-logo {
    color: #10bb67;
    text-decoration: none; }

.xAlert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none; }
  .xAlert.show {
    display: flex;
    justify-content: center;
    align-items: center; }
  .xAlert .xAlert-inner {
    background: url(../img/xalert-bg.png) 0 center/cover no-repeat;
    width: 380px;
    color: #fff;
    font-size: 20px;
    padding: 30px 20px 30px 100px;
    position: relative; }
  .xAlert .xAlert-close {
    background: #474747 url(../img/close.svg) center center/70% no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }

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