.custom-font-32 {
  font-size: 32px;
}

.hero__buttons .custom-button:last-child {
  margin-left: 50%;
  margin-top: 1.5em;
}

.custom-button-2 {
  text-align: center;
  width: 100%;
  padding-right: 30%;
}
.hero-content .fixedHeroCountdown{
  display: block;
  max-width: 470px;
}

.hero__buttons .btn:last-child {
  min-width: 190px;
}
.page{
  padding-top: 90px;
}
.header{
  top: 0px;
  z-index: 2;
  width: 100%;
  position: fixed;
  transition: top 0.3s;
}

#ORDER_PROP_22, #phone{
  padding-left: 60px;
}
.countriesForPhone{
  position: absolute;
  top: 0px;
  left: 0px;
}
.countriesForPhone.active{
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 10px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  height: 100%;
  min-height: 200px;
  overflow-y: scroll;
  bottom: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 0 0 -1px;
}
.countriesForPhone::after{
  content: "";
  top: 10px;
  left: 0px;
  padding: 0px;
  position: absolute;
  width: 50px;
  height: 25px;
  background-image: url('/local/templates/pro_appetit/img/flag.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.countriesForPhone.active::after{
  background: none;
}
.countriesForPhone.active li{
  display: block;
}

.countriesForPhone li{
  display: none;
  padding: 2px 0px;
  z-index: 3;
  position: relative;
}
.countriesForPhone li p{
  margin: 0px;
  padding: 0px;
  color: silver;
}
/*.countriesForPhone .active{*/
/*  display: block;*/
/*}*/
/*
*   Resolution media queries
*/

@media (max-width: 768px) and (min-width: 767px) {

  .hamburger {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hero__buttons .custom-button:last-child {
    margin-left: 0;
    margin-top: 1.5em;
  }

  .custom-button-2 {
    margin-top: 2em;
  }

  .hero__buttons .btn:last-child {
    min-width: 190px;
  }
  .page{
    padding-top: 64px;
  }
}

@media (max-width: 768px) {
  .custom-button-2 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .bx-aside-nav-control {
    display: none;
  }
}

#subscribe-form .countriesForPhone::after {
  top: 2.8em;
  left: 0.5em;
}

