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; }

.row:after, .row:before{
  display: none;
}

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: Georgia, "Times New Roman", Times, 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;
	
    }
	

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;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


a {
	color: rgba(82, 106, 152, 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-color: rgba(86, 163, 138, 1);
	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);
}

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

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

.b-btn-left {
	font-family: "Nunito", 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-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
}

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

.b-btn-right {
	font-family: "Nunito", 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: "Nunito", 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;
-moz-border-radius: 20px;
border-radius: 20px;
}

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

.b-heading {
	font-family: "Nunito", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
display: inline-block;

	
}

.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-wrap {
	width: 100%;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
.b-top-head {
	display: grid;
	grid-template-columns: 300px 1fr auto;
	grid-template-rows: auto auto;
	grid-column-gap: 2rem;
	grid-row-gap: 2px;
	align-items: center;
	grid-template-areas:
	"logo reg login"
	"logo menu menu";
	padding-top: 10px;
}
.b-top-logo {
	font-size: 26px;
	line-height: 75px;
	font-weight: normal;
	display: inline-block;
	grid-area: logo;
}

.b-top-logo:hover {
	text-decoration: none;
}
.b-top-logo img {
	width: 30px;
	margin-right: 15px;
	position: relative;
	top: -2px;
}
.b-top-head-login-3 {
	grid-area: login;
}
.b-top-reg {
	grid-area: reg;
	text-align: right;
}
.b-top-reg a {
    font-family: "Nunito", 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;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(74, 105, 166, 1);
    margin: 10px 0;
}
.b-top-reg a:hover {
opacity: .8;
}

.b-top-head-search {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-left: 20px;
	background-image: url(/images/search-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
}
.b-top-head-search-mob {
	display: none;
	grid-area: search;
}

.b-top-head-login {
	display: inline-block;
	float: right;
	height: 72px;
	width: 30px;
	margin-left: 20px;
	background-image: url(/images/login-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	margin-right: 10px;
}

.b-top-head-menu {
	grid-area: menu;
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}

.b-top-head-menu a {
	font-family: "Nunito", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	display: inline-block;
padding: 10px;
}

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

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

.main-search form {
	width: 100%;

}

.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%;
}
.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:1px 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}

.bx-input-group-btn button{
	position:relative;
	border:0;
	display:inline-block;
	margin-bottom:0;
	cursor:pointer;
	color:#fff;
	font-size:12px;
	-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: 36px;
	padding-right: 30px;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 28px;
	background-color: rgba(50, 50, 50, 1);
}


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

.b-index-current {
	margin-top: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	margin-bottom: 40px;
	padding-bottom: 50px;
	overflow: hidden;
}

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

.b-index-current-right {
	float: right;
	width: 67%;
}

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

.b-index-current-left-img {
	margin-bottom: 30px;
	box-shadow: 15px 15px 40px 0px rgba(100, 100, 100, .4);
}

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

}

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

.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;
}

.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: "Nunito", 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-size: 14px;
	margin-bottom: 20px;
}

.b-article-hidden-tech p {
	margin-bottom: 12px!important;
}

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

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

.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-all {
}


.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%;
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 4%;
}

.b-index-call-right {
	float: right;
	width: 50%;
	
}

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

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

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

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

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

.b-deadline-call {font-weight: bold;}


/* ------ 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: 20px;
	padding-left:15px;
}

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

.b-index-all-volumes-year a {
	line-height: 1.8;
width: 100%;
display: block;
}

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

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


.b-index-news {
	padding-bottom: 60px;
	padding-top: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #808080;
}

.b-index-news-head {
	margin-top: 5px;
}

.b-index-news-left {
	float: left;
	width: 18%;
}

.b-index-news-right {
	float: right;
	width: 81%;
}

.b-index-news .b-index-news-item-head {
	font-size: 20px;
	color: #000;
	display: inline-block;
	margin-bottom: 20px;
}

.b-index-news .b-index-news-item-txt {
	font-size: 17px;
	}

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

}

.b-index-news .b-index-news-item:last-child {
	border: none;
	margin-bottom: 0px;}
	

/* ------ 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: 33px;
	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: 40px;
}

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

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

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

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

.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 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

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

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

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

.b-page-content h1 {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 60px;
}

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

.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;
margin-bottom: 15px;
display: inline-block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.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: "Nunito", 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: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(100, 100, 100, .1);
	border-bottom-color: rgba(100, 100, 100, .1);
}

.b-authors-list a {
	display: inline-block;
	margin-bottom: 3px;
	float: left;
	width: 20%;
}

.b-authors-list a:hover {}

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

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



.b-articles-author {
	margin-top: 60px;
	padding-bottom: 0px;
	overflow: hidden;
padding-left: 0px;
padding-right: 0px;
}

.b-articles-author-left {
	float: left;
	width: 27%;
}

.b-articles-author-right {
	float: right;
	width: 67%;
}

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

.b-articles-author-name {
	font-size: 22px;
	margin-bottom: 2px;
}

.b-articles-author-position  {
	font-size: 17px;
	margin-bottom: 20px;
		padding-bottom: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(100, 100, 100, .1);
}

.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: 30%;
	padding-left: 0;
font-size: 18px;
}

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



.b-special-issue-left-img {
	margin-bottom: 40px;
	box-shadow: 15px 15px 40px 0px rgba(100, 100, 100, .4);
	width: 85%;
}

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

}

.b-special-issue-left-name {
	
	font-weight: normal;
	color: #000;
	margin-bottom: 25px;
}

.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: 17px;
}
.b-special-issue-guest  {
	margin-bottom: 30px;
	padding: 25px 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(100, 100, 100, .1);
	font-size: 17px;
background-color: rgba(74, 105, 166, 1);
color: #fff;
}

.b-special-issue-links a {
	display: block;
	margin-bottom: 10px;
}

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

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



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

.b-page-txt {
	font-size: 18px;

}


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

.b-page-txt h3 {}




	
/* ------ news ----------------------------------------------------------------*/	
	
.b-news-item {
	margin-bottom: 40px;
	overflow: hidden;
}

.b-news-item-data {
	font-family: "Nunito", 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;
}


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


.toggle-mnu {
	display: none;
	width: 25px;
	height: 25px;
	margin-top: 21px;
	text-align: center;
	line-height: 90px;
	position: absolute;
	right: 25px;
	top: 16px;
	z-index: 10000;
}



.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;
}


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


.sidebar.open-sidebar {
        right: 0px;
		box-shadow: 0 0 20px rgba(0,0,0,0.7);
    }
    
.sidebar {
	position: absolute;
	right: -310px;
	background: #fff;
	width: 310px;
	min-height: 100%;
	box-sizing: border-box;
	z-index: 2000;
	-webkit-transition:  right 0.4s ease-in-out;
	-moz-transition:  right 0.4s ease-in-out;
	-ms-transition:  right 0.4s ease-in-out;
	-o-transition:  right 0.4s ease-in-out;
	transition:  right 0.4s ease-in-out;
	padding-top: 70px;
	padding-bottom: 30px;
	text-align: center;	
    }


.b-sidemenu-min a {
	font-family: "Nunito", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.b-sidemenu-logo-mob {
	width: 40px;
	margin-bottom: 50px;
	display: inline-block;
}

/* ------ 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: "Nunito", 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(74, 105, 166, 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(74, 105, 166, 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;
}

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

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


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




.accordion3 {
	width: 100%;
	background-color: #fff;
	
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 30px;
	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: 15px;
	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; 
}



.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(../img/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);
	
}


.b-page-txt h2 {
    font-size: 28px;
margin-bottom: 40px;
margin-top: 50px;
line-height: 1.3;
}

.b-page-txt h3 {
    font-size: 24px;
font-size: min(calc(12px + 1vw), 24px);
margin-bottom: 30px;
margin-top: 40px;
line-height: 1.3;
}
.b-page-txt h3 b {
font-weight: normal;
}

.b-page-txt h3 i {
font-style: normal;
}

.editorial-item p {
margin-bottom: 10px;
}

.editorial-item  {
margin-bottom: 50px;
}

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

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

.b-page-txt h4 {
    font-size: 20px;
margin-bottom: 10px;
margin-top: 20px;
line-height: 1.3;
}

.editorial-item h4 {font-weight: bold;}

.b-article-list ul {
    margin-bottom: 0px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: none;
display: inline-block;

}

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

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

.main-search form {
	width: 100%;

}

.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 #333;
	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;
}

.bx-searchtitle .bx-input-group .bx-form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff!important;
    border: 0px solid #d5dadc;
    border-right: none;
    border-radius: 2px 0 0 2px;
    outline: none;
    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;
}

.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: none;
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0 2px 2px 0;
    color: #000;
    font-size: 16px;
    line-height: 1.42857143;
    -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;
}

.bx-searchtitle .bx-input-group-btn:hover button {
    position: relative;
    border: none;
    background: #fff;
}

.b-publisher {overflow: hidden;
margin-top: 50px;
}
.b-publisher-img {
float: left;
width: 15%;
padding-top: 10px;
}
.b-publisher-txt {
float: right;
width: 80%;
}

.b-page-txt table td {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border: 1px solid #dedede;
	font-size: 0.9em;
	line-height: 1.4;
}

.b-page-txt table td p {margin-bottom:0!important;}

.b-page-txt table {
margin-bottom: 30px;
width: 100%;}

.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {

    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);

}

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

/* ------ 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: 40px;
	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: "Nunito", 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: rgba(74, 105, 166, 1);
	background: #fff;
	font-weight: bold;

}

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

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

.bb-section-head {
	display: none;
	font-family: "Circe", Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
.cite {
	margin-top: 30px;
padding: 30px 30px;
background-color: rgba(245, 245, 245, 1);
margin-bottom: 30px;
}


.abstract  {
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.bx-pagination  {
margin-top: 30px;
margin-left: 15px;
clear:both;
width:100%;}

.b-special-issue {


    padding-left: 0px;
    padding-right: 0px;

}


/* ------ section-journal ----------------------------------------------------------------*/

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

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


.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%;
	box-shadow: 6px 7px 12px 0 rgba(0, 0, 0, 0.22);
	
	}



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

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

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

.special-issue {
	font-family: "Nunito", 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 {
	float: right;
}

.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-top-social {
	display: inline-block;
	float: right;
	width: 120px;
	margin-left: 0px;
	margin-right: 0px;
margin-top: 20px;
	text-align: right;
}

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

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

.b-search-articles {margin-bottom: 50px;}
.b-search-articles input[type="submit"] {
padding: 10px 30px;}

.b-special-issue-links {margin-bottom:40px;}


.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(../img/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(../img/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(../img/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(../img/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;
}

.video-item {
    width: 60%;
    margin-left: 20%;
    margin-top: 70px;
}

.video_name {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
text-align: center;
}

.video_rolik {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.video_rolik iframe {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

.video-item  .video_text {
font-size: 14px;
		margin-top: 20px;}

.b-citescore {
	border: 1px solid rgba(200,200,200,1);
	text-align: center;
	padding: 20px 0 0 0;
	margin-top: 20px;
}

.cross {width: 120px; margin-top: 20px; display: block;}
.cross img {width: 100%;}
.cross a {width: 120px; display: block;}

.tab_big {
    overflow-x: auto;
}
.b-page-txt ol li {
    margin-left: 2rem;
}

.b-guests {
border-bottom: 1px solid rgba(200,200,200,.5);
margin-bottom: 70px;
}

.b-guests .b-special-issue:last-child {
    padding-bottom: 10px;
}

.b-guests:last-child {
border-bottom: none;
margin-bottom: 0px;
}

.b-guests .b-special-issue-about {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgba(100, 100, 100, .1);
    font-size: 17px;
}
.b-guests .b-guest-editor-txt {
    float: right;
    width: 80%;
font-size: 16px;
line-height: 1.6;
}

.b-edit__wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
margin-bottom: 40px;
}
.b-edit__wrap-autor {
	 border-radius: 6px;
    background-color: rgba(245, 245, 245, 1);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-right: 2%;
    flex: 1 0 23%;
    font-size: 14px;
margin-bottom: 15px;
}
.b-edit__wrap-autor p {
	margin-bottom: 10px;
font-family: "Nunito", Arial, sans-serif;
}
.b-edit__wrap-autor-title {
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);
	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;
}


.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;
font-family: "Nunito", Arial, sans-serif;
}
.bb-tabs-2 input {
  display: none;
}

.bb-tabs-2 label {
	display: inline-block;
	margin: 0 0 0px 0;
	padding: 10px 0px;
	text-align: center;
margin-right: 20px;
	font-family: "Circe", Arial, sans-serif;
    font-size: 14px;
	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,
#bb-tab31:checked ~ #bb-content31,
#bb-tab32:checked ~ #bb-content32,
#bb-tab33:checked ~ #bb-content33
 {
  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;	
}
.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: "Nunito", 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 label {font-weight: normal;}
.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;
}

.dalee:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
}
.dalee {
	font-family: "Nunito", 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;
}

.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-link-icon {
  font-family: "Nunito", Arial, sans-serif;
    display: inline-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);
}

p .b-link-icon {
    margin-bottom: 0px!important;
}

.b-form-registr  {
	padding: 30px 0;
}

.b-form-registr .b-form-registr-pole {
	display: grid;
grid-template-columns: 250px 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
margin-bottom: 5px;
}

.b-form-registr input[type="text"],
.b-form-registr input[type="password"]   {
	border: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	padding: 10px 8px;
	border: 1px solid rgba(200, 200, 200, .8);
	border-radius: 3px;
	width: 78%;
}

.b-form-registr select {
	padding: 10px 8px;
	border: 1px solid rgba(200, 200, 200, .8);
	border-radius: 3px;
	width: 78%;
}

.b-form-registr input[type="submit"] {
    font-family: "Nunito", Arial, sans-serif;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-border-radius: 25px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-topleft: 0;
    border-radius: 25px;
    border-top-left-radius: 0;
    background-color: rgba(74, 105, 166, 1);
    border: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.b-form-registr .b-form-registr-button {
	padding-top: 15px;
}

.b-form-registr .b-form-registr-pole:nth-child(14) {
display: none;
}

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

.b-form-registr input[type="text"],
.b-form-registr input[type="password"]   {
	width: 100%;
}
	}

@media only screen and (max-width : 767px) {
.b-form-registr .b-form-registr-pole {
	display: grid;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 5px;
margin-bottom: 5px;
}
}	

.popup_author_add_name_en {
    float: right;
    width: 100%;
}
.b-top-head-login-2 {
float: right;
height: 72px;
line-height: 72px;
}
@media only screen and (max-width : 600px) {
	.b-top-head-login-2 {
margin-right: 40px;
}
}

.b-author-orcid {
display: inline-block;
width: 30px;
margin: 0 10px;
}
.b-article-detail-author span {
display: block;
}
.b-article-detail-author .b-author {
font-size: 2rem;
}

.b-article-status {
	display: inline-block;
	background-color: rgba(230,230,230,1);
	padding: 1px 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;
}
.b-unit-toptech .b-edit-html {
    font-family: "Nunito", Arial, sans-serif;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(74, 105, 166, 1);
margin: 0px 0px 20px 0;
}
.b-unit-toptech .b-edit-html:hover {opacity: .8;}
.b-unit-head { display: inline-block; padding-right: 40px;}

.b-articles-table-wrap {
    overflow-x: auto;
}
.b-articles-table-wrap .b-articles-table {}
.b-index-news-item {
margin: 0px 0px 40px 0;
}
.b-index-news-item-date {
font-size: 14px;
color: #666;
}
.b-index-news-item-txt {
 font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}

.b-form-review {
    font-family: "Nunito", Arial, sans-serif;
font-size: 15px!important;
}
.b-form-review input[type="text"] {
    border: 1px solid rgba(200, 200, 200, .6)!important;
    width: 100%;
    height: 40px;
    display: inline-block;
    padding: 5px;
    margin: 0 5px 30px 0;
}
.b-form-review input[type="radio"] {
	margin: 0 5px 0 0;
}
.b-form-review label {
	font-weight: normal;
	margin: 0 25px 0 0;
	font-size: 15px!important;
}
.b-form-line .b-form-label {font-size: 15px!important;}
.b-form-line-3 .b-form-label {font-size: 16px!important; font-weight: bold; margin: 15px 0 10px 0;}
.b-form-review .b-form-line-2 textarea {
    border: 1px solid rgba(200, 200, 200, .6)!important;
    width: 100%;
    display: inline-block;
    padding: 5px;
    margin: 0 5px 10px 0;
}
.b-form-review .b-form-line-2 {
	margin-top: 20px;
}
.b-form-review .b-form-line-2 .mf-text {
	font-size: 15px;
	font-weight: normal;
}
.b-manuscript {margin: 0 0px 50px 0;}



.b-index-logo {
	font-size: 7vw;
	line-height: 26vw;
	font-weight: normal;
margin-bottom: 30px;
margin-top: -20px;
display: none;
}

.b-index-logo:hover {
	text-decoration: none;
}
.b-index-logo img {
	width: 10vw;
	margin-right: 15px;
	position: relative;
	top: -2px;
}

.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-doi-top {
    font-family: "Nunito", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(74, 105, 166, 1);
margin: 0 0 35px 0;

}
.form-input-suggest {
    background: #fff;
    border: 1px solid rgba(200,200,200,.6);
    left: 0;
    min-width: 600px;
    position: absolute;
    top: 41px;
    z-index: 1;
    overflow: hidden;

}
.form-input-suggest ul {
    list-style: none;
    margin: 0!important;
    max-height: 192px;
    overflow: auto;
    padding: 10px 0;
            font-family: "Nunito", Arial, sans-serif;
        font-size: 16px;
}
.form-input-suggest ul li {
    display: block;
            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
    margin: 0!important;
    padding: 5px 8px;
}
.form-input-suggest ul li[data-add="Y"] {
    background: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
.form-input-suggest ul li:hover[data-add="Y"] {
	background-color:#6B82B5;
	color:#fff;
	cursor:pointer;
}
.popup_author_add {
background-color: #fff;
position: absolute;
z-index: 10;
bottom: -282px;
min-width: 600px;
    border: 1px solid rgba(200, 200, 200, .6)!important;
    padding: 20px;
}
.popup_author_add h2 {
	            font-family: "Nunito", Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 15px 0;
}
.popup_author_add label {
	            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;	
}
.popup_author_add input[type="text"] {
    border: 1px solid rgba(200, 200, 200, .6)!important;
    height: 30px;
    display: inline-block;
    padding: 5px;
    margin: 0 5px 5px 0;
}
.popup_author_add form > div {
    margin-bottom: 0px;
}
.popup_author_add select {
		            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
}
.popup_author_add h3 {
	            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
        margin: 15px 0 10px 0;
}
.popup_author_add .f_author_affilation {
			            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
}
.popup_author_add .form-add-button_1 {
			            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
}
.popup_author_add .toogle_add_new_affiliation_div  {
			            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
}
.popup_author_add input[type="submit"] {
    cursor: pointer;
    padding: 6px 20px;
    			            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
}
.popup_author_add .closeUp {
	    			            font-family: "Nunito", Arial, sans-serif;
        font-size: 15px;
        margin-left: 10px;
}
#popup_author_add {
    height: 550px;
}


.b-status__wrap {
	overflow-x: auto;
	padding-bottom: 20px;
margin-top: 20px;
}

.b-status {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 0;
	font-family: "Nunito", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	min-width: 600px;
}

.b-status__item {
	border-bottom: 10px solid rgb(200 200 200 / .6);
	padding: 0 3px 6px 3px;
}

.b-article-progress {
	border-bottom: 10px solid #4A69A6;
}
.b-status__item-a {
  background-image: url(/images/arr-right-red.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 40px;
	position: relative;
	top: 4px;
	text-decoration: none!important;
}
.b-year-section {width: 100%;}


.b-page-left-cite-title {
color: #334C8E;
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
margin-top: 10px;
}

.cite-alert {
  display: none;
  font-weight: 600;
position: absolute;
left: 60px;
top: 0px;
}
.cite-btn {
color: rgba(82, 106, 152, 1)!important;
cursor: pointer;
}
.b-page-left-cite {
	padding-bottom: 15px;
cursor: pointer;
}
.b-kavichki {
font-size: 30px;
position: relative;
top: 12px;
line-height: 10px;
}

.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 {
display: none!important;
}
.b-number-line {
margin-right: 0!important;
}

.b-vollumes {
	display: grid;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 20px;
grid-row-gap: 40px;
margin-bottom: 30px;
}

.b-vollumes__item {
	display: block;
	overflow: hidden;	
}

.b-vollumes__item:hover {
	text-decoration: none;
}

.b-vollumes__cover {
	padding-top: 115%;
	position: relative;
	display: block;
	width: 80%;
	border: 1px solid rgb(200 200 200 / .6);
	margin-bottom: 20px;
}

.b-vollumes__cover  img {
	position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.b-vollumes__name {
	font-size: 16px;
	line-height: 1.3;
}

.b-year-head {
	grid-column: 1 / -1;
	font-size: 30px;
}

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

	.b-vollumes {
		display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	margin-bottom: 30px;
	}

}

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

	.b-vollumes {
		display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	margin-bottom: 30px;
	}

}

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

	.b-vollumes {
		display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	margin-bottom: 30px;
	}

}

.b-articles-author-contacts-mail a {
	display: inline-block;
  background-image: url(/images/icon-mail.svg);
  background-position: left center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
}

.b-articles-author-contacts-orcid a {
    padding: 5px 0 5px 35px;
    background-image: url(/images/icon-orcid.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
display: inline-block;
}

.b-articles-author-contacts-scopus  a {
   padding: 5px 0 5px 35px;
    background-image: url(/images/icon-scopus.png);
    background-repeat: no-repeat;
   background-position: left center;
    background-size: 25px 25px;
display: inline-block;
}
.b-articles-author-contacts-researcher  {
    padding: 5px 0 5px 35px;
    background-image: url(/images/icon-researcher.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
display: inline-block;
}
.b-articles-author-contacts-page a {
   padding: 5px 0 5px 35px;
    background-image: url(/images/user-tie-solid.svg);
    background-repeat: no-repeat;
   background-position: left center;
    background-size: 25px 25px;
display: inline-block;
}
.b-articles-author-contacts-rank {
line-height: 1.3;
margin-bottom: 20px;
}
.b-articles-author-contacts-degree {
line-height: 1.3;
margin-bottom: 20px;
}
.b-articles-author-about {ine-height: 1.3;
font-size: 15px;}