@charset "utf-8";


/*form=========================================================================*/

.wpcf7-text {
    width: 100%;
    border: 1px solid #ddd;
    /*.c-txt__15*/
    font-size: 1.5em;
    line-height: 2;
    letter-spacing: 0.2em;
    padding: 18px;
}

.wpcf7-textarea {
    width: 100%;
    padding: 18px;
    border: 1px solid #DDD;
    /*.c-txt__15*/
    font-size: 1.5em;
    line-height: 2;
    letter-spacing: 0.2em;
}

/*textarea[name="time_to_call"].wpcf7-textarea {
    height: 60px;
}*/

.wpcf7-submit {
/*c-btn*/
  text-decoration: none;
  padding: 14px 18px;
  /* border -1px*/
  text-align: center;
  display: block;
  border-radius: 3px;
  line-height: 1.8;
  letter-spacing: 0.1em;
/*c-btn__primary-br*/
    
  background-color: #019689;
  border: 1px solid #ddd;
  color: #FFF;
    
    
  transition: all .2s ease-out;
  position: relative;

  font-size: 1.4em;
    
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}



.wpcf7-submit:hover {
/*c-btn__primary-br*/
    
  border: 1px solid #019689;
  color: #019689;
  transition: all .2s ease-out;
    
  background-color: rgba(255,255,255,0);
}

.pseudo_btn {
    position: relative;
}

/*.pseudo_btn:after {
  content: "\e90e";
  font-family: 'clinic' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
	position: absolute;
	right: 14px;
	font-size: 14px;
	top: 18px;
}*/

/*.pseudo_btn:hover:after {
    color: #019689;
    transition: all .2s ease-out;
}*/

.wpcf7-response-output {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    /*.c-txt__14*/
    font-size: 1.4em;
    line-height: 2.2;
    letter-spacing: 0.2em;
    
    line-height: 60px;
}

.wpcf7-response-output.wpcf7-validation-errors, .screen-reader-response.ng {
    color: #e83f52; /*c-color__secondary*/
    background-color: #fdecec; /*c-bg__secondary-l*/
}

.wpcf7-response-output.wpcf7-mail-sent-ok, .screen-reader-response.ok {
    color: #019689; /*c-color__primary*/
    background-color: #e7f3f3; /*c-bg__primary-l*/
}

.screen-reader-response ul li {
    display: none;
}

.screen-reader-response {
    text-indent: 0;
    text-align: center;

    margin: 40px auto 40px;
    /*.c-txt__14*/
    font-size: 1.4em;
    line-height: 2.2;
    letter-spacing: 0.2em;
    
    line-height: 60px;
}

span.wpcf7-not-valid-tip {
    color: #e83f52; /*c-color__secondary*/
    /*.c-txt__14*/
    /*font-size: 1.4em;
    line-height: 2.2;
    letter-spacing: 0.2em;*/
    display: block;
}

textarea[name="your_message"].wpcf7-textarea {
    height: 250px;
}

input[type="checkbox"] {
    opacity: 0;
}

input[type="checkbox"] + span {
    padding-left: 20px;
    cursor: pointer;
  transition: all .2s ease-out;
}

input[type="checkbox"] + span:hover {
    color: #019689;
  transition: all .2s ease-out;
}

input[type="checkbox"] + span:after {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    border-bottom: 1px solid #019689;
    border-right: 1px solid #019689;
    transform: rotate(45deg);
    position: absolute;
    opacity: 0;
    top: -3px;
    left: 10px;
  transition: all .2s ease-out;
}

input[type="checkbox"]:checked + span:after {
    opacity: 1;
  transition: all .2s ease-out;
}

input[type="checkbox"] + span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #ddd;
    top: 3px;
    left: 0;
  transition: all .2s ease-out;
}

input[type="checkbox"] + span:hover:before {
    border: 1px solid #019689;
  transition: all .2s ease-out;
}


@media screen and (max-width: 768px) {
.wpcf7-submit {
  width: 100%;
}
}

