@charset "utf-8";
/* Generated by ParaType (http://www.paratype.com)*/
/* Font Futura PT Demi: Copyright © ParaType, 2015. All rights reserved.*/
@font-face {
	font-family: 'FuturaPTWeb';
	src: url('FTN45__W.eot');
	src:
		url('/fonts/FTN45__W.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FTN45__W.woff2') format('woff2'),
		url('/fonts/FTN45__W.woff') format('woff'),
		url('/fonts/FTN45__W.ttf') format('truetype'),
		url('/fonts/FTN45__W.svg#FuturaPTWeb-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaPTWeb';
	src: url('FTN65__W.eot');
	src:
		url('/fonts/FTN65__W.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FTN65__W.woff2') format('woff2'),
		url('/fonts/FTN65__W.woff') format('woff'),
		url('/fonts/FTN65__W.ttf') format('truetype'),
		url('/fonts/FTN65__W.svg#FuturaPTWeb-Demi') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* CSS Document */
html
{
	display: flex;
	height: 100%;
}
body
{
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "FuturaPTWeb", sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
}
h1, h2 {
	color: #003C8E;
	font-weight: bold;
}
h1 { font-size: 30px; }
h2 { font-size: 23px; }
a { color: #214288; }
p { margin: 5px 0; }
ul {
	margin: 0;
	padding-left: 14px;
}
ul li {
	list-style-image: url("/images/icons/list-disc.svg");
	margin: 10px 0;
	padding-left: 10px;
}
#container {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	margin-top: 0;
	text-align: left;
	min-width: 360px;
	max-width: 1200px;
	margin: auto;
	width: 100%;
}
#container > * { margin: auto 10px; }
#top-block { text-align: center; }
#line {
	border-bottom: 1px solid #707173;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main_block {
	display: flex;
	justify-content: space-between;
}
.first_block {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.product_item {
	display: flex;
	flex-direction: column;
	flex-basis: 185px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: center;
}
.product_item img {
	align-self: center;
	flex-shrink: 0;
	height: 80px;
	width: 72px;
}
.two_block {
	display: flex;
	justify-content: space-around;
	background: #214288;
}
.two_block > a {
	color: #fff;
	display: block;
	flex-grow: 1;
	padding: 15px;
	text-align: center;
	text-decoration: none;
}
.two_block > a:hover { background: #4562A2; }
#search
{
	border: 1px solid #003C8E;
	height: 28px;
	width: 162px;
	margin-top: 10px;
}
#search form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#search form > input, #search form > label { display: none; }
#searchText
{
	border: medium none;
	color: #000;
	font-size: 12px;
	height: 26px;
	margin-left: 3px;
	width: 130px;
	z-index: 900;
}
#searchbutton
{
	background: #ffffff url("/images/icons/loup.svg") no-repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	margin: auto;
	margin-right: 3px;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}
.qr-code_contacts {
	align-self: center;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	margin-top: 20px;
}
.qr-code_contacts > img { margin-right: 20px; }