/* цветовая схема шаблона, синяя */

body {
	background: #ffffff;
	color: #22262b;
}

a { color: #1a4d84; }
a:hover { color: #c23b22; }

.header { background: #f4f5f6; border-bottom: 3px solid #1a4d84; }
.logo a { color: #1a4d84; }
.logo-sub { color: #5c6570; }
.phone a { color: #22262b; }
.phone-note { color: #5c6570; }

.menu { background: #1a4d84; }
.menu-item a { color: #ffffff; }
.menu-item a:hover { background: #143c68; color: #ffffff; }
.menu-item.active a { background: #143c68; color: #ffffff; }

h1, h2 { color: #14304f; }

.note { background: #fbf6e4; border: 1px solid #e6d9a8; }
.small { color: #5c6570; }

table.price th { background: #eceff2; border: 1px solid #d3d8dd; }
table.price td { border: 1px solid #d3d8dd; }
table.price tr:hover td { background: #f7f9fa; }
table.contacts td { border-bottom: 1px solid #e3e6e9; }

.btn { background: #1a4d84; color: #ffffff; border: 1px solid #143c68; }
.btn:hover { background: #143c68; }

.footer { background: #f4f5f6; border-top: 1px solid #d3d8dd; color: #5c6570; }
.footer a { color: #1a4d84; }
