

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

table.webform th, table.webform td
{
	border-bottom:1px solid #ccc;
	padding: 5px 5px;
	vertical-align:top;
}
table.webform tr:last-child td {
	border: none;
}

table.webform th
{
	text-align: left;
	color:#25639A;
}


table.webform 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/ww_3/components/bitrix/form.result.new/webforms_sender/images/icon_warn.gif);
}

table.webform label {
	font-weight: normal;
	display: inline;
	margin-left: 5px;
}
.configurator_banner {
	background-size: cover;
	background-position: center;
	display: block;
	height: 35px;
}
.configurator_banner_ru {
	background-image: url('/bitrix/templates/ww_3/components/bitrix/form.result.new/webforms_sender/images/cfg_ru.png');
}
.configurator_banner_kz {
	background-image: url('/bitrix/templates/ww_3/components/bitrix/form.result.new/webforms_sender/images/cfg_kz.png');
}

input[type="number"] {
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

.inputselect {
	padding: 3px 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
	width: 180px;
}

.form-photos {
	padding: 10px 0;
}

.form-photos__title {
	margin-bottom: 10px;
}

.form-photos__item {
	margin-bottom: 20px;
}

.autocomplete-form {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}
.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.webform, table.webform thead, table.webform tbody, table.webform th, table.webform td, table.webform tr {
		display: block;
		text-align: left;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.webform thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	/*table.webform tr { border: 1px solid #ccc; }*/
	table.webform input[type=text],
	table.webform input[type=email],
	table.webform input[type=password],
	table.webform input[type=number],
	table.webform .inputselect
	{ width: 100% }

	table.webform tr {
		margin-bottom: 10px;
	}

	table.webform td {
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee;*/
		position: relative;
		padding: 0;
	}

	table.webform td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
    Label the data
    */
	/*.webform td:nth-of-type(1):before { content: "First Name"; }*/
	/*.webform td:nth-of-type(2):before { content: "Last Name"; }*/
	/*.webform td:nth-of-type(3):before { content: "Job Title"; }*/
	/*.webform td:nth-of-type(4):before { content: "Favorite Color"; }*/
	/*.webform td:nth-of-type(5):before { content: "Wars of Trek?"; }*/
	/*.webform td:nth-of-type(6):before { content: "Secret Alias"; }*/
	/*.webform td:nth-of-type(7):before { content: "Date of Birth"; }*/
	/*.webform td:nth-of-type(8):before { content: "Dream Vacation City"; }*/
	/*.webform td:nth-of-type(9):before { content: "GPA"; }*/
	/*.webform td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}
/* End */
/* /bitrix/templates/ww_3/components/bitrix/form.result.new/webforms_sender/style.css?17391781603674 */
