/* LAYOUT START */
@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('/static/fonts/yanone_reg.eot');
    src: url('/static/fonts/yanone_reg.eot') format('embedded-opentype'),
    url('/static/fonts/yanone_reg.woff') format('woff'),
    url('/static/fonts/yanone_reg.ttf') format('truetype'),
    url('/static/fonts/yanone_reg.svg#YanoneKaffeesatzRegular') format('svg');
}

html {
    width: 100%;
    height: 100%;
}

textarea {
    resize: none;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 1px auto;
    position: relative;
    font: normal 12px 'Inter', sans-serif;
    color: #363636;
    background: #FBF6FB;
    overflow-x: hidden;
    padding-bottom: 225px;
}

body.issue_view {
    padding-bottom: 0;
}

input {
    -webkit-appearance: none !important;
    border-radius: 0;
}

span.asterisk {
    color: #588298;
}

h1 {
    font: bold 15px "Inter", Verdana, Sans-Serif;
    color: #0289c3;
    margin-bottom: 10px;
}

h2 {
    font: bold 14px "Inter", Verdana, Sans-Serif;
    color: #545456;
}

h3 {
    font: bold 13px "Inter", Verdana, Sans-Serif;
    color: #545456;
}

p {
    margin: 6px 0;
}

a {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #588298;
    text-decoration: underline;
    text-underline-position: under;
}

a:hover {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #555;
    text-decoration: none;
}

#hat { /* wesite hat */
    width: 100%;
    height: 255px;
    position: absolute;
    top: 0;
    margin: 0;
}

#hat_inside {
    width: 980px;
    height: 255px;
    margin: auto;
}

.row {
    margin: 0;
}
.container {
    width: 1046px;
}

.hat_top div {
    width: 462px;
    margin: auto;
    padding-bottom: 13px;
}

.hat_top img {
    text-align: center;
    margin: 25px auto 0;
}

.hat_top h2 {
    font: 600 15px "Inter";
    color: #FFFFFF;
    margin: 0 auto 34px;
    letter-spacing: 2.1px;
    text-align: center;
    text-transform: uppercase;
    max-width: 420px;
    background: #588298;
    padding: 4px 14px;
}

#top_links, #languages {
    color: #545456;
    float: right;
    font: normal 14px "Inter", Verdana, Sans-Serif;
    text-transform: lowercase;
    text-align: right;
}

#top_links a {
    color: #545456;
    font: normal 14px "Inter", Verdana, Sans-Serif;
    text-transform: lowercase;
    text-decoration: none;
}

#languages a {
    color: #5E731C;
    font: normal 14px "Inter", Verdana, Sans-Serif;
    text-transform: lowercase;
    text-decoration: none;
}

#languages a {
    text-transform: uppercase;
}

#languages a#current {
    color: #545456;
}

#top_links a:hover, #languages a:hover {
    color: #5E731C;
}

#top_links a#account {
    padding-left: 20px;
    background: url(/static/images/icon_account.png) left no-repeat;
}

.login-header {
    padding: 0 30px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.login-header-links {
    margin: 14px 0;
}

.login-header-links a {
    font-size: 12px;
    text-decoration: none;
    color: #314D59;
    font-weight: 500;
}

.login-header-links a:nth-child(1):after {
    width: 1px;
    height: 20px;
    background: #CCDCD6;
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin: 0 15px;
}

.login-header-links a:hover {
    text-decoration: underline;
    color: #314D59;
}

.login-header-links img {
    margin-bottom: 4px;
}

#logotype {
    width: 239px;
    height: 35px;
    float: left;
    margin-top: 25px;
}

#logo {
    padding-left: 0;
}

textarea {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #555;
    border: solid 1px #d9d9d9;
}

input[type="text"], input[type="password"], .form-control {
    font: normal 14px "Inter", Verdana, Sans-Serif;
    color: #555;
    border: solid 1px #d9d9d9;
    min-height: 40px;
}

textarea, input[type="text"], .form-control, input[type="password"] {
    background: #FFFFFF !important;
    padding: 10px !important;
    border: none !important;
    font-size: 14px !important;
}

.type_left {
    margin-bottom: 100px;
    background: #edeff0;
    padding-top: 1px;
}

h1#title {
    color: #314D59;
    font: 500 32px "Inter";
    text-transform: uppercase;
    margin-top: 0;
}

#top_archive, .top_archive {
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    text-transform: uppercase;
    background: #588298;
    color: #FFFFFF;
    padding: 3px 8px;
    letter-spacing: 0.10em;
    margin-top: 8px;
}

#top_archive {
    display: inline-block;
    padding: 3px 12px;
}

/* Navigation start */
div#navigation {
    margin-bottom: 20px;
    color: #314D59;
}

div#navigation a {
    color: #314D59;
    font: normal 13px "Inter";
    text-decoration: none;
}

div#navigation a:hover {
    color: #7f7873;
    text-decoration: underline;
}

/* Navigation end */

/* MENU ACCOUNT START */
.account_list {
    width: 170px;
    padding: 0;
    margin-left: 15px; /* menu account list block */
}

.account_list li {
    list-style: none;
    border-bottom: 1px solid #ddd; /* menu account list lines */
}

.account_list a {
    display: block;
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #797c80;
    text-decoration: none;
    padding: 7px 0 7px 0;
}

.account_list a:hover {
    display: block;
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #08c;
    text-decoration: none;
    padding: 7px 0 7px 0;
}

li.subaccount_list a {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #797c80;
    padding-left: 15px; /* menu subaccount links */
}

li.subaccount_list a:hover {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #08c;
    padding-left: 15px; /* menu subaccount links over */
}

li.subaccount_list a.current {
    color: #08c;
}

/* MENU ACCOUNT END */

/* FOOTER START */
#footer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    margin: 0;
}

#footer_block {
    height: 160px;
    padding-top: 8px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer_block > div:first-child {
    padding-left: 0;
}

#footer_block > .footer_links {
    width: 58%;
}

#socials {
    height: 45px;
    overflow: hidden;
    text-align: right;
    color: #3f464b;
    align-self: flex-start;
    margin-top: 36px;
    padding: 0;
    width: 8.667%;
}

#socials span {
    display: block;
    float: right;
    line-height: 28px;
}

#socials a {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background-position: center top;
    background-repeat: no-repeat;
}

#socials a#sl-facebook {
    background-image: url(/static/images/icon_f.png);
}

#socials a#sl-twitter {
    background-image: url(/static/images/icon_t.png);
}

#socials a#sl-google {
    background-image: url(/static/images/icon_g.png);
}

#socials a#sl-youtube {
    background-image: url(/static/images/icon_y.png);
}

#socials a:hover {
    background-position: center bottom;
}

.copy_l {
    color: #314D59;
    font-size: 10px;
    margin: 10px 0 0 0;
}

.copy_r {
    float: right;
    color: #eeeeee;
    margin: 20px 20px 0 0;
}

.copy_r a {
    color: #eeeeee;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

#context_search_body {
    float: right;
    width: 100%;
}

a#adv_s {
    float: left;
    font-size: 12px;
    font-weight: 600;
    color: #588298;
    display: inline-block;
    padding: 0 17px 0 0;
    text-decoration-line: underline;
    line-height: 16px;
    letter-spacing: -0.24px;
}

a#adv_s:hover {
    color: #588298;
    background-position: left -22px;
}

a#adv_s > span {
    display: block;
}

#context_search_field, #search_field {
    border: 1px solid rgba(68, 65, 59, 0.5);
    margin-right: -15px;
    background: #FDFAFD;
    position: relative;
    height: 48px;
}

#search_field input[name='q'] {
    background: #FDFAFD !important;
}

#context_search_field input[type="text"], #search_field input[type="text"] {
    float: left;
    width: 91.7%;
    height: 46px;
    font: normal 16px "Inter", Verdana, Sans-Serif;
    color: #989898;
    padding: 10px 0 10px 20px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #FFFFFF;
}

#context_search_field input:focus, #search_field input:focus {
    -webkit-appearance: none;
    border-radius: 0;
}

#search_field input[type="text"] {
    padding-left: 20px !important;
    font-size: 16px !important;
}

input#context_search_searchbutton, input#search_searchbutton {
    color: #fff;
    content: "";
    text-align: center;
    text-transform: uppercase;
    float: right;
    width: 58px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #588298;
    background-image: url(/static/images/icon_search.svg);
    background-repeat: no-repeat;
    background-color: #588298;
    background-position: center;
    border-radius: 2px;
    margin: 3px 3px 0 0;
}

#context_search_closebutton img, #search_closebutton img {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}

.context_search_result, .search_result {
    display: none;
    position: absolute;
    overflow: auto;
    width: 750px;
    height: 200px;
    z-index: 100;
    margin-top: 20px;
    margin-left: -1px;
    border: #ccc solid 1px;
    background: #fff;
}

* html .context_search_result, * html .search_result {
    margin-top: 20px;
    margin-left: -50px;
}

*
.context_search_result iframe {
    display: none; /*for IE5*/
    display /**/: block; /*for IE5*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    width: 1000px; /*for any big value*/
    height: 1000px; /*for any big value*/
}

.context_search_results {
    width: 100%;
    margin: 0;
    padding: 0;
}

.context_search_results th {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #5E731C;
    text-align: left;
    padding: 5px;
}

.context_search_results th a {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #5E731C;
    text-align: left;
    text-decoration: none;
}

.context_search_results th a:hover {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #555;
    text-align: left;
    text-decoration: none;
}

.context_search_results td {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #555;
    text-align: left;
    padding: 5px 5px 5px 15px;
}

.context_search_results td a {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #555;
    text-align: left;
    text-decoration: none;
}

.context_search_results td a:hover {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #5E731C;
    text-align: left;
    text-decoration: none;
}

/* CONTEXT SEARCH END */

/* ALERT MESSAGES START */
.error {
    background: url(/static/images/validation_advice_bg.gif) no-repeat left;
    margin-top: 8px;
    padding: 0 0 0 17px;
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: red; /* error blocks */
}

.error_js {
    background: url(/static/images/validation_advice_bg_js.gif) no-repeat left;
    margin-top: 8px;
    padding: 0 0 0 17px;
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: red; /* error blocks */
}

.state-highlight-error {
    border: 1px dashed #red;
    background: #FAEBE7;
}

.notify {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: green; /* notify blocks */
}

.notify_message {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: green;
    padding: 5px; /* notify messages */
}

.notify_message a {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: green;
    text-decoration: underline;
    padding: 5px; /* notify messages links */
}

.notify_message a:hover {
    text-decoration: none; /* notify messages links over */
}

.alert_message {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: red;
    padding: 5px; /* alert messages */
}

.alert_message a {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: red;
    text-decoration: underline;
    padding: 5px; /* alert messages links */
}

.alert_message a:hover {
    text-decoration: none; /* alert messages links over */
}

/* ALERT MESSAGES END */

/* PAGE TAB START */
.page_tab {
    margin-top: 10px;
}

ul.pageTab {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

ul.pageTab li {
    list-style: none;
    padding: 0;
    display: inline;
}

ul.pageTab a.begin, a.end, a.previous, a.next, a.page {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #0289c3;
    line-height: 25px;
    text-decoration: none;
    margin: 0;
    padding: 5px 9px 5px 9px;
    background: url(/static/images/pagetab.png) no-repeat;
}

ul.pageTab li.current, a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #fff;
    line-height: 25px;
    text-decoration: none;
    margin: 0;
    padding: 5px 9px 5px 9px;
    background: url(/static/images/pagetab_over.png) no-repeat;
}

/* PAGE TAB END */

/* NEWS START */
div.news_item15 {
    border-bottom: 1px solid #588298;
    margin-bottom: 15px;
}

.news_img {
    max-width: 169px;
    max-height: 169px;
    float: left;
    margin-right: 20px;
}

.news_date {
    font: 400 13px "Inter", Verdana, Sans-Serif;
    color: #807872;
    margin: 5px 0;
}

.news_name {
    font: normal 15px "Inter", Verdana, Sans-Serif;
    color: #314D59;
    margin-bottom: 8px;
}

.news_name a, .news_name b {
    font: normal 20px "Inter", Verdana, Sans-Serif;
    text-decoration: none; /* news name link styles */
    color: #314D59;
    font-weight: 600;
    line-height: 28px;
}

.news_name a:hover {
    font: normal 15px "Inter", Verdana, Sans-Serif;
    color: #000;
    text-decoration: none; /* news name link styles */
}

.news_description {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    margin-top: 5px;
    margin-left: 120px;
}

.news_item15 .news_details {
    border-bottom: none;
    margin-bottom: 0px;
}

.news_details {
    text-align: left;
    text-decoration: none;
    padding-left: 122px;
}

.news_details a {
    font: 600 14px "Inter", Verdana, Sans-Serif;
    color: #588298;
    padding: 3px 10px 1px;
    text-transform: lowercase;
    text-decoration-line: underline;
    background: none;
}

.news_separator {
    height: 2px;
    background: #CCDCD6;
    opacity: 0.7;
    margin: 24px 0;
}

/* NEWS END */

/* news filters */
.type_left .filter_title {
    margin: 24px 0 8px 12px;
    font-size: 16px;
}


.type_left > div:nth-child(1) > h3:nth-child(1) {
    margin: 12px 0 8px 12px;
}

.filter_title {
    color: #314D59;
    font: 500 22px "Inter";
    text-align: center;
    margin: 10px 0 8px;
    display: flex;
    align-items: center;
}

.filter_title:first-letter {
    text-transform: capitalize;
}

.filter_title span {
    display: table;
    padding-right: 10px;
    letter-spacing: -1px;
    white-space: nowrap;
}

.filter_title a {
    color: #44413B;
    font: 500 22px "Inter";
    text-decoration: none;
}

.filter_title .line {
    content: '';
    background: #CCDCD6;
    width: 75%;
    height: 12px;
    margin-top: 3px;
    margin-bottom: 0;
}

.filter_title a:hover {
    color: #363636;
    font: 400 21px "Inter";
    text-decoration: underline;
}

.home .type_bottom .filter_title {
    margin: 35px 0 16px;
}

.type_bottom .filter_title a:hover {
    color: #6c675e;
    text-decoration: none;
    font-size: 22px;
}

.filter-heading:not(:last-child) {
    margin-bottom: 4px;
}

.panel-group {
    padding: 0;
    background: #edeff0;
}

.filter-heading a {
    cursor: pointer;
    display: block;
    color: #f2f2f2;
    font: 500 16px/24px "Inter", Verdana, Sans-Serif;
    text-decoration: none;
    padding: 8px 10px 8px;
    position: relative;
    background: #588298;
}

.filter-heading a:first-letter{
    text-transform: capitalize;
}

.filter-heading a:hover, .filter-heading a:not(.collapsed) {
    background: #588298;
}

.filter-heading a:after, .filter-heading a:not(.collapsed):after {
    position: absolute;
    right: 16px;
    top: 8px;
    content: url(/static/images/plus.png);
}

.filter-heading a:not(.collapsed):after, .filter-heading a:not(.collapsed):after {
    top: 3px;
    content: url(/static/images/minus.png) !important;
}

#data h6 {
    color: #314D59;
    font-size: 12px;
    text-transform: capitalize;
}

/* letters */

.letter_issues .letter {
    color: #5b6918;
    font: normal 18px "Inter";
    text-indent: -999px;
    height: 10px;
}

.letter_issues ul.issue_list, div#collection ul {
    margin: 5px 0 0 0;
    padding: 0;
    width: 185px;
}

.letter_issues ul.issue_list li, div#collection ul li {
    list-style: none;
    padding: 0;
}

.letter_issues ul.issue_list li a, div#collection ul li a {
    font: normal 14px "Inter";
    text-decoration: none;
    color: #314D59;
    font-weight: 400;
}

.letter_issues ul.issue_list li a:hover, div#collection ul li a:hover {
    color: #588298;
    text-decoration: underline;
}

div#collection ul li a {
    padding-left: 15px;
    background-image: url(/static/images/bullet.png);
    background-position: 0 -29px;
    background-repeat: no-repeat;
}

div#collection ul li a:hover {
    background-position: 0 5px;
}

/* news filters */

/* issues-group */

.issue_main_data h2 {
    color: #314D59;
    font: 20px "Inter", Verdana, Sans-Serif;
    text-transform: uppercase;
    font-weight: 600;
}

.issue_group_image {
    float: left;
    border: 1px solid #588298;
    margin-right: 20px;
}


/* issues-group */

/* ACCOUNT ICONS START */
.my_account a {
    display: table;
    margin: auto;
    text-align: center;
}

/* ACCOUNT ICONS END */

/* FILTERS START */
.glossymenu {
    width: 180px;
    padding: 0;
    margin-left: 15px;
}

.glossymenu input.box {
    border: none;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.glossymenu label {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #0289c3;
    padding-left: 5px;
}

.glossymenu b {
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #808080;
}

.filter_menu {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #555;
    padding-bottom: 5px;
    padding-top: 15px;
    margin-bottom: 7px;
    border-bottom: solid 1px #ccc;
}

.filter_menu a {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #555;
    text-decoration: none;
    cursor: default;
}

.filter_menu a:hover {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #555;
    text-decoration: none;
    cursor: default;
}

.filter_submenu {
    background-repeat: no-repeat;
    background-position: left;
}

.filter_submenu a {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #0289c3;
    cursor: default;
}

.filter_submenu a:hover {
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #000;
    cursor: default;
}

.filter_submenu div {
    margin-top: 4px;
}

/* FILTERS END */

/* AUXILIARY CLASSES START */
.mainblock {
    width: 980px;
    overflow: auto;
    margin: auto;
    padding-top: 255px;
    padding-bottom: 100px;
}

.main-line {
    height: 8px;
    background: #CCDCD6;
    opacity: 0.7;
    flex: 1 1 100%;
    margin-bottom: 24px;
}

.line {
    height: 8px;
    background: #CCDCD6;
    opacity: 0.7;
    flex: 1 1 100%;
}

.collection-letter .line {
    margin-left: 23px;
}

table.form td {
    padding: 5px 10px 5px 0;
}

input#security_code {
    padding: 6px 2px;
    width: 50px;
    margin-right: 15px;
}

.security_img {
    width: 145px;
}

input[type="submit"], input[type="button"], button {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 8px 20px;
    background: #588298;
    border: 1px solid #728E9D;
    border-radius: 2px;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background: #588298;
    border-color: #588298;
}

.map_text {
    /*height: 50px;*/
    height: 10px;
}

#map_content {
    cursor: pointer;
    position: relative;
}

#map_tile {
    width: 292px;
    height: 197px;
    position: absolute;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-image: url(/static/images/map_over-blue.gif);
}

#map {
    position: absolute;
}

p.map_reg {
    position: absolute;
    bottom: 0;
}

p.map_reg span.map_reg_n {
    color: #588298;
    font: 400 15px "Inter";
    margin: 0;
    text-transform: uppercase;
}

.type_center > div, .type_bottom div.center_ad_block_description {
    min-height: 370px;
}

.block_link_img {
    margin-top: 3px;
    border: 1px solid #7c736e;
}

.block_link_img:hover {
    border: 1px solid #5b6918;
}

/* advanced search */

div#adv_s {
    overflow: hidden;
    border-left: 1px solid #c2beb9;
    border-right: 1px solid #5E731C;
}


div#adv_s input[type="text"] {
    float: left;
    width: 72.2%;
    height: 19px;
    font: normal 12px "Inter", Verdana, Sans-Serif;
    color: #989898;
    padding: 0 0 2px 24px;
    border: none;
    border-top: 1px solid #c2beb9;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: url(/static/images/icon_search.gif) 4px 1px no-repeat #efeae4;
}

div#adv_s input[type="button"] {
    padding: 2px 0;
    width: 54px;
}

/*ul_tabs */
ul.ul_tabs {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.ul_tabs li {
    float: left;
    width: 25%;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

ul.ul_tabs li a {
    outline: none;
    display: block;
    color: #314D59;
    height: 40px;
    padding: 8px 0;
    font: normal 16px "Inter";
    text-decoration: none;
    border-radius: 0 3px 3px 0;
    background: #ffffff;
    border: 1px solid #728E9D;
    text-transform: capitalize;
    line-height: 24px;
}

ul.ul_tabs li.ui-state-active a, ul.ul_tabs li a:hover {
    background: #588298;
    border-radius: 3px 0 0 3px;
    text-transform: capitalize;
    color: #ffffff;
}

.tabs_link a {
    display: block;
    color: #314D59;
    padding: 5px 12px 5px 10px;
    font: normal 14px/18px "Inter";
    text-decoration: none;
    min-height: 30px;
    margin-right: 12px;
}

.widget-titles .tabs_link a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.bottom_ad_block_seedetails a{
    color: #588298;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.28px;
    text-decoration-line: underline;
}

.tabs_link a:hover {
    color: #314D59;
    background: #DAE6E1;
}

/* float */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

/* width */
.w25p {
    width: 25% !important;
}

.w33p {
    width: 33% !important;
}

.w50p {
    width: 50% !important;
}

.w66p {
    width: 66% !important;
}

.w75p {
    width: 75% !important;
}

/* margin */
.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr7 {
    margin-right: 7px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.nobg {
    background: none !important;
}

.nobd {
    border: none !important;
}

.dnone {
    display: none !important;
}

/* AUXILIARY CLASSES START */

/*======================================================================
  Selectric
======================================================================*/

.selectricWrapper {
    float: left;
    position: relative;
    margin: 0 6px 10px 0;
    width: 60px;
    cursor: pointer;
}

.selectricResponsive {
    width: 100%;
}

.selectric {
    position: relative;
    background: #FFFFFF;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 12px 0 0;
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #314D59;
    min-height: 12px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 8px;
    height: 10px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    /* IE Fix */
    *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #588298;
    border-bottom: none;
}

.selectricHover .selectric {
    border-color: #588298;
}

.selectricHover .selectric .button {
    color: #888;
}

.selectricHover .selectric .button:after {
    border-top-color: #888;
}

.selectricOpen {
    z-index: 9999;
}

.selectricOpen .selectric {
    border-color: #8e8682;
    z-index: 9999;
}

.selectricOpen .selectricItems {
    display: block;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #edeff0;
    z-index: 9998;
}

.selectricItems ul,
.selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 10px;
    min-height: 10px;
}

.selectricItems li {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #588298;
    color: #666;
    cursor: pointer;
}

.selectricItems li.selected {
    background: #588298;
    color: #fff;
    border-top-color: #588298;
}

.selectricItems li:hover {
    background: #588298;
    color: #fff;
}

.selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default;
}

/*******************/

.restop b {
    color: #314D59;
}

.restop, #theresult {
    font-size: 14px;
    color: #314D59;
}

.restop a {
    font-size: 14px;
    font-weight: normal;
}

.hl_word {
    position: absolute;
    top: 0;
    left: 0;
    background: yellow;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
}

.pagenumdead, .pagenumlink {
    text-align: center;
}

.pagenextdead, .pageprevdead {
    display: none;
}

.pages {
    text-align: center;
    color: #000;
    font: bold 14px "Inter", Verdana, Sans-Serif;
}

.pages a, .pages span {
    text-decoration: none;
    padding: 10px 5px;
    font: bold 14px "Inter", Verdana, Sans-Serif;
}

.pages a:hover {
    color: #000;
    text-decoration: none;
}

.nolink {
    cursor: default;
    border: 0 !important;
}

/*********/
.pics_list {
    padding: 16px 16px 24px;
    background: #edeff0;
    margin-bottom: 24px;
    border-bottom: 2px solid #9eb6c0;
}

.headline-search {
    color: #314D59;
    font-family: Inter;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.pics_list img {
    overflow: hidden;
}

.pics_list b {
    color: #314D59;
    font-weight: 600;
}

.pics_list .all-results {
    color: #588298;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-decoration: underline;
}

.pics_list h5 {
    color: #314D59;
    font: 400 20px "Inter", Verdana, Sans-Serif;
    padding: 1px 10px 2px 0;
    margin: 0;
    line-height: 28px;
    letter-spacing: -0.4px;
}

#theresult .news_name {
    color: #588298;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.4px;
}

#theresult .news_name a {
    color: #588298;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.4px;
    text-decoration: underline;
}

#theresult .news_details a {
    padding: 3px 21px 1px;
}

.pics_list h5:first-letter {
    text-transform: capitalize;
}

.pics_list div.in {
    padding: 15px 0 0;
}

.text_chunk {
    color: #314D59;
    margin-top: 8px;
    margin-bottom: 10px;
}

.number {
    color: #000;
    font-weight: bold;
}

.m_count, .m_count:hover {
    float: left;
    display: inline-block;
    height: 100px;
    line-height: 100px;
}

.checkboxes.filter label {
    cursor: pointer;
    display: inline-block;
    width: 160px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* alex */
.filters_found_list {
    padding: 16px 16px 24px;
    background: #edeff0;
}

.filters_found_list h5 {
    color: #314D59;
    font: 400 20px "Inter", Verdana, Sans-Serif;
    line-height: 28px;
    margin: 0 0 16px;
}

.filters_found_list div.in {
    padding: 0;
}

.filters_found_list div.in a {
    color: #588298;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.filters_found_list div.in img, .s_img_list img {
    border: 2px solid #588298;
}

.filters_found_list div.in img:hover, .s_img_list img:hover {
    border: 2px solid #588298;
}

span.ui-helper-hidden-accessible {
    display: none !important;
}

#ajax-filter-pointer {
    display: none;
    position: absolute;
    line-height: 33px;
    left: 220px;
    border: 1px solid rgba(88, 130, 152, 0.3);
    z-index: 99999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

#filter-result-href {
    float: left;
    padding: 0 10px 0 10px;
    background: #edeff0;
    white-space: nowrap;
}

#filter-result-href a, #filter-result-href b {
    color: #588298;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.24px;
}

/* search */

#searchclear {
    position: absolute;
    right: 113px;
    top: 3px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    display: none;
}

ul.ui-autocomplete {
    z-index: 100;
    padding: 12px 20px;
    margin: 45px 0 0 29px;
    position: absolute !important;
    box-shadow: 2px 4px 4px #99928c;
    background: #efeae4;
}

ul.ui-autocomplete li {
    list-style: none;
}

ul.ui-autocomplete li a {
    color: #343434;
    font: normal 13px "Inter";
    text-decoration: none;
    padding-left: 15px;
    background-image: url(/static/images/bullet.png);
    background-position: 0 -29px;
    background-repeat: no-repeat;
}

ul.ui-autocomplete li a:hover {
    color: #588298;
    cursor: pointer;
    text-decoration: underline;
    background-position: 0 5px;
}

footer {
    width: 100%;
    margin-top: 80px;
    position: absolute;
    bottom: 0;
    background-color: rgba(204, 220, 214, 0.7);
    z-index: 4;
}

.noborder {
    border: 0 !important;
}

a.greenborder {
    display: inline-block;
    color: #588298;
    background: #EDEEF0;
    text-decoration: none !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.28px;
    line-height: 18px;
}

a.greenborder:hover {
    background: #588298;
    color: #FFFFFF;
}

.pagenumdead, .pagenumlink {
    text-align: center;
}

.pagenextdead, .pageprevdead {
    display: none;
}

.pages {
    text-align: center;
    color: #000;
    font: bold 14px "Inter", Verdana, Sans-Serif;
}

.pages a, .pages span {
    text-decoration: none;
    padding: 10px 5px;
    font: bold 14px "Inter", Verdana, Sans-Serif;
}

.pages a:hover {
    color: #000;
    text-decoration: none;
}

.nolink {
    cursor: default;
    border: 0 !important;
}

.small_cover {
    float: left;
    border: 2px solid #807873;
    margin-right: 20px;
}

.additional div {
    margin-bottom: 2px;
}

.f_name {
    color: #314D59;
    width: 125px;
    font-weight: bold;
    float: left;
    padding: 4px 4px 4px 0px;
}

.filter_item {
    background: #588298;
    float: left;
    padding: 4px 20px 4px 4px;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    color: #f2f2f2;
}

.filter_item a {
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(/static/images/small_close_sprite.png);
    background-potition: 0px 0px;
    right: 4px;
    top: 7px;
}

.filter_item a:hover {
    background-position: 0px -11px;
}

input#vkeyboard {
    padding: 0;
    height: 18px;
    width: 30px;
    content: "";
    background: url(/static/images/keyboard-new.png) no-repeat;
    border: none;
    margin-top: 15px;
    margin-right: 8px;
    float: right;
}

input#vkeyboard:hover {
    opacity: 1;
}

div.sort_btn {
    padding: 5px 0;
    margin-bottom: 32px;
    border-top: 2px solid #8aa5b6;
    border-bottom: 2px solid #8aa5b6;
}

.issue-block {
    padding: 0;
    width: 223px;
    margin-right: 21px;
}

.issue-block:nth-child(3n) {
    margin-right: 0;
}

div.sort_btn button {
    display: block;
    color: #588298;
    text-transform: uppercase;
    border: 0;
    float: right;
    font: normal 14px/18px "Inter";
    margin-left: 32px;
    padding: 0 0 0 20px;
    text-decoration: none;
    height: 30px;
    background: url(/static/images/ar_new_1.png) 0 8px no-repeat;
    font-weight: 600;
}

div.sort_btn button:hover {
    color: #f2f2f2;
    background: url(/static/images/ar.png) 0 8px no-repeat #588298;
}

div.sort_btn button.ar_t {
    background: url(/static/images/ar_t.png) 0 9px no-repeat #588298;
    color: #f2f2f2;
}

div.sort_btn button.ar_b {
    background: url(/static/images/ar_b.png) 0 9px no-repeat #588298;
    color: #f2f2f2;
}

div.sort_btn button.asc {
    background: url(/static/images/ar_t.png) 0 9px no-repeat #588298;
    color: #f2f2f2;
}

div.sort_btn button.desc {
    background: url(/static/images/ar_b.png) 0 9px no-repeat #588298;
    color: #f2f2f2;
}

span.datepick-highlight {
    background-color: #98938c !important;
}

span.datepick-weekend {
    background-color: #6e797f !important;
}

.hasNums {
    background-color: #5b6818 !important;
}

.compilation_item li, .compilation_item a {
    font-size: 19px;
}

.pagenumdead, .pagenumlink {
    text-align: center;
}

.pagenextdead, .pageprevdead {
    display: none;
}

.pages {
    text-align: center;
    color: #000;
    font: bold 14px "Inter", Verdana, Sans-Serif;
}

.pages a, .pages span {
    text-decoration: none;
    padding: 10px 5px;
    font: bold 14px "Inter", Verdana, Sans-Serif;
}

.pages a:hover {
    color: #000;
    text-decoration: none;
}

.nolink {
    cursor: default;
    border: 0 !important;
}

.small_cover {
    float: left;
    border: 2px solid #807873;
    margin-right: 20px;
}

.additional div {
    margin-bottom: 2px;
}

@media \0screen {
    table.form input[type="password"] {
        color: #464646 !important;
        font-family: Arial !important;
    }

    form#main input[type="password"] {
        color: #464646 !important;
        font-family: Arial !important;
    }
}

.is_src_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #919191;
}

.s_img_list {
    position: relative;
}

.s_img_list-item {
    padding: 0;
    height: 376px;
    width: 223px;
    margin-right: 21px;
    margin-bottom: 49px !important;
}

.s_img_list-item:nth-child(3n) {
    margin-right: 0;
}

.s_img_list-item img {
    height: 316px;
    width: 223px;
}

.s_img_list-item-name {
    padding: 10px 12px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.28px;
}

.ie {
    display: none;
    font-weight: bold;
}

@media \0screen {
    .ie {
        display: block;
    }
}

:root div.ie {
    display: block \9;
}

ul.help_list {
    padding: 0;
    display: table;
}

ul.help_list li {
    padding: 6px 0;
    list-style: none;
}

.collection-letter {
    font: 24px "Inter";
    text-transform: uppercase;
    margin: 16px 0 0;
    color: #314D59;
    font-weight: 500;
    line-height: 30px;
}

.collection-name {
    font-weight: normal;
    font-size: 14px;
    color: #588298;
    padding: 3px 0;
}

.collections-letters-block {
    padding: 0 0 20px 0;
}

.collections-letters-block a {
    padding: 2px 8px 0 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

.collections-letters-block span {
    padding: 2px 8px 0 0;
    font-size: 16px;
}

.collection-letter {
    padding: 20px 0 5px 0;
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collection-name a {
    font-weight: normal;
    font-size: 14px;
    margin-right: 4px;
}

.trade-logo:hover, .trade-logo {
    text-decoration: none;
    color: #44413B;
    font-family: Open Sans;
    font-size: 8.898px;
    font-style: normal;
    font-weight: 500;
}

.hat_top .trade-logo {
    font-size: 13px;
    position: relative;
    left: -11px;
    top: 4px;
    font-weight: 500;
}

#logo .trade-logo {
    position: absolute;
    top: -1px;
    left: 215px;
    font-size: 7px;
    line-height: 10px;
    color: #44413B;
    font-weight: 500;
}

#btm_logo #top_archive {
    font-style: normal;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background: #588298;
    color: #FFFFFF;
    padding: 3px 10px;
    margin-top: 7px;
    line-height: normal;
    letter-spacing: 1.519px;
}

@media (max-width: 767px) {
    #logo .trade-logo {
        font-size: 10px;
        position: relative;
        top: -13px;
        left: -3px;
    }
}

.footer_links {
    padding: 5px 0 5px 56px;
}

.footer_links a {
    color: #728E9D;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: -0.28px;
}

.footer_links > div {
    padding: 4px 0;
}

.sf-menu {
    width: 1000px;
    margin: auto;
    float: none;
}

.sf-menu a {
    color: #314D59 !important;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    min-height: 32px;
    padding: 6px 20px;
}

.sf-menu li {
    margin-left: 57px;
    display: inline;
}

.sf-menu li:first-child {
    margin-left: 62px;
}

.sf-menu li:last-child {
    margin-right: 57px;
}

.sf-menu a:hover, .sf-menu li.current a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    background: #588298 !important;
}

@media \0screen {
    .sf-menu a {
        color: #000 !important;
    }
}

@media (min-width: 767px) {
    .sf-menu li {
        text-align: center;
        display: block;
    }
}

@media (max-width: 767px) {
    .sf-menu li a {
        padding-left: 30px;
    }
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 273px;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: 100%;
    float: left;
    width: 650px;
    border: 0;
}

.callbacks_container {
    margin-top: 44px;
    margin-bottom: 54px;
    padding: 0;
    background-color: rgba(204, 220, 214, 0.7);
    position: relative;
}

.caption {
    float: right;
    width: 336px;
    color: #314D59;
    padding: 25px 36px 0 48px;
}

.caption div.name {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.caption div.desc {
    font-size: 14px;
}

.caption a {
    color: #588298;
    font: 600 14px "Inter";
    text-transform: lowercase;
    text-decoration: underline #588298;
    bottom: 80px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    margin-top: 6px;
}

.caption a:hover {
    color: #000000;
}

.rslides_tabs {
    float: right;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 123px;
    z-index: 1000;
}

.rslides_tabs li {
    display: block;
    float: left;
    list-style: none;
    padding: 0 3px;
    margin: 0;
}

.rslides_tabs li a {
    display: block;
    height: 12px;
    width: 12px;
    overflow: hidden;
    text-indent: 100px;
    border: 1px solid #cbd6d5;
    background: #cbd6d5;
}

.rslides_tabs li a:hover, .rslides_tabs li.rslides_here a {
    border: 1px solid #a9b7ba;
    background: #a9b7ba;
}

.widgets-wrapper {
    padding: 0 15px;
}

.widgets-wrapper .widget {
    padding: 0;
    width: 314px;
    margin-right: 22px;
}

.widgets-wrapper .widget:last-child {
    margin-right: 0;
}

#tabs-text-inner .article-text {
    color: #314D59;
    font: 400 14px 'Inter';
}

#tabs-text-inner .article-text h3 {
    color: #314D59;
}

.checkboxes {
    margin: 0;
    padding: 0;
    width: 185px;
}

.checkboxes div, .checkboxes span {
    color: #314D59;
    font: bold 14px "Inter";
    margin-top: 10px;
    padding: 5px 5px 5px 0;
    border-top: 1px solid #5E731C;
    text-transform: uppercase;
    text-overflow: ellipsis;
    width: 190px;
    overflow: hidden;
}

.checkboxes div:first-child, .checkboxes span:first-child {
    margin-top: 0;
    border-top: none;
}

.checkboxes li {
    white-space: nowrap;
    list-style-type: none;
    padding: 2px 0;
}

.checkboxes input {
    display: inline;
    margin: 0;
}

.checkboxes label {
    color: #343434;
    font: normal 13px "Inter";
    margin: 0;
    display: inline;
}

.checkboxes label:hover {
    color: #588298;
    text-decoration: underline;
}

.radio, .checkbox {
    background: url(/static/images/libraria-radio-checkbox.png) no-repeat;
    /* width and height of one radio/checkbox */
    margin: 1px 5px 0 0 !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.checkboxes.filter .region-name {
    color: #314D59;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.28px;
}

.radio {
    background-position: 0 0
}

.radio-checked {
    background-position: 0 -25px
}

.checkbox {
    background-position: -23px 0
}

.checkbox-checked {
    background-position: -23px -25px
}

/* hide input from view but still visible (ie & opera support) */
.rc-hidden {
    position: absolute;
    left: -999em
}

.register label {
    float: left;
    margin-right: 15px;
}

.filter_selected {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #588298;
}

.filter_selected span {
    display: block;
    color: #343434;
    font: normal 14px "Inter";
    padding: 2px 0 2px 25px;
    background: url(/images/filter_selected.png) 5px 7px no-repeat;
}

.filter_selected span:hover {
    cursor: pointer;
    color: #314D59;
    background-position: 5px -15px;
}

#id_main_content .mb20 span {
    color: #314D59;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin-bottom: 10px;
    display: block;
}

#id_main_content .mb20 span > b, #id_main_content .mb20 span > span {
    display: inline;
    color: #588298;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-decoration: underline;
}

.filters-data span {
    color: #314D59;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin-bottom: 10px;
    display: inline-block;
}

.filters-data span > span, .filters-data a {
    display: inline;
    color: #588298;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-decoration: underline;
}

a.history-search-link:hover {
    color: #314D59;
    text-decoration: underline;
}

a.history-search-link {
    color: #343434;
    font: normal 13px "Inter";
    text-decoration: none;
}

ul.history-search-ul {
    padding-left: 15px;
}

ul.history-search-ul li {
    padding: 0;
    list-style-type: disc;
    color: #343434;
}

.library-name {
    padding: 3px 0 15px 0;
}

.library-name, .library-name a {
    font-size: 14px;
    font-weight: normal;
}

body.publication-page #publication-calendar {
    width: 44%;
}

form .common-error {
    padding: 0;
    margin-bottom: 5px;
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: red;
}

form .success-block {
    padding: 0;
    margin-bottom: 5px;
    font: bold 12px "Inter", Verdana, Sans-Serif;
    color: #588298;
}

body.permission_denied .content .text_block {
    font-size: 15px;
}

body.permission_denied .content .text_block a {
    font-size: 15px;
}

.subscription_block {
    font-size: 16px;
    color: #5E731C;
}

.subscription_block .inactive {
    color: red;
}

#contact-us-form input[type="submit"] {
    font-size: 13px;
}

.search-row {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.header-menu {
    background-color: rgba(204, 220, 214, 0.7);
    height: 32px;
}

.buttons-wrapper {
    width: 100%;
    display: inline-block;
    margin: auto;
}

.datepick-month a {
    background-color: #658191 !important;
}

.search-wrapper {
    float: left;
    padding-right: 15px;
    position: relative;
    width: 880px;
}

.panel {
    background: #edeff0;
}

.home > .main-line {
    display: none;
}

.heading-row {
    display: flex;
    align-items: center;
    padding: 55px 0 15.5px;
}

.container-header, .container-body {
    padding: 0 30px;
}

.container .left-side {
    padding-right: 0;
    padding-left: 0;
    width: 225px;
    margin-right: 49px;
}

.container .right-side  {
    width: 712px;
    padding-right: 0;
    padding-left: 0;
}

.datepick-month th, .datepick-month th a {
    color: #7a8a8e !important;
}

a:hover, a:focus {
    color: #314D59;
}

.contact-us-row {
    padding: 40px;
    background: #edeff0;
    margin: 0;
}

.frame ul li.active {
    color: #FFFFFF !important;
    background: #588298 !important;
}

.frame .slidee li {
    background: #efefef;
    color: #314D59;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 0;
}

.jspArrow {
    display: none !important;
}

.jspDrag {
    background: #8e8c89 !important;
    border-radius: 20px !important;
    width: 4px;
}

.jspVerticalBar {
    border-radius: 20px !important;
    border: 0 !important;
    background: #d9d9d9 !important;
    width: 6px !important;
}

#footer_block img.footer-image {
    width: 107px;
    height: 55px;
    margin-top: 7px;
}

.panel-body {
    border: none !important;
    padding-left: 12px;
}

#contact-us-form {
    font-size: 14px;
}

#contact-us-form > div {
    margin-bottom: 8px;
}

#english-letters span {
    color: #314D59;
}

#english-letters .active, #cyrillic-letters .active {
    text-decoration: underline;
}
#english-letters .active:hover, #cyrillic-letters .active:hover {
    text-decoration: none;
}

.browse-by {
    background: none !important;
    margin-left: 0 !important;
    float: left !important;
    padding-left: 0 !important;
}

.browse-by:hover {
    background: #588298 !important;
}

.menu-wrapper {
    padding: 0;
}

.advanced-search-wrapper {
    padding-top: 7px;
    margin-left: 22px;
    padding-left: 0;
}

.issue-list {
    display: flex;
    flex-wrap: wrap;
}

.issue_main_data {
    color: #314D59;
}

.issue_main_data > div {
    color: #314D59;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.issue_main_data a {
    color: #588298;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#periods {
    outline: none;
    display: block;
    color: #314D59;
    min-height: 40px;
    letter-spacing: -0.02em;
    padding: 9px 25px;
    font: normal 16px "Inter";
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #728E9D;
    text-transform: lowercase;
    margin-bottom: 40px;
    min-width: 120px;
}

#periods.checked {
    background: #588298;
    color: #FFF;
}

#periods.period{
    border-radius: 0 3px 3px 0;
}

#periods.date{
    border-radius: 3px 0 0 3px;
}

#periods label {
    margin: 0;
}

#periods .radio {
    display: none;
}

#cl .line {
    flex: 1 1 0;
}

.numbers-search {
    font-size: 20px;
    color: #314D59;
    font-weight: 600;
    display: flex;
    gap: 20px;
    align-items: center;
}

.article {
    padding-bottom: 24px;
    border-bottom: 2px solid #edeff0;
    margin-bottom: 24px;
}

.ui-corner-top.ui-state-default{
    background: #588298;
}

