html, body {
  padding: 0;
  margin: 0;
  background: white;
  color: #323132;
  font-family: 'Varela Round', sans-serif;
  font-size: 21px;
}

body {
  background: url(images/bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media all and (max-width: 576px) {
  body {
    background: url(images/mobile.png) center center no-repeat;
    background-size: cover;
  }
}

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

::placeholder {
  color: #232324;
}

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #323132;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: black;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: block;
}

header#header {
  background: #232324;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 576px) {
  header#header {
    height: 68px;
    justify-content: flex-end;
    padding: 12px 0 12px 15px;
  }

  header#header img {
    max-height: 100%;
    width: auto;
  }

  header#header .menu img {
    max-height: 60px;
  }
}

header#header .menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 576px) {
  header#header .menu {
    height: 100%;
  }
}

header#header .menu a {
  margin: 0 15px;
}

@media all and (max-width: 576px) {
  header#header .menu a {
    margin: 0;
  }
}

.row {
  display: flex;
  margin-right: -25px;
  margin-left: -25px;
}

@media all and (max-width: 576px) {
  .row {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
}

.row .col-12 {
  padding: 0 25px;
  width: 100%;
  flex: 0 1 100%;
}

@media all and (max-width: 576px) {
  .row .col-12 {
    padding: 0 15px;
    margin: 0 0 15px;
    display: block;
  }
}

@media all and (min-width: 768px) {
  .row .col-md-4 {
    width: 50%;
    flex: 0 1 50%;
  }
}

#page_content {
  text-align: center;
  font-size: 21px;
  padding: 0 0 10vh;
  display: block;
}

@media all and (max-width: 576px) {
  #page_content {
    font-size: 12px;
    height: auto;
    padding: 0 0 15px;
  }
}

#page_content .container {
  padding: 10vh 0 0;
}

#page_content h1 {
  font-size: 35px;
  color: #323132;
  font-weight: normal;
  margin: 0.75em 0 0.5em;
}

@media all and (max-width: 576px) {
  #page_content h1 {
    font-size: 21px;
  }
}

#page_content h2 {
  font-size: 28px;
  color: #323132;
  font-weight: normal;
  margin: 0;
}

@media all and (max-width: 576px) {
  #page_content h2 {
    font-size: 17px;
  }
}

#page_content hr {
  height: 0;
  width: 58px;
  margin: 1.5em auto;
  display: block;
  border: 0;
  border-top: 2px solid #979797;
}

@media all and (max-width: 576px) {
  #page_content hr {
    margin: 1em auto;
  }
}

#page_content .checkbox {
  background: #323132;
  padding: 0;
  line-height: 39px;
  color: #D9D9D9;
  font-size: 21px;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media all and (max-width: 576px) {
  #page_content .checkbox {
    line-height: 1.5em;
    font-size: 15px;
  }
}

#page_content .checkbox:hover, #page_content .checkbox.active {
  background-color: #FFFFFF;
  box-shadow: 0 0 12px 4px rgba(255, 255, 255, 0.5);
  color: #323132;
}

#page_content .checkbox label {
  padding: 15px;
  display: block;
  cursor: pointer;
}

@media all and (max-width: 576px) {
  #page_content .checkbox label {
    padding: 10px 15px;
  }
}

#page_content .checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

#page_content form {
  display: block;
  position: relative;
}

#page_content form input, #page_content form select, #page_content form button {
  font-family: 'Varela Round', sans-serif;
  font-size: 21px;
}

@media all and (max-width: 576px) {
  #page_content form input, #page_content form select, #page_content form button {
    font-size: 14px;
  }
}

#page_content .form_step {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

@media all and (min-width: 576px) {
  #page_content .form_step {
    position: static;
    left: 0%;
    top: 0%;
    height: auto;
    width: 100%;
  }
}

#page_content .form_step.hide {
  display: none;
}

#page_content .step_one .msg {
  margin-bottom: 35px;
}

#page_content .step_two .inner, #page_content .step_three .inner {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}

@media all and (max-width: 576px) {
  #page_content .step_two .inner, #page_content .step_three .inner {
    display: block;
    padding: 0 55px;
    height: auto;
  }
}

#page_content .step_two .inner .back, #page_content .step_three .inner .back {
  font-size: 11px;
  border-bottom: 2px solid #323132;
  text-align: center;
  display: inline-flex;
  margin-bottom: 35px;
}

@media all and (max-width: 576px) {
  #page_content .step_two .inner .back, #page_content .step_three .inner .back {
    font-size: 9px;
    display: inline-block;
  }
}

#page_content .step_two .inner .form_fields, #page_content .step_three .inner .form_fields {
  display: flex;
  margin: auto 0 0;
  width: 100%;
}

@media all and (max-width: 576px) {
  #page_content .step_two .inner .form_fields, #page_content .step_three .inner .form_fields {
    margin: 35px 0 0;
    display: block;
    width: auto;
  }
}

#page_content .step_two .inner .form_fields .form_field, #page_content .step_three .inner .form_fields .form_field {
  width: 50%;
  flex: 0 1 50%;
  padding: 0 16px;
}

@media all and (max-width: 576px) {
  #page_content .step_two .inner .form_fields .form_field, #page_content .step_three .inner .form_fields .form_field {
    width: 100%;
    display: block;
    margin: 0 0 35px !important;
    padding: 0;
  }
}

#page_content .step_two .inner .form_fields .form_field select, #page_content .step_two .inner .form_fields .form_field input, #page_content .step_three .inner .form_fields .form_field select, #page_content .step_three .inner .form_fields .form_field input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #323132;
  padding: 0 5px 2px;
  font-size: 16px;
  border-radius: 0;
  background: transparent url(images/arrow.svg) 10px center no-repeat;
}

@media all and (max-width: 576px) {
  #page_content .step_two .inner .form_fields .form_field select, #page_content .step_two .inner .form_fields .form_field input, #page_content .step_three .inner .form_fields .form_field select, #page_content .step_three .inner .form_fields .form_field input {
    font-size: 13px;
  }
}

#page_content .step_two .inner .form_fields .form_field select, #page_content .step_three .inner .form_fields .form_field select {
  -webkit-appearance: none;
  appearance: none;
}

#page_content .step_two .inner .button, #page_content .step_three .inner .button {
  background: #323132;
  color: #C3B9B1;
  width: 200px;
  line-height: 26px;
  padding: 12px;
  text-align: center;
  border: 0;
}

@media all and (max-width: 576px) {
  #page_content .step_two .inner .button, #page_content .step_three .inner .button {
    display: block;
    width: 100%;
  }
}

#page_content .step_two .inner .button g#click-2-meet---tlv-6,
#page_content .step_three .inner .button g#click-2-meet---tlv-6 {
  stroke: white;
  transition: all 0.3s ease-in-out;
}

#page_content .step_two .inner .button.disabled, #page_content .step_three .inner .button.disabled {
  background: #A49A92;
  color: #C3B9B1;
}

@media all and (max-width: 576px) {
  #page_content .step_two .inner .button, #page_content .step_three .inner .button {
    font-size: 14px;
  }
  #page_content .step_two .inner .button svg,
  #page_content .step_three .inner .button svg {
    max-height: 12px;
  }
}

#page_content .step_two .inner .next, #page_content .step_three .inner .next {
  margin: 35px 0;
}

@media all and (max-width: 576px) {
  #page_content .step_two .inner .your_time img, #page_content .step_three .inner .your_time img {
    display: block;
    margin: 25px auto 5px;
  }
}

#page_content .step_three .inner .form_fields {
  flex-wrap: wrap;
}

#page_content .step_three .inner .your_time {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 16px;
  color: #4A4A4A;
}

#page_content .step_three .inner .your_time img {
  vertical-align: middle;
}

#page_content .step_three .inner .required {
  font-size: 11px;
  color: #323132;
  margin: 15px 0 0;
}

@media all and (max-width: 576px) {
  #page_content .step_three .inner .required {
    margin: 25px 0;
    display: block;
  }
}

#page_content .step_three .inner .form_fields {
  margin: 0;
}

#page_content .step_three .inner .form_fields .form_field {
  margin: 0 0 15px;
}

#page_content .step_three .inner .form_fields .form_field.full {
  width: 100%;
  flex: 0 0 100%;
}

#page_content .step_three .inner .form_fields .form_field input {
  background: transparent;
}

.footer_before_disclaimer {
  margin: auto 0 15px;
  font-size: 16px;
  color: #4A4A4A;
  position: absolute;
  left: 0;
  bottom: 10vh;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .footer_before_disclaimer {
    margin: 25px 0 10px;
    position: static;
  }
}

.help-block.form-error {
  font-size: 11px;
}

.thanks_content img {
  margin: 10px 0 10px;
}

img.disclaimer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media all and (max-width: 576px) {
  img.disclaimer {
    position: relative;
  }
}

.right_place {
  max-width: 25%;
  max-height: 15vh;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.mobile {
  display: none;
}

@media all and (max-width: 576px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}


#page_content .step_two .inner .button.disabled g#click-2-meet---tlv-6,
#page_content .step_three .inner .button.disabled g#click-2-meet---tlv-6 {
  stroke: #c3b9b1;
}