@charset "UTF-8";
@font-face {
  font-family: 'Maax';
  src: url("../fonts/Regular/Maax.eot");
  src: local("☺"), url("../fonts/Regular/Maax.woff") format("woff"), url("../fonts/Regular/Maax.ttf") format("truetype"), url("../fonts/Regular/Maax.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Maax-Medium';
  src: url("../fonts/Maax-Medium.eot");
  src: local("☺"), url("../fonts/Medium/Maax-Medium.woff") format("woff"), url("../fonts/Medium/Maax-Medium.ttf") format("truetype"), url("../fonts/Medium/Maax-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Maax';
  font-size: 14px;
  line-height: 1.42857143;
  background: url(../img/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff; }

a {
  color: #fff; }
  a:hover {
    color: #fff; }

.fullscreen {
  min-height: 100vh; }

.nav {
  position: absolute;
  width: 100%;
  display: flex;
  padding: 30px 40px; }
  .nav .left,
  .nav .right {
    width: 50%; }
  @media all and (max-width: 768px) {
    .nav .left {
      display: none; } }
  .nav .left img {
    max-width: 200px; }
  .nav .right {
    display: flex;
    justify-content: flex-end; }
    @media all and (max-width: 768px) {
      .nav .right {
        width: 100%;
        justify-content: center; } }
    .nav .right a {
      font-family: 'Maax-Medium'; }

.form {
  width: 50%;
  max-width: 450px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto; }
  .form img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
  .form p {
    text-align: center;
    margin-top: 8px; }
  @media all and (max-width: 768px) {
    .form {
      width: 92%; } }
  .form .hs_submit {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-top: 2px; }
    .form .hs_submit:hover {
      color: #000; }
      .form .hs_submit:hover .hs-button {
        color: #000;
        background-color: #fff; }
  .form .hs-button {
    font-family: 'Maax-Medium' !important;
    font-weight: 500 !important; }

.popup .close:not(.button) {
  top: 30px;
  right: 30px; }

.section-left {
  max-width: 300px; }

.section-right {
  width: 80% !important; }
