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

body {
	margin: 0;
}

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

.clearfix:after {
	clear: both;
}

.header {
	height: 147px;
	background: url(../images/top_bg_2.gif);
	position: relative;
}

.header__left {
	float: left;
}

.header__right {
	float: right;
}

.header__current {
	position: absolute;
	right: 15px;
	bottom: 12px;
	color: #000263;
	font-weight: 700;
	font-family: sans-serif;
}

.nav {
	background: url(../images/left_bg.gif) repeat-y;
	width: 137px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.content {
	width: -webkit-calc(100% - 137px);
	width: -moz-calc(100% - 137px);
	width: calc(100% - 137px);
	float: right;
	padding: 15px;
}

.content__left {
	float: left;
	width: 50%;
}

.content__right {
	float: right;
	width: 50%;
}

.wrapper {
	position: relative;
}

.nav__list {
	list-style: none;
	padding: 0;
}

.nav__list-item {
	margin-top: 5px;
	padding-left: 0;
}

.nav__list-item:first-child {
	margin-top: 0;
}

.nav__item-link {
	padding: 5px 5px 5px 25px;
	width: 100%;
	background: #000263;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.nav__item-link_active {
	background: #414398;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.bottom_mid_left {
	height: auto;
}

blockquote {
	margin: 0;
}

.header__sandwich {
	padding: 10px;
	color: #000263;
	font-weight: 700;
	text-decoration: none;
	left: 4px;
	bottom: 2px;
	font-size: 30px;
    position: absolute;
    display: none;
}

.header__sandwich:active {
	font-size: 30px;
}

.contact-table input[type=text],
.contact-table textarea {
	width: 200px;
}


@media only screen and (max-width: 992px) {
	.content__left,
	.content__right {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 768px) {
	.header__right {
		display: none;
	}
	.nav {
		left: -150px;
	}
	.content {
		float: none;
		width: 100%;
	}
	.header__sandwich {
		display: block;
	}
	.contact-table input[type=text],
	.contact-table textarea {
		width: 150px;
	}
}