

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/form.result.new/calculation/style.css?172708625811620*/
// input:focus,
// textarea:focus {
// 	outline: none !important;
// }
// p {
// 	text-indent: inherit !important;
// }
#form-info {
	width: 100%;
	margin-bottom: 30px;
}
#form-line {
	width: 100%;
}
.form-line {
	width: 100%;
	margin: 0 0 20px;
}
.form-line:last-child .form-line_quest {
	display: none;
}
.form-line_quest {
			border-bottom: 1px solid #f2f2f2;
		margin-bottom: 10px;
		max-width: 450px;
		padding-bottom: 5px;
}
// .form-line_variants {
// 	font-size: 16px;
// }
// .form-line_variants:after {
//   content: "";
//   display: table;
//   clear: both;
// }
// .form-line_variants * {
// 	-webkit-box-sizing: border-box;
// 	-moz-box-sizing: border-box;
// 	box-sizing: border-box;
// }
// // .form-line_variants label {
// // 	margin: 5px 0;
// // 	display: inline-block;
// // }
// // .form-line_variants label + label {
// // 	margin-left: 7px;
// // }
// .inputtext {
// 	width: 400px;
// 	height: 36px;
// 	border-radius: 18px;
// 	background-color: #fff;
// 	border: 1px solid #E0E0E0;
// 	padding: 0 15px;
// 	box-shadow: 1px 1px 2px 0px rgba(171,169,171,.7);
// }

// input[type="submit"] {
// 	background: #e28835;
// 	background: -moz-linear-gradient(top,  #e28835 0%, #de7725 19%, #d14619 72%, #cd3615 94%, #a8351e 100%);
// 	background: -webkit-linear-gradient(top,  #e28835 0%,#de7725 19%,#d14619 72%,#cd3615 94%,#a8351e 100%);
// 	background: linear-gradient(to bottom,  #e28835 0%,#de7725 19%,#d14619 72%,#cd3615 94%,#a8351e 100%);
// 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28835', endColorstr='#a8351e',GradientType=0 );
// 	height: 33px;
// 	width: 105px;
// 	padding: 0 0 0 0;
// 	display: block;
// 	text-align: center;
// 	font-size: 15px;
// 	color: #fff;
// 	text-transform: uppercase;
// 	font-family: 'Roboto', Tahoma, sans-serif;
// 	text-decoration: none;
// 	cursor: pointer;
// 	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);
// 	border-radius: 6px;
// 	border: none;
// 	outline: none;
// }
// .submit__form {
// 	padding: 20px 0;
// }

font.errortext {
	position: relative;
	height: auto;
	top: 0;
	left: 0;
}
.column {
	width: 33.3%;
	float: left;
}
@media screen and (max-width: 600px) {
	.column {
		width: 100%;
	}
}
.info {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999;
	float: left;
	width: 100%;
}

input[type="radio"] {
	display: none;
}
input[type="radio"] + span {
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	padding-top: 3px;
}
input[type="radio"] + span:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	border: 4px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 0px 1px #ddd;
	-moz-box-shadow: 0px 0px 0px 1px #ddd;
	box-shadow: 0px 0px 0px 1px #ddd;
}
input[type="radio"]:checked + span:before {
	width: 16px;
	height: 16px;
	background-color: #DF7C20;
	-webkit-box-shadow: 0px 0px 0px 1px #DF7C20;
	-moz-box-shadow: 0px 0px 0px 1px #DF7C20;
	box-shadow: 0px 0px 0px 1px #DF7C20;
}

input[type="radio"]:disabled + span {
	position: relative;
	background-color: #eaeaea;
	border-color: #d1d1d1;
	overflow: hidden;
	cursor: not-allowed;
}

label {
	display: block;
	margin-top: 8px;
}

.form-line:last-child input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	padding-left: 28px;
	position: relative;
	margin: 0;
	font-weight: normal;
	cursor: pointer;
}
input[type="checkbox"] + label:before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	margin-top: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #bfc4c8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: border-width 0.15s ease;
	-o-transition: border-width 0.15s ease;
	-webkit-transition: border-width 0.15s ease;
	transition: border-width 0.15s ease;
	box-sizing: border-box;
	z-index: 4;
}
input[type="checkbox"] + label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url("/bitrix/templates/pechi_main_new_2016/components/stmd/sale.order.ajax/template1/images/check.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
input[type="checkbox"]:checked + label:before {
	border-color: #ea8824;
	border-width: 9px;
}
input[type="checkbox"]:checked + label:after {
	visibility: visible;
	opacity: 1;
}

input[type="submit"] {
	display: inline-block;
		padding: 12px 48px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		-webkit-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
		-moz-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
		-ms-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
		-o-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
		transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
				background-color: #ee9200;
		border-color: #ee9200;
		color: #FFF;
}


.system {
	width: 100%;
}
.system::before, .system::after {
	content: ' ';
	display: table;
}
.system::after {
	clear: both;
}
.system-name {
	float: left;
	width: 18%;
	height: 160px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.system-name > div {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	padding: 16px 20px 14px;
	background-color: #333;
	position: relative;
}
.system-content {
	width: 82%;
	float: left;
	height: 160px;
	border: 1px solid #e3e3e3;
	border-left: none;
	padding: 10px 20px;
	color: #333;
}
.system .icons-container {
	float: left;
	margin-left: -7px;
}
.system .system-icon-pack {
	float: left;
	width: 26%;
}
.system .system-icon-pack:first-child {
	width: 18%;
}
.system .system-icon-pack:nth-last-of-type(2) {
	width: 18%;
}
.system .system-icon-pack:last-child {
	width: 12%;
	float: right;
}
.system .system-icon-pack .icons-title {
	height: 40px;
}
.system .system-icon-pack .icon-name {
	font-size: 12px;
	line-height: 18px;
}
.system .system-icon-pack .icon {
	width: 62px;
	height: 90px;
}
.system .system-icon-pack .icon-pic {
	width: 50px;
	height: 50px;
	padding: 7px;
	margin-left: 7px;
	margin-right: 7px;
}
.system .system-icon-pack .icon-pic > div {
	font-size: 26px;
	line-height: 30px;
}
.system:hover .system-name a {
	background-color: #ff7e00;
}
.system:hover .system-content {
	border-color: #ff7e00;
}

.system-icon-pack {
	width: 100%;
}
.system-icon-pack::before, .system-icon-pack::after {
	content: ' ';
	display: table;
}
.system-icon-pack::after {
	clear: both;
}
.system-icon-pack .icons-title {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.system-icon-pack .icon {
	width: 70px;
	float: left;
	text-align: center;
	height: 86px;
	overflow: hidden;
	margin-bottom: 8px;
}
.system-icon-pack .icon-name {
	font-size: 12px;
	line-height: 14px;
}
.system-icon-pack .icon-pic {
	width: 50px;
	height: 50px;
	border: 3px solid #ff7e00;
	border-radius: 50%;
	/* margin-bottom: 5px; */
	display: inline-block;
	padding: 9px;
}
.system-icon-pack .icon-pic > div {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 27px;
	font-weight: bold;
	line-height: 33px;
	color: #5B5B5B;
}

span.faq {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .6);
	color: #111;
	line-height: 16px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-left: 6px;
	cursor: help;
	position: relative;
}
span.faq:before {
	content: attr(data-info);
	background-color: rgba(0, 0, 0, .75);
	color: #fff;
	padding: 8px 14px;
	border-radius: 3px;
	position: absolute;
	left: 100%;
	margin-left: 10px;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	width: 180px;
	line-height: 18px;
}
span.faq:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	left: 100%;
	margin-left: 2px;
	border-top: 8px solid transparent;
	border-right: 8px solid rgba(0, 0, 0, .75);
	border-bottom: 8px solid transparent;
}
span.faq.faq-black {
	background-color: rgba(0, 0, 0, .1);
}
span.faq:before,
span.faq:after {
	display: none;
}
span.faq:hover:before,
span.faq:hover:after {
	display: block;
}

.uf_aisi {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	white-space: nowrap;
}

.replace-label > span {
	width: 100%;
}
.replace-label input[type="radio"] {
	display: none;
}
.replace-label input[type="radio"] + span:before {
	display: none;
}

.replace-label input[type="radio"] + span .uf_aisi:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	border: 4px solid #333;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 0px 1px #676767;
	-moz-box-shadow: 0px 0px 0px 1px #676767;
	box-shadow: 0px 0px 0px 1px #676767;
}
.replace-label input[type="radio"]:checked + span .uf_aisi:before {
	background-color: #ff7e00;
}
.replace-label input[type="radio"]:checked + span .system-content {
	border-color: #ff7e00;
	border-width: 2px;
	padding: 9px 19px 9px 20px;
}
.system-icon-pack .icon-pic.uf_degree > div {
	font-size: 18px;
}
.system-icon-pack .icon-pic.uf_degree {
	padding: 7px 0px;
	text-align: center;
}
.form-line:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 950px) {
	.replace-label {
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	.replace-label:nth-of-type(2n+2) {
		margin-right: 0;
	}
	.system .system-icon-pack {
		width: 100% !important;
		float: none !important;
	}
	.system .system-content {
		width: 100%;
		height: auto;
		float: none;
		border-top: none;
		border-left-style: solid;
		border-left-width: 1px;
		border-color: #e3e3e3;
		padding-bottom: 1px;
	}
	.system .system-name {
		width: 100%;
		float: none;
		height: auto;
	}
	.replace-label input[type="radio"]:checked + span .system-content {
		padding: 10px 19px 0 19px;
	}
}
@media screen and (max-width: 600px) {
	.replace-label {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}
/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/form.result.new/calculation/style.css?172708625811620 */
