* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	min-width: 960px;
}
a {
	text-decoration: none;
	color: #333;
}
h1,
h2,
h3,
h4 {
	color: #3b4167;
}
h2 {
	font-size: 30px;
	text-align: center;
}
p {
	margin-top: 10px;
}

table,
th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content {
	flex: 1 0 auto;
}
.container {
	width: 90%;
	margin: 0 auto;
	max-width: 1100px;
}
header {
	margin-top: 20px;
	display: flex;
	height: 60px;
}
a.logo {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 20px;
	background-image: url(../images/logo200.png);
	background-size: cover;
}
.site-title {
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.site-title a {
	text-decoration: none;
	color: #3b4167;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-style: normal;
	font-variant-caps: all-petite-caps;
	font-size: 40px;
	line-height: 30px;
}
.site-title-d a {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: 10px;
}
div.mainmenu {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-left: 20px;
}
div.mainmenu i {
	margin-left: 10px;
	color: #3B4167;
}
div.contacts-top {
	text-align: center;
	font-size: 14px;
}

ul.nav {
	display: flex;
	list-style: none;
	align-items: center;
	background-color: #6771B4;
	border-radius: 6px;
}
ul.nav li a {
	display: block;
	padding: 5px 10px;
	margin: 0 ;
	color: #fff;
	transition: .8s;
	border-left: 2px solid #fff;
}
ul.nav li a:hover {
	background-color: #2C314E;
}
nav.mainmenu > ul li:first-child a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left: none;
}
ul.mainmenu li:last-child a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.slideshow-wrapper {
	margin-top: 20px;

	background-color: #eee;
}
.slideshow .custom {
	width: 100%;
	height: 400px;
}
.intro {
	width: 80%;
	margin: 20px auto;
	font-size: 20px;
	line-height: 30px;
}
.bottom1 {
	background-color: #424974;
	color: #eee;
	padding: 20px 0;
}
.bottom1 h2,
.bottom1 p,
.bottom1 ul,
.bottom1 a {
	color: #eee;
}
.bottom1-content .custom {
	display: flex;
	justify-content: space-between;
}
.bottom1-content .custom div {
	width: 49%;
	padding: 20px;
	transition: .1s;
}
.bottom1-content .custom div:hover {
	box-shadow: 2px 2px 3px rgba(255, 255, 255, .6);
	/*border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc; */
}
.bottom2 {
	background-color: #3B4167;
	color: #eee;
}
/*.bottom2-content,
.bottom2-content .custom {
	height: 400px;
} */
.bottom2-content iframe {
	width: 100%;
	height: 400px;
	border: none;
}
footer {
	border-top: 2px solid #333;
	background-color: #2C314E;
	color: #fff;
	padding: 20px 0;
	flex: 0 0 auto;
}
footer h3,
footer li,
footer a {
	color: #fff;
}
footer ul {
	list-style: none;
}
footer i {
	margin-right: 10px;
}
footer>.container .custom div:last-child p{
	margin-left: 20px;
	text-indent: -10px;
}

footer .container .custom {
	display: flex;
	justify-content: space-between;
}
footer .container .custom div {
	width: 30%;
}

div.catItemHeader {
    min-height: 65px;
}