

/* Animations */
@keyframes rotate {
	0% {transform:rotate(-20deg)}
	30% {transform:rotate(15deg)}
	60% {transform:rotate(-10deg)}
	80% {transform:rotate(6deg)}
	100% {transform:rotate(0deg)}
}

.b-browsehappy {
	background: #ffe983;
	color: #000;
	padding: 0.5em 0 0.7em;
	text-align: center;
}

html,
body {
	background: url('../img/background.png') repeat;
	height: 100%;
}

.b-page {
	height: 100%;
	margin: 0 auto;
}

.b-page__wrapper {
	width: 1000px;
	padding: 0 20px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 0px 0px;
	margin: 0 auto;
	min-height: 100%;
	background: #fff;
	border-bottom: none;
	margin-top: 18px;
}

.b-page__main-slider {
	margin-bottom: 31px;
	background: #2e3192;
	border-radius: 3px;
	padding: 1px 0px;
}

.b-page__footer,
.b-page__buffer {
	height: 131px;
}

.b-page__footer {
	margin-top: -131px;
}
/**********************************!GLOBAL ELEMENTS and BLOCKS***********************/
.error {
    color: red;
    margin-bottom: 10px;
    font-family: Tahoma,"Geneva CY",sans-serif;
}

.b-form__errors {
    margin-bottom: 0;
}

.b-content {
	float: left;
	width: 660px;
}

.b-content__bottom {
	padding-bottom: 10px;
}

.b-title-lvl-first {
	color: #2c2f37;
	font-size: 28px;
	padding: 0;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.b-title-lvl-second {
	color: #12157b;
	font-size: 20px;
	padding-bottom: 3px;
	padding-top: 0px;
}

.b-title-lvl-second a {
	color: #12157b;
	text-decoration: none;
}

.b-title-lvl-second_white {
	color: #fff;
}

.b-title-blue {
	font-size: 22px;
	color: #0b33a6;
	font-family: Tahoma, "Geneva CY", sans-serif;
	font-weight: normal;
	padding-bottom: 15px;
}

.b-grey-date {
	color: #434343;
	font-size: 10px;
	line-height: 11px;
	display: inline-block;
	padding-bottom: 3px;
}

*:first-child+html .b-grey-date {
	display: inline;
	zoom: 1;
}

.b-red-date {
	background: #cd0038;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	padding: 0 16px;
	border-radius: 3px;
	line-height: 16px;
	margin-bottom: 5px;
}

*:first-child+html .b-red-date {
	display: inline;
	zoom: 1;
}

.b-small-text-grey {
	color: #999;
	font-size: 10px;
	display: inline;
	padding-right: 3px;
}

.b-small-text-black {
    color: #000;
    font-size: 10px;
    display: inline;
    padding-right: 3px;
}

.b-text-grey-italic {
	font-size: 14px;
	color: #696969;
	font-style: italic;
	padding-bottom: 14px;
	padding-top: 5px;
}

.b-link-name {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	cursor: pointer;
}

.b-author-name {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    display: inline;
    text-decoration: none;
}

.b-link-name:visited {
	color: #000;
}

.b-link-name:hover {
	color: #cd0038;
}

.b-link-more {
	font-size: 11px;
	color: #0b33a6;
	text-decoration: underline;
    cursor: pointer;
}

.b-link-more:visited {
	color: #0b33a6;
	text-decoration: none;
}

.b-link-more:hover {
	color: #0b33a6;
	text-decoration: none;
}

.b-link-back {
	background: url("../img/link-back.png") no-repeat 0 6px;
	color: #0b33a6;
	font-size: 12px;
	padding-left: 20px;
}

.b-link-back:visited {
	color: #0b33a6;
}

.b-link-back:hover {
	color: #0b33a6;
	text-decoration: none;
}

.b-link-print {
	background: url("../img/print.png") no-repeat;
	font-size: 12px;
	color: #0b33a6;
	padding-left: 25px;
	cursor: pointer;
}

.b-link-print:visited {
	color: #0b33a6;
}

.b-link-print:hover {
	color: #0b33a6;
	text-decoration: none;
}

.b-widget-text-link {
	display: block;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}

.b-widget-text-link:visited {
	color: #000;
}

.b-widget-text-link:hover {
	text-decoration: underline;
	color: #000;
}

.b-list-blue-link {
	display: block;
	font-size: 18px;
	color: #0b33a6;
	text-decoration: none;
	margin-bottom: 14px;
	cursor: pointer;
}

.b-list-blue-link:visited {
	color: #0b33a6;
}

.b-list-blue-link:hover {
	color: #cd0038;
	text-decoration: none;
}

.b-list-text {
	font-size: 12px;
	color: #000;
	line-height: 18px;
    margin-right: 20px;
}

.b-bottom-links {
	border-top: 1px dashed #ccc;
	padding-top: 14px;
	padding-bottom: 19px;
}

.b-bottom-links__left {
	float: left;
	width: 300px;
	text-align: left;
}

.b-bottom-links__right {
	float: right;
	width: 300px;
	text-align: right;
}

.b-download-and-project {
	border-top: 1px dashed #ccc;
	padding: 11px 0 8px 0;
}

.b-download {
	padding: 11px 0 11px 0;
}

.b-download__button {
	background: #0b33a6;
	border-radius: 3px;
	display: inline-block;
	line-height: 13px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 0;
	margin-left: -5px;
}

*:first-child+html .b-download__button {
	display: inline;
	zoom: 1;
}

.b-download__link {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	background: url("../img/download-icon.png") no-repeat 10px 2px;
	padding-left: 25px;
}

.b-download__link:visited {
	color: #fff;
}

.b-download__link:hover {
	color: #fff;
	text-decoration: none;
}

.b-project {
	padding-top: 18px;
	padding-bottom: 8px;
}

.b-project__left {
	float: left;
	width: 45px;
}

.b-project__right {
	float: left;
	width: 580px;
}

.b-project__link {
	color: #0b33a6;
	font-size: 11px;
	line-height: 15px;
}

.b-project__link:visited {
	color: #0b33a6;
}

.b-project__link:hover {
	color: #0b33a6;
	text-decoration: none;
}
/**********************************END GLOBAL ELEMENTS AND BLOCKS********************/
/********************************** !SCROLL MENU********************************/
.b-scroll-menu {
	background: #fff;
	position: fixed;
	top:0px;
	width: 100%;
	-webkit-box-shadow: 1px -7px 14px 0 #000;
	box-shadow: 1px -7px 14px 0 #000;
	padding-top: 0px;
	opacity: 0.9;
	z-index: 10000;
	display: none;
}

.b-scroll-menu__wrapper {
	width: 1000px;
	margin: 0 auto;
}

.b-scroll-menu__wrapper table {
	border: none;
	margin: 0;
}

.b-scroll-menu__wrapper td {
	color: #000;
	border: 0;
	padding: 0;
	vertical-align: top;
}

.b-scroll-menu__wrapper tr:hover {
	background: none;
	cursor: default;
}

.b-scroll-menu .b-main-menu {
	margin-bottom: 2px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	background: none;
}

.b-scroll-menu .b-main-menu td:first-child {
	margin-left: 0px;
	text-align: center;
}

.b-scroll-menu .b-main-menu td:last-child {
	text-align: center;
}

.b-scroll-menu .b-lang-list {
	padding-top: 6px;
}

.b-scroll-menu .b-main-menu__link {
	font-size: 12px;
	color: #2e3192;
}

.b-scroll-menu .b-main-menu__link:visited {
	color: #2e3192;
}

.b-scroll-menu .b-main-menu table tr td:hover .b-main-menu__trigger {
	background: url("../img/red-arrow-menu.png") no-repeat;
}

 .b-scroll-menu .b-main-menu table tr td:hover .b-main-menu__link {
	color: #b30031;
}

.b-scroll-menu .b-main-menu__trigger {
	background: url("../img/menu-arrow-sprite.png") no-repeat right -12px;
}

.b-scroll-menu .b-sub-menu__link {
	font-size: 12px;
}


.b-small-logo {
	padding-top: 10px;
}
/********************************** !SCROLL MENU********************************/
/********************************** !BREAD-CRUMBS ********************************/
.b-bread-crumbs {
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 18px;
}

.b-bread-crumbs ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-bread-crumbs__item {
	display: inline-block;
	color: #999;
	font-size: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 520px;
	overflow: hidden;
}

*:first-child+html .b-bread-crumbs__item {
	display: inline;
	zoom: 1;
}

.b-bread-crumbs__separator {
	color: #999;
	padding: 0 1px 0 7px;
}

.b-bread-crumbs__link {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.b-bread-crumbs__link:visited {
	color: #000;
	text-decoration: none;
}

.b-bread-crumbs__link:hover {
	color: #000;
	text-decoration: underline;
}
/********************************** !BREAD-CRUMBS********************************/
/********************************** !BANNERS *******************************************/
.b-banners {
	padding-bottom: 18px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin-top: 30px;
}

.b-banners__list table {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}

.b-banners__list table tr {
	cursor: default;
}

.b-banners__list table tr:hover {
	background: none;
}

.b-banners__item {
	max-width: 119px;
	margin: 0;
	padding: 0;
	height: 33px;
	overflow: hidden;
	border: 0;
	text-align: center;
	margin-right: 11px;
}

.b-banners__item:last-child {
	margin-right: 0;
}

.b-banners__item img {
	max-width: 119px;
}

.b-banners__item a {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.b-banners__item a:hover {
	opacity: 0.7;
}
/********************************** !END BANNERS **************************************/
/********************************** !PAGINATION**********************************/
.b-pagination {
	text-align: center;
	padding: 30px 0 40px 0;
}

.b-pagination ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-pagination__item {
	display: inline-block;
	border-radius: 30px;
}

.b-pagination__item a {
	padding: 8px 12px;
}

*:first-child+html .b-pagination__item {
	display: inline;
	zoom: 1;
}

.b-pagination__item:last-child {
	margin-right: 0px;
}

.b-pagination__item_larr a {
	text-decoration: none;
}

.b-pagination__item_rarr a {
	text-decoration: none;
}

.b-pagination__item_current span {
	background: #0b33a6;
	color: #fff;
	padding: 8px 12px;
	border-radius: 30px;
}

.b-pagination__link {
	color: #0b33a6;
	font-size: 12px;
}

.b-pagination__link:visited {
	color: #0b33a6;
}

.b-pagination__link:hover {
	color: #0b33a6;
	text-decoration: none;
}
/********************************** END PAGINATION*******************************/
/**********************************!HEADER********************************/
.b-header {
	padding: 18px 0px 0px 0px;
	margin-bottom: 11px;
}

.b-header__logo {
	float: left;
	width: 763px;
	padding-left: 0px;
}

.b-header__right {
	float: right;
	width: 235px;
}

.b-header__social {
	float: left;
	padding-top: 2px;
}

*:first-child+html .b-header__social {
	display: inline;
	zoom: 1;
}

.b-header__search {
	float: left;
	padding-top: 1px;
	vertical-align: top;
	right: 0;
}

*:first-child+html .b-header__search {
	display: inline;
	zoom: 1;
}

.b-header__lang {
	float: right;
	padding-right: 1px;
}

.b-search__form {
	position: relative;
}

.b-search__input {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px 26px 8px 10px;
	width: 197px;
	font-size: 11px;
	color: #ccc;
}

.b-search__submit {
	position: absolute;
	right: 12px;
	top: -1px;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 11px;
	background: url("../img/search-sprite.png") no-repeat;
}

.b-social-list {
	vertical-align: top;
}

.b-social-list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-social-list__item {
	float: left;
	margin-right: 10px;
}

.b-social-list__item:last-child {
	margin-right: 0px;
}

.b-social-list__link {
	background: url("../img/fb.png") no-repeat;
	width: 26px;
	height: 26px;
	display: inline-block;
	overflow: hidden;
}

.b-social-list__link:hover {
	animation:rotate 1s 1;
}

*:first-child+html .b-social-list__link {
	display: inline;
	zoom: 1;
}

.b-social-list__link_tw {
	background: url("../img/tw.png") no-repeat 0 0;
}

.b-social-list__link_you {
	background: url("../img/youtube.png") no-repeat 0 0;
}

.b-lang-list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-lang-list__item {
	padding-left: 0px;
	padding-bottom: 5px;
	line-height: 10px;
}

.b-lang-list__item:first-child {
	padding-left: 0;
}

.b-lang-list__item a {
	color: #2e3192;
	font-size: 11px;
	text-decoration: underline;
}

.b-lang-list__item a:hover {
	color: #2e3192;
	text-decoration: none;
}

.b-lang-list__item_ky a {
	background: url('../img/kg.png') no-repeat 0 2px;
	padding-left: 21px;
	padding-bottom: 3px;
}

.b-lang-list__item_en a {
	background: url('../img/eng.png') no-repeat 0 2px;
	padding-left: 21px;
	padding-bottom: 3px;
}

.b-lang-list__item_ru a {
	background: url('../img/ru.png') no-repeat 0 2px;
	padding-left: 21px;
	padding-bottom: 3px;
}

.b-logo {
	float: left;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 10px;
}

*:first-child+html .b-logo {
	display: inline;
	zoom: 1;
}

.b-slogan {
	float: left;
	width: 400px;
	color: #12157b;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	vertical-align: top;
	padding-top: 4px;
}

.b-slogan p {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height:  18px;
	color: #12157b;
}

.b-slogan span {
	display: block;
	padding-bottom: 14px;
}

*:first-child+html .b-slogan {
	display: inline;
	zoom: 1;
}
/********************************** END HEADER********************************/
/********************************** !MAIN-MENU********************************/
.b-main-menu {
	margin-bottom: 20px;
	background: #2e3192;
	position: relative;
}

.b-main-menu table {
	border: none;
	margin: 0;
}

.b-main-menu td {
	color: #000;
	border: 0;
	padding: 0;
	vertical-align: top;
}

.b-main-menu tr:hover {
	background: none;
	cursor: default;
}

.b-main-menu ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-main-menu table tr td {
	text-align: left;
	position: relative;
}

.b-main-menu table tr td:last-child {
	text-align: right;
}

.b-main-menu table tr td:first-child {
	text-align: left;
	display: block;
	margin-left: -14px;
	position: relative;
	z-index: 10;
}

.b-main-menu table tr td:hover .b-main-menu__trigger {
	background: url("../img/menu-arrow-sprite.png") no-repeat right -12px;
}

.b-main-menu table tr td:hover .b-main-menu__link {
	background: #fff;
}


.b-main-menu table tr td:hover .b-sub-menu {
	display: block;
}

.b-main-menu table tr td:hover .b-main-menu__link {
	color: #2e3192;
	text-decoration: none;
}

.b-main-menu__left-ellips {
	position: absolute;
	top: 0;
	left: -29px;
	background: url('../img/menu-left-ellips.png') no-repeat;
	width: 9px;
	height: 50px;
	z-index: 0;
}

.b-main-menu__right-ellips {
	position: absolute;
	top: 0;
	right: -29px;
	background: url('../img/menu-right-ellips.png') no-repeat;
	width: 9px;
	height: 50px;
	z-index: 0;
}

.b-main-menu__left {
	position: absolute;
	top: 0px;
	left: -20px;
	height: 100%;
	width: 20px;
	background: #2e3192;
	z-index: 0;
}

.b-main-menu__right {
	position: absolute;
	top: 0px;
	right: -20px;
	height: 100%;
	width: 20px;
	background: #2e3192;
	z-index: 0;
}

.b-main-menu__link {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 10px 8px 14px;
	border-radius: 3px;
	margin: 5px 0;
	transition: background 0.3s;
	-webkin-transition: background 0.3s;
}

*:first-child+html .b-main-menu__link {
	display: inline;
	zoom: 1;
}

.b-main-menu__link:visited {
	color: #FFF;
}

.b-main-menu__link:hover {
	color: #2e3192;
	background: #fff;
	text-decoration: none;
}

.b-main-menu__link_active {
	margin-bottom: 0px;
	padding-bottom: 13px;
	padding-right: 17px;
	border-radius: 3px 3px 0px 0px;
}

.b-main-menu__trigger {
	background: url("../img/menu-arrow-sprite.png") no-repeat 0 0px;
	width: 5px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
}

*:first-child+html .b-main-menu__trigger {
	display: inline;
	zoom: 1;
}

.b-sub-menu {
	display: none;
	background: #FFF;
	position: absolute;
	top: 100%;
	z-index: 1000;
	text-align: left;
	width: 330px;
	border-radius: 0px 3px 3px 3px;
	padding-bottom: 3px !important;
	padding-top: 12px !important;
}

.b-sub-menu__item {
	padding: 0px 14px 16px 14px;
}

.b-sub-menu__link {
	color: #2e3192;
	font-size: 13px;
	text-decoration: none;
	display: block;
}

.b-sub-menu__link:visited {
	color: #2e3192;
}

.b-sub-menu__link:hover {
	color: #b30031;
}
/********************************** END MAIN-MENU********************************/
/********************************** !MAIN-SLIDER********************************/
.b-main-slider {
	display: block;
	padding: 2px 3px 1px 3px;
	margin: 1px 2px;
	border-radius: 3px;
	border: 1px solid #6568ca;
}

.b-main-slider ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-main-slider__left {
	float: left;
	width: 650px;
}

.b-main-slider__right {
	position: relative;
	float: right;
	width: 314px;
	padding-top: 6px;
	overflow: hidden;
}

.b-main-slider__bottom-shadow {
	box-shadow: 0 -15px 10px 0 #2e3192;
	position: absolute;
	bottom: -29px;
	width: 108%;
	height: 29px;
	z-index: 103;
	left: -23px;
}

.b-main-slider-slides__item {
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.b-main-slider-slides__item img{
	min-width: 650px;
	max-width: 650px;
	min-height: 440px;
}

.b-main-slider-slides__text {
	font-size: 14px;

	color: #fff;
	line-height:  18px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 650px;
	z-index: 200;
	left: 0;
    opacity: 0.85;
	/*background: url('../img/slider-text-bg.png') repeat;
	box-shadow: 0 0 25px 5px #000;
	border-radius: 3px;*/

    background: #ed1651;
}

.b-main-slider-slides__text p.date{
    font-size: 10px;
    color:#fff;
    padding-bottom: 5px;
}

.b-main-slider-slides__date {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	position: absolute;
	top: 414px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 202;
	left: 19px;
	display: inline;
	max-width: 550px;
	background: url('../img/slider-text-bg.png') repeat;
	box-shadow: 0 0 25px 5px #000;
	border-radius: 3px;
}

.main-slider-date {
	color: #fff;
	font-size: 11px;
	font-style: italic;
}

.main-slider-preview {
	font-size: 13px;
}

.b-main-slider-nav {
	position: relative;
	left: 0px;
	width: 296px;
	height: 398px;
	z-index: 102;
	overflow: hidden;
	padding-top: 20px;
}

.b-main-slider-nav__item {
	padding: 0px;
	margin-bottom: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #6568ca;
	font-size: 13px; 
	color: #fff;
	cursor: pointer;
}

.b-main-slider-nav__date {
	font-size: 11px;
	font-style: italic;
}

.main-slider-title {
    color: #fff;
    font-size: 12px;
    width: 90%;
    margin-right: 5px;
}
.main-slider-div {
    background: #3c5cb8 none repeat scroll 0 0;
    margin-bottom: 5px;
    padding: 5px 5px 0 35px;
    position: relative;
    right: 35px;
    width: 320px;
}
.main-slider-preview {
    width: 90%;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
}
/********************************** END MAIN-SLIDER********************************/
/********************************** !BOTTOM-SLIDER********************************/
.b-bottom-slider_span {
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.b-bottom-slider ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-bottom-slider__slides {
	width: 320px;
	height: 239px;
	overflow: hidden;
	border-radius: 4px;
}

.b-bottom-slider__item {
	line-height: 13px;
    border-radius: 5px;
}

.b-bottom-slider__title {
	position: absolute;
	bottom: 33px;
	text-align: center;
	width: 310px;
}

.b-bottom-slider__link {
	font-size: 12px;
	color: #fefefe;
	text-decoration: none;
}

.b-bottom-slider__link:visited {
	color: #fefefe;
}

.b-bottom-slider__link:hover {
	color: #fefefe;
	text-decoration: underline;
}
/********************************** END BOTTOM-SLIDER********************************/
/********************************** VIDEO********************************/
.b-video-full__preview {
    margin-top: 10px;
}
.b-video-widget__title {
    padding-bottom: 0;
}

.b-video-widget__video {
    position: relative;
}

.b-video-widget__image {
    overflow: hidden;
    width: 320px;
    height: 239px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    
    border-radius: 5px;
}

.b-video-widget__image img {
	width: 320px;
	height: 239px;
}

.b-video-widget:hover .b-video-widget__image {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
}

.b-video-widget__overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/video-widget__play.png") 50% 50% no-repeat;
}
/********************************** END VIDEO********************************/
/********************************** !PAGES********************************/
.project-load-more-div {
    margin: 10px 0;
}

.project-result-div {
    margin-top: 35px;
    border-bottom: 2px solid #ccc;
}

.b-main-page__news {
	margin-bottom: 17px;
}

.news-image {
    margin-bottom: 10px;
}

.b-main-page__publications {
	margin-bottom: 17px;
}

.b-two-col__left {
	float: left;
	width: 495px;
}

.b-two-col__right {
	float: right;
	padding-top: 1px;
}

.b-content__bottom .b-two-col__left {
	float: left;
	width: 320px;
	margin-right: 20px;
}

.b-content__bottom .b-two-col__right {
	float: right;
	width: 320px;
	padding-right: 0px;
	padding-top: 0px;
}

.b-content__bottom .b-title-lvl-second {
	padding-bottom: 9px;
}

.b-news {
	padding: 0px 0 10px 0;
	border-radius: 4px;
}

.b-news ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-news__list {
	padding-bottom: 17px;
	padding-right: 10px;
}

.b-news__item {
	line-height: 5px;
	border-bottom: 1px solid #cbcac0;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.b-news__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.b-news-item__left {
	float: left;
	width: 84px;
	height: 84px;
	margin-right: 12px;
	padding-top: 4px;
	overflow: hidden;
}

.b-news-item__left img {
	max-width: 80px;
	padding: 1px;
	border-radius: 3px;
	border: 1px solid #ed1651;
	display: block;
}

.b-news-item__left a {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.b-news-item__left a:hover {
	opacity: 0.7;
}

.b-news-item__right {
	float: left;
	width: 388px;
}

.b-news-item_no-img .b-news-item__left {
	display: none;
}

.b-news-item_no-img .b-news-item__right {
	width: 100%;
	float: none;
}

.b-publications {
	padding: 0px 0 10px 0;
}

.b-publications ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-publications__list {
	padding-top: 3px;
	padding-bottom: 9px;
}

.b-publications__item {
	margin-bottom: 18px;
}

.b-publications__item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.b-publications__right {
	float: right;
	width: 152px;
}
.b-publications__right a {
	color: #000;
	text-decoration: none;
}

.b-publications__right a:hover {
	text-decoration: underline;
}

.b-publications__right a:hover img {
	opacity: 0.7;
}

.b-publications__img {
	height: 200px;
	width: 150px;
	overflow: hidden;
	display: block;
	padding-top: 5px;
}

.b-publications__img img {
	max-width: 150px;
	min-width: 150px;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.b-video__wrapper {
	width: 310px;
	height: 232px;
	overflow: hidden;
	border-radius: 4px;
}

.b-AA-list table {
	margin-bottom: 0px;
	border: none;
}

.b-AA-list table tbody tr {
	line-height: 18px;
}

.b-AA-list table tbody tr:hover .b-AA-list__item-right {
	opacity: 1;
}

.b-AA-list table tbody tr td {
	padding-left: 0px;
    cursor: default;
}

.b-AA-list table thead tr {
	cursor: default;
}

.b-AA-list table thead,
.b-AA-list table tbody,
.b-AA-list table tfoot {
	background: none;
	color:#000;
}
.b-AA-list table tr th {
	border: none;
}
.b-AA-list table tr td {
	border: none;
}
.b-AA-list table thead tr th {
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
}

.b-AA-list__link {
	color: #0b33a6;
	font-size: 12px;
	text-decoration: underline;
}

.b-AA-list__link:visited {
	color: #0b33a6;
}

.b-AA-list__link:hover {
	color: #cd0038;
	text-decoration: none;
}

.b-AA-list__item-left {
	padding-left: 11px;
	width: 216px;
	margin-right: 20px;
}

.b-AA-list__item-right {
	padding-right: 4px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.b-AA-post__info {
	padding-bottom: 16px;
}

.b-page-blog-post__top {
	padding-bottom: 15px;
}

.b-page-blog-item_no-img .b-page-blog-item__left {
	display: none;
}

.b-page-blog-item_no-img .b-page-blog-item__right {
	width: 100%;
	float: none;
}

.b-page-blog-item__left {
	background: url("../img/no-img.png") no-repeat;
	float: left;
	width: 96px;
	height: 96px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px;
	margin-right: 12px;
	margin-top: 9px;
}

.b-page-blog-item__left a {
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	display: block;
	width: 100%;
	height: 100%;
}

.b-page-blog-item__left a:hover {
	opacity: 0.8;
}

.b-page-blog-item__left img {
	max-width: 96px;
}

.b-page-blog-item__right {
	float: left;
	width: 520px;
}

.b-page-blog-item__author {
	padding-bottom: 5px;
}

.b-page-blog-list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-page-blog-list__item {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

.b-page-blog-list__item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.b-page-magazine__left {
	float: left;
	width: 255px;
	padding-top: 8px;
}

.b-page-magazine__right {
	float: left;
	width: 380px;
}

.b-page-magazine__right_no_image {
    width: auto !important;
}

.b-magazine-list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-magazine-list__item {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 28px;
}

.b-magazine-list__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.b-magazine-list__item_no-img .b-magazine-list__left {
	display: none;
}

.b-magazine-list__item_no-img .b-magazine-list__right {
	width: 100%;
	float: none;
}

.b-magazine-list__left {
	float: left;
	width: 140px;
	height: 200px;
	margin-right: 30px;
	overflow: hidden;
}

.b-magazine-list__left img {
	max-width: 140px;
	max-height: 200px;
}

.b-magazine-list__left a {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.b-magazine-list__left a:hover {
	opacity: 0.8;
}

.b-magazine-list__right {
	float: left;
	width: 475px;
}

.b-page-news-list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-page-news-list ul li {
	line-height: inherit;
}

.b-page-news-list__item {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
	margin-bottom: 25px;
}

.b-search-results-list__item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.b-search-results-list__module {
    margin: 20px 0;
}

.b-search-results-list__list > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.b-page-news-list__item:last-child, .b-search-results-list__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.b-page-news-list__item_no-img .b-page-news-list__left {
	display: none;
}

.b-page-news-list__item_no-img .b-page-news-list__right {
	width: 100%;
	float: none;
}

.b-page-news-list__left {
	float: left;
	width: 96px;
	height: 96px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 3px;
	margin-right: 10px;
}

.b-page-news-list__left a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.b-page-news-list__left a:hover {
	opacity: 0.8;
}

.b-page-news-list__left img {
	width: 96px;
	height: 96px;
}

.b-page-news-list__title {
	padding-bottom: 4px;
}

.b-page-news-list__text {
	padding-bottom: 13px;
}

.b-page-news-list__right {
	float: left;
	width: 540px;
}

.b-page-news-list__right table {
	border: none;
	margin: 0;
}

.b-page-news-list__right td {
	color: #000;
	border: 0;
	padding: 0;
	vertical-align: top;
}

.b-page-news-list__right tr:hover {
	background: none;
	cursor: default;
}

.b-page-news-list__right table tr {
	border-bottom: none;
}

.b-page-news-list__right table tr td {
	padding-bottom: 13px;
}

.b-page-news-list__right table tr td:first-child {
	width: 50px;
}

.b-page-news-list__link {
	color: #0b33a6;
	font-size: 11px;
	text-decoration: underline;
}

.b-page-news-list__link:visited {
	color: #0b33a6;
}

.b-page-news-list__link:hover {
	color: #0b33a6;
	text-decoration: none;
}

.b-news-post {
	padding-bottom: 15px;
}
.b-news-post > p {
    margin-left: 0 !important;
}
.b-news-post > img {
    max-width: 600px;
}

.b-news-post__img {
	padding-top: 17px;
	padding-bottom: 21px;
}

.b-news-post__left {
	float: left;
	width: 371px;
	margin-right: 25px;
}

.b-news-post__left img {
	border: 1px solid #ccc;
	padding: 1px;
	border-radius: 4px;
}

.b-news-post__right {
	float: left;
	width: 200px;
	line-height: 11px;
	padding-top: 14px;
}

.b-news-post__description {
	padding-bottom: 15px;
}

.b-gallery ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-gallery__item {
	width: 235px;
	text-align: center;
	display: inline-block;
	margin-right: 100px;
	line-height: 15px;
	vertical-align: top;
	margin-bottom: 49px;
}

*:first-child+html .b-gallery__item {
	display: inline;
	zoom: 1;
}

.b-gallery__item_no-margin {
	margin-right: 0px;
}

.b-gallery__link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
    outline: 0;
}

.b-gallery__link:visited {
	color: #000;
    outline: none;
	text-decoration: none;
}

.b-gallery__link:focus {
    outline: 0 solid #fff;
}

.b-gallery__link:hover {
	color: #cd0038;
}

.b-gallery__link:hover .b-gallery__img {
	border: 1px solid #cd0038;
}

.b-gallery__link-back {
	padding-bottom: 17px;
}

.b-gallery__img {
	width: 231px;
	height: 231px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1px;
	display: block;
	background: url("../img/no-img-gallery.png") no-repeat;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}

.b-gallery_cb .b-gallery__item {
	width: 200px;
	margin-right: 13px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 12px;
}

.b-gallery_cb .b-gallery__img {
	width: 196px;
	height: 196px;
	margin-bottom: 5px;
	background: url("../img/no-img-gallery_cb.png") no-repeat;
}

.b-gallery_cb .b-gallery__link {
	font-size: 11px;
}

.b-modal {
	border: 1px solid #ccc;
	padding: 1px;
	border-radius: 4px;
}

.b-modal img {
	vertical-align: top;
}

.b-modal__text {
	width: 100%;
	font-size: 12px;
	color: #000;
	position: absolute;
	top: 100%;
}

.b-team-list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-team-list__item {
	padding-bottom: 18px;
	margin-bottom: 28px;
	border-bottom: 1px dashed #ccc;
}

.b-team-list__item:last-child {
	border-bottom: none;
}

.b-team-list__item_no-img .b-team-list__left {
	display: none;
}

.b-team-list__item_no-img .b-team-list__right {
	float: none;
	width: 100%;
}

.b-team-list__left {
	float: left;
	width: 136px;
	height: 136px;
	overflow: hidden;
	margin-right: 18px;
	padding: 1px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: url("../img/no-img-team-list.png") no-repeat;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}

.b-team-list__left a {
	display: block;
	width: 100%;
	height: 100%;
}

.b-team-list__left:hover {
	border: 1px solid #cd0038;
}

.b-team-list__right {
	float: left;
	width: 400px;
	padding-top: 18px;
}

.b-team-list__right .b-title-blue {
	text-decoration: none;
	display: block;
	color: #0b33a6;
}

.b-team-list__right .b-title-blue:visited {
	color: #0b33a6;
}

.b-team-list__right .b-title-blue:hover {
	color: #cd0038;
}

.b-team-list__link {
	background: url("../img/team-list-link.png") no-repeat 0 7px;
	padding: 10px;
	display: block;
	margin-top: 31px;
}

.b-team-list__link:hover {
	background-position: 0 -18px;
}

.b-team-pers {
	margin-bottom: 18px;
}

.b-team-pers__left {
	float: left;
	width: 221px;
	height: 221px;
	overflow: hidden;
	padding: 1px;
	border-radius: 4px;
	border: 1px solid #cd0038;
	margin-right: 18px;
	margin-bottom: 25px;
	background: url("../img/no-img-team-pers.png") no-repeat;
}

.b-team-pers__right {
	float: left;
	width: 400px;
	padding-top: 29px;
}

.b-tender-list__item {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
	margin-bottom: 24px;
	line-height: 15px;
}

.b-tender-list__item:last-child {
	padding-bottom: 0;
	margin-bottom: 0px;
	border-bottom: none;
}

.b-tender-list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-tender-list__link {
	font-size: 18px;
	color: #0b33a6;
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
	line-height: 22px;
}

.b-tender-list__link:visited {
	color: #0b33a6;
	text-decoration: none;
}

.b-tender-list__link:hover {
	color: #cd0038;
	text-decoration: none;
}

.b-tender-post {
	padding-bottom: 20px;
}
/*********************************** END PAGES ********************************/
/********************************** !SIDEBAR **************************************/
.b-sidebar {
	float: right;
	width: 319px;
}

.b-sidebar-bottom {
    float: right;
    width: 322px;
    padding-top: 0;
}

.b-sidebar__navigation {
	margin-bottom: 30px;
}

.b-sidebar__press {
	margin-bottom: 22px;
}

.b-sidebar__blog {
	margin-bottom: 30px;
	position: relative;
}

.b-sidebar__contacts {
	margin-bottom: 20px;
}

.b-navigation {
	background: #2e3091;
	padding: 5px;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
}

.b-navigation__effect {
	position: absolute;
	top: 0;
	right: -20px;
	width: 21px;
	height: 100%;
	background-color: #2e3091;
}

.b-navigation__effect-bg {
	position: absolute;
	top: 0;
	right: -9px;
	width: 9px;
	z-index: 2;
	height: 100%;
	background: transparent url('../img/ellipsis-blue-middle.png') 0 0 repeat-y;
	padding-top: 9px;
	background-clip: content-box;
	box-sizing: border-box;
}

.b-navigation__effect-bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	z-index: 2;
	background: transparent url('../img/ellipsis-blue-top.png') 0 0 no-repeat;
}

.b-navigation__effect-bg::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 9px;
	height: 12px;
	z-index: 2;
	background: transparent url('../img/ellipsis-blue-bottom.png') 0 0 no-repeat;
}

.b-navigation__list {
	border-radius: 4px;
	padding: 12px 8px;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-navigation__item {
	border-bottom: 1px solid #6568ca;
	padding-bottom: 13px;
	margin-bottom: 10px;
}

.b-navigation__item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.b-navigation__link {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

.b-navigation__link:visited {
	color: #fff;
}

.b-navigation__link:hover {
	color: #9db5fd;
}

.b-navigation__link_active {
	padding-left: 29px;
	background: url("../img/nav-arrow-active.png") no-repeat 10px 6px;
	color: #cad7ff;
}

.b-navigation__link_active:visited {
	color: #cad7ff;
}

.b-navigation__link_active:hover {
	color: #cad7ff;
}

.b-sidebar__title {
	margin: 0;
	padding: 0;
	font-size: 17px;
}

.b-navigation_light {
	position: relative;
	padding: 0;
	background-color: #FF0E52;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 254px;
}

.b-navigation_light::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -29px;
	z-index: 2;
	width: 240px;
	height: 263px;
	background-color: transparent;
	background: transparent url('../img/socorder-side.png') 0 0 no-repeat;
}

.b-navigation_light .b-sidebar__title {
	position: relative;
	z-index: 3;
	color: #fff;
	padding: 12px 20px 4px;
	font-size: 20px;
	font-weight: bold;
}

.b-navigation_light .b-navigation__list {
	position: relative;
	z-index: 5;
	border: none;
	padding: 0;
	padding: 8px 0;
}

.b-navigation_light .b-navigation__item {
	border: none;
	padding: 0;
	margin: 0;
}

.b-navigation_light .b-navigation__link {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	color: #fff;
}

.b-navigation_light .b-navigation__link:hover {
	text-decoration: underline;
}

.b-press__list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-press__item {
	font-size: 0px;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 23px;
	margin-bottom: 17px;
}

.b-press__item:last-child {
	margin-bottom: 9px;
}

.b-blog {
	background: #2e3192;
	border-radius: 3px 0px 0px 3px;
	padding: 11px 0px 18px 20px;
	position: relative;
	height: 189px;
	overflow: hidden;
}

.b-blog__left {
	float: left;
	width: 120px;
	margin-right: 11px;
	padding-top: 3px;
}

.b-blog__right {
	float: left;
	width: 160px;
}

.b-blog__img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 9px;
}

.b-blog__img img {
	max-width: 116px;
	padding: 1px;
	border-radius: 3px;
	border: 1px solid #b30031;
}

.b-blog__shadow {
	background: #2e3192 none repeat scroll 0 0;
    bottom: 0;
    box-shadow: -2px -12px 8px -2px #2e3192;
    height: 50px;
    position: absolute;
    right: 0;
    width: 175px;
}

.b-blog__right-square {
	background: #2e3192;
	position: absolute;
	left: 100%;
	top: 0px;
	height: 100%;
	width: 20px;
}

.b-blog__right-ellips {
	position: absolute;
	top: 0px;
	right: -29px;
	background: url('../img/blog-ellips.png') no-repeat;
	width: 9px;
	height: 227px;
}

.b-blog .b-title-lvl-second {
	padding-bottom: 5px;
}

.b-blog .b-author-name {
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	display: block;
	padding-bottom: 10px;
}

.b-blog .b-grey-date {
	color: #fff;
	font-size: 11px;
	display: block;
	padding-bottom: 5px;
}

.b-blog .b-widget-text-link {
	font-size: 12px;
	color: #FFF;
}

.b-blog .b-link-more {
	color: #fff;
}

.b-blog__text {
	padding-bottom: 5px;
}

.b-contacts__bottom {
	margin: 15px 0;
}

.b-contacts .b-title-lvl-second {
	padding-bottom: 5px;
}

.b-form_contacts .b-form__label {
	color: #2c2f37;
	font-size: 18px;
	padding-bottom: 3px;
	font-family: Tahoma;
	padding-top: 0;
	text-transform: uppercase;
}
.b-form_contacts .b-form__item_text {
	padding-bottom: 0;
}
.b-form_contacts input {
	width: 450px;
	border: 1px solid #CCC;
	border-radius: 5px;
	height: 30px;
	padding: 0 5px;
}
.b-form_contacts textarea {
	padding: 5px;
	width: 450px;
	border: 1px solid #CCC;
	border-radius: 5px;
	height: 300px;
}
.b-contacts__left {
	float: left;
	width: 45px;
	margin-right: 8px;
}

.b-form_contacts button {
    width: 200px;
    background-color: #cd0038;
    color: #FFF;
}
.b-form__input-image {
    float: left;
    margin-right: 5px;
}

.b-form_contacts .captcha_text {
    width: 345px;
}
.b-contacts__right {
	float: left;
	width: 250px;
}

.b-contacts__list ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.b-contacts__item {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.b-contacts__item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.b-contacts__text-grey {
	font-size: 10px;
	color: #999;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
}

*:first-child+html .b-contacts__text-grey {
	display: inline;
	zoom: 1;
}

.b-contacts__text-black {
	font-size: 12px;
	color: #292929;
	line-height: 17px;
	display: block;
	vertical-align: top;
}
/********************************** !END SIDEBAR **************************************/
/********************************** !FOOTER **************************************/
.b-footer {
	width: 1000px;
	padding: 0 20px;
	background: #fff;
	border-radius: 0px 0px 3px 3px;
	border: 1px solid #ccc;
	border-top :none;
	margin: 0 auto 10px auto;
}

.b-footer__wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ccc;
	padding-bottom: 27px;
	padding-top: 26px;
}

.b-footer__text {
	font-size: 12px;
	color: #292929;
	line-height: 18px;
}

.b-footer__text a {
	color: #292929;
	text-decoration: underline;
}

.b-footer__text a:hover {
	color: #292929;
	text-decoration: none;
}

.b-footer__icon {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	vertical-align: middle;
}

*:first-child+html .b-footer__icon {
	display: inline;
	zoom: 1;
}
/********************************** END FOOTER **************************************/
.b-button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}

*:first-child+html .b-button {
	display: inline;
	zoom: 1;
}

.b-button:focus,
.b-button:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.b-button:hover,
.b-button:focus {
	color: #333;
	text-decoration: none;
}

.b-button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.b-button_disabled,
.b-button[disabled] {
	cursor: not-allowed;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.b-button_disabled {
	pointer-events: none;
}

.b-button_block {
	display: block;
	width: 100%;
}

.b-button_block + .b-button_block {
	margin-top: 5px;
}

input[type="submit"].b-button_block,
input[type="reset"].b-button_block,
input[type="button"].b-button_block {
	width: 100%;
}

.b-button_size_lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.b-button_size_sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.b-button_size_xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.b-button_color_grey,
.b-button_color_grey:visited {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.b-button_color_grey:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #999;
}

.b-button_color_grey:hover,
.b-button_color_grey:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #b4b4b4;
}

.b-button_color_grey:hover:focus,
.b-button_color_grey:active:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #999;
}

.b-button_color_grey:active {
	background-image: none;
}

.b-button_color_grey_disabled,
.b-button_color_grey[disabled],
.b-button_color_grey_disabled:hover,
.b-button_color_grey[disabled]:hover,
.b-button_color_grey_disabled:focus,
.b-button_color_grey[disabled]:focus,
.b-button_color_grey_disabled:active,
.b-button_color_grey[disabled]:active {
	background-color: #fff;
	border-color: #ccc;
}

.b-button_color_blue,
.b-button_color_blue:visited {
	color: #fff;
	background-color: #47a2de;
	border-color: #47a2de;
}

.b-button_color_blue:focus {
	color: #fff;
	background-color: #2e95da;
	border-color: #217eba;
}

.b-button_color_blue:hover,
.b-button_color_blue:active {
	color: #fff;
	background-color: #2e95da;
	border-color: #2993d9;
}

.b-button_color_blue:hover:focus,
.b-button_color_blue:active:focus {
	color: #fff;
	background-color: #258bce;
	border-color: #217eba;
}

.b-button_color_blue:active {
	background-image: none;
}

.b-button_color_blue_disabled,
.b-button_color_blue[disabled],
.b-button_color_blue_disabled:hover,
.b-button_color_blue[disabled]:hover,
.b-button_color_blue_disabled:focus,
.b-button_color_blue[disabled]:focus,
.b-button_color_blue_disabled:active,
.b-button_color_blue[disabled]:active {
	background-color: #47a2de;
	border-color: #47a2de;
}

.b-tabs__head-item {
	padding: 0;
	background: none;
	background-image: none;
}

.b-tabs__head-item a,
.b-tabs__head-item a:visited {
	text-decoration: none;
	display: block;
}

.b-tabs__head-item a:hover {
	text-decoration: none;
}

.b-tabs__head-item_active {
	position: relative;
	z-index: 5;
	opacity: 1;
}

.b-tabs__head-item_active a,
.b-tabs__head-item_active a:visited {
	text-decoration: none;
}

.b-tabs__body-content {
	position: relative;
	opacity: 0;
}

.b-tabs_mode_horizontal .b-tabs__head-item {
	float: left;
}

.b-tabs_mode_horizontal .b-tabs__head-item a,
.b-tabs_mode_horizontal .b-tabs__head-item a:visited {
	text-align: center;
}

.b-tabs_mode_vertical .b-tabs__head {
	float: left;
	max-width: 100px;
}

.b-tabs_mode_vertical .b-tabs__body {
	margin-left: 120px;
}

.b-tabs_style_default .b-tabs__head-item {
	font-size: 14px;
}

.b-tabs_style_default .b-tabs__head-item a,
.b-tabs_style_default .b-tabs__head-item a:visited {
	padding: 7px 30px 8px;
	color: $tabs-unactive-color;
	text-decoration: none;
}

.b-tabs_style_default .b-tabs__head-item a:hover {
	text-decoration: none;
}

.b-tabs_style_default .b-tabs__head-item_active {
	background: #fff;
}

.b-tabs_style_default .b-tabs__head-item_active a,
.b-tabs_style_default .b-tabs__head-item_active a:visited {
	color: #000;
	text-decoration: none;
}

.b-tabs_style_default .b-tabs__head-item_active a:hover {
	border-bottom: none;
}

.b-tabs_style_default.b-tabs_mode_vertical .b-tabs__head {
	border-right: 1px solid #dadada;
}

.b-tabs_style_default.b-tabs_mode_vertical .b-tabs__head-item {
	border-radius: 3px 0 0 3px;
	margin-right: -1px;
	border: 1px solid transparent;
	border-right: none;
}

.b-tabs_style_default.b-tabs_mode_vertical .b-tabs__head-item_active {
	border: 1px solid #dadada;
	border-right: none;
}

.b-tabs_style_default.b-tabs_mode_horizontal .b-tabs__head {
	border-bottom: 1px solid #dadada;
}

.b-tabs_style_default.b-tabs_mode_horizontal .b-tabs__head-item {
	border-radius: 3px 3px 0 0;
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-bottom: none;
}

.b-tabs_style_default.b-tabs_mode_horizontal .b-tabs__head-item_active {
	border: 1px solid #dadada;
	border-bottom: none;
}

.b-form-item__label {
	display: block;
	padding-bottom: 4px;
	font-family: "Museo Sans Cyrl", "Museo Sans", "Perspective Sans", Helvetica, Arial, sans-serif;
}

.b-form-item__label span {
	color: #e11;
}

.b-form-item__input input,
.b-form-item__input textarea,
.b-form-item__input select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-family: "Museo Sans Cyrl", "Museo Sans", "Perspective Sans", Helvetica, Arial, sans-serif;
	padding: 0 9px;
}

.b-form-item__input textarea {
	height: 100px;
	min-height: 100px;
	padding: 9px;
	resize: vertical;
	line-height: normal !important;
}

.b-form-item__helpers {
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "Museo Sans Cyrl", "Museo Sans", "Perspective Sans", Helvetica, Arial, sans-serif;
}

.b-form-item__errors ul {
	padding: 0;
	margin: 0;
}

.b-form-item__errors li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-family: "Museo Sans Cyrl", "Museo Sans", "Perspective Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #e11;
}

.b-form-item__hint {
	font-size: 11px;
	color: #aeadad;
}

.b-form-item_type_captcha .b-form-item__input-image {
	width: 137px;
	float: left;
	margin-right: 10px;
}

.b-form-item_type_captcha .b-form-item__input {
	width: 142px;
	float: left;
}

.b-form-item_type_checkbox,
.b-form-item_type_radio {
	font-size: 0;
	padding-bottom: 9px;
	padding-top: 9px;
}

.b-form-item_type_checkbox input,
.b-form-item_type_radio input {
	margin-right: 4px;
}

.b-form-item_type_checkbox .b-form-item__label,
.b-form-item_type_radio .b-form-item__label {
	padding-bottom: 0 !important;
}

.b-form-item_type_checkbox .b-form-item__label,
.b-form-item_type_radio .b-form-item__label,
.b-form-item_type_checkbox input,
.b-form-item_type_radio input {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

*:first-child+html .b-form-item_type_checkbox .b-form-item__label,
*:first-child+html .b-form-item_type_radio .b-form-item__label,
*:first-child+html .b-form-item_type_checkbox input,
*:first-child+html .b-form-item_type_radio input {
	display: inline;
	zoom: 1;
}

.b-form-item_type_multiselect select {
	height: auto;
}

.b-form-item_type_password input {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.b-form-item_style_default .b-form-item__label {
	color: #333;
	font-size: 13px;
	padding-bottom: 9px;
}

.b-form-item_style_default .b-form-item__input input,
.b-form-item_style_default .b-form-item__input select,
.b-form-item_style_default .b-form-item__input textarea {
	background-color: #fff;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
	border: 1px solid #cdcdcd;
	color: #333;
	font-size: 13px;
	padding: 0 18px;
}

.b-form-item_style_default .b-form-item__input input:invalid,
.b-form-item_style_default .b-form-item__input select:invalid,
.b-form-item_style_default .b-form-item__input textarea:invalid {
	border-color: #e11;
}

.b-form-item_style_default .b-form-item__input input:invalid:focus,
.b-form-item_style_default .b-form-item__input select:invalid:focus,
.b-form-item_style_default .b-form-item__input textarea:invalid:focus {
	border-color: #e11;
	border-color: #e11;
	-webkit-box-shadow: 0 0 2px rgba(238,17,17,0.75);
	box-shadow: 0 0 2px rgba(238,17,17,0.75);
}

.b-form-item_style_default .b-form-item__input input::-webkit-input-placeholder,
.b-form-item_style_default .b-form-item__input select::-webkit-input-placeholder,
.b-form-item_style_default .b-form-item__input textarea::-webkit-input-placeholder {
	color: #d3d3d3;
}

.b-form-item_style_default .b-form-item__input input:-moz-placeholder,
.b-form-item_style_default .b-form-item__input select:-moz-placeholder,
.b-form-item_style_default .b-form-item__input textarea:-moz-placeholder {
	color: #d3d3d3;
}

.b-form-item_style_default .b-form-item__input input::-moz-placeholder,
.b-form-item_style_default .b-form-item__input select::-moz-placeholder,
.b-form-item_style_default .b-form-item__input textarea::-moz-placeholder {
	color: #d3d3d3;
}

.b-form-item_style_default .b-form-item__input input:-ms-input-placeholder,
.b-form-item_style_default .b-form-item__input select:-ms-input-placeholder,
.b-form-item_style_default .b-form-item__input textarea:-ms-input-placeholder {
	color: #d3d3d3;
}

.b-form-item_style_default .b-form-item__input input:focus,
.b-form-item_style_default .b-form-item__input select:focus,
.b-form-item_style_default .b-form-item__input textarea:focus {
	outline: none;
	border-color: rgba(52,136,171,0.75);
	-webkit-box-shadow: 0 0 2px rgba(52,136,171,0.75);
	box-shadow: 0 0 2px rgba(52,136,171,0.75);
}

.b-form-item_style_default .b-form-item__input textarea {
	padding: 8px 18px;
	height: 132px;
	min-height: 132px;
	line-height: 22px;
}

.b-form-item_style_default.b-form-item_type_multiselect select {
	padding: 0 !important;
	min-height: 40px;
	height: auto;
}

.b-form-item_style_default.b-form-item_type_multiselect option {
	padding: 0.5em 1em;
}

.b-form-item_style_default.b-form-item_status_error .b-form-item__input input,
.b-form-item_style_default.b-form-item_status_error .b-form-item__input textarea,
.b-form-item_style_default.b-form-item_status_error .b-form-item__input select {
	border-color: #e11;
}

.b-form-item_style_default.b-form-item_status_error .b-form-item__input input:focus,
.b-form-item_style_default.b-form-item_status_error .b-form-item__input textarea:focus,
.b-form-item_style_default.b-form-item_status_error .b-form-item__input select:focus {
	border-color: #e11;
	-webkit-box-shadow: 0 0 2px rgba(238,17,17,0.75);
	box-shadow: 0 0 2px rgba(238,17,17,0.75);
}

.b-form-item_marked_value .jq-selectbox__select-text,
.b-form-item_marked_value input,
.b-form-item_marked_value select {
	font-size: 14px;
	font-weight: bold;
}

.b-form-item_marked_label .b-form-item__label {
	font-size: 14px;
	font-weight: bold;
}

.b-alert {
	display: block;
	padding: 10px 15px;
	border-radius: 2px;
	position: relative;
	margin-bottom: 22px;
}

.b-alert__title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 8px;
}

.b-alert__close {
	width: 16px;
	height: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.b-alert__close:hover {
	border-radius: 2px;
}

.b-alert__body {
	font-size: 14px;
}

.b-alert_style_error,
.b-alert_color_red {
	border: 1px solid #f3a69e;
	background: #fdedeb;
}

.b-alert_style_error .b-alert__title,
.b-alert_color_red .b-alert__title,
.b-alert_style_error .b-alert__close,
.b-alert_color_red .b-alert__close,
.b-alert_style_error .b-alert__body,
.b-alert_color_red .b-alert__body {
	color: #cf2b1a;
}

.b-alert_style_error .b-alert__close:hover,
.b-alert_color_red .b-alert__close:hover {
	color: #9b2013;
}

.b-alert_style_success,
.b-alert_color_green {
	border: 1px solid #67e067;
	background: #e1f9e1;
}

.b-alert_style_success .b-alert__title,
.b-alert_color_green .b-alert__title,
.b-alert_style_success .b-alert__close,
.b-alert_color_green .b-alert__close,
.b-alert_style_success .b-alert__body,
.b-alert_color_green .b-alert__body {
	color: #136013;
}

.b-alert_style_success .b-alert__close:hover,
.b-alert_color_green .b-alert__close:hover {
	color: #0e480e;
}

.b-alert_style_info,
.b-alert_style_blue {
	border: 1px solid #4eabff;
	background: #dceeff;
}

.b-alert_style_info .b-alert__title,
.b-alert_style_blue .b-alert__title,
.b-alert_style_info .b-alert__close,
.b-alert_style_blue .b-alert__close,
.b-alert_style_info .b-alert__body,
.b-alert_style_blue .b-alert__body {
	color: #00427d;
}

.b-alert_style_info .b-alert__close:hover,
.b-alert_style_blue .b-alert__close:hover {
	color: #00315e;
}

.b-alert_style_message,
.b-alert_color_grey {
	border: 1px solid #808080;
	background: #e6e6e6;
}

.b-alert_style_message .b-alert__title,
.b-alert_color_grey .b-alert__title,
.b-alert_style_message .b-alert__close,
.b-alert_color_grey .b-alert__close,
.b-alert_style_message .b-alert__body,
.b-alert_color_grey .b-alert__body {
	color: #000;
}

.b-alert_style_message .b-alert__close:hover,
.b-alert_color_grey .b-alert__close:hover {
	color: #000;
}

.b-input-group {
	padding-bottom: 13px;
}

.b-input-group__label {
	padding-bottom: 8px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.b-input-group__body {
	max-width: 800px;
}

.b-input-group__body .b-form-item {
	padding-bottom: 4px;
}

.b-input-group__body label {
	width: auto;
}

.b-input-group .jq-checkbox,
.b-input-group .jq-radio {
	margin: 0px 10px 0 0;
}

.b-form__item {
	padding-bottom: 21px;
}

.b-form__item-left,
.b-form__item-right {
	width: persentSize(411px, 182px);
	float: left;
}

.b-form__item-right {
	float: right;
}
/** ULIK **/
.news-a {
    text-decoration: none;
}
.rss-p {
    margin-top: 10px;
}
.rss-p img {
    width: 20px;
    height: 20px;
}
.rss-p a {
    position: relative;
    bottom: 5px;
    color: #0b33a6;
}

.rss-p a:hover {
    text-decoration: none;
}

@media print {
	*,
  *:before,
  *:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
  a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
  a[href^="javascript:"]:after {
		content: "";
	}

	pre,
  blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
  img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
  h2,
  h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
  h3 {
		page-break-after: avoid;
	}
}
