@charset "utf-8";
/* CSS Document */

.contactLead{
	width:75%;
	margin: 0 auto;
	margin-bottom: 2rem;
}

.contactLead p{
	text-align:center;
}

table.contactform{
	width:75%;
	margin: 0 auto;
	text-align:left;
}

table.contactform tbody{
	width:100%;
}

table.contactform tr{
	width:100%;
	padding:1.5rem 0;
	border-bottom:1px dotted #ccc;
	display:block;
}

table.contactform tr:nth-of-type(1){
	border-top:1px dotted #ccc;
}

table.contactform tr th{
	width:400px;
	text-align:left;
	vertical-align:top;
	padding:0 2rem;
	box-sizing:border-box;
}

table.contactform tr th span{
	font-size:0.8rem;
	color:#C00;
	padding:0 0 0 10px
}

table.contactform tr td{
	width:500px;
}

table.contactform input.txt,
table.contactform textarea{
	padding:10px;
	font-size:100%;
	border:solid 1px #ccc;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

table.contactform input:focus,
table.contactform textarea:focus{
    border:solid 1px #3399ff;
}

table.contactform textarea {
    line-height: 180%;
}

table.contactform select{
	padding:10px;
	font-size:85%;
	border:solid 1px #ccc;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

table.contactform .inputEx{
	font-size:0.7rem;
	color:#666;
	display:block;
}

.mw_wp_form_confirm table.contactform .inputEx{
	display:none;
}

.checkProducts{
	line-height: 250%;
}

.checkProducts label{
	/*display:block;*/
	/*margin-bottom: 1.2rem;*/
}

.radioBlock{
	/*line-height: 250%;*/
	border: none;
}

.radioBlock label{
	/*display:block;
	margin-bottom: 1rem;
	width: 100%;*/
	display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    width: 300px;
    margin-bottom: .8rem;
    padding: .7rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f2f2f2;
    cursor: pointer;
}

.radioBlock label:has(:checked) {
    background-color: #00A695;
    color: #fff;
	border: 1px solid #00A695;
}

/*.radioBlock label::before,
.radioBlock label:has(:checked)::after {
    border-radius: 50%;
    content: '';
	border: 1px solid #2589d0;
}*/

/*.radioBlock label::before {
    width: 16px;
    height: 16px;
    background-color: #fff;
	border: 1px solid #ccc;
}*/

/*.radioBlock label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: calc(8px + .7em);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #2589d0;
}*/

.radioBlock input {
    
}


form .btnBlock{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	align-items: center;
	text-align:center;
	padding:45px 0;
	margin-bottom: 3rem;
}

form .btnBlock input{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form .btnBlock .btn {
  
  padding: 10px 0;
  margin:0 10px;
  width:250px;
  border-radius:10rem;
  color: #fff;
  font-weight:bold;
  background:#4dadf7;
  cursor: pointer;
  font-size:110%;
}

form .btnBlock .btn:hover {
   background:#1c7cd6;
  cursor: pointer;
}

form .btnBlock .btnBack {
  
  padding: 10px 0;
  margin:0 10px;
  color:#09F;
  text-decoration:underline;
  cursor: pointer;
}

.contactH4{
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	letter-spacing: .1rem;
}

.confMsg{
	font-size:1.125rem;
	font-weight:bold;
	margin:0 0 4rem 0;
	text-align: center;
	line-height: 200%;
}


/* -------------------------------------------------------*/
/* max-width: 768px ------------------------------------*/
/* -------------------------------------------------------*/

@media only screen and (max-width: 768px) {

.contactLead{
	width:100%;
	
}
.contactLead p{
	text-align: left;
}

table.contactform {
	width:100%;
}

table.contactform tr th{
	width:100%;
	display:block;
	text-align:left;
	padding:0;
}

table.contactform tr td{
	width:100%;
	display:block;
}

table.contactform input.txt,
table.contactform textarea{
	padding:10px;
	font-size:100%;
	border:solid 1px #ccc;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

table.contactform select{
	font-size:100%;
}

.checkProducts{
	line-height: 300%;
}

.checkProducts label{
	/*display:block;*/
	/*margin-bottom: 1.5rem;*/
}

/*.radioBlock{
	line-height: 200%;
}

.radioBlock label{
	display:block;
	width:100%;
	padding:8px 0;
}*/

.radioBlock label{
	width: 100%;
}



form .btnBlock{
	display: block;
	margin-bottom: 3rem;
}

form .btnBlock .btn{
	display: block;
	margin: 0 auto 2rem auto;
}

form .btnBlock .btnBack {
  padding: 10px 0;
  margin:2rem auto;
  display: block;
}

.contactH4{
	font-size: 1.25rem;
	margin-bottom: 2rem;
	text-align: left;
}

.confMsg{
	font-size:1rem;
	margin:0 0 2rem 0;
	text-align: left;
}

}