@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900|Open+Sans:400,700&display=swap&subset=latin-ext');*,
*::before,
*::after {
	background: transparent none !important;
	box-sizing: border-box;
}

html,
body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	background-color: #fff !important;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

figure {
	margin: 25px 0;
}

table {
	width: 100%;
}

form,
fieldset,
aside,
footer,
nav,
iframe,
.button,
.popup,
.header_topInner,
.ico,
.homeTop,
.outer_bg,
.step_number,
.about_car,
.refs_tags,
.pagination {
	display: none;
}

.inner::before,
.inner::after {
	content: "";
	display: table;
}

.inner::after {
	clear: both;
}

.gallery {
	margin-top: 30px;
}

.gallery a {
	display: inline-block;
	width: 47%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.ref_item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ref_label {
	width: 140px;
}

.ref_value {
	font-weight: 700;
}

