@font-face {
    font-family: Roboto, 'Roboto';
    src: local('Roboto'), url('fonts/roboto-regular.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto, 'Roboto Mono';
    src: local('Roboto Mono'), url('fonts/roboto-mono-regular.woff');
    font-weight: normal;
    font-style: normal;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-attachment: fixed;
	font-weight: normal;
	font-size: 15px;
	color: #000;
	font-style: normal;
	font-family: Roboto, Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	height: 100%;
}

.main {
	position: relative;
	top: 40px;
	margin: 20px auto;
	font-weight: normal;
	font-size: 15px;
	color: #000;
	font-style: normal;
	font-family: Roboto, Verdana, Geneva, sans-serif;
	line-height: 1.3;
	border-collapse: collapse;
	border: 4px solid #fff;
	width: 900px;
}

.main td {
	padding: 8px;
}

#page {
	line-height: 1.3;
	padding: 0 20px;
	font-size: 17px;
}

a:active {
	color: #2574A9;
	text-decoration: none;
}
a:link {
	color: #2574A9;
	text-decoration: none;
}
a:visited {
	color: #2574A9;
	text-decoration: none;
}
.plink {
	cursor: pointer;
	color: #1E8BC3;
	text-decoration: none;
}
a, .plink {
	transition: color 800ms ease-out;
}
a:hover, .plink:hover {
	color: #33495D;
	text-decoration: none;
}
.nolink {
	text-decoration: none !important;
	color: inherit !important;
}

.vmenuBig {
	color: #000;
	display: block;
	padding: 5px;
	margin: 2px 0;
	font-size: 19px;
	line-height: 1.2;
}

.vmenu {
	color: #000;
	display: block;
	padding: 5px;
	margin: 2px 0;
	font-size: 14px;
	line-height: 1.3;
}

.link {
	color: #000;
	display: block;
	transition: background-color 300ms ease-out;
}
.link:hover {
	text-decoration: none;
	background: #ddd;
}

#toolbar {
	width: 100%;
	height: 40px;
	background-color: rgba(255,255,255,0.75);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	text-align: center;
	margin: 0;
	padding-top: 13px;
}

#toolbar a {
	padding: 4px;
	font-weight: normal;
	background: #ddd;
	font-size: 14px;
	background-color: rgba(255,255,255,0.85);
	color: #2574A9;
	padding: 5px 10px;
	margin: 6px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 300ms ease-out;
}

#toolbar a:hover {
	background: #ddd;
}

.colorrow {
	background: #eeeeee;
}

.block {
	background: #DDDDDD;
	padding: 4px;
}

h1 {
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
	font-style: normal;
	margin: 0 0 20px 0;
	text-decoration: none;
	background: #33495D;
	padding: 4px;
}

h3 {
	text-align: center;
	font-weight: normal;
	color: #777777;
	font-size: 17px;
	letter-spacing: 1px;
	font-style: normal;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
}

h2 {
	text-align: center;
	font-weight: normal;
	color: #777777;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2;
}

.hh2 {
	text-align: right;
	font-weight: normal;
	color: #555555;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
}

hr {
	color: #33495D;
	background-color: #BBBBBB;
	width: 100%;
	border: none;
	height: 1px;
	margin: 15px 0;
	clear: both;
}

form {
	color: #000;
	font-size: 14px;
	font-family: Roboto, Verdana, Geneva, sans-serif;
}

input, select, textarea {
	color: #000;
	padding: 5px 6px;
	border: 1px solid #aaa;
	font-size: 14px;
	background: #fff;
	font-family: Roboto, Verdana, Geneva, sans-serif;
	-webkit-appearance: none;
	border-radius: 2px;
	width: 100%;
}

input[type=button], input[type=submit] {
	text-align: center;
	width: 150px;
}

.small {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	font-style: normal;
}

.big {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	font-style: normal;
}

img {
	max-width: 100%;
}

#cat_table img {
	max-width: 120px;
}

.fasads {
	margin-top: 40px;
}

.fasads img {
	width: 160px;
	float: left;
	margin: 0 20px 20px 0;
}

.fasads h3 {
	text-align: left;
}

#toptel a, #topemail a {
	text-transform: lowercase;
	background: transparent;
}

#toptel {
	position: absolute;
	right: 6px;
	top: 13px;
}

#topemail {
	position: absolute;
	left: 6px;
	top: 13px;
}

.accent {
	color: #8C2B4A;
}

@media all and (max-width: 920px) {
	#toptel, #topemail {
		display: none;
	}
}

/* форма заказа фасадов */

.order {
	border-style: none;
	font-size: 0.7em;
}

.order input, .order select, .order textarea {
	font-size:0.9em;
	border: 1px solid #aaa;
}

.order input[type=number] {
	text-align: right;
}

.order th, .order td {
	padding: 3px;
}

.order th, .order tfoot {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background-color: #ddd;
}

.order tr:hover {
	background-color: #eee;
}

.order tfoot tr:hover {
	background-color: inherit;
}

#clipboardDiv {
	margin: 1em 0;
	text-align: center;
	display: none;
}

#clipboardDiv  textarea {
	height: 10em;
	width: 100%;
}

button {
	line-height: 1;
	color: #fff;
	border-style: none;
	background-color: #8C2B4A;
	border-radius: 1em;
	cursor: pointer;
	padding: 0.5em 1em;
	font-size: 1em;
	width: auto;
	min-width: 14em;
	margin: 0.5em 0;
	text-align: center;
	outline: none;
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

button:hover, input[type=submit]:hover, input[type=button]:hover, #callback:hover {
	background-color: #eee !important;
}