@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Roboto+Condensed:300,400,700|Roboto:100,300,400,700&subset=cyrillic,cyrillic-ext');
/*
font-family: 'Roboto', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'PT Sans', sans-serif;
}
a{
	color: #295786;
}

html{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
}
body{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 100%;
	min-height: 100%;
    background: url(../images/body-bg.jpg);
}
.wrapper{
	display: flex;
	flex: auto;
	width: 100%;
	max-width: 1200px;
	min-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}

.blog-featured ul, .blog-featured ol, div[itemprop="articleBody"] ul, div[itemprop="articleBody"] ol{
  margin: 0 0 0 45px;
}

.nopadding{
	padding: 0;
}
.row{
	display: flex;
	flex: auto;
	width: 100%;	
}
.flex-column{
	flex-direction: column;
}
header .top-bar{
	border-top: 3px solid #0f89ab;
	border-bottom: 3px solid #0f89ab;
	font-size: 14px;
	background-color: #fff;
}
header .top-bar i{
	font-size: 18px;
	margin: 0 5px 0 0;
}
header .top-bar .wrapper{
	align-items: center;
	justify-content: space-between;
}
header .top-bar .wrapper .header-block{
	display: flex;
	align-items: center;
	justify-content: center;
}
header .top-bar .wrapper .header-block a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	text-decoration: none;
}
header .top-bar .wrapper .header-block a:hover{
	margin: 0 10px;
	text-decoration: underline;
}
header .logo{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 38%;
	height: 300px;
	text-align: center;
	background: url(../images/logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-family: 'PT Sans', sans-serif;
}
header .logo .gerb{
	display: block;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100%;
	width: 110px;
	height: 140px;
}
header .logo .logo-text-small{
	font-size: 18px;
	margin: 15px 0 5px 0;
	font-weight: bold;
	color: #736939;
}
header .logo .logo-text{
	font-size: 24px;
	line-height: 24px;
	color: #1f506d;
}

header .logo-right-block{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 62%;
	height: 300px;
	text-align: center;
	background: url(../images/header-logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-family: 'PT Sans', sans-serif;
	position: relative;
}
header .logo-right-block .data{
	display: flex;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, .9);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #295786;
}
header .logo-right-block .logo-right-block-text{
	display: flex;
	padding: 30px;
	width: 80%;
	flex-direction: column;
	background-color: rgba(255, 255, 255, .9);
	text-align: left;
	position: absolute;
	bottom: 15px;
	right: 30px;
	color: #295786;
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
header .logo-right-block .logo-right-block-text span{
	display: block;
	text-align: right;
	font-style: italic;
	margin: 5px 0 0 0;
}
header .logo-right-block .yearrk-kz{
	background: url(../images/30year-kz.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 80px;
    height: 100px;
    position: absolute;
    top: 15px;
    right: 30px;	
}
header .logo-right-block .yearrk-ru{
	background: url(../images/30year-ru.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 80px;
    height: 100px;
    position: absolute;
    top: 15px;
    right: 30px;	
}

.language-switch{
	position: relative;
	right: 20px;
}
.language-switch ul li a{
	padding: 15px;
}
.language-switch ul li.lang-active a, .language-switch ul li a:hover{
	background-color: #0f89ab;
	color: #fff;
	transition: all .3s;
}

.search{
	padding: 15px;
	background-color: #0f89ab;
	position: relative;
	left: 15px;
}

.top-menu{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #0f89ab; 
}
.top-menu .menu{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 10px 0;
	flex-wrap: wrap;
}
.top-menu .menu li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	padding: 5px 15px;
	list-style: 0;
	position: relative;
	transition: all .3s;
}
.top-menu .menu > li:hover{
	background-color: #0e7896;
	color: #f6eac2;
}
.top-menu .menu li:hover > a{
	color: #f6eac2;
}
.top-menu .menu li, .top-menu .menu li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.top-menu .menu li > ul{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	left: 0;
	width: auto;
	min-width: 150px;
	background-color: transparent;
	height: 0;
	overflow: hidden;
	transition: all .3s;
	z-index: 999;
}
.top-menu .menu li > ul li > ul{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
	margin: 0 0 0 100%;
	width: 100%;
	background-color: transparent;
	height: 0;
	overflow: hidden;
	transition: all .3s;
	z-index: 999;
}
.top-menu .menu li > ul li > ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.top-menu .menu li:hover > ul{
	height: auto;
	padding: 0 15px 15px 15px;
	background-color: #0e7896;
	overflow: visible;
}
.top-menu .menu li > ul li:hover > ul{
	height: auto;
	padding: 15px;
	background-color: #0e7896;
	overflow: visible;
}
.top-menu .menu ul li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 5px 0;
}

main{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 100%;
	min-height: 100%;
	/*background-color: rgba(255, 255, 255, .44);*/
}
main .wrapper{
	background-color: #fff;
	box-shadow: 0 0 15px #999 inset;
}
main .wrapper .left-side{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 80%;
	min-height: 100%;
	padding: 0 15px 0 0;
}
main .wrapper .right-side{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 20%;
	min-height: 100%;	
}


.breadcrumb{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	margin: 15px 0;
}
.breadcrumb li:first-child{
	background-color: #0f89ab;
	padding: 5px;
	color: #fff;
	margin: 0 5px 0 0;
}
.breadcrumb li{
	display: flex;
	list-style: none;
}

.blog-featured{
	display: flex;
	width: 100%;
	flex-direction: column;
}
.items-leading{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main .wrapper .left-side .item-title{
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #0e7896;
}
main .wrapper .left-side .item-title a{
	color: #0e7896;
	text-decoration: none;
	transition: all .3s;
}
main .wrapper .left-side .item-title a:hover{
	color: #0f89ab;
	text-decoration: underline;
}
.article-info{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	color: #444;
}
.article-info dd{
	margin: 0 15px 0 0;
}
.items-leading > div{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 15px 0;
	margin: 10px 0;
	border-bottom: 1px solid #0e7896;
	background: url(../images/ornam-bg-white.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.items-leading > div img{
	margin: 0 5px 0 0;
}

.readmore{
	width: 100%;
	text-align: right;
	padding: 5px 0;
}
.readmore .btn{
	text-decoration: none;
	padding: 5px 10px;
	background-color: #0e7896;
	color: #fff;
	transition: all .3s;
	font-size: 14px;
}
.readmore .btn:hover{
	background-color: #0f89ab;
	color: #f6eac2;
}

main .wrapper .right-side .moduletable{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;	
	padding: 0;
	margin: 15px 0;
	box-shadow: 1px 2px 5px #999;
}
main .wrapper .right-side .moduletable h3{
	width: 100%;
	color: #0e7896;
	padding: 10px 15px;
	background: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-align: center;
}

main .wrapper .right-side .moduletable ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

main .wrapper .right-side .moduletable .custom{
	width: 100%;
	background: url(../images/ornam-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
}
main .wrapper .right-side .moduletable .custom a:hover{
	text-decoration: none;
}
main .wrapper .right-side .moduletable .custom a{
	color: #0e7896;
}
main .wrapper .right-side .moduletable .custom .block-boss{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
main .wrapper .right-side .moduletable .custom .block-boss-img{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;	
}
main .wrapper .right-side .moduletable .custom .block-boss-img img{
	display: block;
	width: 100%;
}
main .wrapper .right-side .moduletable .custom .block-boss ul{
	display: flex;
	/*width: 100%;*/
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 15px 0 0 0;
}
main .wrapper .right-side .moduletable .custom .block-boss ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}
main .wrapper .right-side .moduletable .custom p{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
main .wrapper .right-side .moduletable .custom .block-boss ul li i, main .wrapper .right-side .moduletable .custom i{
	font-size: 18px;
	margin: 0 5px 0 0;
	color: #0e7896;
}
main .wrapper .right-side .moduletable .custom .boss-name{
	display: flex;
	width: 100%;
	text-align: center;
	padding: 15px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #0e7896;
}

.pagination{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 15px 0;

}
.pagination .counter{
	text-align: center;
	margin: 15px 0;
}
.pagination ul{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.pagination ul li{
	list-style: none;
	padding: 15px 5px;
}
.pagination ul li span{
	padding: 10px 5px;
	background-color: #0f89ab;
	color: #fff;
}

.pagination ul li.pagination-start span, .pagination ul li.pagination-prev span, .pagination ul li.pagination-next span, .pagination ul li.pagination-end span{
	background-color: transparent;
	color: #000;
}

.osmap-items > h2{
	display: none;
}
.page-header, .left-side-middle h1{
	color: #0e7896;
}
.left-side-middle p{
	padding: 5px 0;
	display: block;
	width: 100%;
}

#smfaq-form{
	display: flex;
	flex-direction: column;
	width: 70%;
	margin: 0 auto;
	background-color: #f4f4f4;
	padding: 15px;
}
#smfaq-form input{
	width: 100%;
	height: 25px;
}

footer{
	background-color: #0f89ab;
}
.copyring{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px 15px;
	color: #fff;
}
.copyring a{
	color: #f6eac2;
}