html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

html {
  box-sizing: border-box; }

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

img,
object,
embed {
  max-width: 100%; }

html {
  overflow-y: scroll; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

a {
  color: #e6b337;
  text-decoration: none; }

body {
  background: url("../img/bg.jpg") center no-repeat, #000000;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 62px 0 30px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff; }
  @media (min-width: 1999px) {
    body {
      background-size: cover; } }
  @media (max-width: 440px) {
    body {
      padding: 40px 0; } }

.wrap {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px; }
  @media (max-width: 440px) {
    .wrap {
      padding: 0 15px; } }
  .wrap h1 {
    font-size: 105px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.99;
    margin: 64px 0 40px; }
    @media (max-width: 1040px) {
      .wrap h1 {
        font-size: 70px; } }
    @media (max-width: 440px) {
      .wrap h1 {
        font-size: 40px;
        margin: 44px 0 35px; } }
  .wrap .btn {
    border-radius: 3px;
    background-color: #ffb003;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
    width: 420px;
    max-width: 100%;
    height: 80px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #000; }
  .wrap .logInText {
    font-weight: 300;
    font-size: 18px;
    margin-top: 30px; }

.sliderWrapper {
  margin-top: 140px;
  text-align: center; }
  @media (max-width: 640px) {
    .sliderWrapper {
      margin-top: 90px; }
      .sliderWrapper h2 {
        font-size: 30px; } }
  @media (max-width: 440px) {
    .sliderWrapper {
      padding: 0 15px; } }
  .sliderWrapper h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 200;
    margin-bottom: 45px; }

.slider {
  width: 100%;
  text-align: center; }
  .slider h3 {
    font-size: 17px;
    font-weight: 300;
    margin-top: 15px; }

.slick-slide {
  margin: 0 20px; }
  .slick-slide img {
    margin: 0 auto;
    width: 150px; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .7; }

.slick-active {
  opacity: .9; }

.slick-current {
  opacity: 1; }

footer {
  padding: 90px 15px 0; }
  footer .footerWrap {
    width: 808px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 15px;
    display: flex;
    justify-content: space-evenly; }
  @media (max-width: 440px) {
    footer {
      text-align: center; } }
  footer .copy {
    margin-top: 10px;
    font-size: 13px;
    text-align: center; }

.form_label {
  font-size: 35px;
  margin: 40px 0 5px;
  display: inline-block;
  text-shadow: 1px 1px 3px #000; }

.form_flex {
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
  flex-wrap: wrap; }
  .form_flex > div:first-of-type {
    width: 400px;
    max-width: 100%; }
  .form_flex input {
    border: 1px solid #ddd;
    background-image: url(../img/email.png);
    background-repeat: no-repeat;
    background-position: 29px 25px;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 40px;
    padding: 15px 40px 15px 70px;
    font-size: 17px;
    font-weight: 300;
    color: black;
    height: 70px;
    width: 100%; }
  .form_flex .btn {
    height: 70px;
    font-size: 20px;
    line-height: 40px;
    padding: 0 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 70px;
    display: inline-block;
    border-width: 0;
    width: 100%; }

.additionalContact {
  margin-top: 15px;
  font-size: 16px;
  text-shadow: 1px 1px 3px #000; }

.popup-bg {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  transition: 0.7s;
  opacity: 0; }
  .popup-bg.show {
    display: block;
    opacity: 1; }

.popup {
  background: white;
  margin: 28px auto 0;
  min-height: 217px;
  padding: 31px 0 40px;
  max-width: 500px;
  border-radius: 10px; }

@media all and (min-height: 600px) {
  .popup {
    margin: 128px auto 0; } }
@media all and (min-height: 700px) {
  .popup {
    margin: 228px auto 0; } }
.popup .box {
  margin: 0 auto;
  text-align: center;
  max-width: 360px; }

.popup h2 {
  color: #ffb003;
  font-size: 72px;
  font-weight: 300;
  margin: 0; }

.popup p {
  color: #4d392d;
  font-size: 20px;
  margin: 5px 0 0 0; }

.popup .button {
  padding: 25px 0 0; }

.popupBtn {
  background: #ffb003;
  color: white;
  font-size: 22px;
  line-height: 40px;
  padding: 15px 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 70px;
  display: inline-block;
  border-width: 0;
  width: 100%; }

.slider {
  max-height: 360px;
  overflow: hidden; }

@media (max-width: 700px) {
  #submit {
    margin-top: 15px; } }
.onlyMobile {
  display: none; }
  @media (max-width: 400px) {
    .onlyMobile {
      display: block;
      margin: 5px 0; } }

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