

/* Start:/local/templates/panasonic/components/lardin/forms/panas/style.css?16886399572076*/
.input-control.lardin-error-field{
	background-color: #f0c2e8;
}
.lardin-form-notice{
	display: none;
background:#003fc5;
color:white;
font-size:120%;
margin:20px 0;
padding: 15px;
}
.lardin-form-error{
display:block;
background:red;
color:white;
font-size:120%;
margin:20px 0;
}

.input-control {
  height: 50px;
  margin: 0 0 10px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  padding: 0 15px;
  width: 100%;
  color: #666;
}

textarea.input-control {
  height: 120px;
  padding: 10px 15px;
}
.box-form {
  max-width: 580px;
  width: 100%;
  position: relative;
  padding: 30px;
  margin: 30px auto;
  background:#fff;
}
.b-check__name {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-weight: normal;
    position: relative;
    padding: 2px 0 0 35px;
    cursor: pointer;
}
.b-check__name::after {
    content: "";
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.b-check {
    padding: 10px 0 0 0;
    margin: 0 0 20px;
	display: block;
	width: 100%;
}
.b-check__input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.b-check__input:checked + .b-check__name:after {
  content: "\2714";
  color: #84BC2D;
}
.b-check__input.error-check + .b-check__name:after{
  border: 2px solid red;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
label.b-check__name {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.input-submit {
    background: #054579;
    display: block;
    text-align: center;
    height: 50px;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0;
	max-width: 260px;
	cursor: pointer;

  margin: 5px auto;
}
/* End */
/* /local/templates/panasonic/components/lardin/forms/panas/style.css?16886399572076 */
