
.text-center{
  width: 100%;
  text-align: center;
  display: block;
}
.c-form-container{
  margin-top: 80px;
  padding: 2rem;
}
.form_text {
  color: #000;
  font-size: 12px;
}
.c-btn-wrap{
  text-align: center;
}
.c-form-flex{
  display: flex;
  margin-top: 1rem;
}
.c-form-info{
  color: #000;
  font-size: 10px;
}
.c-form-flex__col-sm{
  flex: 1;
  margin-right: 30px;
}
.c-form-flex__col-big{
  flex: 2;
}
.c-form-rodo{
  overflow-y: scroll;
  max-height: 105px;
}
/* width */
.c-form-rodo::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.c-form-rodo::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.c-form-rodo::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.5);
  border-radius: 10px;
}

/* Handle on hover */
.c-form-rodo::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
label{
  font-size: 12px;
  color: #000;
}
.c-footer_form input[type=text], .c-footer_form input[type=number], .c-footer_form input[type=data], .c-footer_form input[type=email], .c-footer_form input[type=tel], .c-footer_form textarea {
  border-radius: 4px;
  background-color: rgba(76,76,76,0);
  border: 1px solid #898989;
  height: 20px;
  color: #000fff;
  border: 1px solid #AAAAAA;
}
input[type=text] {
  padding: .75rem 5px;
  width: calc(100% - 10px);
  border: 0;
  margin: 0 0 .5rem;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  background-color: transparent;
  font-size: 12px;
}
select {
  padding: .75rem 5px;
  width: calc(100% - 10px);
  margin: 0.5rem auto;
  height: 46px;
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 50px;
  color: #000;
  font-family: inherit;
  font-weight: 700;
}
select option{
  color: #000;
}
textarea{
  padding: 0.75rem 10px;
  width: calc(100% - 10px);
  border: 0;
  margin: 0 0 .5rem;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
}
input[type=checkbox] {
  position: relative;
}
input[type=checkbox]::after {
  content: ' ';
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 4px;
  position: absolute;
  top: -2px;
  left: -3px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #AAAAAA;
}
input[type=checkbox]:checked::after {
  background: #00B0F0 url(/LP/grupy-zawodowe-09-2022/assets/img/elem/icon-check.svg) 50% 50% no-repeat;
  border: 1px solid #00B0F0;
  background-size: 50%;
}
button {
  /* padding: 0.75rem 2rem; */
  border: 0;
  background: #000;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  /* margin: -20px 0 20px 0; */
}
/* .c-btn-wrap{
  display: flex;
  justify-content: center;
} */
.c-btn{
  background-color: #002154;
  border: 2px solid #002154;
  border-radius: 50px;
  transition: all .3s ease-in-out;
  color: #fff;
}

/* p {
  font-size: 0.75rem;
} */
.c-text-footer{
  padding:15px 0;
  display: block;
  text-align: center;
}
.c-footer_form{
  padding:0 20px;
}
.c-text-footer img{
  padding-left:0px;
}
.text-error{
  font-size: 10px;
  font-weight: bold;
  color: #f00;
}
.c-form-header{
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 1.3rem 0 2rem;
}

@media(max-width:960px){
  .bottom-form h4 img[data-v-3c4dec59] {
    margin-left: 0rem;
  }
}
@media(max-width:600px){
  .bottom-form.active{
    display: block;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
  }
  .form-desc br{
    display: none;
  }
}
@media(max-width: 1740px){
  .c-form-header{
    font-size: 28px;
  }
  input[type=text], textarea{
    font-size: 12px;
    padding: .2rem 5px .75rem;
  }
  /* select{
    height: 35px;
  } */
}
@media(max-width: 1600px){
  .c-form-header{
    margin-top: .5rem;
  }
  .c-form-header br{
    display: none;
  }
  .c-form-flex{
    margin-top: .5rem;
  }
}
@media(max-width: 1350px){
  .c-form-header{
    text-align: center;
    margin-bottom: 2rem;
  }
  .c-form-flex{
    display: block;
  }

}
@media(max-width: 1200px){

}
@media(max-width:1100px){
  .c-form-item, .c-form-administratorInfo ,.c-form-info{
    font-size:10px;
  }
  .c-form-item .c-form-label{
    font-size:12px;
  }

}
@media(max-width:960px){


}
@media(max-width:768px){
  .c-form-container{
    margin-top: 20px;
  }
  .form-desc{
    font-size: 14px;
  }
}
@media(max-width: 650px){
  .c-form-header {
      font-size: 22px;
  }

  .c-form-item{
    flex: 0 1 100%;
  }
}
@media(max-width: 525px){
  .c-form-flex{
    display: block;
  }
  .c-form-header br{
    display: block;
  }
}
@media(max-width:500px){
  .c-form-item{
    width:auto;
  }
  select{
    width:calc(100% - 10px);
  }
  .c-form-row-many .c-form-item {
    /* margin: 0 20px; */
    width:100%;
    margin:0px;
  }
  textarea{
    margin:0;
    width: calc(100% - 10px);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-form-flex{
    display: block;
  }
}
