header * {
  font-family: "FuturaDemiC";
 }
header {
 height: 100vh;
}
.allscreenh {
   height: 100vh!important;
}
.header-logo {
  display: flex;
  justify-content: flex-end;
  padding-top: 80px;
}
.header-logo .logo {
  width: 208px;
  height: auto;
 /* margin-right: 80px;*/
}
.header-offer {
  text-align: center;
  padding-bottom: 30px;

}
h1 {
  
    font-size: 57px;
  font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    line-height: 57px;
    letter-spacing: 0em;
    text-transform: uppercase;
    list-style-type: none;
    margin-top: 50px;
    margin-bottom: 20px;


}


.header-offer p {
  font-size: 18.4334px;
      line-height: 27px;
       font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
}
.header-offer .subtitle {
  font-size: 31.6px;
  font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    line-height: 37px;
}

.header-offer a {
  text-decoration: none;
  background: #55383f;
  padding: 10px;
  margin-top: 50px;
  color: #fff;
  font-size: 14.6667px;
  display: inline-block;
}

.container {
  max-width: 1140px;
}

.footer-logo .logo {
  width: 134px;
  height: auto;
}
.rel .e-con-inner{
  position: relative;
}

#popUp1, #popUp2 {
  background: #000000a3;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
  z-index: 1000000;
  justify-content: center;
    align-items: center;
}
#popUp1.open, #popUp2.open {
  
      display: flex;
    
}
.form-container {
  position: relative;
}
.no-scroll{
  overflow-y: hidden;
}

.close {
  width: 35px;
  height: 35px;
/*  background: #fff;*/
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: -50px;
  border-radius: 50%;
}

.form-container {
  padding: 15px 25px;
  background: #fff;
}

@media (max-width: 450px) {
  h1{
    font-size: 40px;
  }
  }


  .header-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

#wpcf7-f149-o1, #forForm1 {
	display:none!important;
}