.white-popup {
  background: #fff;
  padding: 40px;
  text-align: left;
  max-width: 550px;
  margin: 40px auto;
  position: relative;
}
#popup1.white-popup {
  background: #009fe3;
  color: #fff;
  padding: 30px;
  text-align: left;
  bottom: 150px;
  max-width: 550px;
  width: 165px;
  margin: 0 0 0 auto;
  border-radius: 20px 0px 0px 20px;
  position: relative;
  text-transform: uppercase;
}
#popup1 .popup_custom {
  text-align: left !important;
}
#popup1 .mfp-close {
  color: #fff !important;
}
.hidden_popup1 {
  display: none;
}
.mfp-container {
  padding: 0 !important;
}
#popup1.white-popup .titol{
  font-size: 18px;
}
.titol_linia {
  font-weight: normal;
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  line-height: 1;
}
.camps {
  margin-bottom: 25px;
}
#popup_login input:not(.checkbox), select, textarea {
  padding: 10px 20px;
  outline: none;
  border-radius: 0;
  border: 1px solid;
  border-radius: 5px;
  width: 100%;
}
#popup_login .boto_generic.petit {
  padding: 10px 15px;
}
#popup_login .boto_generic {
  background-color: #3e9fd9;
  color: #fff;
  font-family: "Akko Pro Bold Italic", sans-serif;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  border-radius: 5px;
  padding: 15px 25px;
}

#popup_header {
  background: #009fe3;
  color: #fff;
  padding: 25px;
  text-align: left;
  top: 350px;
  right: 0;
  max-width: 550px;
  width: 160px;
  margin: 0 0 0 auto;
  border-radius: 20px 0px 0px 20px;
  position: fixed;
  z-index: 1;
  text-transform: uppercase;
  display: none;
}

#close_popup {
  font-size: 25px;
  color: white;
  line-height: 0.5;
}


@media screen and (max-width:550px) {
  #popup_header {
    width: 130px;
    padding: 20px;
  }
}