
.c-form{

}
.c-form-in{
  padding: 15px;
  color:#000000;

}
.c-form-row{
  display: flex;
  flex-wrap: wrap;
}
.c-form-item{
  padding: 15px 15px 0px  15px;
  flex-grow: 1;
  width: auto;
}

.c-form input[type=text], .c-form input[type=number],.c-form input[type=data], .c-form input[type=email],.c-form input[type=tel], .c-form textarea{
  padding: 5px;
  width: 100%;
}
.c-form input.error{
  border: 1px solid #f00;
}
.c-form-row{
  margin: 0px -15px;
}
.c-form-info{
  margin: 15px 0px;
}
.c-form-accept-label{
  padding: 0px 15px;
  width: 100%;
}
.c-form-administratorInfo{
  padding: 0 15px;
}
.c-form-administratorInfo-showmore{
  font-weight: bold;
}
.c-btn-wrap{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}
.c-btn{
  background-color: #4ba82e;
  padding: 10px 15px;
  color: #fff;
  min-width: 180px;
  border: 0px;
  font-size: 1.2em;
  float: right;
  transition: all .2s;
}

.c-btn:hover{
  background-color: #4ba82e;
}

.c-form input[type=checkbox]{
  visibility: hidden;
  position: relative;
  top: 0px;
  height: 1px;
  width: 1px;
}

.c-form-checkbox{
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid rgb(222, 225, 227);
  margin-bottom: 5px;
  margin-right: 12px;
  float: left;
  transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
  cursor: pointer;
  background-color: #fff;
  float: left;
}
.c-form-checkboxInput:checked + .c-form-accept-label .c-form-checkbox {
  background: #3e4146 url('http://images.piamarket.pl/skoda/elements/icon-active.jpg');
  border: 1px solid #4ba82e;
  background-size: 100%;
}



.js-form-administratorInfo.is-hidden{
  display: none;
}
.c-form-administratorInfo-showmore{
  font-weight: bold;
}

.c-form-checkboxText{
  width: auto !important;
}

.c-form-checkboxText, .c-form-checkbox{
  display: inline-block;
}

.c-form-acceptWrap{
  min-height: 30px;
  margin-top: 10px;
  width: 20%;
  display: inline-block;
}
input, textarea {
  padding:15px 2px !important;
}
.c-form-checkboxText{
  margin-top: -10px;
}

.c-form-wrap{
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.error{
  color: #f00;
}
.c-form-error{
  text-align: center;
}
.c-form-msg{
  text-align: center;
  font-size:34px;
  padding:10px 0;
}
@media(max-width:960px){
  .c-form-msg{
    text-align: center;
    font-size:24px;
  }
}
