/************************************************************/
/* HTML Tag Styling                  	*/
/************************************************************/
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: Ubuntu, Arial, Helvetica, sans-serif; 
	background-color: #000;
}
.body {
	min-height: 100%;
	height: 100%;
	background: #F8AF58;
}
.body-inner {
	background: #fff url(../images/bg_002_1.jpg) center 0 repeat-x;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	/*font-size: 100%;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*[id]:before {
	display: block;
	content: " ";
	margin-top: -75px;
	height: 75px;
	visibility: hidden;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 1;
}

/* page style */
a, a:focus, a:active, a:hover, object, embed {
	outline: none;
	text-decoration: none;
}
:-moz-any-link:focus {
	outline: none;
}
input::-moz-focus-inner {
	border: 0;
}
:focus {
	outline: 0;
}
a:active {
	outline: 0;
}
/*
a.ext-link {
	margin-left: 2px;
	padding: 0 0 0 16px;
	background: url(../../../../images/link-external.png) no-repeat 0 center;
	background-size: 1.2rem;
}
*/
a.ext-link {
    /* margin-left: 2px; */
    
}
a.ext-link:after {
    content: '';
    width: .6em;
    height: .6em;
    display: inline-block;
    background: url(../../../../images/link-external.png) no-repeat 0 center;
    margin-left: .25em;
    background-size: cover;
}
.alink {
color: #b37731;
cursor:pointer;
}
.alink:hover {
color: #774f21;
text-decoration:underline;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

blockquote {
	font-size: 100%;
	font-style: italic;
	display: inline-block;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: "";
}
ol, ul {list-style-position:inside;}

.item-page p,
.item-page li{
	font-size: 16px;
}

.content-links {
	margin-bottom: 2em;
}
.content-links img {
	display: inline-block;
	margin-left: auto;
	margin-right: 10px;
	height: 1.2rem;
}
.item-page {
	font-size: 16px;
}

.item-page ol li {
	margin: 1rem auto;
	list-style-position: outside;
	/*font-size: 1rem;*/
}
.item-page h4, .item-page .h4, .item-page h5, .item-page .h5, .item-page h6, .item-page .h6 {
	margin-top: 3rem;
	margin-bottom: 10px;
}
.item-page h5 {
	font-size: 1em;
	font-weight: bold;
}

.doc-num-list ol {
	padding-left: 0;
	/* убираем стандартную нумерацию */
	list-style: none;
	/* Идентифицируем счетчик и даем ему имя li. Значение счетчика не указано - по умолчанию оно равно 0 */
	counter-reset: li;
}
.doc-num-list ol > li:before {
	/* Определяем элемент, который будет нумероваться — li. Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения счетчика (по умолчанию равно 1). */
	counter-increment: li;
	/* С помощью свойства content выводится номер пункта списка. counters() означает, что генерируемый текст представляет собой значения всех счетчиков с таким именем. Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется перед содержимым каждого пункта списка */
	content: counters(li, ".") ". ";
}

.table > thead > tr > th {
  vertical-align: top;
}


/************************************************************/
/* moduletable-inf                     */
/************************************************************/
.moduletable-inf {
	box-sizing: border-box;
}

/* .moduletable-inf .newsflash-inf, */
.item-inf {
	padding: 2rem;
	background-color: #f5f5f5;
	margin-bottom: 3rem;
}

.item-inf .content-links {
	margin-bottom: 1rem;
}

.moduletable-inf h3 {
	margin-top: 0;
}
.moduletable-inf .article-info {
	display: none;
}

.moduletable-inf h2 > .btn {
	text-align: left;
}

.accordion > .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion > .card {
	overflow: hidden;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
   border-bottom-color: rgba(0, 0, 0, 0.125);
   border-bottom-style: solid;
   border-bottom-width: 1px;
	border-radius: .25rem;
   border-bottom-right-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
}

.color-red {
	color: red;
}

/************************************************************/
/* banner--module                     */
/************************************************************/
.banner--module {
  padding: 20px;
  border: 3px solid #bcbec4;
}
.banner--module .banner--wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner--module .banner--wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.banner--module .banner--wrapper .bannet-title, .banner--module .banner--wrapper .banner--link {
  text-align: center;
}
.banner--module .banner--wrapper .bannet-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.banner--module .banner--wrapper .banner--link {
  color: #6e6f73;
}
.banner--module .banner--wrapper .banner--link:hover {
  color: #404662;
}
.banner--module .banner--wrapper .banner--link:active {
  color: #404662;
}
.banner--module .banner--wrapper .banner--link:focus {
  color: #404662;
}

/************************************************************/
/* Icons                        	*/
/************************************************************/
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}

/************************************************************/
/* HEADER                        */
/************************************************************/
header {
	/*background: url(../images/bg_002-xl.jpg) center -40px no-repeat;*/
}
.header {
	/*height: 210px;*/
	margin-top: 50px;
}
.container.header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sitetitle, .sitetitle2 {
	color: #6E3C01;
	/* color: #ccc; */
}
.sitetitle {
	font-size: 2.2em;
	line-height: 1em;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.sitetitle2 {
	font-size: 1.4em;
	margin: 10px 0 20px 0;
}
.search {
	margin: 0;
	float: right;
}
.mod_search100 {
  float: left;
}
#mod-search-searchword100 {
  display: inline-block;
  float:left;
}
#content > .search {
	background-color: #ffffff;
}
.searchintro {
	margin-top: 1em;
}

.search .input-group .form-control {
  z-index: inherit;
}

.navbar.navbar-default {
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > span{
	color: #FFB65F;
}
.navbar-brand, .navbar-nav > li > span {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-nav > li > span {
	padding-bottom: 15px;
	padding-top: 15px;
}
.navbar-nav > li > span {
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.nav > li > span {
	display: block;
	padding: 15px 15px;
	position: relative;
}

.navbar-default .navbar-nav > .active > span {
	background-image: linear-gradient(to bottom, #673801 0%, #764001 100%);
	background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.dropdown-menu > .active > span {
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
	background-color: #9F6A2C;
	background-image: linear-gradient(to bottom, #B37731 0%, #9F6A2C 100%);
	background-repeat: repeat-x;
}

.eyes {
	position: relative;
	overflow: hidden;
}

/************************************************************/
/* MAINCONTENT                     	*/
/************************************************************/
.middlecontainer {
	/*background: #fff url(../images/bg_002_1.jpg) center 0 repeat-x;*/
	overflow: hidden;
}
.maincontent {
	background-color:#fff;
	padding: 1.5em 0;
}
/************************************************************/
/* Article                        */
/************************************************************/
.item-page-ukazatel .item-image .thumbnail img {
	width: 100%;
	height: autj;
}

.item-page .pull-left.item-image,
.items-leading .pull-left.item-image {
	padding-left: 0;
}

.item-page .pull-right.item-image,
.items-leading .pull-right.item-image {
	padding-right: 0;
}

@media screen and (max-width: 412px) {
	.items-leading .pull-left.item-image,
	.items-leading .pull-right.item-image {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 755px) {
	.item-page .pull-left.item-image,
	.item-page .pull-right.item-image {
		padding-left: 0;
		padding-right: 0;
	}
}

.item-page .photos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* justify-content: space-between; */
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}

figure.quote {
    display: grid;
}
figure.quote figcaption {
    text-align: right;
}

.pictures {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5%;
    overflow: hidden; 
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.picture-card {
    width: 23%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 982px) {
    .pictures {
        gap: 2%;
    }
    .picture-card {
        width: 49%;
    }
}

@media (max-width: 650px) {
    .pictures {
        gap: 0;
    }
    .picture-card {
        width: 100%;
    }
    .picture-card>img {
        width: 100%;
    }
}


.item-page #accordion:before {
    content: none;
}

.item-page .panel-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.item-page .panel {
  flex: 0 1 calc(50% - 15px);
  /* padding: 20px; */
  background-color: #fff;
  border-radius: 5px;
}

.item-page .panel-default > .panel-heading {
    background-image: none;
    background-color: transparent;
}

@media screen and (max-width: 755px) {
	.item-page .panel {
      flex: 0 1 100%;
    }
}

.item-page .panel-group .panel + .panel {
    margin-top: 0;
}

.item-page .panel-group .panel-body {
    background-color: #fff;
    text-align: center;
    padding: 20px;
}

.item-page .panel-group .panel-body > img {
    margin-bottom: 15px;
}

.articleBody {
	counter-reset: footnotes; /* создать счётчик */ 
}

.articleBody > [id^="ref"] {
	counter-increment: footnotes; /* указать, что каждая ссылка, чей id начинается "ref", прибавляет к счётчику единицу */ 
	text-decoration: none; /* убрать подчёркивание */ 
}
.articleBody > [id^="ref"]:befor {
	display: inline-block !important;
}
.articleBody > [id^="ref"]:after {
	content: '[' counter(footnotes) ']'; /* показать цифру на счётчике в скобках */ 
	vertical-align: super; /* поместить на линию верхнего индекса */ 
	font-size: 60%; /* уменьшить шрифт цифры */ 
	margin-left: .1em;
}
.articleBody > [href^="#ref"] {
	text-decoration: none;
}
.articleBody > [id^="node"]:target,
.articleBody > [id^="ref"]:target { /* изменить фон элемента при переходе к id */ 
	/*background: LightBlue;*/
}
.articleBody > footer-note {
	border-top: 1px solid silver; /* горизонтальная линия */ 
	font-size: 80%; /* уменьшить шрифт под горизонтальной линией */ 
}

.table-of-contents {
    padding: 2rem;
    border: 1px solid #f8ae57;
    border-radius: 4px;
    line-hight: 1;
}
.table-of-contents p{
  margin: 0;
}

img.no-thumbnail,
img.nosmartresize{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.thumbnail.smartresize,
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}

/* for image */
.item-page .smartresize {
  margin:3px 10px 10px 0px;
  border:1px solid #CCCCCC;
  background:#EEEEEE;
  padding:0;
}
/* for image caption */
.item-page .smartresize span {
  margin:2px 3px 0 3px;
}

dl.article-info {
	display: block;
	font-size: 13px;
	margin: 0 0 15px;
	padding: 0;
}

dl.article-info dt.article-info-term {
	display: none;
}
dt {
	font-weight: bold;
}
dt, dd {
	line-height: 20px;
}

dl.article-info dd {
	display: inline;
	margin-left: 0;
	margin-right: 15px;
}
.item-page h3,
.item-page h4 {
	color: #b37731;
}

.item-page blockquote {
	/* font-size: 14px; */
}
/*
.pull-left.item-image {
	padding-left: 0;
}
.pull-right.item-image {
	padding-right: 0;
}
*/

.contact-category ul.category {
    padding: 0;
}

.muted {
	color: #999999;
}
[class^="leading-"],
[class*=" leading-"] {
	margin-bottom: 2em;
}
.list-striped {
	list-style: none;
}
.list-title h3 {
	line-height: 1em;
	margin-bottom:0;
	margin-top: 20px;
}
/* NewBook */
.newbook__item {
	position: relative;
	overflow: hidden;
}
.newbook__img {
	float: left;
	overflow: hidden;
}
.newbook__age {
	position: absolute;
	left: 0;
	top: 0;
	width: 3.2rem;
	height: 3.2rem;
	background-color: red;
	color: #fff;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
}
.newbook__desc {

}

.weblink-image img{
	width: 180px;
}
.weblink-image.pull-left img {
	margin-right: 30px;
}
.weblink-image.pull-right img {
	margin-left: 30px;
}

.nav-pills > li.active > a.mcb {
	color: #0b433dff;
	background-color: #fff;
}
.nav > li > a.mcb {
	/* color: #61390a; */
	color: #0b433dff;
	text-align: center;
	display: block;
	background: url('/images/mcb-menu_logo.png') no-repeat #C4E9E7;
	background-size: 100%;
	/*min-height: 210px;*/
	margin-bottom: 20px;
	/*border: 1px solid #1eb7a7ff;*/
	border-radius: 0 0 0 0 !important;
	padding:135px 12px 20px 12px;
	/*position: relative;*/
}
@media screen and (max-width: 991px) {
	.nav > li > a.mcb {
		background: url('/images/mcb-menu_logo-sm.png') no-repeat #efefef;
		padding: 30px 12px 30px 80px;
		background-position: 12px center;
		text-align: left;
	}
}
/*
.mcb img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	z-index: 0;
}
*/

.mcb .image-title{
	width: 100%;
	display: block;
}

#aside img {
  width:100%;
  max-width:100%;
}
.table-info {
	background-color: #f5f5f5;
}

.table-of-contents ul, 
.table-of-contents ul li{
	list-style: none;
}

.small-headers .page-header {
    margin: 0 0 0 0;
}

.small-headers .items-leading [class*="leading-"] {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.small-headers .items-leading [class*="leading-"] h2 {
  line-height: .8;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.small-headers .items-leading [class*="leading-"] h2 > a{
  font-size: .6em;
}
/************************************************************/
/* FOOTER                        */
/************************************************************/
footer {
	background-color:#F8AF58;
	padding-top: 20px;
	padding-bottom: 20px;
}

#back-top {
	padding: 0.5em;
}

/* Sats Counters
------------------------------------------------*/
.statcounter {
	float: left;
	margin: 10px 15px 0 0;
}
/*
.statcounter a img {
	opacity:0.1;
}
.statcounter a:hover img {
	opacity:1;
}
*/
/* Vina Jssor Image Slider module
---------------------------------------------------*/
.carousel .vina-jssor-image-slider .vina-is-slides {
	cursor: default;
}
.vina-jssor-image-slider .vina-caption ul {
	margin-left:0;
	padding:0;
}
.vina-jssor-image-slider .vina-caption li {
	list-style-type: none;
}
.vina-jssor-image-slider .vina-caption li:before {
	color: #fff; /*#fbb25b;*/
	padding-right: 10px;
	content: "►";
}

.carousel .vina-is-slide > img.image {
  	height: inherit;
	object-fit: cover;
}

/* white style */
.vina-jssor-image-slider .vina-caption.white {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	border-radius: 5px;
}
.vina-jssor-image-slider .vina-caption.white div {
	padding: 20px;
}
.carousel .vina-jssor-image-slider	.vina-is-slides .vina-caption h3 {
	font-size:23px;
	margin-top: 0;
}

/* Buttons
******************************************************/
.btn-group > .btn {
	margin: 10px;
}
.scrollup {
	width:40px;
	height:40px;
	opacity:0.3;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-indent:-9999px;
	background: url('../images/icon_top.png') no-repeat;
}
/* Tags
******************************************************/
.item-page >.tags {
	margin: 10px 0;
}

.label-info {
	margin-right: 10px;
}

/* share42
*****************************************************/
.share42init {
	margin: 20px 0;
}

/* interview - rightSide module
*****************************************************/
.custom.interview {
	margin-top: 20px;
	padding: 0;
}
.interview p {
	padding: 0;
	/* border-top: 3px solid #F8AE57; */
	/* border-top: 3px solid #0f609c; */
	/* background-color: #299bd8; */
}
.interview img {
	/* width: 100%; */
	/* height: auto; */
}

.weblink-image img {
	height: 40px;
	width: auto;
}
/****************************************/
.mcb-news-latest .newsflash {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
}
.mcb-news-latest img {
	width: 200px;
	float: left;
	margin: 0 20px 10px 0;
}

.page-header {
	margin: 20px 0 10px;
}
h2>span.subheading-category/*,
.page-header h1 */{
	font-size: 18px;
}

/*************************************************/
.item-page .age {
	display: inline-block;
	background-color: #b0b0b0;
	border-radius: 50%;
	padding: 5px;
	color: white;
	font-size: 1.5rem;
	line-height: 2.5rem;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
}

.item-page .nosmartresize {
}

/*************************************************/
.videoset {
	/*
	display: flex;
	flex-wrap: wrap;
	gap: 20px;*/
}

.videoset > iframe {
	/*min-width: 50%;
	width: calc((26rem - 100%) * 1000);
	max-width: 100%;
	height: auto;*/
	margin-bottom: 20px;
	
}

/***************** OSMAP ***************************/
@media only screen and (max-width: 600px) {

   .osmap-items ul {
      margin: 10px 0 10px 25px;
      font-size: larger;
     }

    .osmap-items li {
       padding: 10px;
     }
}

.moduletable-inf, .moduletable-noinf {
  padding-bottom: 10px;
  border-bottom: 5px solid lightgrey;
  margin-bottom: 40px;
}