main {
  background: #0D0D10;
  overflow-x: hidden;
  position: relative;
}

.section_padding {
  padding: 20vh 0;
}

.licence-form {
  padding-top: 30vh;
}

.licencja {
  margin-bottom: 100px;
  padding-top: 30vh;
}

.first-heading,
.second-heading {
  margin-top: 70px;
}
.first-heading:before,
.second-heading:before {
  content: "01";
  position: absolute;
  font-size: 10rem;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  opacity: 0.5;
}

.second-heading:before {
  content: "02";
}

.avatar {
  z-index: 1;
  position: relative;
}
.avatar:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  height: 40%;
  width: 40%;
  background: #d62f03;
  background: linear-gradient(90deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
  z-index: -1;
}
.avatar .signature h5 {
  font-size: 3rem;
  line-height: 1;
}

.licence-form .licence_form_subject {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 20px;
}
.licence-form .licence_form_subject label {
  border: 1px solid #ffffff;
  position: relative;
  height: 120px;
}
.licence-form .licence_form_subject label input {
  -webkit-appearance: none;
  display: none;
}
.licence-form .licence_form_subject label input:checked + .inner-single {
  background: #d62f03;
  background: -moz-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(225deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
}
.licence-form .licence_form_subject label input:checked + .inner-single p {
  color: #ffffff;
}
.licence-form .licence_form_subject label .inner-single {
  margin: 10px 0 0 10px;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.licence-form .licence_form_subject label .inner-single p {
  text-align: center;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}
.licence-form .licence_form_subject .single {
  border: 1px solid #ffffff;
  position: relative;
  height: 120px;
}
.licence-form .licence_form_subject .single .inner-single {
  margin: 10px 0 0 10px;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.licence-form .licence_form_subject .single .inner-single p {
  text-align: center;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}
.licence-form .licence_form_subject .single.active .inner-single {
  background: #d62f03;
  background: -moz-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(225deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
}
.licence-form .licence_form_subject .single.active .inner-single p {
  color: #ffffff;
}

@media (max-width: 992px) {
  .licence-form .licence_form_subject {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .signature {
    left: 100px !important;
    top: 100px !important;
  }

  .career_title {
    margin-top: 10vh !important;
  }
}
@media all and (max-width: 480px) {
  h5 {
    font-size: 16px;
  }

  .licence-form {
    padding: 50px 0;
  }
  .licence-form .licence_form_subject {
    padding-right: 10px;
  }

  .section_padding {
    padding: 0;
  }

  .avatar .signature {
    left: 20px !important;
    top: 20px !important;
    position: relative;
    bottom: 0%;
  }
}

/*# sourceMappingURL=formularze_licencji.css.map */
