* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	line-height: 1;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
th {
	text-align: left;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
audio, canvas, img, video {
	vertical-align: middle;
}
img, fieldset {
	border: 0;
}
textarea {
	resize: vertical;
}
@font-face {
	font-family: 'OfficinaSerif';
	src: url('../fonts/OfficinaSerifBook.eot');
	src: url('../fonts/OfficinaSerifBook.eot?#iefix') format('embedded-opentype'), url('../fonts/OfficinaSerifBook.woff') format('woff'), url('../fonts/OfficinaSerifBook.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'OfficinaSerif';
	src: url('../fonts/OfficinaSerifBookItalic.eot');
	src: url('../fonts/OfficinaSerifBookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OfficinaSerifBookItalic.woff') format('woff'), url('../fonts/OfficinaSerifBookItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: 'OfficinaSerif';
	src: url('../fonts/OfficinaSerifBold.eot');
	src: url('../fonts/OfficinaSerifBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OfficinaSerifBold.woff') format('woff'), url('../fonts/OfficinaSerifBold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: 'OfficinaSerif';
	src: url('../fonts/OfficinaSerifBoldItalic.eot');
	src: url('../fonts/OfficinaSerifBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OfficinaSerifBoldItalic.woff') format('woff'), url('../fonts/OfficinaSerifBoldItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: bold;
}
html {
	height: 100%;
}
body {
	background: #fff;
	cursor: default;
	min-height: 100%;
}
body, button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
strong {
	font-weight: bold;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: 80%;
}
.clear {
	zoom: 1;
}
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.container {
	zoom: 1;
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.container:before, .container:after {
	content: ' ';
	display: table;
}
.container:after {
	clear: both;
}
.none {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
body {
	background: #f5f5f5 url(../img/body-bg.png) 50% 220px no-repeat;
	color: #1f1f1f;
	font-family: 'OfficinaSerif', Helvetica, Arial, Sans-Serif;
}
.logos{
	color: #fff;
	text-align: center;
	font-size: 23px;
	margin-top: 20px;
}
#header {
	height: 82px;
}
#header .logotype {
	display: block;
	width: 213px;
	height: 80px;
	background-color: #db073d;
	background-size: 151px 50px;
	position: absolute;
}
#header .logotype:after {
	content: ' ';
	position: absolute;
	height: 12px;
	bottom: -12px;
	width: 100%;
	background-color: inherit;
	border-radius: 0 0 50% 50%/12px;
}
#header .logotype .slogan {
	font-size: 14px;
	text-align: center;
	margin-top: 9px;
	color: #fff;
}
#header .logotype:hover .slogan {
	opacity: 1;
}
#header .nav-secondary {
	zoom: 1;
	background: #1f1f1f;
}
#header .nav-secondary:before, #header .nav-secondary:after {
	content: ' ';
	display: table;
}
#header .nav-secondary:after {
	clear: both;
}
#header .nav-secondary .links {
	float: right;
	color: #fff;
	font-size: 12px;
	position: relative;
}
#header .nav-secondary .links a {
	display: block;
	float: left;
	padding: 10px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#header .nav-secondary .links a:last-child {
	border-right: none;
	padding-right: 0;
}
#header .nav-secondary .links .regionsList {
	display: block;
	position: absolute;
	overflow: hidden;
	right: -7px;
	top: 34px;
	background: #db073d;
	padding: 10px 0;
	border-radius: 0 0 50% 50%/12px;
}
#header .nav-secondary .links .regionsList li {
	display: block;
	padding: 0 23px 0 0;
}
#header .nav-secondary .links .regionsList li:hover {
	background-color: #bd0534;
}
#header .nav-secondary .links .regionsList li a {
	float: none;
}
#header .nav-primary {
	zoom: 1;
	padding-top: 10px;
}
#header .nav-primary:before, #header .nav-primary:after {
	content: ' ';
	display: table;
}
#header .nav-primary:after {
	clear: both;
}
#header .nav-primary .links {
	float: left;
	margin-left: 230px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#header .nav-primary .links a {
	display: block;
	float: left;
	margin: 8px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav-primary .links a:after {
	content: ' ';
	position: absolute;
	overflow: hidden;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #db073d;
	margin: 4px 18px;
}
#header .nav-primary .links a:last-child:after {
	display: none;
}
#header .nav-primary .links a:hover {
	color: #db073d;
}
#header .nav-primary .phone {
	float: right;
	font-weight: bold;
	font-size: 18px;
	margin-top: 1px;
	padding: 2px 0 2px 30px;
	background: url(../img/phone-icon.png) 0 50% no-repeat;
	background-size: contain;
}
#header .nav-primary .phone:hover {
	color: #db073d;
}
#sidebar {
	float: left;
	width: 213px;
	margin: 80px 0;
}
#sidebar .links {
	background: #fff;
	box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.15);
	border: 4px solid #6a9db3;
	margin-bottom: 30px;
}
#sidebar .links .main .link {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 15px;
	font-size: 18px;
	font-weight: bold;
}
#sidebar .links .main .link:last-child {
	border-bottom: none;
}
#sidebar .links .other {
	border-top: 1px solid #e1e1e1;
	padding: 15px 0;
}
#sidebar .links .other .link {
	display: block;
	padding: 5px 15px;
	font-size: 14px;
}
#sidebar .links .link.active {
	color: #db073d;
}
#sidebar .links .link:hover {
	color: #db073d;
}
#content {
	float: right;
	width: 730px;
	margin: 80px 0;
}
#content .hero {
	zoom: 1;
}
#content .hero:before, #content .hero:after {
	content: ' ';
	display: table;
}
#content .hero:after {
	clear: both;
}
#content .hero h2.pricelist-heading {
	font-weight: bold;
	margin-top: 15px;
	color: #db073d;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	float: left;
}
#content .hero .text.wide {
	float: none;
	width: auto;
}
#content .hero .text .heading {
	font-weight: bold;
	font-size: 43px;
	line-height: 45px;
	color: #db073d;
}
#content .hero .text .description {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 24px;
}
#content .hero .text .description .subheading {
	font-weight: bold;
	margin-top: 25px;
}
#content .hero .text .content {
	font-size: 18px;
	line-height: 24px;
}
#content .hero .text .content h2, #content .hero .text .content .h2 {
	font-weight: bold;
	margin-top: 35px;
	color: #db073d;
	font-size: 20px;
	margin-bottom: -10px;
}
#content .hero .text .content h3, #content .hero .text .content .h3 {
	color: #db073d;
	font-size: 20px;
}
#content .hero .text .content p {
	margin-top: 25px;
}
#content .hero .text .content a {
	color: #db073d;
}
#content .hero .text .content a:hover {
	color: #1f1f1f;
}
#content .hero .text .content img {
	max-width: 100%;
}
#content .hero .text .content .pricelist {
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	border-top: 1px solid #e1e1e1;
}
#content .hero .text .content .pricelist tr td {
	padding: 5px 0;
	border-bottom: 1px solid #e1e1e1;
	vertical-align: middle;
}
#content .hero .text .content .pricelist tr td.name {
	width: 100%;
}
#content .hero .text .content .pricelist tr td.price {
	color: #db073d;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
}
#content .hero .text .content .pricelist tr td.order a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: normal;
	border: 1px solid #db073d;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 2px;
}
#content .hero .text .content .pricelist tr td.order a:hover {
	border-color: #1f1f1f;
	color: #1f1f1f;
}
#content .hero .text .content ul {
	margin-top: 25px;
}
#content .hero .text .content ul li {
	margin-left: 15px;
}
#content .hero .text .content ul li:before {
	content: ' ';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 9px 0 0 -15px;
	overflow: hidden;
	background: #db073d;
}
#content .hero .text .footer {
	zoom: 1;
}
#content .hero .text .footer:before, #content .hero .text .footer:after {
	content: ' ';
	display: table;
}
#content .hero .text .footer:after {
	clear: both;
}
#content .hero .text .footer .price {
	float: left;
	margin-top: 38px;
	color: #db073d;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-right: 15px;
}
#content .hero .text .footer .order {
	float: left;
	display: block;
	margin-top: 34px;
	margin-right: 15px;
	background: #db073d;
	padding: 5px 10px;
	border: 1px solid #db073d;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	border-radius: 2px;
	color: #fff;
}
#content .hero .text .footer .order:hover {
	background: none;
	color: #1f1f1f;
	border-color: #1f1f1f;
}
#content .hero .text .footer .custom {
	float: left;
	display: block;
	margin-top: 34px;
	margin-right: 15px;
	background: #c3c3c3;
	padding: 5px 10px;
	border: 1px solid #b9b9b9;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	border-radius: 2px;
	color: #fff;
}
#content .hero .text .footer .custom:hover {
	background: none;
	color: #1f1f1f;
	border-color: #1f1f1f;
}
#content .hero .service_form {
	margin-top: 40px;
	padding-top: 20px;
	float: left;
	width: 100%;
	border-top: 4px solid #6a9db3;
}
#content .hero .service_form.service-page {
	margin-bottom: 40px;
	border-bottom: 4px solid #6a9db3;
	padding-bottom: 40px;
}
#content .hero .service_form .service_form__heading {
	padding: 15px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
#content .hero .service_form .service_form__price {
	width: 50%;
	float: left;
	margin-top: 20px;
}
#content .hero .service_form .service_form__price .service_form__price--block {
	background: #db074e;
	padding: 20px;
	border-radius: 5px;
}
#content .hero .service_form .service_form__price .service_form__price--block .service_form__price--cost {
	background: #fff;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
}
#content .hero .service_form .service_form__price .service_form__price--block .service_form__price--cost span {
	font-size: 30px;
	font-weight: bold;
}
#content .hero .service_form .service_form__price .service_form__price--block .service_form__price--hint {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 18px;
}
#content .hero .service_form .service_form__form {
	float: left;
	width: 50%;
	padding: 0 50px 10px;
}
#content .hero .service_form .service_form__form p {
	font-size: 12px;
	margin-top: 10px;
}
#content .hero .service_form .service_form__form input[type=text] {
	padding: 7px 10px;
	width: 100%;
	margin-top: 10px;
}
#content .hero .service_form .service_form__form input[type=button] {
	background: #db073d;
	padding: 5px 10px;
	line-height: normal;
	font-weight: bold;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	display: block;
	border: 1px solid #db073d;
	font-size: 14px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}
#content .hero .service_form .service_form__form input[type=button]:hover {
	border: 1px solid #db073d;
	background: #fff;
	color: #db073d;
}
#content .hero .service_form .form-policy {
	display: block;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
}
#content .hero .service_form .form-policy a {
	color: #db073d;
}
#content .hero .image {
	position: relative;
	float: right;
	width: 40%;
	text-align: center;
	margin-top: 30px;
	margin-left: 10px;
}
#content .hero .image .icon {
	background: #fff;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -30px;
	box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.15);
	text-align: center;
	overflow: hidden;
}
#content .hero .image .icon img {
	max-width: 100%;
	max-height: 100%;
	width: 80px;
	margin-top: 20px;
}
#content .hero .image img {
	max-width: 80%;
}
#content .hero .pricelist {
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	border-top: 1px solid #e1e1e1;
}
#content .hero .pricelist tr td {
	padding: 5px 0;
	border-bottom: 1px solid #e1e1e1;
	vertical-align: middle;
}
#content .hero .pricelist tr td.name {
	width: 100%;
}
#content .hero .pricelist tr td.price {
	color: #db073d;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
}
#content .hero .pricelist tr td.order a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: normal;
	border: 1px solid #db073d;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 2px;
}
#content .hero .pricelist tr td.order a:hover {
	border-color: #1f1f1f;
	color: #1f1f1f;
}
#content .features {
	margin-top: 50px;
	border-top: 4px solid #6a9db3;
}
#content .features .feature {
	zoom: 1;
	padding: 60px 0;
	border-bottom: 1px solid #e1e1e1;
}
#content .features .feature:before, #content .features .feature:after {
	content: ' ';
	display: table;
}
#content .features .feature:after {
	clear: both;
}
#content .features .feature .image {
	float: right;
	width: 40%;
}
#content .features .feature .image img {
	max-width: 100%;
}
#content .features .feature .text {
	float: left;
	width: 60%;
}
#content .features .feature .text .heading {
	font-weight: bold;
	font-size: 24px;
}
#content .features .feature .text .description {
	margin-top: 20px;
	color: #71808a;
	font-size: 14px;
	line-height: 19px;
}
#content .features .feature .text .more {
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
	color: #db073d;
}
#content .features .feature .text .more:hover {
	color: #1f1f1f;
}
#content .features .footer {
	margin-top: 40px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 60px;
	background: url(../img/support-icon.png) 0 50% no-repeat;
	background-size: 45px 45px;
}
#content .features .footer a {
	color: #db073d;
}
#content .features .footer a:hover {
	color: #1f1f1f;
}
#hero {
	zoom: 1;
	margin-top: 100px;
}
#hero:before, #hero:after {
	content: ' ';
	display: table;
}
#hero:after {
	clear: both;
}
#hero .image {
	width: 50%;
	float: left;
	text-align: center;
}
#hero .text {
	width: 50%;
	float: right;
}
#hero .text .heading {
	margin-top: 50px;
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	color: #db073d;
	padding-bottom: 30px;
	background: url(../img/devider.png) 0 100% no-repeat;
	background-size: 300px 17px;
}
#hero .text .description {
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
	max-width: 400px;
}
#hero .text .order {
	display: inline-block;
	background: #db073d;
	border: 1px solid #db073d;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	border-radius: 2px;
	color: #fff;
}
#hero .text .order:hover {
	background: none;
	color: #1f1f1f;
	border-color: #1f1f1f;
}
#services {
	zoom: 1;
	margin-top: 50px;
}
#services:before, #services:after {
	content: ' ';
	display: table;
}
#services:after {
	clear: both;
}
#services .tiles {
	box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.15);
	counter-reset: tiles;
}
#services .tiles .row {
	zoom: 1;
}
#services .tiles .row:before, #services .tiles .row:after {
	content: ' ';
	display: table;
}
#services .tiles .row:after {
	clear: both;
}
#services .tiles .row .tile {
	float: left;
	width: 25%;
	background: #fff;
	height: 280px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	position: relative;
	counter-increment: tiles;
}
#services .tiles .row .tile a {
	display: block;
	height: 100%;
}
#services .tiles .row .tile a:hover .heading {
	color: #db073d;
}
#services .tiles .row .tile .text {
	padding: 35px 25px;
	height: 100%;
	border-bottom: 5px solid #fff;
}
#services .tiles .row .tile .heading {
	font-weight: bold;
	font-size: 18px;
}
#services .tiles .row .tile .description {
	margin-top: 20px;
	color: #71808a;
	font-size: 14px;
	line-height: 19px;
}
#services .tiles .row .tile .description ul li {
	margin: 4px 0 0 10px;
}
#services .tiles .row .tile .description ul li:before {
	content: ' ';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 7px 0 0 -10px;
	overflow: hidden;
	background: #71808a;
}
#services .tiles .row .tile .price {
	color: #db073d;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	margin-top: 20px;
	bottom: 35px;
	text-transform: uppercase;
	white-space: nowrap;
}
#services .tiles .row .tile .price .new {
	background: #db073d;
	color: #fff;
	border-radius: 2px;
	padding: 5px 10px;
	display: inline-block;
}
#services .tiles .row .tile .price .old {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	padding: 0 5px;
}
#services .tiles .row .tile .price .old:after {
	content: ' ';
	height: 1px;
	background: #1f1f1f;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}
#services .tiles .row .tile.promo {
	width: 50%;
}
#services .tiles .row .tile.promo .text {
	border: 8px solid #6a9db3;
}
#services .tiles .row .tile.promo .text:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 293px;
	height: 100%;
	background: url(../img/tiles-promo.png) 100% 100% no-repeat;
}
#services .tiles .row .tile.promo:after {
	color: rgba(255, 255, 255, 0.2);
}
#services .tiles .row .tile.contact {
	background: #6a9db3 url(../img/tile-contact.png) 100% 0 no-repeat;
	padding: 8px;
}
#services .tiles .row .tile.contact .text {
	border: 2px solid #fff;
}
#services .tiles .row .tile.contact .heading {
	color: #fff;
}
#services .tiles .row .tile.contact .description {
	color: #fff;
}
#services .tiles .row .tile.contact .form {
	position: relative;
	margin-top: 20px;
}
#services .tiles .row .tile.contact .form input[type=text] {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	background: none;
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	max-width: 100%;
}
#services .tiles .row .tile.contact .form input[type=text]::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.6;
}
#services .tiles .row .tile.contact .form input[type=button], #services .tiles .row .tile.contact .form input[type=submit] {
	border: none;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #fff;
	cursor: pointer;
}
#services .tiles .row .tile.contact .form input[type=button]:hover, #services .tiles .row .tile.contact .form input[type=submit]:hover {
	background: none;
	border-color: #fff;
	color: #fff;
}
#services .tiles .row .tile.contact:after {
	display: none;
}
#services .tiles .row .tile:after {
	content: '0' counter(tiles);
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 90px;
	line-height: 90px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.04);
}
#services .tiles .row .tile:first-child {
	border-left: none;
}
#services .tiles .row:first-child .tile {
	border-top: none;
}
#services .more {
	margin-top: 25px;
	text-align: center;
}
#services .more a {
	display: inline-block;
	font-size: 14px;
	color: #db073d;
	font-weight: bold;
	border-radius: 2px;
	padding: 5px 10px;
	border: 1px solid #db073d;
}
#services .more a:hover {
	color: #1f1f1f;
	border-color: #1f1f1f;
}
#features {
	margin-top: 20px;
}
#features.fixed {
	padding-top: 60px;
}
#features.fixed .tabs {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background: #f5f5f5;
}
#features .tabs {
	zoom: 1;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 60px;
}
#features .tabs:before, #features .tabs:after {
	content: ' ';
	display: table;
}
#features .tabs:after {
	clear: both;
}
#features .tabs .tab {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	border-bottom: 5px solid #6a9db3;
	padding: 20px 10px;
	cursor: pointer;
}
#features .tabs .tab.active, #features .tabs .tab:hover {
	border-bottom-color: #db073d;
}
#features .tabs .tab.active {
	position: relative;
	background: #fff;
	box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.15);
}
#features .feature {
	zoom: 1;
	padding: 60px 50px;
	border-bottom: 1px solid #e1e1e1;
}
#features .feature:before, #features .feature:after {
	content: ' ';
	display: table;
}
#features .feature:after {
	clear: both;
}
#features .feature .image {
	float: left;
	width: 50%;
}
#features .feature .image img {
	max-width: 80%;
}
#features .feature .text {
	float: right;
	width: 50%;
	margin-top: 20px;
}
#features .feature .text .heading {
	font-weight: bold;
	font-size: 24px;
}
#features .feature .text .description {
	margin-top: 20px;
	color: #71808a;
	font-size: 14px;
	line-height: 19px;
}
#features .feature .text .more {
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
	color: #db073d;
}
#features .feature .text .more:hover {
	color: #1f1f1f;
}
#features .feature:last-child {
	border-bottom: none;
}
#info {
	padding: 80px 0;
	font-size: 14px;
	line-height: 19px;
	color: #71808a;
	border-top: 1px solid #e1e1e1;
}
#info .container {
	-webkit-column-count: 3;
	-webkit-column-gap: 60px;
}
#promo {
	height: 260px;
	background: #1f1f1f url(../img/footer-promo-bg.png) 50% 0 no-repeat;
	background-size: cover;
}
#promo .text {
	color: #fff;
	text-align: center;
}
#promo .text .heading {
	font-size: 36px;
	margin-top: 55px;
}
#promo .text .description {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}
#promo .text .order {
	display: inline-block;
	background: #db073d;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	border-radius: 2px;
	border: 1px solid #db073d;
}
#promo .text .order:hover {
	background: none;
	color: #fff;
	border-color: #fff;
}
#footer .container{
	padding:20px 10px;
}
#footer {
	zoom: 1;
	font-size: 15px;
	background: #1f1f1f;
	color: #fff;
}
#footer:before, #footer:after {
	content: ' ';
	display: table;
}
#footer:after {
	clear: both;
}
#footer .about {
	float: left;
	padding: 10px 0;
}
#footer .share {
	margin-top: 7px;
	float: right;
}
#footer .footer-policy {
	margin-top: 10px;
	text-align: center;
	float: left;
	margin-left: 70px;
}
#footer .footer-policy a {
	color: #db073d;
}
#splash {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background: #db073d;
}
#splash .logotype {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	height: 331px;
	background: url(../img/logotype.png) 50% 50% no-repeat;
	opacity: 0.6;
}
#splash .message {
	position: relative;
	margin-top: 15%;
	text-align: center;
	color: #fff;
}
#splash .message .heading {
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
}
#splash .message .description {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}
#splash .message a {
	text-decoration: underline;
}
#splash .message a:hover {
	text-decoration: none;
}
.brands {
	margin-top: 25px;
}
.brands .row {
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #eae6e6;
}
.brands .row .symbol {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 70px;
	color: #9a9a9a;
	font-weight: bold;
}
.brands .row ul {
	width: 640px;
	margin-top: 0px !important;
	display: inline-block;
}
.brands .row ul li {
	width: 145px;
	display: inline-block;
	color: #606060;
}
.brands .row ul li.bold {
	font-weight: bold;
	color: #000;
}
.brands .row ul li a {
	color: #4e4d4d !important;
}
.brands .row ul li a:hover {
	color: #000 !important;
}
.brands .row:hover {
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #fff 100%);
	background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #fff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#ffffff', GradientType=0);
}
.brands .row:hover .symbol {
	color: #000;
}
.testimonials {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e1e1e1;
}
.testimonials .row {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eae6e6;
}
.testimonials .row .author {
	margin: 15px 0;
	font-weight: bold;
	color: #71808a;
}
.testimonials .row .rating {
	font-size: 14px;
	color: #71808a;
	padding: 15px 0;
}
.testimonials .row .rating img {
	width: 25px;
}
.testimonials .row .rating span {
	margin: 5px 10px;
	display: inline-block;
	vertical-align: top;
}
.testimonials .row .content {
	color: #000;
}
.testimonials .row:last-child {
	border-bottom: none;
}
#testimonial {
	display: none;
	margin: 35px 0 0 0;
	background-color: #fff;
	padding: 40px 70px;
	border: 4px solid #6a9db3;
}
#testimonial input {
	width: 100%;
	border: none;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
	padding: 15px 15px 2px;
	background: transparent;
}
#testimonial input:focus {
	outline: none;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.5);
}
#testimonial textarea {
	width: 100%;
	border: none;
	padding: 5px 15px 2px;
	line-height: 40px;
	background: url('/img/textarea-bg.png');
}
#testimonial textarea:focus {
	outline: none;
	background: url('/img/textarea-bg-focus.png');
}
#testimonial button {
	display: block;
	background: #db073d;
	padding: 5px 10px;
	margin: 15px auto 0;
	border: 1px solid #db073d;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
}
#testimonial button:hover {
	background: none;
	color: #1f1f1f;
	border-color: #1f1f1f;
}
#order {
	margin: 35px 0;
	padding: 35px;
	background-color: #eaeaea;
	box-shadow: 5px 5px 15px -5px rgba(5, 40, 55, 0.19);
}
#order input {
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
}
#order input[name="send"] {
	width: auto;
	display: block;
	background: #db073d;
	padding: 5px 10px;
	border: 1px solid #db073d;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	float: left;
	margin-right: 20px;
}
#order input[name="send"]:hover {
	background: none;
	color: #1f1f1f;
	border-color: #1f1f1f;
}
#order .form-policy {
	font-size: 12px;
	line-height: 14px;
}
#brands .container .row {
	zoom: 1;
	margin: 35px 0;
	padding: 35px 0 0 0;
	background: #fff;
	box-shadow: 5px 5px 15px -5px rgba(5, 40, 55, 0.19);
}
#brands .container .row:before, #brands .container .row:after {
	content: ' ';
	display: table;
}
#brands .container .row:after {
	clear: both;
}
#brands .container .row .title {
	font-weight: bold;
	font-size: 18px;
}
#brands .container .row .title {
	text-align: center;
}
#brands .container .row .brands-block {
	margin-top: 20px;
}
#brands .container .row .brands-block .brand {
	float: left;
	width: 25%;
	border-top: 1px solid #e1e1e1;
}
#brands .container .row .brands-block .brand:not(:nth-child(4n)) {
	border-right: 1px solid #e1e1e1;
}
#brands .container .row .brands-block .brand:nth-last-child(-n+4) {
	border-bottom: 1px solid #e1e1e1;
}
#brands .container .row .brands-block .brand img {
	width: 100%;
}
#brands .container .row .brands-block .brand:hover {
	-webkit-box-shadow: inset 0px 0px 0px 7px #699bb1;
	-moz-box-shadow: inset 0px 0px 0px 7px #699bb1;
	box-shadow: inset 0px 0px 0px 7px #699bb1;
}
#brands .container .row .other-brands {
	display: none;
	margin-bottom: 20px;
	zoom: 1;
}
#brands .container .row .other-brands:before, #brands .container .row .other-brands:after {
	content: ' ';
	display: table;
}
#brands .container .row .other-brands:after {
	clear: both;
}
#brands .container .row .other-brands ul {
	margin-top: 260px;
	padding: 0 20px;
}
#brands .container .row .other-brands ul li {
	float: left;
	width: 18%;
	margin-left: 2%;
	line-height: 24px;
	list-style: disc inside;
	padding: 3px 5px 3px 1%;
	color: #db073d;
	border-radius: 5px;
}
#brands .container .row .other-brands ul li:hover {
	color: #fff;
	background: #db073d;
}
#brands .container .row .other-brands ul li:hover a {
	color: #fff;
	cursor: pointer;
}
#brands .container .row .other-brands ul li a {
	color: #000;
	width: 100%;
	padding-left: 10%;
}
#brands .container .more {
	margin-top: 25px;
	text-align: center;
}
#brands .container .more a {
	display: inline-block;
	font-size: 14px;
	color: #db073d;
	font-weight: bold;
	border-radius: 2px;
	padding: 5px 10px;
	border: 1px solid #db073d;
}
#brands .container .more a:hover {
	color: #1f1f1f;
	border-color: #1f1f1f;
	cursor: pointer;
}
.seo-brands {
	margin-bottom: 20px;
	zoom: 1;
}
.seo-brands:before, .seo-brands:after {
	content: ' ';
	display: table;
}
.seo-brands:after {
	clear: both;
}
.seo-brands ul {
	padding: 0 20px;
}
.seo-brands ul li {
	float: left;
	width: 18%;
	margin-left: 2%;
	line-height: 24px;
	list-style: disc inside;
	padding: 3px 5px 3px 1%;
	color: #db073d;
	border-radius: 5px;
}
.seo-brands ul li:hover {
	color: #fff;
	background: #db073d;
}
.seo-brands ul li:hover a {
	color: #fff;
	cursor: pointer;
}
.seo-brands ul li a {
	color: #000;
	width: 100%;
	padding-left: 10%;
}
.info-links {
	margin-top: 40px;
}
.info-links h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.info-links li {
	display: inline-block;
	width: 32%;
}
.description---special {
	font-size: 18px;
}
.description---special b {
	font-weight: 700;
}
#contacts .container .row {
	zoom: 1;
	margin: 35px 0;
	padding: 0 0 0 0;
	background: #fff;
	box-shadow: 5px 5px 15px -5px rgba(5, 40, 55, 0.19);
}
#contacts .container .row:before, #contacts .container .row:after {
	content: ' ';
	display: table;
}
#contacts .container .row:after {
	clear: both;
}
#contacts .container .row .info, #contacts .container .row .map {
	float: left;
	height: 200px;
}
#contacts .container .row .info {
	position: relative;
	width: 38%;
	padding: 35px;
}
#contacts .container .row .info h2 {
	width: 100%;
	float: left;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
}
#contacts .container .row .info #select_city {
	zoom: 1;
	padding: 5px;
	border: 1px solid #db073d;
	border-radius: 10px;
	width: 100%;
	text-align: center;
}
#contacts .container .row .info #select_city:before, #contacts .container .row .info #select_city:after {
	content: ' ';
	display: table;
}
#contacts .container .row .info #select_city:after {
	clear: both;
}
#contacts .container .row .info #select_city:hover #city_dropdown {
	display: block;
}
#contacts .container .row .info #select_city #city_dropdown {
	display: none;
	position: absolute;
	top: 63px;
	width: 76%;
	padding: 5px;
}
#contacts .container .row .info #select_city #city_dropdown li {
	padding: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 15px -5px rgba(5, 40, 55, 0.19);
}
#contacts .container .row .info #select_city #city_dropdown li:hover {
	background: #db073d;
	color: #fff;
}
#contacts .container .row .info .phone {
	text-align: center;
	margin-top: 20px;
}
#contacts .container .row .info .phone a {
	font-weight: bold;
	font-size: 18px;
	margin-top: 1px;
	padding: 4px 0 2px 30px;
	background: url(../img/phone.png) 0 50% no-repeat;
	color: #db073d;
}
#contacts .container .row .info .phone a:hover {
	color: #1f1f1f;
}
#contacts .container .row .info .address {
	margin-top: 20px;
	text-align: center;
}
#contacts .container .row .map {
	width: 62%;
}
#contacts .container .row .map iframe {
	height: 200px;
	width: 100%;
}
.popup-message {
	display: none;
}
#content .hero .service_form .service_form__form input[type=text] {
	padding: 10px;
}
#content .hero .service_form .service_form__form p {
	margin-top: 34px;
}
#content .hero .service_form .service_form__price .service_form__price--block .service_form__price--cost span {
	text-transform: uppercase;
}
#content .hero .service_form .service_form__form input[type=button] {
	margin-top: 20px;
	padding: 10px 15px;
}
#content .hero .service_form .service_form__form {
	padding-left: 0;
	width: 60%;
}
#content .hero .service_form .service_form__heading {
	padding-left: 0;
	text-align: left;
}
#content .hero .service_form .service_form__price {
	width: 281px;
	float: right;
}
.services__title {
	padding-left: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	font-size: 30px;
}
.hero-form {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex: 1;
	margin-top: 20px;
	box-sizing: border-box;
}
.hero-form__field {
	flex: 0.35;
	padding-left: 10px;
	border: none;
	border-radius: 2px;
	border: 1px solid rgba(51, 55, 60, 0.71);
	box-sizing: border-box;
	cursor: pointer;
}

.hero-form__btn {
	flex: 0.3;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #db073d;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #db073d;
	cursor: pointer;
}
#models {
	margin: 30px 0;
}
#models h2 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
#models li {
	display: inline-block;
	width: 19%;
	line-height: 24px;
	list-style: disc inside;
	padding: 3px 5px 3px 1%;
	color: #db073d;
	border-radius: 5px;
}
#models .more {
	text-align: center;
	margin-top: 5px;
	padding: 7px 15px;
}
.hero-form-policy {
	margin-top: 5px;
	font-size: 12px;
}
.hero-form-policy a {
	color: #db073d;
}
.form-policy-tooltip {
	position: absolute;
	top: 30%;
	left: -260px;
	width: 250px;
	font-size: 12px;
	background: #db073d;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	display: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.form-policy-tooltip:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #db073c;
	content: '';
	display: block;
	position: absolute;
	right: -10px;
	top: 41%;
}
.form-policy-tooltip a {
	display: inline !important;
	border-bottom: 1px solid #fff;
}