@font-face {
  font-family: "Cinzel";
  src: url("/wp-content/themes/bootstrap-basic/fonts");
}
.cookies-page ol li,
.cookies-page ul li {
  padding-bottom: 15px;
  line-height: 28px;
}
.cookies-page ol ul,
.cookies-page ul ul,
.cookies-page ol ol,
.cookies-page ul ol {
  padding-top: 10px;
}
.mobile-break {
  word-break: break-all;
}
#form-popup {
  display: none;
  background: #FFF;
  border: 2px solid #30a435;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
}
#form-popup .terms-checkbox {
  height: initial;
  margin-left: 15px;
  width: auto;
}
#form-popup .checkbox-text {
  display: inline-block;
  width: 90%;
  float: right;
  padding-top: 25px;
  font-weight: normal;
}
#form-popup #form-popup-close {
  position: absolute;
  color: #30a435;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: right;
}
#form-popup #form-popup-close:hover {
  color: #575656;
}
#form-popup #form-popup-close .fa {
  padding-right: 8px;
  padding-top: 5px;
}
#form-popup input.odeslat {
  float: right;
  margin-top: 21px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#form-popup:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 78px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #30a435 transparent;
  display: block;
  width: 0;
}
#form-popup:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 78px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
#form-next-step {
  margin-top: 30px;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
#form-next-step.open {
  background: #30a435;
  color: #FFF;
}
.contact-form .form-group:nth-child(7) {
  margin-bottom: 10px;
}
.contact-form .form-group:nth-child(8) {
  margin-bottom: 10px;
  width: 96%;
}
.contact-form .form-group .checkbox label {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 1399px) {
  #form-popup {
    left: 20px;
  }
  #form-popup:before {
    left: 148px;
  }
  #form-popup:after {
    left: 148px;
  }
}
@media only screen and (max-width: 1199px) {
  #form-popup:before {
    left: 108px;
  }
  #form-popup:after {
    left: 108px;
  }
  #form-popup .terms-checkbox {
    margin-left: 6px;
  }
  #form-popup .checkbox-text {
    width: 93%;
  }
}
@media only screen and (max-width: 998px) {
  #form-popup {
    left: 0;
    top: 20px;
  }
  #form-popup:before {
    left: 78px;
  }
  #form-popup:after {
    left: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .form-group:nth-child(6) {
    margin-bottom: 30px;
  }
  .contact-form .form-group:nth-child(7) {
    margin-bottom: 30px;
    width: 96%;
  }
}
@media only screen and (max-width: 550px) {
  #form-popup {
    top: 0;
  }
  #form-popup .checkbox-text {
    width: 87%;
  }
}
/*# sourceMappingURL=formPopup.css.map */