.top-baner-still h1 {
  font-size: 26px;
}
.h1 {
  font-weight: 900;
}
.h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.02rem;
}
#alert_modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#alert_modal .modal-body {
  font-size: 20px;
  padding: 50px;
}
.font-weight-black {
  font-weight: 900;
}
#sitecontent .small-form,
.small-form {
  width: 420px;
  position: static;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  padding: 20px 35px 25px 35px;
}
.small-form {
  max-height: 9999px;
}
.small-form .h2 {
  font-weight: 900;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.02em;
}
.small-form .bigger {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
}
.small-form::after {
  display: none;
}
.form-contact input[type="text"],
.form-contact input[type="email"],
.form-contact .custom-file-label,
.form-contact textarea.form-control,
.form-contact select.form-control {
  border: 1px solid #B3B7C4;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: .675rem 1.25rem;
}
.small-form label {
  font-size: 12px;
  line-height: 14px;
  display: block;
  letter-spacing: 0.02em;
  margin-left: 20px;
  color: #676F89;
  margin-bottom: 3px;
}
.small-form .label-like {
  font-size: 12px;
  color: #676F89;
  line-height: 14px;
}
.small-form .form-check label {
  line-height: 16px;
}
.info-box {
  background: linear-gradient(90deg, #e5f3ff 0%, #e5ecfc 101.93%);
  border-radius: 19px;
}
.info-box p {
  font-size: 20px;
  line-height: 34px;
}
.info-box p .big {
  font-size: 41px;
}
.bigger,
.top-baner-still .bigger {
  font-size: 20px;
}
@media (max-width: 992px) {
  .container {
    padding: 0;
  }
  #sitecontent .small-form,
  .small-form {
    position: relative;
    top: 0;
    max-width: 100%;
    width: auto;
  }
  .top-baner-still {
    background: none;
  }
  .head-wrap {
    background-image: url('/img/lp/windykacja-rk-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 20px;
  }
}
@media (max-width: 557px) {
  #sitecontent .small-form,
  .small-form {
    max-width: 100%;
  }
  .top-baner-still {
    background-size: auto 600px;
  }
}
@media (min-width: 992px) {
  .small-form-relate {
    position: sticky !important;
    top: 10px;
    align-self: flex-start;
  }
  .head-wrap {
    height: 388px;
  }
  .top-baner-still {
    background-position: center;
    background-position: top center;
    background-image: url('/img/lp/rk_legal_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 430px;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1215px;
  }
  .top-baner-still h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
.form-label-group {
  position: relative !important;
  margin-bottom: 1rem;
}
.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}
.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all 0.1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
