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

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

.form-block p {
  font: normal normal 300 18px/30px Open Sans;
  letter-spacing: 0;
  color: #e2e2e2;
  opacity: 1;
  margin-bottom: 25px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}

input.uk-input {
  background: #3d3d3d 0 0 no-repeat padding-box;
  border-radius: 5px;
  border: transparent;
  font: normal normal 300 20px/15px Open Sans;
  font-size: 13px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  opacity: 0.6;
  /*height: 25px;*/
  /*min-height: 46px;*/
  padding: 1em;
  background: #ebebeb;
  border: 1px solid #ccc;
  color: #000;
  opacity: 1;
  font-family: "Montserrat", sans-serif;
}

select {
  background: #ebebeb;
  border-radius: 5px;
  font: normal normal 300 20px/15px Open Sans;
  border: 1px solid #ccc;
  font-weight: 600;
  letter-spacing: 0;
  color: #5a5a5a;
  opacity: 1;
  padding: 1em;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  /*font: normal normal 300 20px / 15px Open Sans;*/
}

.form-block p.error-message {
  color: red;
  font: normal normal 300 12px/20px Open Sans;
  margin: 0;
}

::placeholder {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  select {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  input.uk-input {
    min-height: 40px;
    padding: 0.5em;
  }
}

@media (max-width: 767px) {
  .form-block p {
    font: normal normal 300 15px/23px Open Sans;
  }
}

.needs-validation p.error-message {
  color: red;
  font: normal normal 300 12px/20px Open Sans;
  margin: 0;
}

form .whatsapp-content {
  display: flex;
  justify-content: start;
  align-items: baseline;
  flex-direction: row;
  color: #fff;
  /*flex-wrap: wrap;*/
}

form .whatsapp-content input {
  height: unset !important;
  width: unset !important;
}

form .whatsapp-content p {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  color: #000;
}

.glob-sec p, h1, h2, h3, li, span {
  color: #333;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 20px;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}

.uk-input {
  overflow: visible;
}

.uk-input, .uk-textarea {
  -webkit-appearance: none;
}

.uk-input, .uk-select, .uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: .2s ease-in-out;
  transition-property: color,background-color,border;
}

.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}

.uk-input::placeholder {
  color: #999;
}

.uk-margin {
  margin-bottom: 20px;
}

* + .uk-margin {
  margin-top: 20px!important;
}

