p.ksf-result-submit {
  margin: 1vw 0 0 0;
  color: white;
  padding: 1vw;
  font-weight: bold;
}
.ksf-form-main-container {
  width: 60%;
  margin: auto;
}
input.ksf-form-text, input.ksf-form-date {
  border: 1px solid #707070;
  font-family: 'news-gothic-std', sans-serif;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  width: 100%;
  height: 50px !important;
  position: relative;
}
.field-single-object-same-line.ksf-error, .ksf-form-element.ksf-error{
  position: relative;
}
.field-single-object-same-line.ksf-error input, .ksf-form-element.ksf-error input, .ksf-form-element.ksf-check-error{
  border: 2px solid red;
}
.ksf-form-element.ksf-check-error {
  padding: 0.5vw;
  position: relative;
}
.ksf-form-element.ksf-error:after, .field-single-object-same-line.ksf-error::after, .ksf-form-element.ksf-check-error:after {
  background: #e80000;
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.7vw;
  content: "!";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  line-height: 100%;
  text-align: center;
  transition: all .5s;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ksf-form-element.ksf-error:after, .field-single-object-same-line.ksf-error::after {
  height: 50px;
}
.ksf-form-element.check-cont.ksf-check-error:after {
  height: 100%;
}
.ksf-form-element {
  margin: 1vw 0 0;
}
.pp-cont {
  margin: 3vw 0px;
}
label.pp-label-class, label.news-label-class {
  font-family: 'Lato';
}
.ksf-form-select {
  font-family: 'news-gothic-std', sans-serif;
  border: 1px solid #707070;
  background: transparent;
  color: #787878;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  appearance: auto;
}
.ksf-form-select:focus {
  background: transparent;
  color: #787878;
}
button.ksf-form-submit {
  background-color: #777777;
  font-family: 'news-gothic-std', sans-serif;
  font-weight: bold;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #f7f7f7;
}
.field-single-object-same-line {
  flex: 1 1 50%;
}
.ksf-form-element.field-same-line-container {
  display: flex;
  grid-gap: 10px;
}
.step-container {
  display: none;
}
.step-container.active {
  display: block;
}
textarea.ksf-form-textarea {
  width: 100%;
}
p.info-error-text {
  margin-bottom: 0.2vw;
  color: red;
}
.lds-roller {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: black;
  z-index: 10001;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  transform: translate(-50%, -50%);
}
.lds-roller div:after, .lds-roller-cart div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1), .lds-roller-cart div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after, .lds-roller-cart div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2), .lds-roller-cart div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after, .lds-roller-cart div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3), .lds-roller-cart div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after, .lds-roller-cart div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4), .lds-roller-cart div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after, .lds-roller-cart div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5), .lds-roller-cart div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after, .lds-roller-cart div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6), .lds-roller-cart div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after, .lds-roller-cart div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7), .lds-roller-cart div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after, .lds-roller-cart div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8), .lds-roller-cart div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after, .lds-roller-cart div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}