

/* Start:/bitrix/templates/Adaptive/components/bitrix/form.result.new/send_tp/style.css?1683881973661*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	/*border:1px solid #25639A;*/
	padding: 5px 5px;
	vertical-align:top;
}

/*table.form-table th*/
/*{*/
	/*background-image:url(/bitrix/templates/Adaptive/components/bitrix/form.result.new/send_tp/images/table_head.gif);*/
	/*background-repeat:repeat-x;*/
	/*text-align: left;*/
	/*color:#25639A;*/
/*}*/

table.form-table td
{
	/*padding: 15px 5px;*/
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/Adaptive/components/bitrix/form.result.new/send_tp/images/icon_warn.gif);
}



/* End */


/* Start:/bitrix/templates/Adaptive/styles.css?16838819731553*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  /*left: -9999px;*/
  opacity: 0;
  outline: none;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  outline: none;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: solid 1px #2b378e;
  outline: none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .1em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #2b378e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
   border: solid 1px #2b378e !important;
}

/* hover style just for information */
label:hover:before {
  border: solid 1px #2b378e !important;
}
/* End */
/* /bitrix/templates/Adaptive/components/bitrix/form.result.new/send_tp/style.css?1683881973661 */
/* /bitrix/templates/Adaptive/styles.css?16838819731553 */
