/****************************** RESET ******************************/
/*3f88c5*/
/*1a4462*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/****************************** BASIC ******************************/
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  background-repeat: repeat;
  /*background-image: -webkit-image-set(url("/images/grid.png") 1x,url("/images/grid.png") 2x);*/
}
body {
  font-family: 'REG', sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 100%;
}
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid;
}
button {
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  font-family: 'REG';
  font-size: 15px;
  flex-shrink: 0;
}
a:hover {
  border-color: transparent;
}
h1,
.right-title {
  font-family: 'REG';
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 22px 0 38px;
  clear: right;
}
.bigheader {
  font-family: 'THIN';
  font-size: 25px;
  line-height: 30px;
}
.infoblock .right-title {
  margin-top: 2px;
  margin-bottom: 32px;
  color: #000;
}
.infoblock .right-title span {
  margin-top: 6px;
}
.right-title {
  margin-top: 27px;
}
h1 span,
.right-title span {
  color: rgba(0, 0, 0, 0.4);
  font-family: 'CON';
  font-size: 15px;
  line-height: 15px;
  display: block;
  text-transform: none;
  margin: 3px 0 -21px;
  overflow: hidden;
}
.right-title + .infoblock .half,
.right-title + .infoblock .half-right {
  border: none;
  padding-top: 0;
}
h1 + form {
  margin-top: -30px;
}
form .infoblock .right-title {
  margin: 17px 0 8px;
}
p {
  margin: 25px 0;
}
p a {
  color: #3f88c5;
}
b {
  font-family: 'BOLD';
}
input,
textarea {
  background: none;
  height: 20px;
  padding: 5px 10px;
  border: 2px solid #ddd;
  border-radius: 2px;
  float: left;
  -webkit-appearance: none;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  resize: none;
  background: #fff;
  height: 310px;
  margin-top: 5px;
  padding-top: 9px;
}
input:focus,
textarea:focus {
  border-color: #3f88c5;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
.infoblock textarea + .half-right {
  padding-top: 4px;
}
hr {
  clear: both;
  border: none;
  background: #ddd;
  margin: 1px 0 19px;
  height: 1px;
}
.hidden {
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  position: fixed;
}
.span-block {
  display: block;
}
.mobshow {
  display: none !important;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
}
.multi ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 2px;
}
.multi ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 2px;
}
.multi :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 2px;
}
.multi :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 2px;
}
/****************************** TOP ******************************/
.top {
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  height: 55px;
  background: #3f88c5;
  border-bottom: 5px solid #1a4462;
  padding: 5px 40px;
  /*	position: fixed; sticky */
  top: 0;
  /* 	z-index: 9999; sticky */
}
.top .inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  z-index: 9;
}
.logo-top {
  display: inline-block;
  width: 157px;
  /*	float: left; sticky */
  margin-top: 5px;
  vertical-align: top;
  border: none;
}
.lang-top {
  display: inline-block;
  width: 32px;
  margin-top: 12px;
  vertical-align: middle;
  border: none;
  float: right;
}
.logo-top img:first-child {
  width: 52px;
}
.logo-top img:last-child {
  width: 92px;
  float: right;
  margin-top: 7px;
}
.logo-top:hover img:last-child {
  opacity: 0.5;
}
.menu {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 47, 64, 0.95);
  top: 0;
  left: 0;
  overflow: auto;
  margin: 55px 0 0;
  padding: 0 40px 90px;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
}
.menu-inner {
  width: 100%;
  min-width: 280px;
  max-width: 720px;
  margin: 0 auto;
}
.menu-inner ul {
  float: left;
  margin-top: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}
.menu li a {
  border: none;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'THIN';
}
.menu li a:hover {
  background: none;
  color: #fff;
  opacity: 0.6;
}
.menu hr {
  margin: 13px 0 14px;
  background: #fff;
  opacity: 0.1;
}
.menu li .menu-small-link {
  opacity: 0.3;
}
.user-menu {
  float: right;
  margin-bottom: 10px;
  margin-right: -10px;
}
.user-menu img,
.menu-search img,
.menu-close img {
  width: 30px;
  padding: 5px;
}
.user-menu img + a {
  margin-left: 10px;
}
.menu-search {
  float: right;
  border: none;
}
.user-menu,
.menu-close {
  cursor: pointer;
}
.menu-close {
  position: relative;
  float: right;
  margin: 0 -10px 0 0;
}
.logged {
  position: absolute;
  top: 45px;
  right: -5px;
  float: right;
  width: 30px;
  height: 5px;
  background: #ffba08;
}
.user-menu img:hover,
.menu-close img:hover,
.menu-search:hover {
  opacity: 0.6;
}
.user-menu-full {
  float: right;
  text-align: right;
}
.top-notification {
  float: left;
  width: 10px;
  height: 10px;
  margin: 10px 5px 0 0;
  border-radius: 50%;
  background: #ffba08;
}
/****************************** MAIN ******************************/
.content {
  box-sizing: border-box;
  overflow: hidden;
  min-height: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.main {
  box-sizing: border-box;
  float: left;
  width: 100%;
  min-width: 320px;
  padding: 30px 40px 0;
  min-height: 100%;
}
.half {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 20px;
}
.half-right {
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding-left: 20px;
}
.infoblock > div:only-child,
.settings-left > div:only-child {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.half p,
.half-right p,
.full p {
  margin: 10px 0 0;
}
.infoblock {
  overflow: hidden;
  clear: both;
}
h1 + .infoblock {
  margin-top: 43px;
}
.infoblock .half,
.infoblock .half-right,
.infoblock .full {
  padding-top: 19px;
  padding-bottom: 15px;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
.infoblock .title,
.principals .title,
.infoblock > h2,
.full > h2,
.projects .title {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  text-align: left;
}
.infoblock .title span,
.infoblock > h2 span,
.full > h2 span {
  text-transform: none;
  line-height: 15px;
  margin: 3px 0 22px;
  clear: both;
  font-family: 'CON';
}
.infoblock .title b {
  color: #000;
}
.infoblock span,
.infoblock i {
  margin-top: 10px;
}
.infoblock span {
  display: block;
}
.acenter {
  display: flex;
  clear: both;
  text-align: center;
  justify-content: center;
}
.abstract p span,
.keywords span {
  display: inline;
  color: #000;
  margin: 0 5px;
  padding: 0px 0 1px;
  border: none;
  background: #eee;
  border-radius: 3px;
  font-family: 'BOLD';
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 5px 0 0 #eee, -5px 0 0 #eee;
}
.abstract p span:hover,
.keywords span:hover {
  background: #3f88c5;
  color: #fff;
  box-shadow: 5px 0 0 #3f88c5, -5px 0 0 #3f88c5;
}
.keywords i {
  text-transform: lowercase;
  line-height: 30px;
}
.author-list {
  margin-bottom: 10px;
}
.author-list li {
  padding-left: 35px;
  min-height: 20px;
  margin-bottom: 10px;
}
.author-list img {
  width: 25px;
  border-radius: 50%;
  margin: -2px 10px -10px -35px;
}
.authors {
  display: inline;
}
.authors .author-list li {
  display: inline-block;
  height: 20px;
  margin-right: 3px;
  margin-bottom: 5px;
  padding-left: 0;
  white-space: nowrap;
  background: #eee;
  border-radius: 3px;
  font-family: 'REG';
  font-size: 12px;
  line-height: 21px;
}
.authors .author-list li.confirmed {
  background: #e5e4e2;
}
.authors .author-list li span:hover,
.authors .author-list li a:hover {
  background: #3f88c5;
  border-radius: 3px;
}
.authors .author-list img {
  width: 20px;
  border-radius: 3px 0 0 3px;
  margin: 0 5px -10px -5px;
}
.authors .author-list li span,
.authors .author-list li a {
  display: block;
  border: none;
  padding: 0 10px;
}
.authors .author-list li:hover span,
.authors .author-list li:hover a {
  color: #fff;
}
span.hl {
  cursor: pointer;
  margin-top: 0;
}
.claim span {
  border-radius: 3px;
  height: 20px;
  background: #3f88c5;
  color: #fff;
}
.claim span:hover {
  opacity: 0.6;
}
.visible {
  overflow: visible;
}
.ocr {
  margin: 27px 0 35px;
}
.ocr:hover {
  opacity: 1;
}
.cover {
  float: left;
  margin: 25px 20px 10px 0;
  text-align: center;
}
.cover a {
  border: none;
}
.cover a:hover img {
  opacity: 0.6;
}
.cover.mobhide {
  box-shadow: 0px 0px 0px 1px #ddd;
}
.cover.mobhide img {
  box-shadow: none;
}
.cover img {
  width: 100px;
  height: 141px;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.cover img.cover-overlay {
  position: relative;
  width: 50px;
  margin-left: -75px;
  margin-right: 25px;
  box-shadow: none;
  opacity: 0;
}
.cover a:hover img.cover-overlay {
  opacity: 0.3;
}
.cover-author {
  margin-bottom: 15px;
}
.cover-author img {
  border-radius: 50%;
  height: 100px;
}
/****************************** LABELS ******************************/
.labels {
  color: #fff;
  text-transform: none;
  margin: 15px -5px 15px 0;
}
.list .labels {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}
.label {
  display: inline-block;
  min-width: 40px;
  font-size: 12px;
  line-height: 17px;
  padding: 2px 5px 1px;
  background: #ccc;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  margin: 0 5px -1px 0;
}
.main.search .label {
  margin-bottom: 14px;
}
.half-right .label {
  margin-top: 5px;
}
.half .labels {
  margin-bottom: 0;
}
.label.year {
  color: black;
  background: #eee;
}
.label.wos {
  background-color: #3da5d9;
}
.label.scopus {
  background-color: #255c99;
}
.label.vak {
  background-color: #d00000;
}
.label.rsci {
  background-color: #963484;
}
.label.esci {
  background-color: #ff8100;
}
.label.agris {
  background-color: #0e7c7b;
}
.label.cas {
  background-color: #a91372;
}
.label.pubmed {
  background-color: #6da34d;
}
.label.georef {
  background-color: #67597a;
}
.label.zbmath {
  background-color: #b5ba72;
}
.label.mathscinet {
  background-color: #93032e;
}
.label-cc {
  display: inline-block;
}
.label-cc img {
  margin-right: 5px;
}
.top-cc .statitem.label-doi img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-right: 0px;
}
.top-cc {
  margin: 0;
  float: right;
  opacity: 0.3;
  font-family: 'REG';
}
.top-cc:hover {
  cursor: help;
}
.top-cc span {
  display: inline;
}
.top-cc .statitem img {
  opacity: 1;
  width: 20px;
  margin-right: 5px;
}
.label-cc img {
  width: 20px;
}
.list li:hover .label {
  color: #fff;
}
.scholar {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin: -5px 10px -5px;
  border: none;
  opacity: 0.3;
}
.scholar:hover {
  opacity: 1;
}
.scholar img {
  width: 30px;
}
.half .scholar {
  display: inline-block;
  float: none;
  margin-left: 10px;
}
/****************************** FILTER ******************************/
.filter {
  margin: -14px 0 25px;
  padding: 5px 0;
}
.full .filter {
  margin: -14px 0 29px;
  padding: 5px 0 1px;
  border-bottom: 1px solid #ddd;
}
.filter > .title {
  margin-bottom: 19px;
  padding-bottom: 20px;
  font-family: 'BOLD';
  border-bottom: 1px solid #ddd;
}
.filter .tag-list {
  margin-bottom: -1px;
  padding-bottom: 10px;
}
.filter > .title button {
  text-transform: lowercase;
  float: right;
  margin-left: 20px;
  padding: 0 10px 2px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  background: #eee;
  border: none;
  border-radius: 2px;
  font-family: 'BOLD';
}
.filter > .title button:hover {
  color: #fff;
  background: #3f88c5;
}
.filter input {
  float: none;
}
.newpop .filter {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}
.newpop .filter button,
.popup .filter button {
  display: inline-block;
  width: 165px;
  height: 30px;
  margin: 0 5px;
  padding: 3px 0;
  border: 2px solid #ddd;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.newpop .filter button:hover {
  color: #000;
}
.newpop .filter button.active {
  border-color: #3f88c5;
  color: #000;
  cursor: default;
}
.popup .filter {
  width: 290px;
  margin: 0 -5px;
}
.popup .filter button {
  height: 50px;
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.popup .filter button:hover {
  color: #fff;
}
.popup .filter button.active {
  color: #fff;
  border-color: #3f88c5;
  cursor: default;
}
/****************************** SEARCH & FEED ******************************/
.narrow p {
  margin: 10px 0 5px;
}
.year-search {
  margin: -20px auto 20px auto;
  width: 400px;
}
.year-search div {
  display: inline-block;
  margin-right: 10px;
}
.year-search input {
  box-sizing: border-box;
  width: 80px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  background: #fff;
  display: block;
  text-align: center;
}
.search .year-search .search-btn {
  width: 80px;
  height: 25px;
  margin-top: 0;
  padding: 0;
  color: #fff;
  background: #3f88c5;
  border: none;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  opacity: 1;
}
.year-search .search-btn:hover {
  color: rgba(255, 255, 255, 0.6);
}
.side-search {
  margin-top: 41px;
  margin-bottom: 20px;
  overflow: hidden;
}
.narrow .side-search {
  clear: both;
  margin-top: 50px;
  margin-bottom: 25px;
}
.side-search input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-right: -40px;
  padding: 0 40px 0 10px;
  background: #fff;
}
.side-search input:focus {
  background: #fff;
}
.search .side-search input:first-child {
  margin-right: -80px;
  padding-right: 120px;
}
.search .side-search input.search-year:first-child {
  margin-right: 0px;
  padding-right: 0px;
}
.search .side-search .search-btn {
  width: 80px;
  height: 40px;
  margin-top: 0;
  padding: 0;
  color: #fff;
  background: #3f88c5;
  font-family: 'BOLD';
  border: none;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  opacity: 1;
}
.side-search .search-btn:hover {
  color: rgba(255, 255, 255, 0.6);
}
.side-search .search-btn:focus {
  opacity: 1;
  background-image: none;
  background: #3f88c5;
}
.side-search .clear-input {
  position: relative;
  float: right;
  height: 40px;
  margin: -40px 85px 0 0;
  background: none;
  border: none;
  opacity: 0.2;
}
.side-search .clear-input:hover {
  opacity: 1;
}
.side-search .clear-input img {
  width: 30px;
}
.main .search .right-title {
  margin-top: 22px;
  margin-bottom: 18px;
}
.main .search .list {
  margin-top: 45px;
}
.main .search .list li {
  margin: 0 -40px;
  padding: 20px 40px;
}
.main .search .list li:last-child {
  border-color: transparent;
}
.main .search .list li:hover {
  cursor: default;
  background: inherit;
  background: rgba(0, 0, 0, 0.05);
}
.main .search .list .title {
  margin-bottom: -5px;
  color: #000;
}
.main .search .list li:hover span {
  color: rgba(0, 0, 0, 0.4);
}
.main .search .list p {
  margin: 10px 0 0 20px;
  color: #000;
}
.main .search .list .cover {
  width: 50px;
  margin-top: 15px;
  margin-bottom: 4px;
}
.main .search .list .span-block {
  display: block;
  margin-bottom: 10px;
}
.snippet-author img {
  border-radius: 50%;
}
.snippet-author .span-block {
  margin-bottom: 10px;
}
.title span.right-label {
  float: right;
  margin: 0 0 0 10px;
  font-family: 'REG';
  line-height: 20px;
}
.left-row {
  width: 30px;
  float: left;
  margin-right: 5px;
}
.left-row .cover,
.left-row .cover-author {
  width: 25px;
}
.main .search .list .left-row .cover {
  width: 20px;
  margin-top: -5px;
  margin-left: 2px;
}
.left-row .cover-author {
  border-radius: 50%;
}
.left-row .icon {
  width: 30px;
  margin-left: -3px;
  opacity: 0.2;
}
.right-row {
  overflow: hidden;
}
.main .search .list .right-row a {
  border-color: transparent;
}
.main .search .list .right-row a:hover {
  border-color: inherit;
}
.main .search .list .right-row p {
  min-height: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.main .search .list .right-row p a {
  color: #000;
}
.main .search .list .right-row .date {
  margin-top: 10px;
}
/****************************** PROJECTS ******************************/
.projects {
  margin-bottom: 20px;
}
.projects img,
.project img {
  display: block;
  width: 125px;
  margin: 0 auto;
}
.projects img:hover {
  opacity: 0.6;
}
.projects ul p {
  max-height: 80px;
  overflow: hidden;
  margin: 10px 0 0;
}
.projects span {
  display: block;
  margin-top: 10px;
}
.projects ul li {
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  margin-top: 20px;
}
.projects ul li > a {
  width: 125px;
  display: block;
  margin: 0 auto;
  border: none;
}
.projects ul li:nth-child(odd) {
  padding-right: 20px;
}
.projects ul li:nth-child(even) {
  padding-left: 20px;
}
/****************************** SETTINGS ******************************/
.settings-left {
  overflow: hidden;
  margin-bottom: 20px;
}
.settings-left p {
  overflow: hidden;
}
.settings-left a {
  color: #3f88c5;
  display: inline-block;
  margin-bottom: 4px;
}
.settings-btn {
  float: right;
  margin-top: -2px;
}
.settings-btn a {
  font-family: 'REG';
  font-size: 15px;
  color: #3f88c5;
  text-transform: none;
}
.filter-block {
  border-bottom: 1px solid #ddd;
  margin-bottom: -21px;
}
.search .snippet-author p {
  max-height: inherit;
}
.search .list .cover + p {
  margin-left: 0;
}
.avatar {
  width: 100px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.infoblock input[type="text"],
.infoblock input[type="file"],
.infoblock input[type="password"] {
  box-sizing: border-box;
  float: none;
  width: 100%;
  height: 40px;
  margin: 5px 0 15px;
}
.infoblock input[type="file"] {
  padding-top: 11px;
  line-height: 16px;
  cursor: pointer;
}
select {
  width: 100%;
  height: 40px;
  margin: 5px 0 15px;
  border: 2px solid #ddd;
  border-radius: 2px;
  font-family: 'REG';
  font-size: 15px;
}
select[multiple] {
  height: 90px;
  margin-bottom: 14px;
}
select[multiple] option {
  height: 20px;
  padding: 2px 10px 3px;
}
select[multiple]:focus {
  outline: none;
  border-color: #3f88c5;
}
select[multiple] option:checked {
  background: red linear-gradient(0deg, #ddd 0%, #ddd 100%);
}
select[multiple]:focus option:checked {
  background: red linear-gradient(0deg, #3f88c5 0%, #3f88c5 100%);
}
.btn-fav.btn-center {
  margin: 0 auto 15px;
  max-width: 240px;
  min-width: 170px;
}
.btn-fav.btn-center .btn {
  width: 100%;
}
.radioblock {
  width: 50%;
  float: left;
  margin-top: 5px;
  text-align: center;
}
/****************************** FAVORITES ******************************/
.btn-square.favorite {
  background: transparent;
  fill: #ffba08;
}
.btn-square.favorite:hover {
  background: rgba(0, 0, 0, 0.1);
}
.pre-fav {
  width: 60px;
}
#btn-favorite {
  flex-shrink: 0;
}
.fav-remove {
  display: none;
  right: 0;
  margin-top: -30px;
  margin-right: 30px;
  padding: 0 10px 2px;
  color: #fff;
  line-height: 18px;
  background: #3f88c5;
  border: none;
  border-radius: 2px;
  position: absolute;
  z-index: 9;
}
.fav-remove:hover {
  background: #ffba08;
  color: #000;
}
.list li:hover .fav-remove {
  display: block;
}
/****************************** CHECKBOX & RADIO ******************************/
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  float: right;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 40px 0 0;
  float: right;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 90px;
  width: 30px;
  height: 20px;
  border-radius: 11px;
  background: #ddd;
}
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 92px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.2s;
}
.checkbox:checked + label:before {
  background: #3f88c5;
}
.checkbox:checked + label:after {
  left: 102px;
}
.radio {
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 25px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: #fff;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3f88c5;
  opacity: 0;
  transition: all 0.2s;
}
.radio:checked + label:after {
  opacity: 1;
}
/****************************** ABOUT ******************************/
.cooperation {
  margin: 0 0 22px;
  overflow: hidden;
}
.cooperation .btn-square {
  float: left;
  box-sizing: border-box;
}
.cooperation p {
  margin: 10px 0 20px;
  clear: both;
}
.cooperation .btn-square + p {
  margin: 15px 0 40px 70px;
  clear: none;
}
.about-stat .item-left,
.about-stat .item-right {
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  font-family: 'THIN';
  font-size: 20px;
  padding-top: 40px;
}
.about-stat .item-left {
  float: left;
  margin-right: -80px;
  padding-right: 80px;
}
.about-stat .item-right {
  float: right;
  margin-left: -80px;
  padding-left: 80px;
}
.about-stat span {
  font-family: 'CON';
  font-size: 40px;
  white-space: nowrap;
}
.about-stat img {
  width: 160px;
}
.principals,
.progress,
.links {
  border-top: 1px solid #ddd;
  padding: 24px 0 0;
  margin-top: 10px;
}
.principals .half,
.principals .half-right {
  border: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.export p {
  margin: 10px 0;
}
.principals .half {
  clear: left;
}
.principals img {
  display: block;
  width: 125px;
  margin: 0 auto;
}
.principals .big-image {
  width: 200px;
  max-width: 100%;
}
.progress li {
  clear: both;
}
.progress li:last-child {
  margin-bottom: 25px;
}
.progress img {
  width: 50px;
  margin: -15px 20px 30px 0;
}
.progress span {
  width: 120px;
  font-family: 'CON';
  font-size: 40px;
  float: left;
}
.progress p {
  display: block;
  overflow: hidden;
}
.export {
  border-top: 1px solid #ddd;
  padding: 24px 0 10px;
  margin-top: 0;
}
.export ul {
  text-align: center;
}
.export li {
  width: 33%;
  display: inline-block;
  text-align: center;
}
.export a {
  border: none;
}
.export a:hover {
  opacity: 0.6;
}
.export img {
  width: 130px;
  max-width: 100%;
}
.links ol {
  list-style: decimal;
  padding-left: 25px;
  color: rgba(0, 0, 0, 0.4);
}
.links span {
  margin: 0 0 20px;
}
/****************************** FOOTER ******************************/
.footer {
  box-sizing: border-box;
  width: 100%;
  clear: left;
  float: left;
  padding: 14px 0 20px;
  overflow: hidden;
}
.footer .half,
.footer .half-right {
  padding: 0;
}
.footer .half {
  max-width: 260px;
}
.footer .half-right {
  max-width: 210px;
}
.footer a {
  display: inline-block;
  float: left;
  clear: both;
  margin-bottom: 4px;
  margin-top: 5px;
}
.footer .half-right a {
  float: right;
}
.footer a:hover img {
  opacity: 0.6;
}
a.logo-footer,
a.btn-app,
a.openscience {
  border: none;
  display: inline-block;
}
a.logo-footer {
  margin: 2px 10px 8px 0;
}
a.btn-app {
  margin: 20px 10px 0 0;
}
.logo-footer svg {
  width: 92px;
}
.footer_logo_cyber {
  fill: #1a4462;
}
.footer_logo_leninka {
  fill: #3f88c5;
}
.btn-app img {
  width: 92px;
}
a.openscience {
  margin-top: 1px;
  margin-left: 10px;
  float: right;
}
.openscience img {
  width: 102px;
}
.footer p {
  clear: both;
  text-align: right;
  margin: 45px 0 0;
}
.footer p span {
  white-space: nowrap;
}
.line-hide {
  display: none;
}
.line-show {
  display: block;
}
/****************************** OECD ******************************/
.oecd {
  margin-top: 31px;
  margin-bottom: 32px;
}
.oecd li {
  margin-bottom: 5px;
}
.oecd .letter {
  font-family: 'CON';
  font-size: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  margin: 23px 0 7px;
}
.oecd a {
  display: block;
  border: none;
  border-radius: 2px;
  line-height: 15px;
  margin: 0 -10px;
  padding: 5px 10px;
}
.oecd a:hover {
  background: #3f88c5;
  color: #fff;
}
/****************************** STATISTICS ******************************/
.infoblock .white {
  display: none;
}
.half-right .statistics {
  text-align: left;
}
.statistics {
  text-align: center;
  margin: 0 -5px -10px;
}
.stat-half {
  display: inline-block;
  margin-bottom: 10px;
}
.statitem {
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0 5px;
}
.statitem:hover {
  cursor: help;
}
.statitem img {
  width: 30px;
  opacity: 0.2;
}
.statitem span {
  display: inline-block;
  padding: 0 5px 10px 0;
  font-size: 15px;
  line-height: 12px;
  white-space: nowrap;
}
.statitem p {
  white-space: nowrap;
  font-family: 'CON';
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
  margin: 7px 0 6px;
}
/****************************** LIST ******************************/
.main .list {
  margin-top: 48px;
  margin-bottom: 20px;
}
.main .infoblock .full .list {
  margin-top: 0;
  margin-bottom: 0;
}
.list li {
  position: relative;
  margin: -10px -40px 10px;
  border-radius: 2px;
  overflow: hidden;
}
.list li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.search .list li:nth-child(odd) {
  background: none;
}
.list li:last-child {
  margin-bottom: -15px;
}
.list li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.list a {
  border-color: transparent;
  display: block;
  margin-bottom: -1px;
  padding: 10px 40px;
  overflow: hidden;
}
.search .list a {
  border-color: rgba(0, 0, 0, 0.2);
  display: inline;
  padding: 0;
}
.search .list .title a:hover,
.search .list a:hover {
  border-color: transparent;
}
.list .title {
  color: #000;
  margin-bottom: -5px;
  text-transform: none;
}
.search .list .title a {
  border-color: #000;
}
.list .cover {
  width: 100px;
  float: left;
  margin: 0 20px 9px 0;
  background: #fff;
}
.list span,
.list span a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  margin-right: 10px;
}
.list p {
  margin: 10px 0 0;
  max-height: 80px;
  color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.list .white {
  margin-left: -20px;
  display: inline-block;
  opacity: 0;
}
.list .block {
  margin: 10px 0;
}
/****************************** MORE BTN ******************************/
a.more {
  float: right;
  margin-top: -20px;
  padding: 0 10px 2px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  background: #eee;
  border: none;
  border-radius: 2px;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 10px 10px #fff;
}
a.more:hover {
  color: #fff;
  background: #3f88c5;
}
.longlist {
  overflow: hidden;
  max-height: 100px;
}
/****************************** PAGINATOR ******************************/
.paginator {
  height: 30px;
  margin: 40px -80px 15px -40px;
  padding: 10px 40px 10px 0;
  text-align: center;
}
.paginator li {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  font-family: 'CON';
  font-size: 20px;
  line-height: 30px;
}
.paginator li a {
  display: block;
  padding: 0 5px;
  border: none;
  color: #3f88c5;
  border-radius: 50%;
}
.paginator li a:hover {
  background: #eee;
}
.paginator li a.icon:hover {
  background: none;
  opacity: 0.6;
}
.paginator img {
  width: 30px;
}
.paginator li .active {
  display: block;
  background: #3f88c5;
  color: #fff;
  border-radius: 50%;
}
.paginator_first,
.paginator_last {
  fill: #3f88c5;
}
/****************************** BUTTONS ******************************/
.btn {
  box-sizing: border-box;
  display: inline-block;
  height: 50px;
  padding: 0;
  border: 2px solid #3f88c5;
  background: #3f88c5;
  color: #fff;
  border-radius: 2px;
  font-family: 'CON';
  font-size: 30px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}
.btn:hover {
  opacity: 0.6;
}
button[disabled].btn {
  cursor: default;
  border-color: rgba(255, 255, 255, 0.3);
}
.popup .form button[disabled].btn:hover {
  background-color: transparent;
  cursor: default;
}
.btn-square {
  box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 15px 10px 10px 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 2px;
  vertical-align: top;
  flex-shrink: 0;
  fill: #000;
}
.btn-square:hover {
  background: #ffba08;
}
.btn-square img {
  width: 30px;
  pointer-events: none;
}
.btn-big {
  width: 100%;
  max-width: 170px;
  margin: 15px 0 10px;
  padding: 0 15px;
}
/****************************** POPUP & SOCIAL ******************************/
.menu .vk-icon,
.popup .vk-icon {
  background: #45668e;
}
.menu .fb-icon,
.popup .fb-icon {
  background: #3b5998;
}
.menu .tw-icon,
.popup .tw-icon {
  background: #1dcaff;
}
.menu .gplus-icon,
.popup .gplus-icon {
  background: #dd4b39;
}
.menu .ok-icon,
.popup .ok-icon {
  background: #f2720c;
}
.menu .vk-icon:hover,
.popup .vk-icon:hover {
  background: rgba(69, 102, 142, 0.7);
}
.menu .fb-icon:hover,
.popup .fb-icon:hover {
  background: rgba(59, 89, 152, 0.7);
}
.menu .tw-icon:hover,
.popup .tw-icon:hover {
  background: rgba(29, 202, 255, 0.7);
}
.menu .gplus-icon:hover,
.popup .gplus-icon:hover {
  background: rgba(221, 75, 57, 0.7);
}
.menu .ok-icon:hover,
.popup .ok-icon:hover {
  background: rgba(242, 114, 12, 0.7);
}
.menu .telegram-icon,
.popup .telegram-icon {
  background: #08c;
  background: #0088cc;
}
.menu .telegram-icon:hover,
.popup .telegram-icon:hover {
  background: #08c;
  background: rgba(0, 136, 204, 0.7);
}
.social-likes {
  text-align: center;
  margin-top: 11px;
  margin-bottom: 1px;
}
.half .social-likes {
  margin-top: -9px;
}
.menu .social-likes {
  margin-bottom: 26px;
}
.social-likes a {
  box-sizing: border-box;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: none;
  padding: 7px;
}
.social-likes span {
  display: block;
  clear: both;
  margin-bottom: 11px;
  color: #fff;
  font-family: 'BOLD';
  text-align: left;
  opacity: 0.3;
}
.half .social-likes a:hover {
  opacity: 0.6;
}
.socicon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.vkontakte {
  color: #45668e;
}
.facebook {
  color: #3b5998;
}
.twitter {
  color: #1dcaff;
}
.plusone {
  color: #dd4b39;
}
.odnoklassniki {
  color: #f2720c;
}
.telegram {
  color: #08c;
}
.menu .social-likes a,
.popup .social-likes a {
  border-radius: 50%;
  margin-right: 10px;
}
.menu .social-likes a:last-child,
.popup .social-likes a:last-child {
  margin-right: 0;
}
.menu .social-likes a .socicon,
.popup .social-likes a .socicon {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.popup .list {
  margin-top: 28px;
  text-align: left;
}
/****************************** POP NEW ******************************/
.newpop {
  margin: -20px -40px 41px;
}
h1 + .newpop {
  margin-top: -15px;
}
.newpop hr {
  margin: 10px 40px 0;
}
.newpop .btn-left,
.newpop .btn-right {
  position: relative;
  z-index: 9;
  width: 40px;
  padding: 35px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.newpop .btn-left {
  float: left;
  margin: 40px -50px 0px 10px;
}
.newpop .btn-right {
  float: right;
  margin: 40px 10px 0px -50px;
}
.newpop .btn-left:hover,
.newpop .btn-right:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.newpop .btn-left img,
.newpop .btn-right img {
  width: 30px;
  margin: 0;
}
.newpop .block {
  overflow: hidden;
  margin: 10px 0 0;
  padding: 10px 15px;
  border-radius: 2px;
}
.newpop ul {
  overflow: hidden;
  width: 500%;
}
.newpop li {
  box-sizing: border-box;
  display: inline-block;
  width: 10%;
  padding: 0px 5px;
  float: left;
}
.newpop li:nth-child(odd) {
  padding-left: 25px;
}
.newpop li:nth-child(even) {
  padding-right: 25px;
}
.newpop .title {
  margin: -1px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newpop .block img {
  width: 50px;
  float: left;
  margin: 5px 20px 0 0;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.newpop .block img:hover {
  opacity: 0.6;
}
.newpop p {
  color: rgba(0, 0, 0, 0.4);
  height: 80px;
  overflow: hidden;
  margin: 0 0 10px;
}
.newpop span {
  float: left;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 10px;
}
.newpop .labels {
  margin-top: 0;
  margin-bottom: 0;
}
.main .poplist {
  margin-top: 33px;
  margin-bottom: 62px;
}
.poplist .title {
  overflow: hidden;
}
.poplist span {
  width: 70px;
  float: left;
  margin: 0;
  line-height: 21px;
}
.poplist span img {
  width: 20px;
  margin-right: 5px;
  opacity: 0.3;
}
.poplist .up,
.poplist .down {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent;
  border-radius: 3px;
  margin: 7px 10px 0px -20px;
}
.poplist .up {
  margin-top: 1px;
  border-bottom-color: #0e7c7b;
}
.poplist .down {
  border-top-color: #d00000;
}
.poplist .num {
  float: right;
  margin: 0 0 0 10px;
}
#popular {
  min-height: 828px;
}
#journals-block {
  min-height: 169px;
}
#articles-block {
  min-height: 450px;
}
#search-box-light {
  min-height: 40px;
}
#search-box-full {
  min-height: 93px;
}
.top {
  min-height: 55px;
}
/****************************** TAGS + SEARCH FILTER ******************************/
.tag-list {
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: -10px;
}
.tag-list li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.tag-list li button {
  display: block;
  background: #eee;
  border: none;
  border-radius: 2px;
  margin: 0;
}
.tag-list li.active button,
.tag-list li:hover button {
  background: #3f88c5;
  color: #fff;
}
.tag-list li.active:hover {
  opacity: 0.6;
}
.tag-list li span {
  display: inline-block;
  min-width: 36px;
  margin: 0;
  padding: 5px 10px;
  line-height: 15px;
  text-align: center;
}
.search .tag-list li button {
  text-align: left;
}
.search .tag-list li span {
  min-width: 0;
  text-align: left;
}
.tag-list .tag-counter {
  background: #ddd;
  color: #aaa;
  border-radius: 0 2px 2px 0;
  float: right;
}
.tag-list li.active .tag-counter {
  background: #1a4462;
  color: #fff;
}
.tag-list .tag-counter img {
  width: 18px;
  margin: 0 -6px;
}
.tag-list input {
  width: 37px;
  height: 11px;
  margin-right: -2px;
  padding: 4px 10px 6px;
}
.tag-list input:focus {
  position: relative;
  z-index: 1;
}
.tag-list input + button .tag-counter:hover,
.tag-list select + button .tag-counter:hover {
  background-color: #3f88c5;
  color: #fff;
}
.tag-list input + button,
.tag-list select + button {
  border-radius: 0 2px 2px 0;
}
.tag-list select {
  width: 223px;
  height: 25px;
  float: left;
  margin: 0;
  padding: 0 10px 2px;
  border-radius: 2px 0 0 2px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.lang-block b {
  display: block;
  margin-top: 10px;
}
.lang-block span {
  display: inline-block;
  padding: 3px 5px 4px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-top: 11px;
  margin-bottom: 10px;
}
.lang-block ul {
  margin: 10px 0 20px;
}
.lang-block i {
  line-height: 46px;
}
/****************************** POPUP ******************************/
.popup {
  box-sizing: border-box;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.popup > div {
  max-width: 400px;
  margin: auto;
}
.close {
  display: block;
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  margin: 0 -25px 30px 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.close:hover {
  opacity: 0.5;
}
.popup hr {
  background: #fff;
  opacity: 0.1;
  margin: 20px 0;
}
.popup .half,
.popup .half-right {
  min-width: 300px;
  border-color: rgba(255, 255, 255, 0.2);
}
.popup .list .title {
  color: #fff;
}
.popup .list span {
  color: rgba(255, 255, 255, 0.4);
}
.popup .list li:hover {
  background: #000000;
}
.popup-share .btn {
  width: 280px;
  height: 50px;
  display: block;
  clear: both;
  margin: 0 auto 20px;
  background: #ffba08;
  border-color: #ffba08;
  color: #000;
}
.popup-share .right-title {
  color: #fff;
  text-align: center;
}
.timer {
  box-sizing: border-box;
  display: block;
  clear: both;
  width: 280px;
  background: rgba(255, 255, 255, 0.2);
  background: #ffba08;
  color: #000;
  margin: 0 auto 10px;
  padding: 5px 10px;
  border-radius: 2px;
}
.timer img {
  width: 30px;
  float: left;
  margin: 5px 20px 20px 0;
}
.timer span {
  margin-top: 0;
  text-align: left;
}
/****************************** NOTIFICATIONS ******************************/
.notification {
  box-sizing: border-box;
  position: fixed;
  top: 55px;
  width: 100%;
  padding: 0 40px;
  z-index: 999;
}
.notification .note-inner {
  box-sizing: border-box;
  display: block;
  max-width: 720px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
}
.notification span {
  display: block;
  margin-left: 330px;
  margin: 0 40px;
  padding: 5px 0;
  overflow: hidden;
  text-align: center;
}
.notification button + img {
  display: none;
  float: left;
  width: 30px;
  margin: 0 10px;
  opacity: 0.3;
}
.notification .close {
  margin: 0 -5px 0 0;
}
.error {
  background: #d00000;
}
.done {
  background: #0e7c7b;
}
.info {
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 300px;
  padding: 0 20px;
  background: #3f88c5;
  z-index: 1;
  border-radius: 3px 0 0 3px;
}
.info .info-inner {
  padding: 10px 0;
  color: #fff;
}
.info .close {
  margin: 0 -5px 0 0;
}
.info span {
  display: block;
  padding: 5px 0;
}
.info span + button {
  color: #000;
  padding: 6px 10px;
  margin: 5px 0 5px;
  background: #ffba08;
  border-radius: 2px;
  font-size: 15px;
  font-family: 'REG';
  text-transform: uppercase;
}
.info span + button:hover {
  opacity: 0.6;
}
/****************************** LOGIN & REG ******************************/
.popup .form {
  /*	max-width: 280px; */
}
.popup .form .title {
  display: block;
  margin-bottom: 20px;
  font-family: 'THIN';
  font-size: 20px;
  clear: both;
}
.popup input[type="text"],
.popup input[type="password"] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  background: rgba(255, 255, 255, 0.8);
  border: none;
}
.popup input[type="text"]:focus,
.popup input[type="password"]:focus {
  background: #ffffff;
}
.popup .form .btn {
  width: 100%;
  margin: 15px 0 10px;
  line-height: 34px;
  color: #fff;
  cursor: pointer;
  background: transparent;
}
.popup .form .btn:hover {
  background: #3f88c5;
  opacity: 1;
}
.popup .form .close {
  margin-bottom: -10px;
}
.popup.register .form .close {
  margin-bottom: 0;
}
.popup .radioblock {
  width: 100%;
}
.addlinks a {
  color: #fff;
  display: inline-block;
  float: right;
  clear: both;
  margin-bottom: 5px;
}
.error-msg {
  font-family: 'BOLD';
  color: #d00000;
}
.infoblock .error-msg {
  display: inline;
  margin-top: 0;
  margin-left: 10px;
}
.captcha {
  clear: both;
  float: left;
  margin: 0px;
  padding-top: 5px;
  transform-origin: 0 0;
  transform: scale(0.926);
  opacity: 0.83;
}
/****************************** QUOTE ******************************/
.left-tabs {
  width: 60px;
  float: left;
  margin-top: 25px;
}
.left-tabs button {
  display: block;
  width: 60px;
  height: 40px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 2px 0 0 2px;
}
.left-tabs button:hover {
  opacity: 0.5;
}
.left-tabs .active {
  background: rgba(255, 255, 255, 0.3);
}
.left-tabs .active:hover {
  opacity: 1;
}
#quote-text {
  min-height: 200px;
  margin: 15px 0 35px;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  line-height: 15px;
  border-left: 2px solid #555;
  border-color: rgba(255, 255, 255, 0.3);
  text-align: left;
  opacity: 1;
  overflow: hidden;
}
/****************************** DONAT ******************************/
.donate-link,
.menu li a.donate-link {
  display: inline-block;
  padding: 0 10px;
  background: #ffba08;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-family: 'REG';
  border-radius: 2px;
}
.total div.half.donate-wallet p {
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
  margin: 0px;
}
.donate-link {
  float: right;
  border: none;
  text-transform: uppercase;
  margin: 5px 20px 0 0;
}
.donate-link:hover {
  opacity: 0.6;
}
.menu li a.donate-link {
  float: left;
  margin: 15px 0 0;
}
.donate {
  margin-top: 51px;
}
.donate-form {
  box-sizing: border-box;
  width: 320px;
  float: right;
  margin: -13px 0 20px 40px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
}
.donate-form form {
  width: 280px;
  margin: 15px auto 20px;
}
.donate-form .filter {
  margin: 0 0 -14px;
}
.donate-form input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
  background: #fff;
}
.captcha-holder {
  width: 280px;
  margin: 0 auto -8px;
  padding-bottom: 10px;
  overflow: hidden;
}
.captcha-holder .captcha {
  padding-top: 0;
}
.donate .tag-list li {
  width: 84px;
  float: left;
}
.donate .tag-list li:nth-child(3) {
  width: 90px;
  margin-right: 0;
}
.donate .tag-list li:last-child {
  width: calc(100% - 10px);
  margin-right: 0px;
}
.donate .tag-list li:last-child button {
  width: calc(100%/1.5);
  float: left;
  border-radius: 2px 0 0 2px;
}
.donate .tag-list li:last-child input {
  width: calc(100%/3);
  margin: 0px;
  font-family: 'BOLD';
  text-align: center;
  border-radius: 0 2px 2px 0;
}
.donate .tag-list li:last-child input:focus,
.donate .tag-list li:last-child:hover input,
.donate .tag-list li.active:last-child input {
  border-color: #3f88c5;
}
.donate .tag-list li button {
  width: 100%;
  height: 40px;
  font-family: 'BOLD';
  background: #ddd;
}
.donate .tag-list li button span {
  padding: 3px 0 4px;
}
.donate .tag-list li:hover button,
.donate .tag-list li.active button {
  background: #3f88c5;
}
.donate .btn-center {
  max-width: 280px;
}
.donate-txt p {
  overflow: hidden;
}
.donate-list li {
  margin-left: 25px;
  list-style: disc;
}
.help-result {
  margin: 30px 0 0;
  overflow: hidden;
}
.help-result li {
  width: calc(100%/3 - 20px);
  float: left;
  margin-right: 30px;
}
.help-result li:last-child {
  margin-right: 0;
}
.help-result img {
  width: 50px;
  display: block;
  float: none;
  margin: 0 auto 20px;
}
.payment-img {
  margin: 0 0 -24px;
}
.payment-img div {
  display: inline-block;
  margin-bottom: 20px;
}
.visa {
  width: 50px;
  margin: 4px 10px 15px 0;
}
.mastercard {
  width: 40px;
  margin-right: 10px;
}
.sberbank {
  width: 90px;
  margin: 0 10px 0 0;
}
.yamoney {
  width: 24px;
  margin-top: -6px;
}
.total {
  background: rgba(0, 0, 0, 0.05);
  margin: 30px 0 20px;
  padding: 0 20px 10px;
  border-radius: 3px;
  overflow: hidden;
}
.total .half,
.total .half-right {
  border: none;
  margin-top: 1px;
}
.total p {
  font-size: 30px;
  white-space: nowrap;
  text-align: center;
  margin: 41px 0 9px;
}
.total p img {
  width: 50px;
  margin: -20px 20px 0 0;
}
.total .rub {
  width: 20px;
  margin-top: -5px;
  margin-left: 5px;
}
.donate-done {
  margin: 10px 0 20px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
}
.donate-done img {
  width: 100%;
}
/****************************** VIEWER ******************************/
.viewer {
  position: absolute;
  width: 100%;
  min-width: 320px;
  height: 100%;
}
.pdf-content {
  box-sizing: border-box;
  height: 100%;
  padding-top: 60px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.viewer .controls {
  box-sizing: border-box;
  position: absolute;
  min-width: 320px;
  height: 60px;
  z-index: 9;
  width: 100%;
  padding: 5px 35px 5px 40px;
  /*	background: rgba(255,186,8,.95); */
  background: rgba(0, 0, 0, 0.1);
}
.viewer-scrollhide-visible {
  background: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.viewer-scrollhide-hidden {
  background: rgba(0, 0, 0, 0.05);
  transition: 1s;
}
.viewer .controls:hover,
.viewer .controls:focus {
  background: rgba(0, 0, 0, 0.1) !important;
}
.viewer .btn {
  background: none;
}
.viewer .controls .btn {
  float: left;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px 0 0 5px;
  padding: 3px;
}
.viewer .controls .btn:first-child {
  margin-left: 0;
}
.viewer .controls .btn:hover,
.viewer .controls .btn:focus {
  background: none;
  opacity: 0.6;
}
.viewer .controls .btn img {
  width: 30px;
}
.viewer .controls .resize .btn {
  border-color: transparent;
}
.viewer .controls .actions .btn {
  border-color: #fff;
}
.viewer .pages {
  float: left;
  margin-right: 10px;
  font-family: 'CON';
  font-size: 30px;
  line-height: 52px;
  color: #000;
}
.viewer .actions {
  float: left;
}
.viewer .resize {
  float: right;
  width: 130px;
}
.pdf-content div {
  margin: auto;
}
.pdf-content div > img {
  width: 100%;
  max-height: 100%;
}
.watermark {
  display: block;
  margin: auto;
  background: url("/images/watermark.png");
  opacity: 0.05;
}
.viewer .list {
  padding: 0;
  overflow: hidden;
}
.pdf-content .list {
  max-width: 800px;
  margin: 8px auto 0;
}
.viewer .list li {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  float: left;
}
.pdf-content hr {
  margin: 20px 0;
}
.pdf-content div > .title {
  display: block;
  width: 200px;
  margin: -40px auto 0;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  line-height: 40px;
  background: #fff;
}
.viewer .btn-left,
.viewer .btn-right {
  width: 50px;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1;
}
.viewer .btn-left {
  order: -1;
  margin-right: -50px;
}
.viewer .btn-right {
  margin-left: -50px;
}
.viewer .btn-left:hover,
.viewer .btn-right:hover {
  background: rgba(0, 0, 0, 0.2);
}
.viewer .btn-left img,
.viewer .btn-right img {
  width: 30px;
}
.node-viewer img {
  width: 100%;
}
.more-pages {
  position: relative;
  margin-top: -350px;
  padding-top: 285px;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
/****************************** OTHER ******************************/
::-moz-selection {
  background: #1a4462;
  color: #fff;
}
::selection {
  background: #1a4462;
  color: #fff;
}
.popup ::selection {
  background: #ffba08;
  color: #000;
}
/****************************** MEDIA QUERIES ******************************/
@media (max-width: 630px) {
  h1,
  .right-title,
  .bigheader {
    font-family: 'REG';
    font-size: 18px;
    line-height: 18px;
  }
  h2.right-title {
    font-size: 15px;
  }
  .mobhide {
    display: none;
  }
  .mobshow {
    display: inherit !important;
  }
  .main .half,
  .main .half-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .menu li a span {
    display: none;
  }
  .top-cc {
    float: none;
    margin-left: 0;
  }
  .scholar {
    float: left;
    margin-right: 10px;
  }
  .oecd {
    margin-bottom: 12px;
  }
  .footer .half,
  .footer .half-right {
    width: 260px;
    float: none;
    clear: both;
  }
  .footer p {
    text-align: left;
    margin-top: 15px;
  }
  .footer .half-right a {
    float: none;
  }
  a.openscience {
    float: none;
    margin: 20px 10px 0 0;
  }
  .cover {
    float: none;
    margin-right: 0;
    margin-bottom: -1px;
  }
  .btn-fav {
    width: 100%;
  }
  .btn-fav .btn {
    margin-left: 0;
  }
  .about-stat img {
    display: none;
  }
  .about-stat .item-left {
    padding-right: 0;
  }
  .about-stat .item-right {
    padding-left: 0;
  }
  .projects ul li {
    width: 100%;
    padding: 0 !important;
  }
  .top-cc + .labels {
    margin-top: 0;
  }
  .newpop ul {
    width: 1000%;
  }
  .newpop li {
    padding: 0 25px !important;
  }
  .poplist .title {
    clear: both;
  }
  .poplist .down,
  .poplist .up {
    margin-left: 0;
  }
  .poplist .up {
    margin-top: -6px;
  }
  .poplist .down {
    margin-top: 1px;
  }
  .poplist .num {
    float: left;
    text-align: left;
    margin-top: -6px;
  }
  .notification {
    padding: 10px 40px;
  }
  .notification span {
    margin-left: 0;
    text-align: left;
  }
  .notification button + img {
    display: block;
  }
  .settings-left {
    margin-bottom: 20px;
  }
  .settings-left .half-right {
    margin-top: 20px;
  }
  .main form .half-right {
    border-color: transparent;
    margin-top: -35px;
  }
  textarea {
    margin-bottom: 15px;
  }
  .donate-form {
    float: none;
    margin: -13px auto 43px;
  }
  .donate .tag-list {
    overflow: visible;
  }
  .help-result li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .help-result li:last-child {
    margin-bottom: 0;
  }
  .donate-txt {
    margin: 40px 0 -10px;
  }
  .donate-done {
    padding: 0;
  }
}
@media (max-width: 420px) {
  .total div.half.donate-wallet p {
    font-size: 10px;
  }
  .authors .author-list li {
    font-family: 'REG';
  }
  /*button {
		font-family: 'THIN';
		font-size: 12px;
	}*/
  h1,
  .right-title,
  .bigheader {
    font-family: 'REG';
    font-size: 15px;
    line-height: 18px;
  }
  h2.right-title {
    font-size: 15px;
  }
  .grosse {
    display: none;
  }
  .top {
    padding: 5px 20px;
  }
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu {
    padding: 0 20px;
  }
  .menu li a {
    font-family: 'CON';
  }
  .menu li a span {
    display: inline;
  }
  .list li {
    margin: -10px -20px 10px;
  }
  .list li a {
    padding: 10px 20px;
  }
  .list .cover {
    display: block;
    float: none;
    margin: 10px auto 20px;
  }
  .export li {
    width: 50%;
  }
  .progress span {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    text-align: center;
  }
  .progress p {
    overflow: inherit;
    margin: 10px 0 15px;
  }
  .popup {
    padding: 20px;
  }
  .close {
    margin-right: -5px;
  }
  .viewer .controls {
    padding: 5px 15px 5px 20px;
  }
  .main .viewer {
    width: inherit;
    margin: 30px -20px 20px;
  }
  .newpop .btn-left {
    margin: 40px -60px 0px 20px;
    border-radius: 0 2px 2px 0;
  }
  .newpop .btn-right {
    margin: 40px 20px 0px -60px;
    border-radius: 2px 0 0 2px;
  }
  .newpop li {
    padding: 0 20px !important;
  }
  .newpop .block {
    padding: 10px 20px;
  }
  .notification {
    padding: 10px 20px 0;
  }
  .notification button + img {
    display: none;
  }
  .donate-form {
    width: calc(100% + 40px);
    margin: -13px -20px 43px;
    border-radius: 0;
  }
  .total {
    width: 100%;
    margin: 30px -20px 20px;
  }
  .fav-remove {
    margin-right: 20px;
  }
}
/****************************** FOR TOUCH ******************************/
@media (pointer: coarse) {
  .fav-remove {
    display: block;
    position: relative;
    float: right;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/****************************** RETINA BACKGROUNDS ******************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .watermark {
    background: url('/images/watermark@2x.png');
    background-size: 100px;
  }
}
form.cyber-oan .right-title {
  font-size: 32px;
  line-height: 40px;
  margin: 0px 0px 40px 0px;
}
form.cyber-oan .infoblock label {
  margin-top: 0px!important;
  margin-bottom: 8px;
  display: block;
}
form.cyber-oan .infoblock input[type=text] {
  margin-top: 0px!important;
  margin-bottom: 30px;
}
form.cyber-oan .infoblock input[type=text]:last-child {
  margin-bottom: 40px;
}
form.cyber-oan .infoblock textarea {
  margin-top: 0px!important;
  height: auto;
  min-height: 96px;
  margin-bottom: 32px;
}
form.cyber-oan .infoblock select {
  margin-top: 0px!important;
  -webkit-appearance: none;
  margin-bottom: 30px;
  outline: none;
  padding: 5px 10px;
}
form.cyber-oan .infoblock select::-ms-expand {
  display: none!important;
}
form.cyber-oan .infoblock .slider-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
form.cyber-oan .infoblock .slider-container .slider {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
form.cyber-oan .infoblock .slider-container .slider .slider-min,
form.cyber-oan .infoblock .slider-container .slider .slider-max {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  margin-top: 0px!important;
  color: #ddd;
}
form.cyber-oan .infoblock .slider-container .slider .slider-input {
  -webkit-appearance: none;
  width: 100%;
  margin: 0px 12px;
  border: none;
  background: #ddd;
  height: 4px;
  padding: 0px;
}
form.cyber-oan .infoblock .slider-container .slider .slider-input::-webkit-slider-container {
  -webkit-appearance: none;
}
form.cyber-oan .infoblock .slider-container .slider .slider-input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  border: none;
}
form.cyber-oan .infoblock .slider-container .slider .slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 4px solid #3f88c5;
  cursor: pointer;
}
form.cyber-oan .infoblock .slider-container .slider .slider-input::-webkit-slider-thumb:active {
  box-shadow: 0 0 0 6px rgba(63, 136, 197, 0.2);
}
form.cyber-oan .infoblock .slider-container .slider-current {
  flex: 0 1 68px;
  font-size: 16px;
  margin: 0px 0px 0px 22px!important;
}
form.cyber-oan .infoblock .tag-list {
  margin-bottom: 40px;
}
form.cyber-oan .infoblock .langs {
  margin-bottom: 30px;
}
form.cyber-oan .infoblock .langs label {
  margin-bottom: 16px;
}
form.cyber-oan .infoblock .langs label:last-child {
  margin-bottom: 0px;
}
form.cyber-oan .infoblock .langs label span {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  margin-right: 10px;
}
form.cyber-oan .infoblock .langs input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -11111;
}
form.cyber-oan .infoblock .langs .checkbox:not(checked) + label {
  padding: 0px 0px 0px 40px;
}
form.cyber-oan .infoblock .langs .checkbox:not(checked) + label:before {
  top: 0px;
  left: 0px;
}
form.cyber-oan .infoblock .langs .checkbox:not(checked) + label:after {
  left: 2px;
  width: 16px;
  height: 16px;
}
form.cyber-oan .infoblock .langs .checkbox:checked + label:after {
  left: 12px;
}
form.cyber-oan .infoblock .langs .checkbox:checked + label {
  color: rgba(0, 0, 0);
  text-decoration: none;
}
form.cyber-oan .infoblock .langs .checkbox:not(checked ) + label {
  /*text-decoration: line-through;*/
  color: rgba(0, 0, 0, 0.4);
}
form.cyber-oan .payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
form.cyber-oan .payment .price {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: 'CON';
}
form.cyber-oan .payment .price span.price-label {
  margin-right: 20px;
}
form.cyber-oan .payment .price span {
  display: flex;
  align-items: center;
}
form.cyber-oan .payment .price span span.price-value {
  font-weight: bold;
  margin-right: 12px;
}
form.cyber-oan .payment .price span span.price-helper {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  background: #ddd;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  transition: all 0.2s;
}
form.cyber-oan .payment .price span span.price-helper:hover {
  cursor: pointer;
  background: #3f88c5;
}
form.cyber-oan .payment .btn-fav button {
  width: inherit;
  padding: 0px 15px;
}
@media (max-width: 630px) {
  form.cyber-oan .payment .price {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  form.cyber-oan .payment .price span span.price-value {
    margin-right: 0px;
  }
  form.cyber-oan .payment .price span span.price-helper {
    order: -1;
    margin-right: 16px;
  }
}
@media (max-width: 420px) {
  form.cyber-oan {
    padding: 20px 0px 30px 0px;
  }
  form.cyber-oan .right-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0px 20px 0px;
  }
  form.cyber-oan .infoblock label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  form.cyber-oan .infoblock input[type=text] {
    margin-bottom: 20px;
  }
  form.cyber-oan .infoblock input[type=text]:last-child {
    margin-bottom: 30px;
  }
  form.cyber-oan .infoblock textarea {
    min-height: 80px;
    margin-bottom: 20px;
  }
  form.cyber-oan .infoblock select {
    margin-bottom: 20px;
  }
  form.cyber-oan .infoblock .slider-container {
    margin-bottom: 20px;
  }
  form.cyber-oan .infoblock .slider-container .slider {
    flex: 1 1 620px;
  }
  form.cyber-oan .infoblock .slider-container .slider-current {
    flex: 1 0 68px;
    order: -1;
    margin: 0px 0px 10px 0px !important;
  }
  form.cyber-oan .infoblock .tag-list {
    margin-bottom: 20px;
  }
  form.cyber-oan .infoblock .langs {
    margin-top: 14px;
  }
  form.cyber-oan .infoblock .langs label {
    font-size: 14px;
  }
}
.bibloid_serp {
  line-height: 23px;
  margin-top: 0px;
  padding: 15px;
  background: #eee;
}
.bibloid_serp_filter {
  margin-bottom: 20px;
}
.bibloid_serp_ann {
  margin-bottom: -5px;
}
.bibloid_serp_ocr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.bibloid_serp i {
  font-family: serif;
  font-weight: bold;
  margin-top: 0px;
  min-width: 20px;
  line-height: 20px;
  height: 20px;
  background: #3f88c5;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  float: left;
}
.bibloid_serp span {
  display: block;
  overflow: hidden;
  margin: 0px;
  color: #000;
}
.search .list .bibloid_serp span a {
  color: #000;
  margin: 0px;
  border-color: #000;
}
ul.doi {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  margin-left: 40px;
  margin-top: 8px;
}
ul.doi li {
  margin-bottom: 16px;
}
ul.doi li span {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  margin-right: 10px;
}
ul.doi li a {
  display: table;
  margin-top: 10px;
  margin-right: 10px;
}
.btn-fav span {
  display: block;
  font-size: 8px;
}
form.cyber-oan .payment .btn-fav {
  text-align: right;
}
.main .search .list div.bibloid_serp {
  margin-top: 10px;
  margin-bottom: 10px;
}
.infoblock.patenton {
  margin-top: 40px;
}
.main ul.list.patenton {
  margin-top: 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: -21px;
  padding-bottom: 25px;
}
/****************************** BANNERS ******************************/
.ad-adaptive {
  margin: 0 auto;
  /*background: rgba(0,0,0,.05);*/
}
.top-banner {
  margin: 0 -40px -5px;
  text-align: center;
}
.left-banner {
  position: absolute;
  top: 110px;
  margin-left: -340px;
  text-align: right;
}
.right-banner {
  position: absolute;
  top: 110px;
  margin-left: 760px;
}
.left-banner .ad-adaptive,
.right-banner .ad-adaptive {
  background: #eee;
}
.ocr-banner {
  float: right;
  margin: 0 0 20px 20px;
  text-align: center;
}
.text-banner .ad-adaptive {
  height: 104px;
  margin-bottom: -10px;
}
/****************************** DIRECT ******************************/
/* общий шрифт */
.yap-yandex_ad-adaptive {
  font-family: 'REG' !important;
}
@media screen and (max-width: 679px) {
  /* заголовок */
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed .yap-logo-block__text,
  .text-banner .yap-yandex_ad-adaptive .yap-logo-block_type_vertical .yap-logo-block__text {
    text-transform: uppercase!important;
    color: rgba(0, 0, 0, 0.4) !important;
    text-align: left!important;
    font-size: 15px!important;
    font-family: "REG" !important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed-vertical .yap-layout__logo {
    padding-left: 0px!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed-vertical .yap-layout__wrapper {
    margin-top: -10px !important;
  }
  /* ссылка */
  .text-banner #yap-yandex_ad-adaptive .yap-title-block__text {
    font-size: 15px !important;
    border-bottom: 1px solid #3f88c5 !important;
  }
  .text-banner #yap-yandex_ad-adaptive .yap-title-block__text:hover {
    border-color: transparent!important;
  }
  /* описание */
  .text-banner .yap-yandex_ad-adaptive table,
  .yap-yandex_ad-adaptive td {
    font-size: 15px!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout__body {
    margin-top: 11px!important;
    line-height: 20px!important;
  }
  /* ячейка */
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed.yap-layout_block_adaptive tr:first-child .yap-layout__inner {
    padding: 0!important;
    padding-top: 20px!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed.yap-layout_block_adaptive tr:last-child .yap-layout__inner {
    padding: 0!important;
    padding-top: 17px!important;
  }
  /* доп инфо */
  .text-banner .yap-yandex_ad-adaptive .yap-layout__contacts {
    margin-top: 6px!important;
  }
}
@media screen and (min-width: 680px) {
  /* заголовок */
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed .yap-logo-block__text,
  .text-banner .yap-yandex_ad-adaptive .yap-logo-block_type_vertical .yap-logo-block__text {
    text-transform: uppercase!important;
    color: rgba(0, 0, 0, 0.4) !important;
    text-align: left!important;
    font-size: 15px!important;
    font-family: "REG" !important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed-vertical .yap-layout__logo {
    padding-left: 0px!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed {
    font-size: 15px!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-logo-block.yap-logo-block_type_vertical {
    display: block!important;
    position: relative!important;
    z-index: 1!important;
    left: 0!important;
    bottom: inherit!important;
    width: 0!important;
    height: 0!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed-horizontal .yap-layout__logo {
    width: 100%!important;
    overflow: visible!important;
    position: absolute!important;
    left: 0!important;
    top: -35px !important;
    height: 20px!important;
    padding: 0!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-logo-block_type_vertical .yap-logo-block__text {
    display: inline-block !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: left top!important;
    -ms-transform-origin: left top!important;
    transform-origin: left top!important;
    font-size: 15px!important;
    font-family: "REG" !important;
    line-height: 17px!important;
    padding: 0!important;
  }
  /* ссылка */
  .text-banner #yap-yandex_ad-adaptive .yap-title-block__text {
    font-size: 15px !important;
    border-bottom: 1px solid #3f88c5 !important;
  }
  .text-banner #yap-yandex_ad-adaptive .yap-title-block__text:hover {
    border-color: transparent!important;
  }
  /* описание */
  .text-banner .yap-yandex_ad-adaptive table,
  .yap-yandex_ad-adaptive td {
    font-size: 15px!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout__body {
    margin-top: 11px!important;
    line-height: 20px!important;
  }
  /* отступ в горизонтальной ориентации */
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed-horizontal .yap-layout__wrapper {
    width: 100%!important;
    margin-left: 0!important;
    margin-top: 36px!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout {
    overflow: visible!important;
  }
  /* ячейка */
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed.yap-layout_block_adaptive td:first-child .yap-layout__inner {
    padding: 0!important;
    padding-right: 20px!important;
  }
  .text-banner .yap-yandex_ad-adaptive .yap-layout_block_fixed.yap-layout_block_adaptive td:last-child .yap-layout__inner {
    padding: 0!important;
    padding-left: 20px!important;
  }
  /* крестик */
  .text-banner .yap-yandex_ad-adaptive td:first-child .yap-layout__adtune {
    right: 18px!important;
  }
  .text-banner .yap-yandex_ad-adaptive td:last-child .yap-layout__adtune {
    right: -2px !important;
  }
  /* доп инфо */
  .text-banner .yap-yandex_ad-adaptive .yap-layout__contacts {
    margin-top: 6px!important;
  }
}
/****************************** MEDIA QUERIES ******************************/
@media screen and (max-width: 1439px) {
  .left-banner {
    margin-left: -200px;
  }
}
@media screen and (max-width: 767px) {
  .top-banner {
    margin: 0;
  }
  .top-banner .ad-adaptive {
    width: 100%;
  }
  .text-banner .ad-adaptive {
    height: 119px;
  }
}
@media screen and (max-width: 679px) {
  .text-banner .ad-adaptive {
    height: 250px!important;
  }
}
@media screen and (max-width: 630px) {
  .ocr-banner {
    float: none;
    margin: 0 0 30px;
  }
  .ocr-banner .ad-adaptive {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .top-banner {
    margin: 0 -20px;
  }
  .ocr-banner {
    margin: 0 -20px 30px;
  }
}
@font-face {
  font-family: 'CON';
  src: url('/fonts/ProximaNovaExtraCondensedLight.eot');
  src: url('/fonts/ProximaNovaExtraCondensedLight.eot') format('embedded-opentype'), url('/fonts/ProximaNovaExtraCondensedLight.woff2') format('woff2'), url('/fonts/ProximaNovaExtraCondensedLight.woff') format('woff'), url('/fonts/ProximaNovaExtraCondensedLight.ttf') format('truetype'), url('/fonts/ProximaNovaExtraCondensedLight.svg#ProximaNovaExtraCondensedLight') format('svg');
}
@font-face {
  font-family: '';
  src: url('/fonts/ProximaNovaExtraCondensedRegular.eot');
  src: url('/fonts/ProximaNovaExtraCondensedRegular.eot') format('embedded-opentype'), url('/fonts/ProximaNovaExtraCondensedRegular.woff2') format('woff2'), url('/fonts/ProximaNovaExtraCondensedRegular.woff') format('woff'), url('/fonts/ProximaNovaExtraCondensedRegular.ttf') format('truetype'), url('/fonts/ProximaNovaExtraCondensedRegular.svg#ProximaNovaExtraCondensedRegular') format('svg');
}
@font-face {
  font-family: '';
  src: url('/fonts/ProximaNovaThin.eot');
  src: url('/fonts/ProximaNovaThin.eot') format('embedded-opentype'), url('/fonts/ProximaNovaThin.woff2') format('woff2'), url('/fonts/ProximaNovaThin.woff') format('woff'), url('/fonts/ProximaNovaThin.ttf') format('truetype'), url('/fonts/ProximaNovaThin.svg#ProximaNovaThin') format('svg');
}
@font-face {
  font-family: 'THIN';
  src: url('/fonts/ProximaNovaLight.eot');
  src: url('/fonts/ProximaNovaLight.eot') format('embedded-opentype'), url('/fonts/ProximaNovaLight.woff2') format('woff2'), url('/fonts/ProximaNovaLight.woff') format('woff'), url('/fonts/ProximaNovaLight.ttf') format('truetype'), url('/fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}
@font-face {
  font-family: 'REG';
  src: url('/fonts/ProximaNovaRegular.eot');
  src: url('/fonts/ProximaNovaRegular.eot') format('embedded-opentype'), url('/fonts/ProximaNovaRegular.woff2') format('woff2'), url('/fonts/ProximaNovaRegular.woff') format('woff'), url('/fonts/ProximaNovaRegular.ttf') format('truetype'), url('/fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}
@font-face {
  font-family: 'BOLD';
  src: url('/fonts/ProximaNovaBold.eot');
  src: url('/fonts/ProximaNovaBold.eot') format('embedded-opentype'), url('/fonts/ProximaNovaBold.woff2') format('woff2'), url('/fonts/ProximaNovaBold.woff') format('woff'), url('/fonts/ProximaNovaBold.ttf') format('truetype'), url('/fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}
