

/* Start:/local/templates/department/components/bitrix/form.result.new/template_frank/style.css?1765525346825*/
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 #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

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


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

table.form-table .inputtext 
{
	width: 99%;
}

table.form-table .inputselect
{
	width: 100%;
}
table.form-table .inputtextarea 
{
width: 297px;
max-width: 297px;
min-width: 297px;
max-height: 200px;
}

.form-required 
{
	color: red;
}

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


/* Start:/bitrix/templates/main/css/styleFormNew.css?17655253462424*/
thead {
    display: none;
}

.form-table.data-table {
    border-collapse: separate;
}
.form-table.data-table tr {
    text-align: left;
}

.form-table.data-table tr td {
    padding: 15px 0;
    border: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #d9d9d7; /*1px solid #f0f0f0*/
}

.form-table.data-table input:not([type=submit]), .form-table.data-table textarea {
    border: 1px solid #cacaca;
    padding: 7px 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-table.data-table input:not([type=submit]):focus,
.form-table.data-table input:not([type=submit]):hover,
.form-table.data-table input:not([type=reset]):focus,
.form-table.data-table input:not([type=reset]):hover,
.form-table.data-table textarea:focus,
.form-table.data-table textarea:hover,
.form-table.data-table select:hover,
.form-table.data-table select:hover {
    border: 1px solid #00aeff; 
}

table.form-table.data-table th {
    background-image: none;
    border: none;
}

.form-table.data-table input[type=submit],
.form-table.data-table input[type=reset] {
    padding: 10px 30px;
    margin: 10px 0 30px 10px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: none;
    outline: none;
    border: 1px solid #e2e2e2;
    background: #dddddd;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.form-table.data-table input[type=submit]:hover,
.form-table.data-table input[type=reset]:hover,
.form-table.data-table input[type=submit].hover{
    cursor: pointer;
    background: #00aeff;
    color: #fff;
    border: 1px solid #01aaff;
}

form p {
    text-align: left;
    margin-left: 10px;
}

.agreement input[type=checkbox] {
    display: none;
    opacity: 0;
    outline: none;
    box-shadow: none;
}

.agreement label:not(.label_agreement) { 
    position: absolute;
    display: none;
    opacity: 0;
    left: -10000px;
}


.form-table.data-table select {
    padding: 6px;
    background: #fff;
    border: 1px solid #cacaca;
}

.form-table.data-table input,
.form-table.data-table textarea,
.form-table.data-table select {
    /*font-family: 'FiraSans-Regular';*/
    font-family: "Fira Sans", sans-serif;
}

input[type=text], input[type=submit], textarea{
	-webkit-appearance: none;
    border-radius: 0;
}
/* End */
/* /local/templates/department/components/bitrix/form.result.new/template_frank/style.css?1765525346825 */
/* /bitrix/templates/main/css/styleFormNew.css?17655253462424 */
