.b-link-icon {
	font-family: "Circe", Arial, sans-serif;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 60px;
	margin-top: 0px;
	text-decoration: none!important;
	color: #000!important;
	border-radius: 6px;
	border: 1px solid rgba(200, 200, 200, .3);
}

.b-link-icon:hover {
	background-color: rgba(200, 200, 200, .3);
}

.b-icon-left-pdf {
	background-image: url(/images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 35px 35px;
margin-bottom: 20px;
display: inline-block;
}html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }

fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html, body, div, ul {
	margin: 0;
	padding: 0;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

html.js .loader_inner {
	background-image: url("/images/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

.hidden {display: none;}

* {
    box-sizing: border-box;
}

.before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.trans {
	transition: all .5s ease;
}

.img-wrap img {
	width: 100%;
	max-width: 100%;
}


html {
  font-size: 62.5%;
  font-family: serif;
}

body {
	position: relative;
	overflow-x: hidden;
	min-width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.618;
	font-size: 1.6em;
	background-color: #fff;
	color: #000;
}

.fader {
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	display: none;
	
}
.fader.dark {
	display: block;
	
}

.page-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden;
	
    }
	
.main-wrapper {
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;

}	
	

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
   overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}


a {
	color: rgba(74, 105, 166, 1);
}

a:hover {
	color: #000;
}

.a-nolink {text-decoration: none!important; color: #000!important;}
.a-nolink:hover {text-decoration: none!important; color: #000!important;}

.fancybox-skin {
	padding: 5px!important;
	border-radius: 0px!important;
}
    
.scroll-top {
	height: 50px;

	background-image: url(/images/scroll-top.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 20px 20px;
}


.b-shad-big {
	box-shadow: 0 10px 70px 0 rgba(100, 100, 100, .3);
}

.b-color-main {
	color: rgba(74, 105, 166, 1);
}

.b-bg-main {
	background-color: rgba(74, 105, 166, 1);
	opacity: 1;
}

.b-color-gray  {
	color: rgba(0, 0, 0, .4);
}

.b-bg-gray {
	background-color: rgba(245, 245, 245, 1);
}

.b-btn-left {
	font-family: "Circe", Arial, sans-serif;
	font-size: 10px;
	line-height: 32px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none!important;
	display: inline-block;
	height: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.b-btn-left:hover {
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}

.b-btn-right {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	line-height: 38px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	padding-right: 25px;
	padding-left: 25px;
	-webkit-border-radius: 20px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topright: 0;
border-radius: 20px;
border-top-right-radius: 0;
}

.b-btn-right:hover {
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}

.b-btn-round {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	line-height: 38px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none!important;
	display: inline-block;
	height: 40px;
	padding-right: 25px;
	padding-left: 25px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-bottom: 10px;
}

.b-btn-round:hover {
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}

.b-heading {
	font-family: "Circe", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	
}

.tooltip-inner {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


/* ------ top-mob ----------------------------------------------------------------*/

.b-top-mob {
	background-color: rgba(255, 255, 255, 1);
	height: 75px;
	width: 100%;
	display: none;
	margin-bottom: 0px;
	-moz-box-shadow: rgba(235, 235, 235, 1) 0px 10px 10px;
	-webkit-box-shadow: rgba(235, 235, 235, 1) 0px 10px 10px;
	-khtml-box-shadow: rgba(235, 235, 235, 1) 0px 10px 10px;
	box-shadow: rgba(235, 235, 235, 1) 0px 10px 10px;
}

/* ------ top ----------------------------------------------------------------*/

.b-top-head {
		height: 40px;
	}
	
.b-top-head-line {
	text-align: center;
}

.b-top-head-menu {
	display: inline-block;
	float: left;
	margin-left: 200px;
}

.b-top-line-right {
	float: right;
	width: 140px;
	text-align: right;
	height: 140px;
}

.b-top-line-right a {
	display: inline-block;
	float: right;
	
	margin-left: 10px;
}

.b-top-line-right-logo1 {
	width: 55px;
	margin-top: 42px;
}

.b-top-line-right-logo2 {
	width: 53px;
	margin-top: 45px;
	margin-right: 5px;
}

.b-top-line-center {
	float: right;
	width: 69%;
	text-align: right;
	height: 140px;
}

.b-top-line-1 {
	float: left;
	height: 80px;
	border-bottom: solid 1px #dedede;
	width: 700px;
	margin-left: 20px;
}

.b-top-line-2 {
	clear: left;
	float: left;
	height: 40px;

}

.b-top-issn {
	font-family: "Circe", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgba(240, 26, 34, 1);
	float: left;
	width: 200px;
	margin-top: 18px;
	text-align: left;

}

.b-top-issn-2 {
	font-family: "Circe", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgba(74, 105, 166, 1);
	float: left;
	width: 150px;
	margin-top: 25px;
	text-align: left;

}

.b-top-issn span {
	margin-right: 20px;
	white-space: nowrap;
}


.b-top-head-login {
	display: inline-block;
	float: right;
	margin-right: 20px;
	font-size: 13px;
	margin-top: 33px;
	font-family: "Circe", Arial, sans-serif;
}

.b-top-head-menu a {
	font-family: "OpenSans", Arial, sans-serif;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	
	}

.b-top-head-login a {
	
	font-size: 15px;
	line-height: 20px;
	color: rgba(70, 70, 70, .9);
	text-decoration: none;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	}
	
.b-top-head-login a:hover {
color: rgba(70, 70, 70, .7);
}	

.b-top-head-pay {
	float: right;
	margin-top: 50px;
	margin-right: 80px;
}

.b-top-head-pay a {
	display: inline-block;
	width: 100px;
	margin-left: 10px;
}			

.b-main-head {
	height: 140px;
	background-color: #fff;
	border-bottom: solid 1px rgba(74, 105, 166, 1);
	position: relative;
}

.b-line {
	position: absolute;
	left: 280px;
	top: 0px;
	height: 159px;
	overflow: hidden;
}

.b-top-logo {
	width: 330px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	margin-top: 28px;
}

.b-top-logo img {
	width: 100%;
	max-width: 100%;
}



.b-top-lang {font-family: "Circe", Arial, sans-serif;
	float: right;
	margin-top: 31px;
	margin-right: 0px;
	overflow: hidden;
}

.b-top-lang a {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	color: rgba(70, 70, 70, .9);
	text-decoration: none;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
font-family: "Circe", Arial, sans-serif;
	display: inline-block;
	float: right;
	margin-left: 5px;
}

.b-top-lang a:hover {
color: rgba(70, 70, 70, .7);

	}
	
.b-top-lang-active {
	color: rgba(0, 0, 0, 1)!important;
	font-weight: 800;
	}	

/* ------ search ----------------------------------------------------------------*/

.main-search {
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	display: none;
	padding-top: 30px;
	padding-bottom: 10px;	
}

.b-serch-adv {
	display: inline-block;
	float: right;
	width: 18%;
	font-family: "Circe", Arial, sans-serif;
	font-size: 16px;
	padding-top: 7px;
}

.b-serch-adv a {
	color: #666;
	text-decoration: underline;
}

.b-serch-adv a:hover {
	color: #000;
	text-decoration: underline;
}

.main-search form {
	width: 80%;

}

.bx-input-group {
	position:relative;
	display:table;
	border-collapse:separate;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	border-radius:10em;
	border:1px solid #ccc;
	padding-right: 10px;
	padding-left: 20px;
	overflow: hidden;
}
.bx-input-group .bx-form-control {
	display:table-cell;
	position:relative;
	z-index:2;
	float:left;
	width:100%;
	margin-bottom:0;
	width:100%;
	height:36px;
	padding: 6px 12px;
	font-size:16px;
	line-height:1.42857143;
	color:#555;
	background-color:#FFF;
	border:0px solid #e6e4e4;
	border-radius:0px 0 0 0px;
	outline:0!important;
	box-shadow:none!important;
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
	-webkit-appearance: none;
}

.bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#ffffff 0,#ffffff 100%);background-image:linear-gradient(#ffffff 0,#ffffff 100%)}



.bx-input-group .bx-form-control::-webkit-input-placeholder {color:#ccc;}
.bx-input-group .bx-form-control::-moz-placeholder          {color:#ccc;}
.bx-input-group .bx-form-control:-moz-placeholder           {color:#ccc;}
.bx-input-group .bx-form-control:-ms-input-placeholder      {color:#ccc;}

.bx-input-group-btn {position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell; outline: none;}

.bx-input-group-btn button{
	position:relative;
	border:0;
	display:inline-block;
	margin-bottom:0;
	cursor:pointer;
	color:#000;
	font-size:19px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	height: 30px;
	padding-right: 10px;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 22px;
	background-color: rgba(255, 255, 255, 1);
	outline: none;
	top: -1px;
}


/* ------ current-issue ----------------------------------------------------------------*/


.b-right-about {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 50px;
	padding-top: 30px;
	border-top: solid 1px rgba(200, 200, 200, 1);
	font-family: Arial, Helvetica, sans-serif;
}

.b-right-about h1 {
    display: inline-block;
    padding: 0px 0px;
    text-align: left;
    margin-bottom: 20px;
margin-top: 20px;
    font-family: "Circe", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}

.b-right-about h3 {
    display: inline-block;
    padding: 0px 0px;
    text-align: left;
    margin-bottom: 20px;
margin-top: 20px;
    font-family: "Circe", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}


.b-right-about p {
	margin-bottom: 16px;
}

.b-right-about-more {
	margin-top: 30px;
}

.b-left-about-more {
	margin-top: 10px;
}

.b-index-current {
	margin-top: 40px;
	
	margin-bottom: 0px;
	padding-bottom: 50px;
	overflow: hidden;
}

.b-index-current-left {
	float: left;
	width: 27%;
}

.b-index-current-right {
	float: right;
	width: 69%;
	padding-left: 20px;
}

.b-index-current-left-head {
margin-bottom: 35px;
}

.b-index-current-right-head {
margin-bottom: 40px;
}

.b-index-about-right-head {
margin-bottom: 20px;
}

.b-index-current-left-img {
	border: solid 1px rgba(200, 200, 200, 1);
	margin-bottom: 30px;
	
	display: block;
}

.b-index-current-left-img  img {
	

}

.b-index-current-left-name {
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.b-article-list .b-article {
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(100, 100, 100, .1);
	margin-bottom: 20px;
	position: relative;
}

.b-article-list .b-article:last-child {border: none;}

.b-article-list .b-article-name {
	
	font-size: 21px;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
	width: 90%;
}

.b-article-list .b-article-author {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.b-article-hidden {display:none;}

.b-article-hidden-txt {
	font-size: 18px;
}

.b-article-hidden-txt p {
	margin-bottom: 25px;
}

.b-article-hidden-tech {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	color: #039;
}


.b-article-hidden-tech span {
	font-weight: bold;
}

.b-article-list .b-article-bottomtech {
	font-family: "Circe", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	}

.b-article-list .b-article-bottomtech a {
	text-decoration: none;
}

.b-article-all {
margin-bottom: 10px;
}


.b-article-plus {
	background-image: url(/images/plus-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid rgba(100, 100, 100, .3);
	border-radius: 50%;
	background-size: 17px 17px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.b-article-minus {
	background-image: url(/images/minus-icon.svg);
	
}

.b-article-plus:hover {
	border: 1px solid rgba(0, 0, 0, .5);
}

.b-load-pdf i {
	font-size: 20px;
	margin-right: 3px;
	position: relative;
	top: 3px;
}

.b-load-html i {
	font-size: 17px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}

.b-load-save i {
	font-size: 19px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}


/* ------ index-call ----------------------------------------------------------------*/


.b-index-call {
	padding-bottom: 45px;
}

.b-index-call-left {
	float: left;
	width: 46%;
}

.b-index-call-right {
	float: right;
	width: 50%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 4%;
}

.b-index-call-left-head {
	margin-bottom: 25px;
}

.b-index-call .b-index-call-name {
	font-size: 20px;
	margin-bottom: 50px;
}

.b-index-call .b-index-call-txt {
	font-size: 17px;
	margin-bottom: 25px;
}

.b-index-call .b-index-call-txt p {
	margin-bottom: 20px;
}

.b-call-submit {
	float: right;
}


/* ------ all-volumes ----------------------------------------------------------------*/


.b-index-all-volumes {
	padding-top: 40px;
	padding-bottom: 40px;
}

.b-index-all-volumes-head {
	margin-bottom: 35px;
	}
	
.b-index-all-volumes-year {
	padding-top: 10px;
	padding-bottom: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: rgba(100, 100, 100, .1);
	text-align: right;
	padding-right: 30px;
	padding-left: 25px;
}

.b-index-all-volumes-year p {
	font-size: 20px;
	margin-bottom: 30px;
}	

.b-index-all-volumes-year a {
	line-height: 1.8;
}

.b-index-all-volumes-earlier {
	padding-top: 160px;
	padding-left: 30px;
}

/* ------ index-news ----------------------------------------------------------------*/



.b-index-news-head {
	margin-top: 35px;
	margin-bottom: 20px;
}



	

/* ------ index-sections ----------------------------------------------------------------*/

.b-index-sections {
	padding-bottom: 60px;
	padding-top: 50px;

}

.b-index-sections-head {
	margin-bottom: 40px;
}

.b-index-sections a {
	display: block;
	margin-bottom: 8px;
	line-height: 1.3;
}

/* ------ index-tags ----------------------------------------------------------------*/

.b-index-tags {
	padding-bottom: 60px;
	padding-top: 50px;

}

.b-index-tags-head {
	margin-bottom: 60px;
}

.b-index-tags .b-tags {
	text-align: center;
}

.b-index-tags .b-tag {
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}

/* ------ index-special ----------------------------------------------------------------*/

.b-index-special {
	padding-bottom: 40px;
	padding-top: 30px;

}

.b-index-special-head {
	margin-bottom: 40px;
}

.b-special-img {
	width: 75%;
	box-shadow: 20px 15px 20px 0px rgba(100, 100, 100, .5);
	margin-left: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.b-special-img img {
	box-shadow: 7px 7px 7px 0px rgba(100, 100, 100, .7);

}

.b-special-txt {
	padding-left: 8%;
}

.b-special-issue {
	font-size: 20px;
	line-height: 1.3;
	padding-bottom: 40px;
}

.b-special-name {
	font-size: 37px;
	line-height: 1.25;
	padding-bottom: 40px;
	}

.b-special-author {
	font-size: 17px;
	line-height: 1.3;
}

.b-special {
	color: #000;
	text-decoration: none;
}

.b-special:hover {
	color: #000;
	text-decoration: none;
}

.slider-special-wrap {
	width: 70%;
	margin-left: 15%;
}

.b-index-banner-wide {
	margin-top: 0px;
	margin-bottom: 60px;
}

.slider-special .owl-dots {
	text-align: center;
	z-index: 100;
	position: absolute;
	width: 100%;
	bottom: -60px;
	display: none;
}

.slider-special .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px;
	background-color: #666;
	display: inline-block;
	border-radius: 10em;
}

.slider-special .owl-dot.active {
	background-color: transparent;
	width: 12px;
	height: 12px;
	border: 2px solid #666;
	margin: 18px 5px;
}
			
.slider-special .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
			
}


.slider-special	.owl-nav > div {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 80px;
	width: 80px;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	transition: all .25s ease;
	left: -150px;
	background-image: url(/images/slider-arrows.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1100px 110px;
	margin-top: -40px;
	border-radius: 10em;
}

.slider-special	.owl-nav div:hover {
	opacity: 1;

}

.slider-special	 .owl-nav .owl-next {
	right: -150px!important;
	left: auto;
	background-position: right center;
	
			}
			
.slider-special	.owl-nav  .disabled {display: none;}


/* ------ footer ----------------------------------------------------------------*/

.b-footer {
	padding-bottom: 10px;
	padding-top: 50px;

}

.b-footer-head {
	margin-bottom: 20px;
}

.b-footer-desktop-col {
	padding-bottom: 30px;
}
	

.a-footer {
	display: block;
	margin-bottom: 8px;
	line-height: 1.3;
	font-size: 14px;
	color: #666;
}

.a-footer-sub {
	margin-top: 10px;
}

.b-footer-partner-head {
	margin-top: 20px;
	margin-bottom: 0px;
	}
	

.slider-logos .item {
	padding-top: 30px;
	padding-bottom: 30px;
}	
	
.slider-logos .item a {
	border-radius: 37px;
	display: block;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, .2);
	width: 70%;
	margin-left: 15%;
	}	
	
	
.slider-logos .owl-dots {
	text-align: center;
	z-index: 100;
	position: absolute;
	width: 100%;
	bottom: -60px;
	display: none;
}

.slider-logos .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px;
	background-color: #666;
	display: inline-block;
	border-radius: 10em;
}

.slider-logos .owl-dot.active {
	background-color: transparent;
	width: 12px;
	height: 12px;
	border: 2px solid #666;
	margin: 18px 5px;
}
			
.slider-logos .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
			
}


.slider-logos	.owl-nav > div {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 80px;
	width: 80px;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	transition: all .25s ease;
	left: -50px;
	background-image: url(/images/slider-arrows.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 600px 60px;
	margin-top: -40px;
	border-radius: 10em;
}

.slider-logos	.owl-nav div:hover {
	opacity: 1;

}

.slider-logos	 .owl-nav .owl-next {
	right: -50px!important;
	left: auto;
	background-position: right center;
	
			}
			
.slider-logos	.owl-nav  .disabled {display: none;}

.b-footer-copyright {
	font-family: "Circe", Arial, sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

.b-agreement a {
	color: rgba(100, 100, 100, .7);
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
}

/* ------ page ----------------------------------------------------------------*/	

.b-page-content-wrap {
	padding-top: 0px;
	padding-bottom: 40px;
	overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}

.b-page-content .b-crumbs {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}

.b-page-content h1 {
	font-family: "Circe", Arial, sans-serif;
	font-size: 30px;
	color: rgba(0, 0, 0, .7);
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.3;
	width: 80%;
	margin-left: 10%;
	font-weight: bold;
}

.b-page-content .b-page-menu {
	text-align: center;
	margin-bottom: 140px;
}

.b-page-content .b-page-menu a {
	font-size: 17px;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 8px;
	text-transform: lowercase;
	padding-right: 5px;
	padding-left: 5px;
}

.b-page-content .b-page-menu a:hover {
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-decoration: none;
}

.b-page-content .b-page-menu .active {
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

/* ------ alphabet ----------------------------------------------------------------*/

.b-abc {
	text-align: center;
	margin-bottom: 70px;
	overflow: hidden;
}

.b-abc a {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: rgba(200, 200, 200, .2);
	border: 1px solid rgba(200, 200, 200, .5);
	border-radius: 10em;
	color: #000;
	text-decoration: none;
	}

.b-abc .active {
	color: #FFF;
	text-decoration: none;
		background-color: #000;
	border: #000;
} 

.b-abc a:hover {
	color: #FFF;
	text-decoration: none;
		background-color: #000;
	border: #000;
} 

/* ------ authors-list ----------------------------------------------------------------*/

.b-authors-list {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(100, 100, 100, .1);
	border-bottom-color: rgba(100, 100, 100, .1);
overflow: hidden;
width: 100%;

}

.b-authors-list a {
	display: inline-block;
	margin-bottom: 10px;
	width: 20%;
float: left;
color: rgba(0, 0, 0, 1);
}

.b-authors-list a:hover {}

.b-authors-list .active {
	color: #000;
	text-decoration: none;
}

/* ------ articles-author ----------------------------------------------------------------*/



.b-articles-author {
	margin-top: 20px;
	padding: 0 0 10px 0;
	overflow: hidden;
}

.b-articles-author-left {
	float: left;
	width: 27%;
font-size: 13px;
}

.b-articles-author-right {
	float: right;
	width: 69%;
	padding-left: 20px;
}


.b-articles-author-right .bb-section {


    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
}

.b-articles-author-right .bb-section p {
    margin-bottom: 1.2em;
}

.b-articles-author-right .bb-section h2 {
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: 1.5em;
	text-align: left;
	width: 100%;
	padding-right: 40px;
	padding-left: 0px;
	font-family: "Circe", Arial, sans-serif;
font-weight: bold;
}

.b-articles-author-img {
	width: 200px;
	border-radius:100em;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 20%;
	margin-bottom: 45px;
}

.b-articles-author-name {
	font-size: 18px;
	margin-bottom: 2px;
	font-family: "Circe", Arial, sans-serif;
font-weight: bold;
text-align: center;
}

.b-articles-author-position  {
	font-size: 18px;
	margin-bottom: 20px;
		padding-bottom: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(100, 100, 100, .1);
font-family: "Circe", Arial, sans-serif;
font-weight: bold;
text-align: center;
}

.b-articles-author-about  {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(100, 100, 100, .1);

}

.b-articles-author-links a {
	display: block;
}

.b-articles-author-links .active {
	color: #000;
}

/* ------ special-issue ----------------------------------------------------------------*/

.b-special-issue {
	margin-top: 0px;
	padding-bottom: 50px;
	overflow: hidden;
}

.b-special-issue-left {
	float: left;
	width: 27%;
	padding-left: 4%;
	
}

.b-special-issue-right {
	float: right;
	width: 67%;
}



.b-special-issue-left-img {
	margin-bottom: 10px;
	border: solid 1px rgba(200, 200, 200, 1);
	width: 100%;
	margin-top: 5px;
}



.b-special-issue-left-img  img {


}

.b-special-issue-left-name {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
	font-family: "Circe", Arial, sans-serif;
text-align: center;
}

.b-special-issue-about  {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(100, 100, 100, .1);
	font-size: 15px;
	color: #666;
}

.b-special-issue-links a {
	display: block;
	margin-bottom: 6px;
	font-family: "Circe", Arial, sans-serif;
text-align: center;
}

.b-special-issue-links .active {
	color: #000;
font-weight: bold;
}

.pdf-icon {
	width: 30px;
	margin-right: 10px;
	display: inline-block;
}



/* ------ page-txt ----------------------------------------------------------------*/

.b-page-txt {
	font-size: 15px;
	padding-right:0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #333;
flex: 1 1 70%;
order: 3;
overflow: hidden;
}

.b-page-txt  a {
	text-decoration: underline;
}

.b-page-txt h2 {
	font-size: 30px;
	margin-bottom: 1em;
	margin-top: 2em;
	text-align: left;
	width: 100%;
	padding-right: 20px;
	padding-left: 0px;
	font-family: "Circe", Arial, sans-serif;
font-weight: bold;
 color: rgba(74, 105, 166, 1);
}

.b-page-txt>:first-child {
 margin-top: 0px;
}


.b-page-txt p {
	margin-bottom: 1.2em;
}

.b-page-txt h3 {
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: 1.5em;
	width: 100%;
	padding-right: 40px;
	padding-left: 0px;
	font-family: "Circe", Arial, sans-serif;
font-weight: bold;
}

.b-page-txt ul  {
	margin-bottom: 20px;
}

.b-page-txt ul li {
	margin-bottom: 10px;
	margin-left: 30px;
}

.b-page-txt ol li {
	margin-bottom: 10px;
	margin-left: 30px;
}

.b-article-authors {
	font-family: "Circe", Arial, sans-serif;
	text-align: left;
	width: 100%;
	padding-right: 40px;
	padding-left: 0px;
	font-size: 18px;
	margin-bottom: 70px;
	line-height: 28px;
}

.b-article-authors a {
	text-decoration: underline;
font-weight: bold;
	color: #666;
}

.b-article-authors a:hover {
	text-decoration: underline;

	color: #000;
}

.article-properties {
	font-family: "Circe", Arial, sans-serif;
	background-color: rgba(245, 245, 245, 1);
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-size: 15px;
	color: #000;
	margin-bottom: 40px;
}

.article-properties p {
	margin-bottom: 6px;
}



.b-article-list p {
	margin-bottom: 10px;
}

.b-article-list h4 {font-family: "Circe", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.b-main-table {
	width: 100%;
	margin-bottom: 40px;
}
.b-main-table td {padding: 10px 20px;
border: solid 1px #ccc;}

.b-main-table td p {padding: 0;
margin: 0;}

.article-cite {
	margin-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 30px;
}
.article-cite h4 {
	font-family: "Circe", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
	
/* ------ news ----------------------------------------------------------------*/	
	
.b-news-item {
	margin-bottom: 40px;
	overflow: hidden;
}

.b-news-item-data {
	font-family: "Circe", Arial, sans-serif;
	float: left;
	width: 10%;
	font-size: 15px;
	font-weight: 500;
	color: rgba(100, 100, 100, .6);
	padding-top: 6px;
}

.b-news-item-head {
	font-size: 20px;
	display: block;
	float: right;
	width: 85%;
	margin-bottom: 10px;
}

.b-news-item-txt {
	font-size: 17px;
	display: block;
	float: right;
	width: 85%;
	margin-bottom: 15px;
}




/* ------ accordion-footer ----------------------------------------------------------------*/


.b-footer-mobile-wrap {background-color: rgba(245, 245, 245, 1);
display: none;}

.accordion-footer {
	width: 100%;
	border-top: 0px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 0px;
	
}

.accordion-footer { list-style-type: none!important; }

.accordion-footer li {
	list-style-type: none!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-right: 0px!important;
}

.accordion-footer a {
	
  color: #b63b4d!important;
  text-decoration: none!important;
}

.accordion-footer .link {
	font-family: "Circe", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
  cursor: pointer;
  display: block;
  padding: 15px 5px 15px 20px;
  font-size: 15px;
  border-top: 1px solid #dedede;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: rgba(0, 0, 0, 1);
}

.accordion-footer li:last-child .link { border-bottom: 0; }

.accordion-footer li i {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 16px;
  color: rgba(74, 105, 166, 1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion-footer li i.fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 16px;
}

.accordion-footer li.open .link { color: #000; }

.accordion-footer li.open i { color: #000; }

.accordion-footer li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
	display: none;
	font-size: 14px;
	padding-bottom: 10px;
}

.submenu li { border-bottom: 0px solid #fff; }

.submenu a {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 1)!important;
  padding: 8px;
  padding-left: 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #FFF;
}	

.b-footer-mobile-submit {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}

.b-footer-contacts {
	margin-bottom: 20px;
	overflow: hidden;
}

.b-footer-contacts .col-lg-3 {
	padding-bottom: 30px;
}

.b-footer-social a  {
	height: 36px;
	width: 36px;
	font-size: 18px;
	text-align: center!important;
	line-height: 36px;
	display: inline-block;
	text-decoration: none;
	float: none;
	margin-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
	border-radius: 18px;
}

.b-footer-social a:hover {
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}


/* ------ accordion-page ----------------------------------------------------------------*/




.accordion3 {
	width: 100%;
	background-color: #fff;
	
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.accordion3 { list-style-type: none!important; }

.accordion3 li {
	list-style-type: none!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
}



.accordion3 .link3 {
	
	display: block;
	color: #000;
	font-weight: normal;
	border-bottom: 0px solid #dedede;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.submenu3-wrap {
	border-bottom: 0px solid #dedede;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 18px;
}

.submenu3-wrap p {
    margin-bottom: 25px;
}

.accordion3 li i {
 
}

.accordion3 li i.fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 16px;
   position: absolute;
  top: 18px;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion3 li.open .link2 { color: #b63b4d; }

.accordion3 li.open i {}

.accordion3 li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu3 {
	display: none;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px!important;
}

.submenu3 li { border-bottom: 1px solid #fff; 
}

.submenu3 a {

}

.submenu3 a:hover {
  background: rgba(186, 163, 138, 1);
  color: #FFF;
}

.b-article-plus-2 {
	background-image: url(/images/plus-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid rgba(100, 100, 100, .3);
	border-radius: 50%;
	background-size: 17px 17px;
	position: absolute;
	top: 20px;
	right: 0px;
	cursor: pointer;
}

.b-article-minus-2 {
	background-image: url(/images/minus-icon.svg);
	
}

.b-article-plus-2:hover {
	border: 1px solid rgba(0, 0, 0, .5);
}

.accordion3 li.open .b-article-plus-2 {
	background-image: url(/images/minus-icon.svg);
	
}


/* ------ tabs2 ----------------------------------------------------------------*/

.bb-tabs {
	width: 100%;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: left;
}

.bb-section {
	display: none;
	background: #fff;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align: left;
}
.bb-tabs input {
  display: none;
}

.bb-tabs label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 0px 0px;
	text-align: center;
margin-right: 20px;
	background: #ааа;

	font-family: "Circe", Arial, sans-serif;
    font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
    color: rgba(100, 100, 100, .6);

}




.bb-tabs label:hover {
	color: #000;
	cursor: pointer;
	
}

.bb-tabs input:checked + label {
	color: #000;
	background: #fff;
	font-weight: bold;

}

#bb-tab1:checked ~ #bb-content1,
#bb-tab2:checked ~ #bb-content2,
#bb-tab3:checked ~ #bb-content3,
#bb-tab4:checked ~ #bb-content4
 {
  display: block;
}

.bb-section .bb-section-head {
	margin-top: 0px;
}

.bb-section-head {
	display: none;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
	
/* ------ section-journal ----------------------------------------------------------------*/


.b-vollumes {padding-top: 40px;}

.b-vollumes .container {
	padding-right: 0px;
	padding-left: 0px;
}

.section-journal {
	margin-bottom: 60px;
	text-decoration: none;
	display: inline-block;
text-align: center;	
}


.section-journal:hover {
	color: #000;
	text-decoration: none;
	
}

.section-journal:active {
	color: #000;
	text-decoration: none;
	
}

.section-journal:focus {
	color: #000;
	text-decoration: none;
	
}

.section-journal-cover {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 15px;
	
}

.section-journal-cover img {
	width: 75%;
	max-width: 75%;
	border: 1px solid rgba(0,0,0,0.2);
	
	}



.section-journal-name {
	font-size: 17px;
	line-height: 1.3;
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;		
}

.section-journal:hover .section-journal-name  {
	color: #000;
	text-decoration: none;
	
}

.volumes-theme {
	font-family: "Circe", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
}
.volumes-editors {
	font-family: "Circe", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
}

.special-issue {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
}


.section-journal-footer {
	font-size: 13px;
	color: #666;
	margin-top: 5px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e4e4;
	margin-right: 15px;
}
.section-journal-footer span {

}

.section-journal:hover .section-journal-footer {
	color: #000;
	text-decoration: none;
	border-top-color: #000;

}

.bb-section-arhive {
	padding-top: 70px;
}

.section-journals {
	overflow: hidden;
	margin-right: -15px;
}


.b-special-issue-year {
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(100, 100, 100, .1);
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgba(100, 100, 100, .1);
	font-size: 20px;
	text-align: center;
}	

.b-special-issue-year .b-year {}

.b-special-issue-year .b-prev-year {
	background-image: url(/images/sprite-arrows-left.svg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	float: left;
	height: 22px;
	width: 20px;
	background-size: 20px 100px;
	margin-top: 3px;
}
.b-special-issue-year .b-prev-year:hover {
	background-position: left -39px;
}

.b-special-issue-year .b-next-year {
	background-image: url(/images/sprite-arrows-right.svg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	float: right;
	height: 22px;
	width: 20px;
	background-size: 20px 100px;
	margin-top: 3px;
}

.b-special-issue-year .b-next-year:hover {
	background-position: left -39px;
}

.b-special-issue-year .b-prev-year-disabled  {
	background-image: url(/images/sprite-arrows-left.svg);
	background-repeat: no-repeat;
	background-position: left -79px;
	display: inline-block;
	float: left;
	height: 22px;
	width: 20px;
	background-size: 20px 100px;
	margin-top: 3px;
}

.b-special-issue-year .b-next-year-disabled  {
	background-image: url(/images/sprite-arrows-right.svg);
	background-repeat: no-repeat;
	background-position: left -79px;
	display: inline-block;
	float: right;
	height: 22px;
	width: 20px;
	background-size: 20px 100px;
	margin-top: 3px;
}

.b-guest-editor-img img  {
	width: 100%;
	max-width: 100%;	
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
	
}

.b-guest-editor-img .b-item-img {
	position: absolute;
	z-index: 10;
	max-width: 100%;
	height: 100%;
}

.b-guest-editor-img {
	float: left;
	width: 100px;
	position: relative;
	border-radius: 100em;
    overflow: hidden;
}

.b-guest-editor-txt {
	float: right;
	width: 85%;
}

.b-guest-editor {
	margin-bottom: 20px;
	overflow: hidden;
}

.b-guest-editor-txt h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* ------ main-menu-list ----------------------------------------------------------------*/


.b-main-menu-list {
	line-height:40px;
	height: 40px;
	margin-bottom: 0px;
	margin-top: 10px;
	
}

.b-main-menu-list #topmenu ul.main-menu {
	height:40px;
	line-height: 41px;
	position: relative;
	z-index: 9999px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.b-main-menu-list #topmenu ul.main-menu li {
	font-family: "Circe", Arial, sans-serif;
	font-weight: bold;
	float:left;
	height:40px;
	text-transform:uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;

	
}		

.b-main-menu-list #topmenu ul.main-menu li.active {background-color: rgba(255, 255, 255, 1);}
.b-main-menu-list #topmenu ul.main-menu li.active,
.b-main-menu-list #topmenu ul.main-menu li.active:hover {background-color: rgba(255, 255, 255, 1);}
.b-main-menu-list #topmenu ul.main-menu li a,
.b-main-menu-list #topmenu ul.main-menu li a:hover {
	color: #000;
	display: block;
	text-decoration:none;

}

.b-hover {background-color: rgba(255, 255, 255, 1); color: #000!important;}		

.b-main-menu-list #topmenu ul.main-menu li:hover a {
	position: relative;
	height: 40px;
	z-index: 100;
	color: #000;
}

.b-main-menu-list #topmenu ul.main-menu li:hover ul {
	display:block;
}

.b-main-menu-list #topmenu ul.main-menu li:hover a {
	color:#000;
	background-color: rgba(255, 255, 255, 1);
	
}		

.b-main-menu-list #topmenu ul.main-menu li a {
	position: relative;
	height: 40px;
	z-index: 100;
	color: #000;
	padding-right: 5px;
	padding-left: 20px;
line-height: 42px;
	
}		

.b-main-menu-list #topmenu ul.main-menu li:hover ul li a {
	border:none;
	margin-bottom:4px;
	padding-bottom:4px;
	line-height:20px;
	height:auto;
	color: #000;
	font-size: 15px;
	white-space:nowrap;
	font-family: "Circe", Arial, sans-serif;
	font-weight: 300;
}

.b-main-menu-list #topmenu ul.main-menu li:hover ul li a:hover {
	text-decoration:underline;
	color: #000;
}    

.b-main-menu-list #topmenu ul.main-menu li ul {
	display: none;
	position: absolute;
	top: 39px;
	left: auto;
	width:auto;
	margin-left:0px;
	background-color:#ffffff;
	-moz-box-shadow:#747474 0px 2px 4px;
	-webkit-box-shadow:#747474 0px 2px 4px;
	-khtml-box-shadow:#747474 0px 2px 4px;
	box-shadow:#747474 0px 2px 4px;
	/*beh * avior: url(PIE.htc);*/
	z-index: 99;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 22px;
	padding-left: 15px;
}

.b-main-menu-list #topmenu ul.main-menu li ul li {
	float:left;
	clear:both;
	margin: 0px 5px;
	height:auto;
	width: 100%;
	display: block;
}

.b-main-menu-list #topmenu ul.main-menu li ul li:hover {
	border:none;
}

.b-main-menu-list #topmenu ul.main-menu li:hover ul a {
	font-size:12px;
	line-height:20px;
	color:#333;
	text-transform:none;
	background-color: #fff !important;
}

.b-main-menu-list #topmenu ul.main-menu li:hover ul a:hover {
	color:#d9157a;
	background-color: #none !important;
}

.b-main-menu-list #topmenu ul.main-menu li .column {
	float:left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}

.main-menu-col-1 {
	margin-right: 25px;	
}

.main-menu-ul-2 {
	margin-left: -240px!important;
	width: 1100px!important;
}

.b-main-menu-list #topmenu ul.main-menu li .column .column-head {
	font-family: "Circe", Arial, sans-serif;
	font-weight: bold!important;
	text-transform: uppercase!important;
	font-size: 14px!important;
	margin-bottom: 8px!important;
	margin-bottom:4px;
	padding-bottom:4px;
	line-height:20px;
	height:auto;
	color: rgba(0, 0, 0, 1)!important;
	margin-top: 20px;

}

.topnav-2-search {
	
}

.topnav-2-search .fa {
	margin-right: 5px;
}

#topmenu ul.main-menu li a .fa {
	margin-left: 5px;
}

#topmenu ul.main-menu .b-firstlevel-search:before {
    content: "\f002";
    font-family: FontAwesome;
    margin-right: 10px;
}

#topmenu ul.main-menu .b-firstlevel-down:after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: 10px;
position: relative;
line-height: 40px;
}

.b-search-2 {
	margin-top: 1px;
}
	
/* ------ slider-logos-1 ----------------------------------------------------------------*/



.b-slider-logos-1 {
	margin-bottom: 30px;
	padding-top: 30px;
}


.b-slider-logos-1 .b-logos {
    padding-right: 60px;
    padding-left: 60px;
}

.b-logos-1-header {
	font-family: "Fira Sans", Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	width: 100%;
	color: #000;
	letter-spacing: 1px;
	}
	
.b-logos-1-all {
	font-size: 11px;
	text-transform: uppercase;
	color: #000!important;
	background-color: rgba(226, 192, 68, 1);
	letter-spacing: 1px;
	display: inline-block;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-radius: 4px;
	font-weight: normal;
	text-decoration: none!important;
	font-family: "Fira Sans", Arial, sans-serif;
}

.b-logos-1-all:hover {
	color: #000;
	background-color: rgba(226, 192, 68, .8);
	text-decoration: none;
}	

.slider-logos-1 .owl-dots {
		text-align: center;
		display: none;
	}

.slider-logos-1 .owl-dot {
	width: 8px;
	height: 8px;
	background-color: rgba(226, 192, 68, 1);
	display: inline-block;
	border-radius: 10em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;	

		}
.slider-logos-1 .owl-dot.active {
				background-color: #000;
			}
.slider-logos-1 .owl-nav {
			position: absolute;
			top: 50%;
			width: 100%;			
		
		}
.slider-logos-1	.owl-nav > div {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -20px;
	transition: all .25s ease;
	left: -40px;
	background-image: url(/images/sprite_arrows_black.svg);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-size: 20px 200px;
	border-radius: 10em;

			}
.slider-logos-1 	.owl-nav div:hover {
					opacity: 1;
					
				}
.slider-logos-1	 .owl-nav .owl-next {
				right: -40px!important;
				left: auto;
				background-position: 11px -52px;

			}
			
.slider-logos-1	.owl-nav  .disabled {display: none;}			

.b-author-properties-label {
	font-weight: bold;
}

.b-author-properties-value {
	margin-bottom: 20px;
}

.b-page-content {
	padding-top: 20px;
}




/* ------ index-article ----------------------------------------------------------------*/

.b-page-news {
	clear: both;
	overflow: hidden;
	margin-bottom: 0px;
	padding-top: 0px;
}


.b-article .b-unit {
	margin-bottom: 0;
	overflow: hidden;
}

.b-article .b-unit-img {
	float: left;
	width: 15%;
	margin-top: 3px;
	position: relative;
	margin-bottom: 18px;
}

.b-article .b-unit-img .b-img {
	position: absolute;
	z-index: 10;
}

.b-article .b-unit-img:hover {opacity: .8;}

.b-article .b-unit-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
}
	
.b-article .b-unit-content {
	width: 100%;
	overflow: hidden;
}

.b-article .b-unit .b-unit-col:nth-child(2)  {
	float: right;
	width: 81%;
	overflow: hidden;
}	
 	

.b-article .b-unit-head {
	color: rgba(0, 0, 0, 1);
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	width: 90%;
}



.b-article .b-unit-head:hover {
	color: rgba(74, 105, 166, 1);
}
.b-article .b-unit-head:focus {
	color: rgba(74, 105, 166, 1);
}

.b-article .b-unit-toptech {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.b-article .b-article-author {
color: #999;
    padding-top: 1px;
    padding-bottom: 15px;
}
.b-article .b-article-author a {
	    font-family: "Circe", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
	color: #999;
	text-decoration: none;

}
.b-article .b-article-author a:hover {
	color: #000;
	text-decoration: underline;
	}

.b-article .b-unit-txt {

	}

.b-article .b-unit-txt p {
	margin-bottom: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.b-article .b-unit-bottomtech {
	font-family: "Circe", Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.b-article .b-unit-more {
	margin-top: 25px;
	
}

.b-article .b-article-hidden-txt {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	margin-top: 10px;
}
.b-article .b-article-hidden-txt ol li {
margin-left: 30px!important;
list-style-type: unset!important;
}
.b-article .b-article-hidden-txt ol {margin-bottom: 20px!important;}

.b-article .b-article-hidden-tech {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;

	margin-top: 20px;
}
.b-article .b-article-hidden-tech:last-child {

	margin-top: 10px;
}

.b-article .b-article-hidden-tech p {

    margin-bottom: 6px;
}

.b-article-list .b-article-bottomtech a {
	display: inline-block;
	margin-right: 20px;
}
.b-article-list .b-article-bottomtech a:hover {
	text-decoration: none;
}

.b-article-list .b-article-bottomtech div {
	display: inline-block;
	margin-right: 15px;
}

.b-article-list .b-article {
    padding-bottom: 7px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(100, 100, 100, .1);
    margin-bottom: 20px;
    position: relative;
}

/* ------ index-news ----------------------------------------------------------------*/

.b-index-news {
	clear: both;
	overflow: hidden;
	margin-bottom: 0px;
	padding-top: 0px;
}


.b-index-news .b-unit {
	margin-bottom: 30px;
	overflow: hidden;
}

.b-index-news .b-unit-img {
	float: left;
	width: 20%;
	margin-top: 3px;
	position: relative;
}

.b-index-news .b-unit-img .b-img {
	position: absolute;
	z-index: 10;
}

.b-index-news .b-unit-img:hover {opacity: .8;}

.b-index-news .b-unit-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
}

.b-index-news .b-unit-content {
	width: 100%;
	overflow: hidden;
}
.b-index-news .b-unit-content br {display:none;}

.b-index-news .b-unit .b-unit-col:nth-child(2)  {
	float: right;
	width: 76%;
	overflow: hidden;
}	
 	

.b-index-news .b-unit-head {
	font-family: "Circe", Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.b-index-news .b-unit-data {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3;
	color: rgba(100, 100, 100, .5);
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

.b-index-news .b-unit-head:hover {
	color: rgba(240, 26, 34, 1);
}
.b-index-news .b-unit-head:focus {
	color: rgba(240, 26, 34, 1);
}

.b-index-news .b-unit-toptech {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.b-index-news .b-unit-txt {
	font-size: 12px;
	line-height: 1.4;
	color: #666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	}

.b-index-news .b-unit-txt p {
	margin-bottom: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.b-index-news .b-unit-bottomtech {
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.b-index-news .b-unit-more {
	margin-top: 25px;
	
}

/* ------ ileft-banner ----------------------------------------------------------------*/

.b-left-banner  {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 50px;
	display: block;
}

.b-left-banner .b-left-banner-img {
	width: 100%;
	position: relative;
	display: block;
}

.b-left-banner .b-left-banner-img .b-img {
	position: absolute;
	z-index: 10;
}

.b-left-banner:hover {
	opacity: .9;
	text-decoration: none;
}

.b-left-banner .b-left-banner-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
}

.b-left-banner .b-left-banner-txt {
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #06C;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.b-index-current-issue {
	font-family: "Circe", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #039;
	background-color: rgba(200, 200, 200, .2);
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-decoration: none;
	margin-top: 60px;
	}
.b-index-current-issue:hover {
	text-decoration: none;
	background-color: rgba(200, 200, 200, .3);
}	
	
.b-index-prev-issue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 30px;
	margin-bottom: 40px;
}

.b-index-prev-issue a {


	text-decoration: none;
	text-align: center;

	border-bottom: solid 1px #dedede;
}		

.b-index-prev-issue:hover {}

.b-index-impact {
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	width: 49%;
	border: solid 1px #dedede;
	padding-top: 20px;
	padding-bottom: 15px;
	border-radius: 10px;
height: 100px;
}
.b-index-year {
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	width: 49%;
	border: solid 1px #dedede;
	padding-top: 30px;
	padding-bottom: 15px;
	border-radius: 10px;
height: 100px;
float: left;
margin-right: 2%;
}

.b-index-impact span {
	font-family: "Circe", Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	}
	
	
/* ------ left----------------------------------------------------------------*/

.b-page-left {
	width: 27%;
	padding-top: 0px;
	margin-top: 1px;
flex: 0 0 27%;
order: 1;
padding-right: 30px;
	
}

.b-page-left-menu {
	background-color: rgba(38, 187, 157, 1);
	border-radius: 10px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	}
	
.b-page-left-menu a {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 0.7em;
	padding-right: 1.3em;
	padding-bottom: 0.7em;
	padding-left: 1.3em;
	border-radius: 6px;
	margin-bottom: 4px;	
}


.b-page-left-menu a:hover {
	background-color: rgba(255, 255, 255, .3);
	color: #000;
	}

.b-page-left-go {display: none;}

.b-page-left-go {
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	display: inline-block;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 44px;
	position: relative;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #069;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 3px;
}
.b-page-left-go:hover {	color: #FFF;
	text-decoration: none;
	background-color: #069;}

.b-page-left-go:after {
	content: "\f0ae";
	font-family: FontAwesome;
	margin-left: 15px;
	font-size: 18px;
	top: 7px;
	position: absolute;
	left: 0px;
}

.b-page-left-go:before {
    content: "Показать";
	margin-right: 8px;

}

.b-page-left-go-hover:after {
    content: "\f00d"!important;
    font-family: FontAwesome;
    margin-left: 15px;

}

.b-page-left-go-hover:before {
    content: "Скрыть";
	margin-right: 8px;

}



.b-rubrikator-sub {margin-bottom: 20px;}

.b-rubrikator-sub li {
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 1.3;
	list-style-type: none;
}

.b-rubrikator-sub li a {
	
}	

.b-rubrikator-main {
	font-family: "Circe", Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.b-article-nav a {
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: rgba(245, 245, 245, 1);
	width: 100%;
	text-align: center;
border-radius: 6px;
margin-top: 10px;
}

.b-article-nav a:hover {
	background-color: #666;
	color: #FFF;
	text-decoration: none;
}

.b-article-nav a .fa-angle-double-left {
	margin-right: 7px;
}

.b-article-nav a .fa-angle-left {
	margin-right: 7px;
}

.b-article-nav a .fa-angle-double-right {
	margin-left: 7px;
}

.b-article-nav a .fa-angle-right {
	margin-left: 7px;
}	

.b-link-icon {
	font-family: "Circe", Arial, sans-serif;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 60px;
	margin-top: 0px;
	text-decoration: none!important;
	color: #000!important;
	border-radius: 6px;
	border: 1px solid rgba(200, 200, 200, .3);
}

.b-link-icon:hover {
	background-color: rgba(200, 200, 200, .3);
}

.b-icon-left-pdf {
	background-image: url(/images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 35px 35px;
margin-bottom: 20px;
display: inline-block;
}

.b-page-left-info {border-radius: 6px;
	 background-color: rgba(245, 245, 245, 1);
	     padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;}	 
	
.article-properties-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 1.4;
}

.article-properties-left p {margin-bottom: 10px;}	

.accordion5 {
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.accordion5 { list-style-type: none!important; }

.accordion5 li {
	list-style-type: none!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
}

.accordion5 a {
  color: #0070b8;!important;
  text-decoration: none!important;
}

.accordion5 .link-3 {
  cursor: pointer;
  display: block;
  padding: 15px 5px 15px 20px;

  font-size: 14px;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
    border: 1px solid rgba(200, 200, 200, .3);
}

.submenu3-wrap {
	padding-top: 20px;
	padding-bottom: 10px;
}

.accordion5 li i {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion5 li i.fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 16px;
}

.accordion5 li.open .link5 { color: #000; }

.accordion5 li.open i { color: #b63b4d; }

.accordion5 li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu5 {
	display: none;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px!important;
}

.submenu5 li { border-bottom: 1px solid #fff; }

.submenu5 a {
  display: block;
  text-decoration: none;
  color: #fff!important;
  padding: 12px 12px 12px 52px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: rgba(86, 163, 138, 1)
}

.submenu5 a:hover {
  background: rgba(186, 163, 138, 1);
  color: #FFF;
}

.submenu5-wrap {
	font-size: 13px;
	line-height: 1.6;
	color: #000;
	padding-top: 20px;
	padding-left: 20px;
}


@media only screen and (max-width : 576px) {

.accordion5 li {
	list-style-type: none!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-right: 0px!important;
}

}


.b-page-article-list .b-heading {
	margin-top: 40px;
	margin-bottom: 30px;
	color: rgba(240, 26, 34, 1);
}

.b-page-left-rubrikator  {
	margin-top: 40px;
	margin-bottom: 30px;
}


/* ------ top-mob ----------------------------------------------------------------*/

.b-top-mob {
	background-color: rgba(255, 255, 255, 1);
	height: 75px;
	width: 100%;
	display: none;
	margin-bottom: 0px;
	-moz-box-shadow: rgba(235, 235, 235, 1) 0px 10px 10px;
	-webkit-box-shadow: rgba(235, 235, 235, 1) 0px 10px 10px;
	-khtml-box-shadow: rgba(235, 235, 235, 1) 0px 10px 10px;
	box-shadow: rgba(235, 235, 235, 1) 0px 10px 10px;
}
.b-top-logo-mob {
	display: inline-block;
	width: 200px;
	margin-left: 70px;
}
.b-top-logo-mob  img {
	width: 100%;
	max-width: 100%;
}
.b-top-logo-mob-min {
	width: 50px;
	margin-left: 70px;
	display: none;
}
.b-top-logo-mob-min  img {
	width: 100%;
	max-width: 100%;
}
.b-top-slogan-mob {
	font-size: 10px;
	line-height: 14px;
	color: #000;
	float: left;
	width: 250px;
	margin-left: 20px;
	text-transform: uppercase;	
}
.b-top-search-mob {
	font-size: 23px;
	line-height: 35px;
	display: inline-block;
	float: right;
	margin-right: 25px;
	margin-left: auto;	
	text-decoration: none;
	background-image: url(/images/search-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	background-size: 25px 25px;
}
.b-top-place-mob {
	font-size: 23px;
	line-height: 48px;
	display: inline-block;
	float: right;
	margin-right: 30px;
	color: #000;
	text-decoration: none;
	background-image: url(../img/place.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 35px;
	background-size: 25px 25px
}
.b-top-cart-mob {
	font-size: 23px;
	line-height: 35px;
	display: inline-block;
	margin-right: 30px;
	color: #000;
	text-decoration: none;
	background-image: url(../img/cart-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	background-size: 25px 25px
}
.b-top-phone-mob {
	font-size: 23px;
	line-height: 48px;
	display: inline-block;
	float: right;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	background-image: url(../img/phone.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 35px;
	background-size: 25px 25px
}

.toggle-mnu {
	display: none;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	left: 20px;
	top: 27px;
	z-index: 10000;
}
.toggle-mnu-wrap {display: none;
	background-color: rgba(255, 255, 255, 0);
	height: 75px;
	width: 54px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
.toggle-mnu:focus {
	outline: none;
}
.toggle-mnu span:after,
.toggle-mnu span:before { 
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
}
.toggle-mnu span:after {
	top: 14px;
}
.toggle-mnu span {
	position: relative;
	display: block;
}
.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 3px;
	background-color: #000;
	-webkit-transition:all .3s;
	transition: all .3s;
	backface-visibility: hidden;
	border-radius: 0px;
}
.toggle-mnu.on span {
	background-color: transparent;
}
.toggle-mnu.on span:before {
	-webkit-transform:rotate(45deg) translate(0px,0);
	-ms-transform:rotate(45deg) translate(0px,0);
	transform:rotate(45deg) translate(0px,0)
}
.toggle-mnu.on span:after {
	-webkit-transform:rotate(-45deg) translate(5px,-5px);
	-ms-transform:rotate(-45deg) translate(5px,-5px);
	transform:rotate(-45deg) translate(5px,-5px)
}
.toggle-mnu.on + #menu {
	opacity: 1;
	visibility: visible;
}


@media only screen and (max-width : 992px) {
.b-top-mob {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.toggle-mnu {display: block;}
.toggle-mnu-m {display: block;}
.toggle-mnu-wrap {display: block;}
.b-main-head {display:none;}
.b-main-menu {display:none;}
.b-main-menu-min {display:none;}
.b-main-menu-list {display:none;}
}

@media only screen and (max-width : 676px) {
	
.b-top-slogan-mob {display:none;}
}

@media only screen and (max-width : 360px) {
.b-top-logo-mob {
    display: inline-block;
    width: 170px;
    margin-left: 70px;
}
}


/* ----------------- sidebar ----------------------------------------------------------------*/


.sidebar.open-sidebar {
	left: 0px;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}    
.sidebar {
	position: absolute;
	left: -360px;
	background-color: rgba(255, 255, 255, 1);
	width: 360px;
	min-height: 100%;
	box-sizing: border-box;
	z-index: 2000;
	-webkit-transition:  left 0.4s ease-in-out;
	-moz-transition:  left 0.4s ease-in-out;
	-ms-transition:  left 0.4s ease-in-out;
	-o-transition:  left 0.4s ease-in-out;
	transition:  left 0.4s ease-in-out;
	padding-top: 50px;
	padding-bottom: 30px;	
}


.sidebar .b-sidemenu-min {
	margin-top: 0px;
	margin-bottom: 30px;
}
.sidebar .b-sidemenu-min a {
	font-family: "Circe", Arial, sans-serif;
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-top: 1px solid rgba(100,100,100,.1);
}
.sidebar .b-sidemenu-min li:last-child a { 
border-bottom: 1px solid rgba(100,100,100,.1);
 }
.sidebar .b-sidemenu-min a:hover {
       background-color: rgba(200, 200, 200, .1);
    }
	
	
	
.b-side-phone {

	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	color: #000;
	font-family: "Circe", Arial, sans-serif;
	font-size: 22px!important;
	line-height: 40px;	
}

.b-side-phone a {
	text-decoration: none;
	color: #000;
}

.b-side-phone-i {
	float: left;
	height: 30px;
	width: 30px;
	border: 1px solid #ccc;
	font-size: 15px;
	margin-right: 10px;
	text-align: center;
	line-height: 30px;	
	margin-top: 4px;	
}

/* ------ accordion-mob-menu ----------------------------------------------------------------*/

.b-accordeon-left-mob .accordion {
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 0px solid rgba(0,0,0,.1);
	list-style-type: none!important;
}
.b-accordeon-left-mob .accordion li {
	list-style-type: none!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
text-align: left;
}
.b-accordeon-left-mob .accordion a {
	color: #000!important;
	text-decoration: none!important;
text-align: left;
}
.b-accordeon-left-mob .accordion .a-line	{
	font-family: "Circe", Arial, sans-serif;
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-top: 1px solid rgba(0,0,0,.1);
text-align: left;
}
.b-accordeon-left-mob .accordion .a-line:hover {
       background-color: rgba(255, 255, 255, .1);
    }
.b-accordeon-left-mob .accordion .link2 {
	font-family: "Circe", Arial, sans-serif;
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-top: 1px solid rgba(100,100,100,.1);
}
.b-accordeon-left-mob .accordion li:last-child .link2 { 
border-bottom: 1px solid rgba(100,100,100,.1);
 }
.b-accordeon-left-mob .accordion li i {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
   -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.b-accordeon-left-mob .accordion li i.fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 14px;
}
.b-accordeon-left-mob .accordion li.open .link2 { color: #000; }
.b-accordeon-left-mob .accordion li.open i { color: #000; }
.b-accordeon-left-mob .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu2 {
	font-family: "Circe", Arial, sans-serif;
	display: none;
	font-size: 16px;
	margin-bottom: 0px;
	background: rgba(0, 0, 0, .05);
}
.submenu2 li { border-bottom: 0px solid #fff; }
.submenu2 a {
	display: block;
	text-decoration: none;
	color: #000!important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.submenu2 a:hover {
  background: rgba(0, 0, 0, .1);
  color: #000;
}
.submenu2 li:first-child a {padding-top: 15px;}
.submenu2 li:last-child a {padding-bottom: 15px;}
.b-accordeon-left-mob .accordion .b-accordeon-2-simple  {
  cursor: pointer;
  display: block;
  padding: 15px 5px 15px 52px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #dedede;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b-accordeon-left-mob .accordion .b-accordeon-2-simple a {
	color: #000!important;
	}


@media only screen and (max-width : 360px) {

.sidebar {left: -300px;	width: 300px;}
}

.b-top-issn-mob {
	font-family: "Circe", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
color: rgba(74, 105, 166, 1);
	float: left;
	width: 250px;
	margin-top: 8px;
	text-align: left;
	margin-left: 40px;

}
.b-side-lang {font-family: "Circe", Arial, sans-serif;
	margin-top: 31px;
	margin-right: 0px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 0px;
}

.b-side-lang a {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	color: rgba(70, 70, 70, .9);
	text-decoration: none;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
font-family: "Circe", Arial, sans-serif;
	display: inline-block;
	float: right;
	margin-left: 5px;
}

.b-side-lang a:hover {
color: rgba(70, 70, 70, .7);

	}
	
.b-side-lang-active {
	color: rgba(0, 0, 0, 1)!important;
	font-weight: 800;
	}

.b-side-login {
	display: inline-block;
	font-size: 13px;
	margin-top: 33px;
	font-family: "Circe", Arial, sans-serif;
	position: absolute;
	top: 0;
	right: 100px;
}

.b-side-login a {
	
	font-size: 15px;
	line-height: 20px;
	color: rgba(70, 70, 70, .9);
	text-decoration: none;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	}
	
.b-side-login a:hover {
color: rgba(70, 70, 70, .7);
}	


/* ------ page-news ----------------------------------------------------------------*/

.page-news__wrap .b-item {
	margin-bottom: 70px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.page-news__wrap .b-item .b-item__img {
	flex: 0 0 400px;
	position: relative;
	margin-top: 3px;
	height: 400px;
	transition: all .5s ease;
	position: relative;
	display: block;	
	margin-right: 5%;
}
.page-news__wrap .b-item .b-item__img img {
width: 100%;
	object-fit: cover;
	object-position: center center;
		position: absolute;
	z-index: 10;
	height: 100%;
}
.page-news__wrap .b-item .b-item__content {
	flex-direction: column;
	align-self: center;
}
.page-news__wrap .b-item .b-item__img:hover {
	opacity: .8;
}
.page-news__wrap .b-item .b-item__data {
	font-family: "Circe", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.3;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	display: block;
	margin-bottom: 0.6rem;	
	letter-spacing: 1px;
}
.page-news__wrap .b-item .b-item__title {
	font-family: "Circe", Arial, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.4;
	text-transform: uppercase;
	color: rgba(240, 26, 34, 1);
	text-decoration: none!important;
	display: block;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}
.page-news__wrap .b-item .b-item__title:hover,
.page-news__wrap .b-item .b-item__title:focus
 {
	color: #F00;
}
.page-news__wrap .b-item .b-item__toptech {
	font-family: "Circe", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 1rem;
}
.page-news__wrap .b-item .b-item__text {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #666;
	display: block;
}
.page-news__wrap .b-item .b-item__text p {
	margin-bottom: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.page-news__wrap .b-item .b-item__bottomtech {
	font-family: "Circe", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 2rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.page-news__wrap .b-item .b-item__more {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.page-news__wrap .b-item .b-item__more a {
	font-family: "Circe", Arial, sans-serif;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
	width: auto;
	border: none;
	color: #000;
	background-color: rgba(200, 200, 200, .2);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 0.4s ease 0s;
	position: relative;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 12px 60px 10px 30px;
	border-radius: 10em;
	text-align: right; 
	position: relative;
}
.page-news__wrap .b-item .b-item__more a:after {
	content: "";
	position: absolute;
	background-image: url(../img/arr-right-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 12px;
	display: block;
	width: 24px;
	height: 12px;
	top: 50%;
		right: 25px;
		z-index: 2;
		opacity: 1!important;
		visibility: visible; 
		transform: translateY(-50%);
	
}

.page-news__wrap .b-item .b-item__more a:hover,
.page-news__wrap .b-item .b-item__more a:focus
 {text-decoration: none!important; background-color: rgba(200, 200, 200, .5);}


@media only screen and (max-width : 1200px) {

.page-news__wrap .b-item .b-item__img {
	flex: 0 0 40%;
	height: 200px;
	margin-right: 4%;

}

}


@media only screen and (max-width : 992px) {


}


@media only screen and (max-width : 767px) {


}

@media only screen and (max-width : 576px) {

.page-news__wrap .b-item {
	flex-direction: column; padding: 0 15px;
}
.page-news__wrap .b-item .b-item__img {
	margin-bottom: 20px;
	margin-right: 0;
width: 100%;
display: block;
flex: 0 0 200px;
}



}

.bx-breadcrumb .bx-breadcrumb-item {
    float: none;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
display: inline;
}		

.b-editors-item {
margin-bottom: 50px;
}
.b-editors-item .b-editors-item__name {
	font-family: "Circe", Arial, sans-serif;
	font-size: 17px;
	    color: rgba(74, 105, 166, 1);
	    text-transform: uppercase;
	    text-decoration: none;
	    font-weight: bold;
	    padding: 6px 0 2px 0;
display: inline-block;

}
.b-editors-item .b-editors-item__name:hover {color:#000;}

.b-editors-item .b-editors-item__position {
font-weight: bold;
}

.b-editors-item .b-editors-item__tech {
font-size: 13px;
padding-top: 10px;
}

.b-editors-item .b-editors-item__tech p {
margin-bottom: 6px;
}

.b-page-year-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 30px;
width: 100%;
}



.b-page-year-section .b-year-head {
    font-family: "Circe", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.b-page-year-section ul li {
    list-style: none;
    display: block;
    margin-bottom: 6px;
    margin-left: 0;
    padding-left: 0;
}
.b-page-year-section ul li a {
    display: block;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
}
.b-page-year-section ul li .vol-tema {
background-color: rgba(74, 105, 166, 1);
border: 1px solid rgba(74, 105, 166, 1);
color: #fff;
}

.b-page-year-section ul li .vol-tema:hover {
background-color: rgba(74, 105, 166, .8);
border: 1px solid rgba(74, 105, 166, .8);
color: #fff;
}

.b-filter-list {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
font-family: "Circe", Arial, sans-serif;
}

.b-filter-list input {
    font-family: "Circe", Arial, sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    background-color: #f5f5f5;
    text-align: center;
    display: inline-block;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15px;
    text-decoration: none;
    margin-right: 3px;
    border: 1px solid #e1e1e1;
    margin-bottom: 9px;

}

input.altasib_abc {
	font-weight: bold;	
cursor: pointer;
border: 1px solid rgba(74, 105, 166, 1);
}

input.altasib_abc:hover {
	background-color: rgba(74, 105, 166, 1);
	text-decoration: none;
color: #fff;
opacity: .7;
cursor: pointer;
}

.b-search-articles {
font-size: 13px;
}
.b-search-articles table tr td  {
padding-bottom: 4px;
}

.b-search-articles table thead {display: none;}

.b-search-articles table tr td input  {
margin: 0 4px 4px 4px;
padding: 0 5px;
}

.b-search-articles table tr td input[type="submit"] {

	text-decoration: none;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: button;
	cursor: pointer;
	text-decoration: none!important;
	margin-right: 1px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: normal;
	transition: all .5s ease;
	box-shadow: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 10px 30px 10px 30px;
    background-color: rgba(245, 245, 245, 1);
font-family: "Circe", Arial, sans-serif;
}



/* ------ news-detail ----------------------------------------------------------------*/



.b-news-detail__data {
	font-family: "Circe", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
color: rgba(240, 26, 34, 1);
margin-bottom: 30px;
}
.b-news-detail__img {
	margin-top: 4rem;
	margin-bottom: 4rem;
	margin-left: -20px;
	margin-right: -20px;
}
.b-page__toptech {
	font-family: "Circe", Arial, sans-serif;
	font-weight: 300;
	border-bottom: 1px dotted #ccc;
	color: #000;
	margin-bottom: 2rem;
	padding-top: 2rem;
	padding-bottom: 0.6rem;
		text-align: center;
	width: 100%;
}	
.b-page__bottomtech {
	font-family: "Circe", Arial, sans-serif;
	font-weight: normal;
	border-top: 1px dotted #ccc;
	color: #000;
	margin-top: 2rem;
	padding-bottom: 1rem;
	padding-top: 0.6rem;
	font-style: italic;
		text-align: center;
	width: 100%;
}
.b-page__back {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-ms-flex-align: center;
	align-items: center;
	margin: 3rem 0;
}
.b-page__back a {
	font-family: "Circe", Arial, sans-serif;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
	width: auto;
	border: none;
	color: #000;
	background-color: rgba(200, 200, 200, .2);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 0.4s ease 0s;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	line-height: 1.5;
	background-image: url(../img/arr-left-black.svg);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 24px 12px;
	padding: 12px 30px 10px 30px;
	border-radius: 10em;
	text-align: left; 
}

.b-page__back a:hover,
.b-page__back a:focus {
 	text-decoration: none!important;
 	background-color: rgba(200, 200, 200, .5);
 	color: #000;
 }


/* ------ slider-news-detail ----------------------------------------------------------------*/



.slider-news-detail .owl-dots {
		text-align: center;
	}

.slider-news-detail .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px 10px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;

		}
.slider-news-detail .owl-dot.active {
				background-color: #000;
			}
.slider-news-detail .owl-nav {
			position: absolute;
			top: 50%;
			width: 100%;		
		}
.slider-news-detail	.owl-nav > div {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -40px;
	transition: all .25s ease;
	left: 0;
	background-image: url(../img/sprite_arrows_black.svg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-size: 15px 150px;
	background-color: #fff;
	background-color: #fff;
			}
.slider-news-detail 	.owl-nav div:hover {
					opacity: 1;
					background-color: #fff;
				}
.slider-news-detail	 .owl-nav .owl-next {
				right: 0px!important;
				left: auto;
				background-position: 13px -34px;
			}
			
.slider-news-detail	.owl-nav  .disabled {display: none;}
.slider-news-detail .item {
	overflow: hidden;
	position: relative;
}


.slider-news-detail .item img  {
	width: 100%;
	max-width: 100%;	
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
	
}

.slider-news-detail  .item .b-item-img {
	position: absolute;
	z-index: 10;
	max-width: 100%;
	height: 100%;
}



/* ------ tabs2 ----------------------------------------------------------------*/

.bb-tabs-2 {
	width: 100%;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: left;
}

.bb-tabs-2 .bb-section {
	display: none;
	background: #fff;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: left;
	border-top: 1px solid rgba(200, 200, 200, .6);
	border-bottom: 1px solid rgba(200, 200, 200, .6);
	margin-bottom: 30px;
}
.bb-tabs-2 input {
  display: none;
}

.bb-tabs-2 label {
	display: inline-block;
	margin: 0 0 0px;
	padding: 10px 0px;
	text-align: center;
margin-right: 20px;
	font-family: "Circe", Arial, sans-serif;
    font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
    color: rgba(100, 100, 100, .6);
}

.bb-tabs-2 label:hover {
	color: #000;
	cursor: pointer;
	
}

.bb-tabs-2 input:checked + label {
	color: #000;
	background: #fff;
	font-weight: bold;

}

#bb-tab21:checked ~ #bb-content21,
#bb-tab22:checked ~ #bb-content22,
#bb-tab23:checked ~ #bb-content23,
#bb-tab24:checked ~ #bb-content24,
#bb-tab25:checked ~ #bb-content25,
#bb-tab26:checked ~ #bb-content26,
#bb-tab27:checked ~ #bb-content27,
#bb-tab28:checked ~ #bb-content28,
#bb-tab29:checked ~ #bb-content29,
#bb-tab30:checked ~ #bb-content30
 {
  display: block;
}

.bb-tabs-2 .bb-section input[type="text"] {
	border: 1px solid rgba(200, 200, 200, .6)!important;
	width: 600px;
	height: 40px;
	display: inline-block;
	padding: 5px;
margin: 0 5px 5px 0;	
}
.form-add {
	width: 900px;

}
.form-add input {
	float: left;
	clear: left;
}
.form-add-button {
	display: inline-block;
	float: left;
	border: 1px solid rgba(200, 200, 200, .6)!important;
	border-radius: 5px;
	background-color: rgba(200, 200, 200, .2);
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0px 20px;
margin: 0 5px 5px 0;
text-decoration: none;
	color: #000;
	font-size: 14px!important;		
}
.form-add-button i {
	margin-right: 5px;
}
.form-add-button:hover {
	display: inline-block;
	float: left;
	border: 1px solid rgba(100, 100, 100, 1)!important;
	text-decoration: none;
}

.bb-tabs-2 .bb-section input[type="file"] {
	border: 0px solid rgba(200, 200, 200, .6)!important;
	width: 350px;
	height: 40px;
	display: inline-block;
	padding: 5px;	
}
#bb-content23 .b-form-line input[type="text"] {width: 200px!important;}
.b-form-line {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
flex-wrap:wrap;
}
.b-form-label {
	margin-right: 10px;
	width: 100%;
	text-align: left;
	font-size: 14px;
margin-bottom: 5px;
	
}
.bb-tabs-2 .bb-section textarea {
	border: 1px solid rgba(200, 200, 200, .6)!important;
	width: 100%;
	display: inline-block;
	padding: 5px;	
}

.b-form-podacha input[type="submit"] {
	font-family: "Circe", Arial, sans-serif;
	font-size: 13px;
	line-height: 42px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(74, 105, 166, 1);
	opacity: .7;
	border: none;
	outline: none;
}

.b-form-podacha input[type="submit"]:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
}
.b-form-podacha {margin-bottom:30px;}
.b-form-check {margin-bottom:30px;}
.b-form-check input {margin-left:10px; font-size: 20px!important;line-height:20px!important;}
.b-form-check a {text-decoration:underline!important;}
.bb-tabs-2 .bb-section p {font-size: 14px;margin-bottom:20px;}

.form-add2 {
	width: 900px;

}
.form-add2 input {
	float: left;
	clear: left;
}

.form-add3 {
	width: 900px;

}
.form-add3 input {
	float: left;
	clear: left;
}
.form-add4 {
	width: 900px;
padding-top: 10px;

}
.form-add4 input {
	float: left;
	clear: left;
}
.form-add5 {
	width: 900px;
padding-top: 10px;

}
.form-add5 input {
	float: left;
	clear: left;
}
.form-add6 {
	width: 900px;

}
.form-add6 input {
	float: left;
	clear: left;
}

.b-link-epub {
	display: inline-block;
	background-image: url(/images/elibrary_ru2.svg);
	background-size: 150px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 25px;
margin-bottom: 15px;
	
}

.b-footer-pub {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	font-family: "Circe", Arial, sans-serif;
	align-items: center;
	font-size: 13px;
}
.b-footer-pub__img {
	flex: 0 0 30px;
	margin-right: 10px;
}

.b-page-txt  table {
width: 100%;
margin-bottom: 10px;
}
.b-page-txt  table td {
padding: 10px;
}
.b-page-txt  table td p {
margin: 0!important;
}

.nomer_item {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 50px 0 0 0;
}
.nomer_item_img {
flex: 0 0 25%;
}
.nomer_item_img img {width: 100%;
max-width: 100%;}

.nomer_item_txt {
flex: 0 0 70%;
}
.bx-pagination {
    margin-top: 30px;
}


.page-news__wrap {
	clear: both;
	overflow: hidden;
	margin-bottom: 0px;
	padding-top: 0px;
}


.page-news__wrap .b-unit {
	margin-bottom: 30px;
	overflow: hidden;
}

.page-news__wrap .b-unit-img {
	float: left;
	width: 20%;
	margin-top: 3px;
	position: relative;
}

.page-news__wrap .b-unit-img .b-img {
	position: absolute;
	z-index: 10;
}

.page-news__wrap .b-unit-img:hover {opacity: .8;}

.page-news__wrap .b-unit-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
}
	
.page-news__wrap .b-unit-content {
	width: 100%;
	overflow: hidden;
}

.page-news__wrap .b-unit .b-unit-col:nth-child(2)  {
	float: right;
	width: 76%;
	overflow: hidden;
}	
 	

.page-news__wrap .b-unit-head {
	font-family: "Circe", Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.page-news__wrap .b-unit-data {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	color: rgba(100, 100, 100, .5);
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

.page-news__wrap .b-unit-head:hover {
	color: rgba(240, 26, 34, 1);
}
.page-news__wrap .b-unit-head:focus {
	color: rgba(240, 26, 34, 1);
}

.page-news__wrap .b-unit-toptech {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.page-news__wrap .b-unit-txt {
	font-size: 15px;
	line-height: 1.4;
	color: #666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	}

.page-news__wrap .b-unit-txt p {
	margin-bottom: 5px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.page-news__wrap .b-unit-bottomtech {
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.page-news__wrap .b-unit-more {
	margin-top: 25px;
	
}
.b-current a  {
display: block;
padding: 40px 0;
margin: 20px 0;
background-color: rgba(161,199,217,.5);
text-align: center;
	font-size: 30px;
	color: #000;
	font-weight: bold;
text-decoration: none;
font-family: 'PT Sans Narrow', sans-serif;
}

.b-edit__wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
margin-bottom: 40px;
width: 100%;
}
.b-edit__wrap-autor {
	 border-radius: 6px;
    background-color: rgba(245, 245, 245, 1);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-right: 2%;
    flex: 1 0 23%;
    font-size: 14px;
}
.b-edit__wrap-autor p {
	margin-bottom: 10px;
}
.b-edit__wrap-autor-title {
font-family: "Circe", Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
margin-bottom: 20px;
}
.b-edit__wrap-autor-title i {
	font-size: 20px;
	margin-right: 6px;
}
.b-edit__wrap-instr {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 30px;
}
.b-edit__instr {
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: rgba(245, 245, 245, 1);
	font-family: "Circe", Arial, sans-serif;
	margin-right: 5px;
margin-bottom: 10px;

}
.b-edit__instr:hover {
	background-color: #666;
	color: #FFF;
	text-decoration: none;
}
.b-edit__instr i {
margin-right: 5px;
}



.b-sections-list .list-item {
list-style: none;
float: left;
margin: 0 6px 10px 0;
}

.b-sections-list {margin-bottom:50px;
overflow: hidden;}

.b-sections-list .list-item a  {
    font-family: "Circe", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    text-decoration: none!important;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
border: 1px solid rgba(200,200,200,.7);
color: #000;
}
.b-sections-list .list-item a:hover {
background-color: rgba(74, 105, 166, 1);
	color: #FFF;
	text-decoration: none;
border: 1px solid rgba(74, 105, 166, 1);
}

.prev_next a  {
    font-family: "Circe", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
background-color: rgba(74, 105, 166, .7);
	color: #FFF;
	text-decoration: none;

    display: inline-block;
    padding: 10px 30px;
    border-radius: 10em;
    text-transform: uppercase;
    letter-spacing: 1px;
color: #fff;
}
.prev_next a:hover {
background-color: rgba(74, 105, 166, 1);
	color: #FFF;
	text-decoration: none;

}

.b-form-registr .b-form-registr-pole {
	display: flex;
	flex-direction: row;
/*	flex-wrap: wrap;*/
	padding-bottom: 6px;
}
.b-form-registr .b-form-registr-name {
	flex: 0 0 220px;
}
.b-form-registr .b-form-registr-txt {
	flex: 0 0 640px;
}
.b-form-registr .b-form-registr-txt input {
	width: 100%;
	border: 1px solid rgba(200,200,200,.7);
	padding: 4px 6px;
}
.b-form-registr .b-form-registr-txt select {
	width: 100%;
	border: 1px solid rgba(200,200,200,.7);
	padding: 4px 6px;
}
.b-form-registr .b-form-registr-txt textarea {
	width: 100%;
	border: 1px solid rgba(200,200,200,.7);
	padding: 4px 6px;
}
.b-form-registr .b-form-registr-capcha {
	padding: 10px 0;
}
.b-form-registr .b-form-registr-capcha .b-form-registr-capcha-1 {
	margin: 6px 0;
}
.b-form-registr .b-form-registr-capcha  input {
		border: 1px solid rgba(200,200,200,.7);
	padding: 4px 6px;
}
.b-form-registr .b-form-registr-button input {
    font-family: "Circe", Arial, sans-serif;
    font-size: 13px;
    line-height: 42px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none!important;
    display: inline-block;
    height: 40px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(74, 105, 166, 1);
    opacity: 1;
    border: none;
    margin: 15px 0;
}
.b-form-registr .b-form-registr-pole:nth-child(14) {height: 0!important; overflow: hidden; padding: 0!important;}

.b-form-review input[type="text"] {
    width: 100%;
    max-width: 900px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    outline: none;
    border: 1px solid #c1c5c8;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.b-form-review textarea {
    width: 100%;
    max-width: 900px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    outline: none;
    border: 1px solid #c1c5c8;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-appearance: none;
min-height: 200px;
}
.b-form-review input[type="submit"] {
margin-top: 20px;
}
.b-form-review .mf-text {
    margin-right: 10px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}
.b-form-review .b-form-line {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.b-form-review .b-form-line label {
    display: inline-block;
margin:0 20px 0 5px;
}
.b-form-review .b-form-line-3 label {
    display: inline;
margin:0 20px 0 5px;
font-size: 14px;
}
.b-form-review .b-form-line-3 {
margin:0 0 20px 0;
}
.b-form-review .b-form-line-3 input[type="radio"] {
    float:left;
margin-top: 7px;
}

.popup_author_add {
	display: none;
	padding: 15px;
	max-width: 100%;
}
.popup_author_add input[type="submit"] {
	font-family: "Circe", Arial, sans-serif;
	font-size: 13px;
	line-height: 42px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	padding: 0 30px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(74, 105, 166, 1);
	opacity: .7;
	border: none;
	outline: none;
}

.popup_author_add input[type="submit"]:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
}

a.bx_login_top_inline_link {
    color: #576e75;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    /* line-height: 13px; */
    margin: 0 10px 0 1px;
padding: 0;
}

.b-ocenki {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b-ocenki .b-ocenka-txt {
	flex: 0 0 90%;
	padding: 13px 10px 10px 10px;
	border-top: 1px solid rgba(200,200,200,.4);
}
.b-ocenki .b-ocenka-value  {
	flex: 0 0 10%;
	padding: 10px;
	border-top: 1px solid rgba(200,200,200,.4);
	text-align: right;
	font-family: "Circe", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.b-ocenki .b-ocenka-txt-itog {
	flex: 0 0 50%;
	padding: 18px 10px 10px 10px;
	border-top: 2px solid rgba(200,200,200,1);
font-weight: bold;
}
.b-ocenki .b-ocenka-value-itog  {
	flex: 0 0 50%;
	padding: 15px 10px 10px 10px;
	border-top: 2px solid rgba(200,200,200,1);
	text-align: right;
	font-family: "Circe", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.b-ocenki h2 {
flex: 0 0 100%;
width: 100%;
    font-size: 24px;
    margin-bottom: 1em;
    margin-top: 1.5em;
    text-align: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 10px;
    font-family: "Circe", Arial, sans-serif;
    font-weight: bold;
}
.b-comment {    padding-left: 10px;}
.b-comment h2 {
width: 100%;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 1.5em;
    text-align: left;
    width: 100%;
    padding-right: 20px;

    font-family: "Circe", Arial, sans-serif;
    font-weight: bold;
}
.b-index-news-mob {
display: none;
}



.dalee:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
}
.dalee {
	font-family: "Circe", Arial, sans-serif;
	font-size: 13px;
	line-height: 42px!important;
	font-weight: normal;
	color: #FFF!important;;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	border-radius: 20px!important;
	padding: 0px 30px!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(74, 105, 166, 1);
	opacity: .7;
	border: none;
	outline: none;
margin-top: 10px!important;
}
#tab_text {margin: 30px 0;}
#tab_text td {
border: 1px solid rgba(200,200,200,1);
}
#tab_text td p {
margin: 0!important;
}
#tab_text td br {
display: none;
}

#text_tab {margin: 30px 0;}
#text_tab td {
border: 1px solid rgba(200,200,200,1);
}
#text_tab td p {
margin: 0!important;
}
#text_tab td br {
display: none;
}
.b-page-content-wrap div {
	max-width: 100%;
}
.b-articles-table-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    overflow-x: auto;
    width: 100%;
}
.b-articles-table td {
padding: 10px;
border: 1px solid rgba(200,200,200,1);
font-size: 15px;
line-height: 1.3;
}
.b-articles-table tr td:first-child a {
	cursor: text;
	color: #000;
	text-decoration: none;
}
.b-articles-table .article_th {
	font-weight: bold;
}
.b-article-list {
width: 100%;
}
.b-article-edit {
 font-family: "Circe", Arial, sans-serif;
    font-size: 10px;
    line-height: 32px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none!important;
    display: inline-block;
    height: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(74, 105, 166, 1);
    opacity: 1;
margin: 10px 0;
}
.b-article-edit:hover {
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}
.b-article-status {
    display: inline-block;
    background-color: rgba(230,230,230,1);
    padding: 3px 20px;
    border-radius: 1px;
    margin: 10px 15px 15px 0;
}
.b-unit-toptech .green {
background-color: rgba(81,206,52,1);
color: #fff;
}
.b-unit-toptech .yellow {
background-color: rgba(242,243,133,1);
color: #000;
}
.b-unit-toptech .red {
background-color: rgba(255,0,0,1);
color: #fff;
}
.b-article-bottomtech .b-submitted {
color: #666;
 font-weight: 500;
}
#bb-content27 .b-form-check {
	margin-bottom:0;
}
#bb-content27 label {
padding-left:25px;
	position:relative;
	text-align:left;
text-transform: none;
	font-weight: normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#bb-content27 input[type="checkbox"]{
	display:inline-block!important;
	left:0;
	margin-left:0;
	position:absolute;
	top:15px;
}

.b-article-hidden-txt-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-article-hidden-txt-wrap img {
	flex: 0 0 200px;
	position: relative;
	margin-top: 10px;
	display: block;	
	margin-right: 3%;
width: 200px;
}
.b-article-hidden-txt-wrap .b-article-hidden-txt {
}

@media only screen and (max-width : 700px) { 
.b-article-hidden-txt-wrap {
	display: block;
}
.b-article-hidden-txt-wrap .b-article-hidden-txt {
width: 100%;
}
.b-article-hidden-txt-wrap img {
width: 200px;
}
}

.b-issue-article {
	margin-bottom: 30px;
	display: block;
width: 100%!important;
}
.b-issue-description-h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
font-family: "Circe", Arial, sans-serif;
color: rgba(0, 0, 0, .7);
margin-top: 50px;
}
.b-img-number {
	border: 1px solid #dedede;
margin: 30px 0 20px 0;
max-width: 100%;
}
.b-img-number img {
max-width: 100%;
}
.b-link-number {
width: 100%!important;
}
.b-artlicle-number {width: 100%!important;}
.b-issue-article-pdf {
width: 30px;
margin-right: 10px;
float: left;
display: inline-block;	
}
.b-issue-article-html {
width: 30px;
margin-right: 10px;
float: left;
display: inline-block;	
}
.b-issue-article-doi {margin: 0 0 10px 0;}
.b-license {
	font-size: 13px;
	padding: 25px 0px 0 0px;
}
.b-license img {margin: 0px 0 10px 0;}


.banner-270 {
margin: 20px 0 30px 0;
display: block;
}
.banner-270 img {
width:100%;
}
.b-issue-theme {
margin: 0px 0 30px 0;
display: block;
font-size: 14px;
}
.b-special-issue-links {
margin: 30px 0 0px 0;
}
.b-publisher {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
@media only screen and (max-width : 700px) {
.b-publisher {
	display: grid;
	grid-template-columns: 1fr 6fr;
		grid-column-gap: 20px;
	grid-row-gap: 20px;
}
}
@media only screen and (max-width : 500px) {
	.b-publisher {
		display: grid;
		grid-template-columns: 1fr;
			grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.b-publisher-img {
		max-width: 100px;
	}
}
img {
    max-width: 100%;
}
@media only screen and (min-width : 992px) {
.b-footer-desktop-col:first-child .a-footer {
width: 50%;
display: inline-block;	
float: left;
padding: 0 10px 0 0;
}
}
.b-footer-lic {
text-align: center;
padding: 10px 0;
}



.b-article-buttons a {
    font-family: "Circe", Arial, sans-serif;
    font-size: 12px;
    line-height: 42px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none!important;
    display: inline-block;
    height: 40px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(74, 105, 166, 1);
    opacity: 1;
}
.b-article-buttons a:hover {opacity: .8;}
.b-article-buttons {
display: grid;
grid-template-columns: auto auto auto;
grid-column-gap: 10px;
justify-content: start;
margin: 15px 0;
}
.b-article-buttons .b-article-hidden-doc a {
    color: #000;
    background-color: rgba(230,230,230,1);

}


.b-soc__header  {
	display: inline-block;
width: 190px;
float: left;
margin: 20px 0 0 0;
}

.b-soc__header .b-soc__tg {
	display: inline-block;
				background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='595.279' height='595.275' viewBox='0 123.307 595.279 595.275'%3e%3clinearGradient id='a' x1='.022' x2='595.249' y1='415.947' y2='415.947' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' style='stop-color:%23abdbf6'/%3e%3cstop offset='.091' style='stop-color:%239bd2f1'/%3e%3cstop offset='.527' style='stop-color:%2354a7d9'/%3e%3cstop offset='.842' style='stop-color:%23288ccb'/%3e%3cstop offset='1' style='stop-color:%231782c5'/%3e%3c/linearGradient%3e%3cpath fill='url(%23a)' d='m593.553 211.8-89.824 423.606c-6.776 29.896-24.448 37.338-49.563 23.252L317.305 557.806l-66.038 63.514c-7.309 7.309-13.421 13.422-27.505 13.422l9.832-139.387 253.658-229.209c11.029-9.833-2.392-15.28-17.141-5.448L156.527 458.15 21.526 415.896c-29.365-9.168-29.896-29.366 6.112-43.45l528.045-203.432c24.449-9.168 45.843 5.448 37.87 42.786z'/%3e%3c/svg%3e");
				background-size: 16px 16px;
				background-repeat: no-repeat;
				background-position: left center;
				line-height: 1.3;
				padding: 0 0 0 22px;
				margin-left: 0px;
				margin-right: 0px;
				font-size: 13px;
				font-family: "Circe", Arial, sans-serif;
	}

.b-soc__footer .b-soc__tg {
		display: inline-block;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
					background-size: 32px 32px;
					background-repeat: no-repeat;
					background-position: left center;
					height: 32px;
					line-height: 1.3;
					font-size: 13px;
					padding: 0 0 0 40px;
					margin-top: 10px;
					color: #666;
		}

.b-soc-ru .b-soc__tg {
		display: inline-block;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
					background-size: 32px 32px;
					background-repeat: no-repeat;
					background-position: left center;
					height: 32px;
					line-height: 1.3;
					font-size: 13px;
					padding: 0 0 0 40px;
					margin-top: 10px;
					color: #666;
		}
.b-soc__header .b-soc-ru {


display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
gap: 0px;
margin: 0 0 0 0;


}
.b-soc__header .b-soc-ru .b-soc__tg {
		display: block;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
					background-size: 16px 16px;
					background-repeat: no-repeat;
					background-position: left top;
					line-height: 1.2;
					font-size: 13px;
					padding: 0 0 0 24px;
					color: #666;
text-align: left;
margin: 0;
height: auto;
		}

.b-cite__wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr) );
	grid-gap: 40px;
	margin: 40px 0;
}
.b-cite__item {
    display: block;
    text-align: center;
    text-decoration: none!important;
}
.b-cite__img {
    width: 70%;
    display: block;
    margin: 0 auto 5px auto;
        padding-top: 35%;
        position: relative;
}
.b-cite__img  img {
    position: absolute;
    left: 0;
    top: 0;
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.b-cite__name {
	font-size: 15px;
	line-height: 1.1;
	display: block;
}

.cite-alert {
		display: none;
		font-weight: 600;
	position: absolute;
	left: 130px;
	bottom: 14px;
	}
	.cite-btn {
	color: rgba(82, 106, 152, 1)!important;
	cursor: pointer;
	display: block;
	position: relative;
	top: -12px;
	}
	.b-page-left-cite {
		padding: 10px 5px 25px 20px;
    font-size: 13px;
    font-weight: normal;
    position: relative;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid rgba(200, 200, 200, .3);
	}


	.b-kavichki {
	font-size: 50px;
	position: relative;
	top: 25px;
	line-height: 50px;
	}
	
	.cite-alert2 {
		display: none;
		font-weight: 600;
	}
	.cite-btn2 {
		background-color: #334C8E;
		color: #fff!important;
		padding: 10px 15px;
		cursor: pointer;
		border-radius: 6px;
		margin-top: 10px;
	}
	.b-page-left-cite {
		padding-bottom: 0px;
	position: relative;
	}
	.cite-field {

	}
	.b-number-line {
	margin-right: 0!important;
	}

.b-index-search     {font-family: "Circe", Arial, sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold !important;
text-transform: uppercase;
padding-top: 30px;
}
.b-index-search a  {
    font-family: "Circe", Arial, sans-serif;
    font-size: 10px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    text-decoration: none !important;
    display: inline-block;
    height: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #E6E7E8;
    opacity: 1;
margin: 0 2px 5px 0;
}
.b-index-search a:hover {
    background-color: rgba(74, 105, 166, 1);
    opacity: 1;
color: #FFF;
}
.b-index-search a:first-child {margin-left: 10px;}
.vrezka {
	background-color: rgb(233 233 233 / .8);
	padding: 25px 30px 25px 30px;
	margin: 30px 0;
	border-left: 4px solid rgb(51 74 141 / 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.vrezka p {margin-bottom: 0px;}















.b-soc__header .b-social-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
	display: grid;
grid-template-columns: 20px 20px auto;
grid-column-gap: 6px;
grid-row-gap: 10px;
align-items: center;
margin: 0 0 10px 0;
text-align: left;
}

.b-soc__header .b-social-item .b-social-tg {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
	display: inline-block;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 16px;
	height: 16px;
}

.b-soc__header .b-social-item  .b-social-max {
	display: inline-block;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 15px;
	height: 15px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 800.5 800.5'%3e%3cpath d='M414.2 210.3C314.7 205 237.2 274 220 382c-14.2 89.4 11 198.4 32.4 203.9 9.1 2.3 31-14.4 47-29.5 3-2.8 7.5-3.3 11.1-1.2 24.9 15.2 53 26.6 84.1 28.3 102.1 5.4 192.5-74.5 197.9-176.6 5.3-102.1-76.3-191.3-178.3-196.6M247.7 728.6c-3.8-2.7-9.2-2-12.4 1.5-43.1 46-153.5 78.3-158.5 15.5 0-49.2-11-90.6-23.2-136.3-14.9-55.9-31.5-118-31.5-208.4 0-215.4 176.7-377.5 386.2-377.5S782 193.4 782 403 612.6 778.4 410.3 778.4c-71.8 0-106.6-10.1-162.6-49.8' style='fill-rule:evenodd;clip-rule:evenodd;fill:%232e3e99'/%3e%3c/svg%3e");
}



.b-soc__footer {margin: 15px 0 0 0;}
.b-soc__footer .b-social-item {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	line-height: 1.2;
	display: grid;
grid-template-columns: 30px 30px auto;
grid-column-gap: 6px;
grid-row-gap: 10px;
align-items: center;
margin: 0 0 10px 0;
text-align: left;
}

.b-soc__footer .b-social-item .b-social-tg {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
	display: inline-block;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 24px;
	height: 24px;
}

.b-soc__footer .b-social-item  .b-social-max {
	display: inline-block;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 22px;
	height: 22px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 800.5 800.5'%3e%3cpath d='M414.2 210.3C314.7 205 237.2 274 220 382c-14.2 89.4 11 198.4 32.4 203.9 9.1 2.3 31-14.4 47-29.5 3-2.8 7.5-3.3 11.1-1.2 24.9 15.2 53 26.6 84.1 28.3 102.1 5.4 192.5-74.5 197.9-176.6 5.3-102.1-76.3-191.3-178.3-196.6M247.7 728.6c-3.8-2.7-9.2-2-12.4 1.5-43.1 46-153.5 78.3-158.5 15.5 0-49.2-11-90.6-23.2-136.3-14.9-55.9-31.5-118-31.5-208.4 0-215.4 176.7-377.5 386.2-377.5S782 193.4 782 403 612.6 778.4 410.3 778.4c-71.8 0-106.6-10.1-162.6-49.8' style='fill-rule:evenodd;clip-rule:evenodd;fill:%232e3e99'/%3e%3c/svg%3e");
}

@media only screen and (max-width : 900px)  {

	.b-footer__social .b-social-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
	display: grid;
grid-template-columns: 30px 30px auto;
grid-column-gap: 6px;
grid-row-gap: 10px;
align-items: center;
margin: 0 0 10px 0;
justify-content: center;
}
}

.b-footer__social {
    margin: 20px 0 0 10px;
padding: 0 10px 0 0; 
}

.b-side__social .b-social-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
	display: grid;
grid-template-columns: 30px 30px auto;
grid-column-gap: 6px;
grid-row-gap: 10px;
align-items: center;
margin: 0 0 10px 0;
text-align: left;
}

.b-side__social .b-social-item .b-social-tg {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
	display: inline-block;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 20px;
	height: 20px;
}

.b-side__social .b-social-item  .b-social-max {
	display: inline-block;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 22px;
	height: 22px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 800.5 800.5'%3e%3cpath d='M414.2 210.3C314.7 205 237.2 274 220 382c-14.2 89.4 11 198.4 32.4 203.9 9.1 2.3 31-14.4 47-29.5 3-2.8 7.5-3.3 11.1-1.2 24.9 15.2 53 26.6 84.1 28.3 102.1 5.4 192.5-74.5 197.9-176.6 5.3-102.1-76.3-191.3-178.3-196.6M247.7 728.6c-3.8-2.7-9.2-2-12.4 1.5-43.1 46-153.5 78.3-158.5 15.5 0-49.2-11-90.6-23.2-136.3-14.9-55.9-31.5-118-31.5-208.4 0-215.4 176.7-377.5 386.2-377.5S782 193.4 782 403 612.6 778.4 410.3 778.4c-71.8 0-106.6-10.1-162.6-49.8' style='fill-rule:evenodd;clip-rule:evenodd;fill:%232e3e99'/%3e%3c/svg%3e");
}