* {
	outline: none;
}
html,
body {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	line-height: 1.4em;

	margin: 0;
	padding: 0;

	color: #000;
	background: transparent;

	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Oswald',sans-serif;
}
h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;

	margin-bottom: 50px;;

	text-align: center;
	text-transform: uppercase;

	color: #505559;
}
h2 span {
	color: #ea202e;
}
.parallax-container {
	min-height: 400px;

	background: transparent;
}
.tablet {
	display: none;
}
.phone {
	display: none;
}
header {
	padding: 20px 0;

	background: #d6dde5;
}
header a:hover {
	text-decoration: none;
}
header .head-block {
	font-weight: 500;;

	display: block;
}
header .head-block .title-logo a h3 {
	font-family: 'Oswald',sans-serif;
	font-size: 25px;

	display: block;

	margin-top: 25px;;

	text-transform: uppercase;

	color: #ea202e;
}
header .head-block .phones {
	text-align: right;
}
header .head-block .phones a {
	font-family: 'Oswald',sans-serif;
	font-size: 18px;;

	color: #000;
}
header .head-block .email {
	text-align: right;
}
header .head-block .email a {
	font-family: 'Oswald',sans-serif;
	font-size: 18px;

	display: block;

	margin-top: 25px;;

	color: #000;
}
.hero {
	margin: 0 auto;;
	padding: 60px 0;

	text-align: center;

	background-size: cover;
}
.hero h1.hero-title {
	font-family: 'Oswald',sans-serif;
	font-size: 88px;
	font-weight: 400;
	line-height: 100px;

	text-transform: uppercase;

	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,.5);
}
.hero h1.hero-title span {
	font-family: 'Oswald',sans-serif;
	font-size: 88px;
	font-weight: 700;
	line-height: 100px;

	text-transform: uppercase;

	color: #ea202e;
	text-shadow: 0 0 15px rgba(0,0,0,.5);
}
.hero form {
	width: 420px;
	margin: 40px auto;;
	padding: 30px;

	background: rgba(255,255,255,.7);
}
.hero form h3 {
	font-size: 28px;
	font-weight: 700;

	text-transform: uppercase;;

	color: #000;
}
.hero form .form-title {
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	line-height: 20px;

	margin-bottom: 20px;;

	color: #000 !important;
}
.hero form .lock {
	line-height: 16px;

	margin: 15px 0;
}
.hero form input {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;

	display: block;

	width: 100%;
	margin-bottom: 20px;;
	padding: 15px;

	color: #2d2d2d;
	border: none;
	background: #fff;
}
.hero form .btn-order {
	color: #fff;;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #ea202e;
}
.hero form .btn-order:hover {
	color: #fff;;
	background: #dc1522;
}

.btn-message {
	display: block;
	width: 100%;
	height: 50px;
	color: #fff;
	background: #ea202e;
	font-size: 1.05rem;
	font-weight: 400;
	padding: 11px 20px;
	margin: 15px 0;
	border-radius: 0;
}
.btn-message:hover {
	color: #fff;
	background: #dc1522;
	text-decoration: none;
}
.btn-message:active {
	color: #fff;
	text-decoration: none;
}
.btn-message:focus {
	color: #fff;
	background: #dc1522;
	text-decoration: none;
}
.message-icon {
	height: auto;
	width: 27px;
	margin-right: 7px;
}

.why-dont-love {
	padding: 60px 0;

	background: #d6dde5;
}
.why-dont-love p {
	color: #505559;
}
.why-dont-love img {
	width: 100%;
}
.minus {
	margin: 0 auto;;
	padding: 60px 0;

	text-align: center;
}
.minus h2 {
	color: #fff;
}
.minus .minus-block {
	overflow: hidden;;

	padding: 20px;

	border-width: 8px;
	border-style: solid;
	border-color: #ea2633;
	background-color: rgba(29,32,33,.8);
}
.minus .minus-block ul {
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	line-height: 24px;

	display: block;

	margin-right: 20px;
	padding: 20px;;

	list-style: none;

	text-align: left;

	color: #fff;
}
.minus .minus-block ul li {
	height: 60px;
	margin: 0 0 40px;;
	padding-top: 15px;
	padding-left: 60px;

	background: url(../images/cross.png) no-repeat left center;
}
.plus {
	margin: 0 auto;;
	padding: 60px 0;

	text-align: center;

	background-size: cover;
}
.plus h2 {
	color: #fff;
}
.plus .plus-block {
	padding: 20px;;

	border-width: 8px;
	border-style: solid;
	border-color: #fff;
	background-color: rgba(29,32,33,.8);
}
.plus .plus-block ul {
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	line-height: 24px;

	display: block;

	margin-right: 20px;
	padding: 20px;;

	list-style: none;

	text-align: left;

	color: #fff;
}
.plus .plus-block ul li {
	height: 60px;
	margin: 0 0 40px;;
	padding-top: 15px;
	padding-left: 60px;

	background: url(../images/check.png) no-repeat left center;
}
.photo {
	padding: 60px 0;

	background: #10181e;
}
.photo img {
	width: 100%;
	margin-bottom: 30px;
}
.form-02 {
	padding: 60px 0;

	background: #d6dde5;
}
.form-02 form {
	width: 420px;
	margin: 40px auto;;
	padding: 30px;

	background: rgba(75,82,89,.75) url(../images/form.png);
	background-size: cover;
}
.form-02 form h3 {
	font-size: 28px;
	font-weight: 700;

	text-transform: uppercase;;

	color: #000;
}
.form-02 form .form-title {
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	line-height: 20px;

	margin-bottom: 20px;;

	color: #000 !important;
}
.form-02 form .lock {
	line-height: 16px;

	margin: 15px 0;
}
.form-02 form input {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;

	display: block;

	width: 100%;
	margin-bottom: 20px;;
	padding: 15px;

	color: #2d2d2d;
	border: none;
	background: #fff;
}
.form-02 form .btn-order {
	color: #fff;;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #ea202e;
}
.form-02 form .btn-order:hover {
	color: #fff;;
	background: #dc1522;
}
.form-03 {
	padding: 60px 0;

	background: transparent;
}
.form-03 h2 {
	color: #fff !important;
}
.form-03 form {
	width: 420px;
	margin: 40px auto;;
	padding: 30px;

	background: rgba(186,186,186,.75) url(../images/form.png);
	background-size: cover;
}
.form-03 form h3 {
	font-size: 28px;
	font-weight: 700;

	text-transform: uppercase;;

	color: #000;
}
.form-03 form .form-title {
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	line-height: 20px;

	margin-bottom: 20px;;

	color: #000 !important;
}
.form-03 form .lock {
	line-height: 16px;

	margin: 15px 0;
}
.form-03 form input {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;

	display: block;

	width: 100%;
	margin-bottom: 20px;;
	padding: 15px;

	color: #2d2d2d;
	border: none;
	background: #fff;
}
.form-03 form .btn-order {
	color: #fff;;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #ea202e;
}
.form-03 form .btn-order:hover {
	color: #fff;;
	background: #dc1522;
}
.video {
	overflow: hidden;;

	padding: 60px 0;

	text-align: center;
}
.video h2 {
	color: #fff;
}
.video img {
	width: 100%;
}
.plus-of-repair {
	margin: 0 auto;;
	padding: 60px 0;

	text-align: center;
}
.plus-of-repair h2 {
	color: #fff;
}
.plus-of-repair .repair-block {
	padding: 20px;;

	border-width: 8px;
	border-style: solid;
	border-color: #fff;
	background-color: rgba(29,32,33,.8);
}
.plus-of-repair .repair-block ul {
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	line-height: 24px;

	display: block;

	margin-right: 40px;;

	list-style: none;

	text-align: left;

	color: #fff;
}
.plus-of-repair .repair-block ul li {
	height: 60px;
	margin: 20px 0;;
	padding-top: 15px;
	padding-left: 40px;

	background: url(../images/plus-repair.png) no-repeat left center;
}
.stages {
	padding: 60px 0;

	background: #d6dde5;
}
.stages .stage-block {
	margin-bottom: 30px;
	height: 225px;
}
.stages .stage-block .stage-text {
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;

	color: #505559;
}
.stages .stage-block .stage-text span {
	color: #ea202e;
}
.stages .stage-block:hover > .stage-icon {
	-webkit-animation: 1s flipInY;
	animation: 1s flipInY;
}
.price {
	margin: 0 auto;;
	padding: 60px 0;

	text-align: center;
}
.price .price-block {
	border-width: 8px;
	border-style: solid;
	border-color: #ea2633;
	background-color: rgba(29,32,33,.8);
}
.price table {
	margin-bottom: 0 !important;
}
.price tr {
	font-family: 'Oswald',sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;

	text-transform: uppercase;

	color: #fff;
}
.price td {
	padding: 12px 15px !important;
}
.price td span {
	color: #ea202e !important;
}
.price td i {
	font-size: 30px;
	line-height: 30px;;

	color: #6de800;
}
.work {
	padding: 60px 0;

	background: #d6dde5;
}
.work img {
	width: 100%;
}
.work .work-photo {
	margin-bottom: 30px;
}
.work .work-photo img:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;;

	border: 5px solid #ea202e;
}
.work-block h3 {
	text-transform: uppercase;
}
.work-block img {
	width: 100%;
}

/*===============================
=            Reviews            =
===============================*/
.reviews {
	background-color: #212529;
	padding: 3.125rem 0 3.125rem;
}

.reviews h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: #fff;
}

.work .reviews__item {
	padding: 1.875rem;
	background: white;
	margin: 0 15px;
}

.work .reviews__item .reviews_item_photo {
	width: 250px;
	height: 185px;
	margin: 0 auto 15px;
	overflow: hidden;
}

.work .reviews__item .reviews_item_photo img {
	width: 100%;
	margin-bottom: 0.625rem;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.work .reviews__item h4.reviews__author {
	font-size: 1.5rem;
	margin-bottom: 0.3125rem;
	color: #ea202e;
}

.work .reviews__item .reviews_author_car {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: #7e8b98;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}

.work .reviews__item p {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9375rem;
	color: black;
}

/*=====  End of Reviews  ======*/

.about-us {
	margin: 0 auto;;
	padding: 60px 0;
}
.about-us h2 {
	color: #fff;
}
.about-us .about-block {
	overflow: hidden;;

	padding: 20px 20px 40px;

	border-width: 8px;
	border-style: solid;
	border-color: #fff;
	background-color: rgba(29,32,33,.8);
}
.about-us .about-block h3 {
	text-transform: uppercase;

	color: #ea202e;
}
.about-us .about-block p {
	color: #fff;
}
.about-us .about-block img {
	width: 100%;
}
.map {
	padding: 60px 0;

	background: #d6dde5;
}
.map .map-block {
	height: 515px;;

	border-width: 8px;
	border-style: solid;
	border-color: #fff;
	background-color: transparent;
}
.map #map {
	width: 100%;;
	height: 500px;
}
footer {
	width: 100%;
	height: auto;
	padding: 40px 0 20px;;

	background-color: #2f2f2f;
}
footer h3 {
	text-transform: uppercase;;

	color: #ea202e;
}
footer a {
	margin-right: 5px;
}
footer p {
	line-height: 24px;;

	color: #fff;
}
footer p span {
	color: #fff;
}
footer hr {
	border-top: 3px solid #ea202e;
}
/*===============================
=            Tooltip            =
===============================*/

.tooltip {
  padding: 3px !important;
  /* opacity: 1 !important; */
}

.tooltip.top {
  margin-top:-20px;
}
.tooltip-inner {
  font-family: 'Oswald', sans-serif !important;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.tooltip-arrow {
  border-top-color: #fff !important;
}

/*=====  End of Tooltip  ======*/
.soc-phone {
	display: inline-block;

	width: 34px;
	height: 34px;;

	background: url(../images/soc/phone.png) no-repeat;
}
.soc-phone:hover {
	background: url(../images/soc/phone-hover.png) no-repeat;
}
.soc-mail {
	display: inline-block;

	width: 34px;
	height: 34px;;

	background: url(../images/soc/mail.png) no-repeat;
}
.soc-mail:hover {
	background: url(../images/soc/mail-hover.png) no-repeat;
}
.soc-skype {
	display: inline-block;

	width: 34px;
	height: 34px;;

	background: url(../images/soc/skype.png) no-repeat;
}
.soc-skype:hover {
	background: url(../images/soc/skype-hover.png) no-repeat;
}
.soc-whats {
	display: inline-block;

	width: 34px;
	height: 34px;;

	background: url(../images/soc/whats.png) no-repeat;
}
.soc-whats:hover {
	background: url(../images/soc/whats-hover.png) no-repeat;
}
.soc-viber {
	display: inline-block;

	width: 34px;
	height: 34px;;

	background: url(../images/soc/viber.png) no-repeat;
}
.soc-viber:hover {
	background: url(../images/soc/viber-hover.png) no-repeat;
}
p.copyright {
	margin-top: 30px;;

	text-align: center;

	color: #8a8a8a;
}
.js .fadeup-effect {
	overflow: hidden;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;;

	opacity: 0;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.js .fadeleft-effect {
	overflow: hidden;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;;

	opacity: 0;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.js .faderight-effect {
	overflow: hidden;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;;

	opacity: 0;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
	from
	{
		-webkit-transform: translateY(20px);;

		opacity: 0;
	}
	to
	{
		-webkit-transform: translateY(0);;

		opacity: 1;
	}

}
@keyframes fadeInUp {
	from
	{
		-webkit-transform: translateY(20px);
		transform: translateY(20px);;

		opacity: 0;
	}
	to
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);;

		opacity: 1;
	}

}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@keyframes fadeInLeft {
	from
	{
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);;

		opacity: 0;
	}
	to
	{
		-webkit-transform: none;
		transform: none;;

		opacity: 1;
	}

}
@-webkit-keyframes fadeInLeft {
	from
	{
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);;

		opacity: 0;
	}
	to
	{
		-webkit-transform: none;
		transform: none;;

		opacity: 1;
	}

}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;;
	animation-name: fadeInLeft;
}
@keyframes fadeInRight {
	from
	{
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);;

		opacity: 0;
	}
	to
	{
		-webkit-transform: none;
		transform: none;;

		opacity: 1;
	}

}
@-webkit-keyframes fadeInRight {
	from
	{
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);;

		opacity: 0;
	}
	to
	{
		-webkit-transform: none;
		transform: none;;

		opacity: 1;
	}

}
.fadeInRight {
	-webkit-animation-name: fadeInRight;;
	animation-name: fadeInRight;
}
@keyframes flipInY {
	from
	{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;

		opacity: 1;
	}
	40%
	{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60%
	{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

		opacity: 1;
	}
	80%
	{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to
	{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

}
@-webkit-keyframes flipInY {
	from
	{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;

		opacity: 1;
	}
	40%
	{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60%
	{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

		opacity: 1;
	}
	80%
	{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to
	{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

}
.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;;

	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@media only screen and (max-width: 992px) {
	.title-logo a h3
	{
		font-family: 'Oswald',sans-serif;

		display: block;

		margin-top: 15px !important;;

		text-transform: uppercase;

		color: #ea202e;
	}

}
@media only screen and (max-width: 768px) {
	header
	{
		overflow: hidden;;

		padding: 20px 0;
	}
	header .head-block .title-logo a
	{
		margin-top: -10px;

		text-align: center;
	}
	header .head-block .phones
	{
		text-align: center;
	}
	header .head-block .email
	{
		text-align: center;
	}
	header .head-block .email a
	{
		margin-top: 10px;
	}
	.tablet
	{
		display: block;
	}
	.hero
	{
		padding: 30px 0 !important;
	}
	h1.hero-title,
	h1.hero-title span
	{
		font-size: 62px !important;
		line-height: 72px !important;
	}
	h2
	{
		font-size: 38px;
		font-weight: 700;
		line-height: 42px;

		margin-bottom: 50px;;

		text-align: center;
		text-transform: uppercase;

		color: #505559;
	}
	.stages .stage-block {
		margin-bottom: 30px;
		height: 225px;
	}

}
@media only screen and (max-width: 560px) {
	h1.hero-title,
	h1.hero-title span
	{
		font-size: 48px !important;
		line-height: 52px !important;
	}
	.minus .minus-block
	{
		padding: 15px;
	}
	.minus .minus-block ul
	{
		margin-right: 0;
		padding: 0;
	}
	.minus .minus-block ul li
	{
		height: 30px;
		margin: 0 0 60px 0 !important;;
		padding-top: 0;
		padding-left: 40px;

		background: url(../images/cross-mini.png) no-repeat left center;
	}
	.plus .plus-block
	{
		padding: 15px;
	}
	.plus .plus-block ul
	{
		margin-right: 0;
		padding: 0;
	}
	.plus .plus-block ul li
	{
		height: 30px;
		margin: 0 0 60px 0 !important;;
		padding-top: 0;
		padding-left: 40px;

		background: url(../images/check-mini.png) no-repeat left center;
	}
	.stages .stage-block
	{
		margin-bottom: 30px;
	}
	.stages .stage-block .stage-text
	{
		font-size: 18px;
		line-height: 24px;
	}

}
@media only screen and (max-width: 480px) {
	.hero form,
	.form-02 form,
	.form-03 form
	{
		width: 100%;
	}

}
@media only screen and (max-width: 465px) {
	h2
	{
		margin-bottom: 25px;
	}
	.minus .minus-block ul
	{
		font-size: 18px;
		line-height: 20px;
	}
	.plus .plus-block ul
	{
		font-size: 18px;
		line-height: 20px;
	}
	.plus-of-repair .repair-block
	{
		padding: 20px;;

		border-width: 8px;
		border-style: solid;
		border-color: #fff;
		background-color: rgba(29,32,33,.8);
	}
	.plus-of-repair .repair-block ul
	{
		font-family: 'Roboto',sans-serif;
		font-size: 17px;
		line-height: 18px;

		display: block;

		margin-right: 20px !important;
		padding: 10px;;

		list-style: none;

		text-align: left;

		color: #fff;
	}
	.plus-of-repair .repair-block ul li
	{
		margin: 0 0 20px;;
		padding-top: 15px;
		padding-left: 40px;

		background: url(../images/plus-repair.png) no-repeat left center;
	}

}
@media only screen and (max-width: 410px) {
	.price tr
	{
		font-family: 'Oswald',sans-serif;
		font-size: 18px;
		line-height: 30px;
	}

}
@media only screen and (max-width: 345px) {

	.stages .stage-block {
		margin-bottom: 30px;
		height: 275px;
	}

}

@media only screen and (max-width: 360px) {
	.phone
	{
		display: block;
	}
	.minus .minus-block
	{
		padding: 15px;
	}
	.minus .minus-block ul
	{
		margin-right: 0;
		padding: 0;
	}
	.minus .minus-block ul li
	{
		height: 30px;
		margin: 0 0 60px 0 !important;;
		padding-top: 0;
		padding-left: 40px;

		background: url(../images/cross-mini.png) no-repeat left center;
	}
	.plus .plus-block
	{
		padding: 15px;
	}
	.plus .plus-block ul
	{
		margin-right: 0;
		padding: 0;
	}
	.plus .plus-block ul li
	{
		height: 30px;
		margin: 0 0 60px 0 !important;;
		padding-top: 0;
		padding-left: 40px;

		background: url(../images/check-mini.png) no-repeat left center;
	}
	.stages .stage-block
	{
		margin-bottom: 30px;
	}
	.stages .stage-block .stage-text
	{
		font-size: 16px;
		line-height: 24px;
	}

}

