/*body {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #252525;
	background: #f5f5f5;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	left: 0;
	-webkit-transition: left .4s ease-in-out;
	-moz-transition: left .4s ease-in-out;
	-ms-transition: left .4s ease-in-out;
	-o-transition: left .4s ease-in-out;
	transition: left .4s ease-in-out;
}
#container {
	background: #fff;
	padding: 15px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	border-top: 1px solid #EAEAEA;
	margin-top: 15px;
}*/

*::-webkit-input-placeholder {
	color: #FFF;
	opacity: 1;
}
*:-moz-placeholder {
	color: #FFF;
	opacity: 1;
}
*::-moz-placeholder {
	color: #FFF;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #FFF;
	opacity: 1;
}
input {
	outline: 0 !important;
}
:invalid {
	box-shadow: none;
}
:-moz-submit-invalid {
	box-shadow: none;
}
:-moz-ui-invalid {
	box-shadow:none;
}
.widthfix {
	padding: 0;
}
/*Заголовки шапки*/
.repair-header-headline {
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.1 !important;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 25px rgba(0, 0, 0, 1);
	padding-top: 195px !important;
	margin: 0 auto;
	max-width: 450px;
}
.repair-header-sub-headline {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.2 !important;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1);
	margin: 20px auto 0;
	max-width: 420px;
}
/*Общие заголовки*/
.repair-headline {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.1 !important;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0 !important;
	display: inline-block;
}
.repair-headline-wrapper {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
}
.repair-sub-headline {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2 !important;
	letter-spacing: 0.5px;
	margin: 10px auto 0;
	padding: 0 !important;
}
.gradient-line {
	width: 60%;
	height: 3px;
	margin: 55px auto;
	opacity: 0.8;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.01) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#03000000',GradientType=1 ); /* IE6-9 */
}
.repair-header {
	background-image: url(../img/repair-header.jpg);
	width: 100%;
	height: 565px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	text-align: center;
}
.repair-button {
	min-width: 350px;
	padding: 17px 0 !important;
	margin: 10px;
	color: #FFF !important;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.1 !important;
	letter-spacing: 0.5px;
	display: inline-block;
	background-color: #ff5100;
	border-radius: 15px;
	overflow: hidden;
	transition: all ease 0.1s;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px 6px rgba(255, 255, 255, 0.35) inset, 0px -3px 2px 2px rgba(0, 0, 0, 0.8) inset;
}
.repair-button:hover, .repair-button:focus, .repair-button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #d84907;
	box-shadow: 0px 0px 2px 6px rgba(255, 255, 255, 0.35) inset, 0px -2px 2px 1px rgba(0, 0, 0, 0.8) inset;
}
.repair-button-wrapper {
	text-align: center;
}
.repair-call-button {
	cursor: pointer;
}
.repair-header .repair-button-wrapper {
	position: absolute;
	bottom: 9%;
	left: 0;
	right: 0;
}
.repair-why {
	padding: 20px 0 0;
}
.repair-item-wrapper {
	margin: 20px 0;
	padding: 0 15px;
}
.repair-item-img-wrapper {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border: 2px solid #ff5100;
	border-radius: 50%;
	background-color: #FFF;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.2s ease-out;
	z-index: 2;
}
.repair-item-img-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.repair-item-img {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	transition: all 0.2s ease-out;
}
.repair-item-img-wrapper:hover {
	background-color: #ff5100;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
.repair-item-img-wrapper:hover .repair-item-img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.repair-item-headline {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.1 !important;
}
.repair-item-text {
	font-size: 17px;
	text-align: center;
}
.repair-about-wrapper {
	text-align: center;
}
.repair-about-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.repair-about-img {
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	height: auto;
}
.repair-about-wrapper-text {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.repair-about-wrapper-text p, .repair-about-text {
	font-size: 17px;
	text-align: left;
	line-height: 1.25 !important;
	letter-spacing: 0.1px;
	margin-top: 0;
}
.repair-about-wrapper-text p:last-child {
	margin-bottom: 0;
}
.repair-about-text {
	margin-top: 35px;
}
.repair-about-list {
	padding: 0 !important;
}
.repair-about-list b {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.repair-about-list li {
	list-style-type: none !important;
}
.repair-about-list li .fa {
	color: #ff5100;
	margin-right: 5px;
}
.repair-work .repair-headline-wrapper {
	margin-top: 0;
}
.repair-callback .repair-headline, .repair-callback .repair-sub-headline {
	max-width: 540px;
}
.repair-callback .repair-headline-wrapper {
	margin-bottom: 30px;
}
.repair-question-wrapper {
	margin-bottom: 20px;
}
.repair-question-headline {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1 !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-left: 35px;
	padding-top: 1px;
}
.repair-question-wrapper .fa {
	color: #ff5100;
	font-size: 25px;
	float: left;
}
.repair-question-text {
	font-size: 17px;
	letter-spacing: 0.3px;
	line-height: 1.1 !important;
}
.repair-team .repair-item-img {
	width: 139px;
}
.repair-callback-form {
	margin-top: 50px;
	padding: 70px 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.repair-callback-form-headline {
	max-width: 450px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1 !important;
}
.repair-callback-form-headline strong {
	font-weight: 700;
	color: #ff5100;
}
.repair-callback-form form {
	width: 370px;
	margin: 30px auto 0;
}
.repair-callback-form .repair-button {
	border: none;
	margin: 40px auto 0;
	display: block;
}
.repair-input {
	width: 100%;
	display: block;
	padding: 15px;
	margin-bottom: 12px;
	background-color: inherit;
	color: #ff5100;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	border-bottom: 3px solid #FFF;
	transition: all 0.2s ease-out; 
}
.repair-input:hover, .repair-input:active, .repair-input:focus {
	border-bottom: 3px solid #ff5100;
}