@font-face {
    font-family: 'font';
    src: url('/css/fonts/DendaNewC.woff');
    font-weight: bold;
}

@font-face {
    font-family: 'font';
    src: url('/css/fonts/DendaNewLightC.woff');
}

html, body {
    height: 100%;
}

html * {
    font-family: font;
    font-weight: normal;
    font-size: 13px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

a:link, a:hover, a:visited, a:visited {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
    margin-top: 20px;
}

h3 {
    font-size: 20px;
}

p {
}

a {
    text-decoration: none;
    cursor: pointer;
}

input[type=text], textarea {
    border: 1px solid #F6C60C;
    padding: 10px 20px;
}

strong {
    font-weight: bold;
}

.main {
    width: 100%;
    position: relative;
    height: 100%;

}

.header {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.header .topLine {
    height: 68px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .topLine .copernicus {
    margin-left: 42px;
}

.header .topLine .copernicus img {
}

.header .topLine .logo {
    width: 227px;
    position: relative;
    margin-left: 46px;
    z-index: 6;
    align-self: flex-start;
}

.header .topLine .logo a {
    width: 100%;
    height: 227px;
    position: absolute;
    top: -12px;
    left: 0;
}

.header .topLine .logo a img {
    pointer-events: none;
}

.header .topLine .phone {
    font-size: 20px;
    margin-left: 44px;
    color: #40095d;
}

.header .topLine .langSelector {
    display: flex;
    flex-direction: row;
    width:80px;
    flex-shrink: 0;
    flex-grow: 1;
    margin-left: 40px;
}

.header .topLine .langSelector > div {
    flex-shrink: 0;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;

}
.header .topLine .langSelector > div.selected, .header .topLine .langSelector > div.selected:hover {
    background-color: #f8cd09;
}
.header .topLine .langSelector div:hover {
	background-color: #40095d;
	color: white;
}
.header .topLine .langSelector div:hover:not(.selected) a{
	color: white;
}

.header .topLine .langSelector a {
    width: 30px;
    font-size: 20px;
    color: #40095d;
    padding: 8px 0 10px 0;
    transition: 200ms linear;
}

.header .topLine .mail {
}

.header .topLine .mail a {
    font-size: 20px;
    margin-left: 42px;
    color: #40095d;
}


/**
видалити все з классом pageId_0 но патом....
0 => 1
**/

.header.pageId_0 .infoLine {
    overflow: visible;
    height: auto;
}

.header.pageId_0 .infoLine:hover {
    height: auto;
}

.header.pageId_0 .infoLine ul#main_menu {
    height: 102px;
    overflow: hidden;
}

.header.pageId_0 .infoLine .digest {
    padding-bottom: 40px;
}

.header.pageId_0 .infoLine .digest .digestContainer .digestTitle {
    font-size: 22px;
}

.header.pageId_0 .infoLine .digest .digestContainer {
    margin: 60px 0 0 0;
}

.header.pageId_0 .infoLine .forAutorsSearch .forAutors .title {
    font-size: 22px;
}

.header.pageId_0 .infoLine .forAutorsSearch .forAutors {
    margin: 75px 0 0 160px;
}

.header.pageId_0 .infoLine .forAutorsSearch .forAutors .additionalInfo {
    top: 0;
}

/* до сюда */
.header.pageId_1 .infoLine {
    overflow: visible;
    height: auto;
}

.header.pageId_1 .infoLine:hover {
    height: auto;
}

.header.pageId_1 .infoLine ul#main_menu {
    height: 102px;
    overflow: hidden;
}

.header.pageId_1 .infoLine .digest {
    padding-bottom: 40px;
}


.header.pageId_1 .infoLine .digest .digestContainer .digestTitle {
    font-size: 22px;
}

.header.pageId_1 .infoLine .digest .digestContainer {
    margin: 60px 0 0 0;
}

.header.pageId_1 .infoLine .forAutorsSearch .forAutors .title {
    font-size: 22px;
}

.header.pageId_1 .infoLine .forAutorsSearch .forAutors {
    margin: 75px 0 0 160px;
}

.header.pageId_1 .infoLine .forAutorsSearch .forAutors .additionalInfo {
    top: 0;
}

.header .infoLine {
    display: flex;
    width: 100%;
    flex-direction: row;
    overflow: hidden;
    height: 162px;
    transition: 300ms ease;
}

.header .infoLine:hover {
    height: 436px;
}

.header .infoLine .digest {
    width: 374px;
    flex-shrink: 0;
    border-left: 10px solid #40095d;
    background: linear-gradient(-32deg, #f8cd09 0%, #d89718 100%);
}

.header .infoLine .digest .title {
    font-size: 21.2px;
    font-weight: bold;
    color: #40095d;
    line-height: 0.9;
    margin: 50px 0 0 33px;
}

.header .infoLine .digest .title i {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

.header .infoLine .digest .digestContainer .digestTitle {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #40095d;
    margin: 0 0 0 33px;
}


.header .infoLine .digest .digestContainer {
    margin: 18px 0 0 0;
}

.header .infoLine .digest .digestContainer .text, .header .infoLine .digest .digestContainer .menu_active_item {
    display: none;
}

.header .infoLine .digest .digestContainer .menu_items_container {
}

.header .infoLine .digest .digestContainer .menu_items_container ul {
    margin-top: 40px;
    overflow: hidden;
    height: 178px;
}

.header .infoLine .digest .digestContainer .menu_items_container ul li {
    list-style: none;
}

.header .infoLine .digest .digestContainer .menu_items_container ul li a {
    font-size: 22px;
    color: #40095d;
    padding-left: 80px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    display: block;
    cursor: pointer;
    border-width: 0 0 1px 0;
    border-image: linear-gradient(90deg, rgba(248, 205, 9, 0) 10%, rgba(169, 113, 3, 0) 50%, rgba(248, 205, 9, 0) 90%) 1;
    border-style: solid;
}


.header .infoLine .digest .digestContainer .menu_items_container ul li a:hover {
    border-image: linear-gradient(90deg, rgba(248, 205, 9, 0) 10%, #a97103 50%, rgba(248, 205, 9, 0) 90%) 1;;
}

.header .infoLine .digest .digestContainer .fullList {
    font-size: 16px;
    background: #F8CD09;
    padding: 6px 28px;
    box-shadow: 0px 0px 2px rgba(64, 9, 93, 0.38);
    margin: 20px 0px 16px 54px;
    display: inline-block;
    color: #40095d;
    transition: 200ms linear;
}

.header .infoLine .digest .digestContainer .fullList:hover {
    background: #ffdc3d;
}

.header .infoLine .forAutorsSearch {
    background: linear-gradient(-32deg, #f8cd09 0%, #f8cd09 56%, #d89718 100%);
    flex-grow: 1;
    position: relative;
}

.header .infoLine .forAutorsSearch .search_container {
    width: 100%;
    height: 56px;
    background: #ffe580;
    margin-top: 36px;
    padding-left: 154px;
}

.header .infoLine .forAutorsSearch .search_container form {
    display: flex;
    flex-direction: row;
}

.header .infoLine .forAutorsSearch .search_container form input[type=submit] {
    height: 56px;
    width: 34px;
    background: url(/img/search_icon.png) no-repeat center center;
    border: none;
    cursor: pointer;
}

.header .infoLine .forAutorsSearch .search_container form input[type=text] {
    border: none;
    background: none;
    font-size: 20px;
    height: 56px;
    width: 470px;
    font-family: font;
    color: #8f5a39;
}

.header .infoLine .forAutorsSearch .search_container form input[type=text]::placeholder {
    font-size: 20px;
    font-family: font;
    color: #8f5a39;
}

.header .infoLine .forAutorsSearch .forAutors .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #40095d;
    margin-bottom: 40px;
}

.header .infoLine .forAutorsSearch .forAutors {
    margin: 33px 0 0 160px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.header .infoLine .forAutorsSearch .forAutors:hover, .header .infoLine .digest .digestContainer:hover {
}

.header .infoLine .forAutorsSearch .forAutors a {
    font-size: 18px;
    color: #40095d;
    margin-bottom: 7px;
    padding-left: 40px;
    background: url(/img/download_icon_transparent.png) no-repeat left 9px top 5px, url(/img/download_icon.png) no-repeat left 9px top -12px;
    transition: 200ms linear;
}

.header .infoLine .forAutorsSearch .forAutors a:hover {
    background: url(/img/download_icon_transparent.png) no-repeat left 9px top 22px, url(/img/download_icon.png) no-repeat left 9px top 5px;
}

.header .infoLine .forAutorsSearch .forAutors .additionalInfo {
    position: absolute;
    top: -14px;
    right: 70px;
    color: #40095d;
    opacity: 0.5;
    font-size: 15px;
    width: 279px;
    transition: 200ms linear;
    display: none;
}

.header .infoLine:hover .forAutorsSearch .forAutors .additionalInfo {
    top: 0;
}

.header .infoLine .forAutorsSearch .forAutors .additionalInfo:hover {
    opacity: 1;
}


.breadcrumbs_container {
    display: block;
    margin: 10px 0;
    margin-top: 44px;
}

.breadcrumbs_container * {
    color: #000;
    font-size: 16px;
}


.body {
    width: 1100px;
    margin: 0 auto;
    min-height: calc(100vh - 551px);
}

.body p {
    margin: 10px 0;
}

.body * {
    font-size: 16px;
}

.body ul, .body ol {
    list-style-position: inside;
    margin: 5px 0
}

.body ol li {
    padding-left: 15px;
}

.body ul {
    list-style: none;
    display: inline-block;
}

.body a {
    color: #40095d
}

.body ul li {
    background: url("/img/i_li.png") left -3px top 15px no-repeat;
    transition: 150ms linear;
    margin: 0;
    padding: 11px 150px 10px 15px;
    position: relative;
}

.body ul > li:hover {
    background-position: left 0px top 15px;
    background-color: #FEF9E6;
}

.h1 {
    width: 100%;
    margin-bottom: 30px;
}

.h1 > div {
    width: 100%;
    display: block;
}

.h1 > div h1 {
    line-height: 0.8;
    font-size: 20px;
    padding: 18px 30px;
    font-weight: bold;
    display: inline-block;
    background: #f9dd6d;
    position: relative;
    width: 100%;
}

.h1 > div h1:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    border-left: 80px solid transparent;
    border-top: 10px solid #F5C60B;
    border-right: 0px solid transparent;
}

.h1 > div h1:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -10px;
    border-left: 0px solid transparent;
    border-top: 10px solid #F5C60B;
    border-right: 80px solid transparent;
}

.footer {
    background: #f6f6f6;
    margin-top: 20px;
}

.footer_logos {
    width: 100%;
    display: inline-block;
}

.footer_logos span {
    display: inline-block;
    text-align: center;
    height: 100%;
    vertical-align: top;
    margin-top: 20px;
}

.footer_logos span img {
    margin-bottom: 20px;
}

.footer_logos span.kpnu {
    width: 307px;
    margin: 20px 60px 0px 207px;
}

.footer_logos span.drago {
    width: 256px;
}

.body h3 {
    line-height: 37px;
    font-size: 37px;
    padding: 0;
}


.footer .footer_bottom {
    background: url("/img/noise_bg.jpg") repeat-x;
    height: 28px;
    width: 100%;
    margin-bottom: 2px;
}

.footer .footer_bottom .bottomLinks {
    width: 1100px;
    margin: 0 auto;
}

.footer .footer_bottom .bottomLinks a {
    display: inline-block;
    font-size: 18px;
    padding-top: 5px;
    margin-right: 30px;
}

.footer .header_block {
    width: 1100px;
    margin: 0 auto;
    display: block;
    height: 300px;
    vertical-align: top;
}

.footer .header_block > div {
    vertical-align: top;
    display: inline-block;
    padding-top: 15px;
}

.footer .header_block .left {
    border-top: 15px solid #eeeeee;
    margin-right: 67px;
    width: 154px;
}

.footer .header_block .center {
    border-top: 15px solid #d9d2dd;
    margin-right: 67px;
    width: 652px;
}

.footer .header_block .right {
    border-top: 15px solid #eeeeee;
    width: 154px;
}

.footer .header_block .left .logo {
    position: relative;
    width: 100%;
    display: block;
    height: 126px;
}

.footer .header_block .left .logo a {
    top: -10px;
    left: 0;
    position: absolute;
}

.footer .header_block .left .phone {
    margin-top: 15px;
    background: #eeeeee url("/img/i_tel.png") top 15px center no-repeat;
    padding: 55px 15px 15px 15px;
    width: 100%;
}

.footer .header_block .left .phone > span {
    display: block;
    font-size: 16px;
    text-align: center;
}

.footer .header_block .left .phone span:nth-child(1) {
    padding-bottom: 10px
}

.footer .header_block .left .phone span:nth-child(2) {
    font-size: 13px;
}

.footer .header_block .left .mail {
    background: url("/img/i_sobaka.png") no-repeat left 5px center;
    font-size: 16px;
    padding: 10px 5px 10px 40px;
}

.footer .header_block .left .skype {
    background: url("/img/i_skype.png") no-repeat left 5px center;
    font-size: 16px;
    padding: 10px 5px 10px 40px;
    font-weight: bold;
}

.footer .header_block .center .footer_menu {
}

.footer .header_block .center .footer_menu ul li a {
    display: inline-block;
    font-size: 16px;
    width: auto;
    line-height: 15px;
    border-bottom: 1px solid transparent;
}

.footer .header_block .center .footer_menu ul {
    list-style: none;
    display: inline-block;
    width: 324px;
    vertical-align: top
}

.footer .header_block .center .footer_menu > ul > li {
    background: url("/img/i_li.png") left -3px top 5px no-repeat;
    padding-left: 15px;
    margin: 15px 0;
    transition: 150ms linear;
}

.footer .header_block .center .footer_menu > ul > li:hover {
    background-position: left 0px top 5px;
}

.footer .header_block .center .footer_menu > ul > li:hover > a {
    border-bottom: 1px solid #6b6b6b;
}

.footer .header_block .center .footer_menu > ul > li > a {
    font-weight: bold;
    margin-bottom: 10px;
    color: inherit;
}

.footer .header_block .center .footer_menu > ul > li > ul > li > a {
    color: #848484;
    margin-bottom: 3px
}

.table {
    display: table;
    width: 100%;

}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell
}

.calendar_table {
    width: 100%;
    border-bottom: 1px solid #40095D;
    border-left: 1px solid #40095D;
    border-right: 1px solid #40095D;
    margin-bottom: 10px;
    clear: both;
}

.calendar_table > div {
    border-bottom: 1px solid #40095D;
    border-left: 1px solid #40095D;
}

.calendar_table .date {
    width: 100px;
    text-align: center;
    vertical-align: middle
}

.caption {
    background: #40095D;
    color: #fff;
}

.calendar_table .number {
    border-left: 1px solid #40095D;
    width: 30px;
    text-align: center;
}

.calendar_table .title {

    border-left: 1px solid #40095D;
}

.calendar_table .teacher {

    border-left: 1px solid #40095D;
    width: 200px;
}

.calendar_table .room {

    border-left: 1px solid #40095D;
    text-align: center;
    width: 100px;
}

.calendar_table div.para {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #40095D;
    border-left: 1px solid #40095D;
}

.calendar_table div.table {

    border-bottom: 1px solid #40095D;

}

.calendar_table div.table:last-child {
    border-bottom: none;
}

.calendar_table div.para > div {
    padding: 5px;;
}

.calendar_table div.para > div > span {
    width: 100%;
    min-height: 15px;
    display: block;
}

.calendar_table div.para > div > input {
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.calendarContent {
    padding: 10px;
    margin-bottom: 10px;
}

.contacts.table {
    margin-top: 30px;
    width: 100%;
    padding: 0 50px;
}

.contacts.table .table-cell {
    background: #FDFAE9;
    padding: 45px 0 10px;
    vertical-align: middle
}

.contacts.table .table-cell:nth-child(1) {
    width: 430px;
}

.contacts.table .table-cell:nth-child(2) {
    width: 284px;
}

.contacts.table .table-cell:nth-child(3) {
}

.contacts.table .table-cell:nth-child(4) {
}

.contacts.table .table-cell .container {
    font-size: 20px;
    vertical-align: middle;
    background: #F6F6F6;
    padding: 45px;
    height: 165px;
    position: relative;
}

.contacts.table .table-cell .container span {
    font-size: 16px;
}

.contacts.table .table-cell .container img {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -26px;
}

.feedback_form {
    width: 100%;
    position: relative;
    height: 188px;
    margin-top: 20px;
}

.feedback_form .forms {
    width: 100%;
}

.feedback_form .forms form {
    width: 100%;
}

.feedback_form input[type=text] {
    width: 441px;
}

.feedback_form textarea {
    width: 651px;
    height: 131px;
}

.feedback_form #form_item_3 {
    position: absolute;
    top: 0;
    right: 0;
}

.feedback_form .form_item {
    clear: both;
    margin-bottom: 10px;
}

.feedback_form .show_all_fields {
    display: none;
}

.feedback_form #error_message {
    display: none;
}

.feedback_form .form_item.submit {
    float: right;
}

.feedback_form .form_item.submit input {
    border: 1px solid #F6C60C;
    background: #FEF9E6;
    padding: 10px 20px;
    width: 651px;
}

.publication_main_container {
    vertical-align: top;
}

.publication_main_container .publication_container .left {
    vertical-align: top;
    width: 360px;
    display: none;
}

.publication_main_container .publication_container .right {
    vertical-align: top;
}

#publications_list {
    display: inline-block;
}

.publication_main_container .publication_container {
    border-bottom: 2px solid #887090;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    height: 175px;
    width: calc(50% - 10px);
    float: left;
}

.publication_main_container .publication_container:nth-child(odd) {
    margin-left: 20px;
}

.publication_main_container .publication_content_text {
    font-size: 14px;
    margin-top: 20px;
    color: #6f6f6f;
    float: left;
    height: 95px;
}

.publication_main_container .publication_container .title {
    color: #000;
    font-size: 20px;
    height: 86px;
    float: left;
}

.publication_main_container .publication_container .publication_img_container {
    width: 360px;
    height: 175px;
    display: block;
    overflow: hidden;
}

.publication_main_container .publication_container .publication_img_container img {
    width: 100%;
}

.publication_main_container .publication_container .publication_content_container {
}

.publication_main_container .publication_container .publication_button_container {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.publication_main_container .publication_container .publication_button_container a {
    color: #000;
    font-size: 16px;
    padding: 5px 30px;
    border: 1px solid #D9D1DC;
    background: white;
    transition: 200ms ease;
}

.publication_main_container .publication_container .publication_button_container a:hover {
    background: #887090;
    color: white;
}

.publication_main_container_teachers {
    vertical-align: top;
}

.publication_main_container_teachers .publication_container .left {
    vertical-align: top;
    width: 140px;
}

.publication_main_container_teachers .publication_container .right {
    vertical-align: top;
    padding-left: 20px;
}

.publication_main_container_teachers .publication_container {

    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    height: 175px;
    width: 100%;
}

.publication_main_container_teachers .publication_content_text {
    font-size: 13px;
    margin-top: 20px;
    color: #6f6f6f;

}

.publication_main_container_teachers .publication_container .title {
    border-bottom: 2px solid #FDEEB6;
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 20px;
}

.publication_main_container_teachers .publication_container .publication_img_container {
    width: 215px;
    height: 210px;
    display: block;
    overflow: hidden;
}

.publication_main_container_teachers .publication_container .publication_img_container img {
    width: 100%;
}

.publication_main_container_teachers .publication_container .publication_content_container {
    border-bottom: 2px solid #887090;
    height: 210px;

}

.publication_main_container_teachers .publication_container .publication_button_container {
    position: absolute;
    bottom: 2px;
    right: 0;
    background: #D9D1DC;
    padding: 5px 30px
}

.publication_main_container_teachers .publication_container .publication_button_container a {
    color: #000;
    font-size: 16px;
}

.publications {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.publication_content {
    width: 800px;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    padding-left: 30px;
}

.publication_content .date {
    opacity: 0.5;
}

.information_block {
    width: 296px;
    display: inline-block;
    vertical-align: top;
    background: #f7f7f7;
}

.information_block .info_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

.information_block .info_item .title {
    display: inline-block;
    width: 100%;
    background: #f5c60b;
    font-size: 18px;
    padding: 14px 0px 14px 28px;
}

.information_block .info_item .text {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px;
    margin: 10px 0;
    overflow: hidden;
    max-height: 56px;
}

.information_block .info_item.same_thems {
}

.information_block .info_item.same_thems > a {
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-top: 10px;
    transition: 200ms linear;
}

.information_block .info_item.same_thems > a:hover {
    background: #40095d;
    color: white;
}

.information_block .info_item.same_thems .list {
}

.information_block .info_item.same_thems .list div, .information_block .info_item.more_by_autor .list div, .information_block .info_item.hash_search .list div {
    padding: 8px 18px 8px 28px;
    border-bottom: 1px solid #ece6ef;
    transition: 300ms linear;
}

.information_block .info_item.same_thems .list div:hover, .information_block .info_item.more_by_autor .list div:hover, .information_block .info_item.hash_search .list div:hover {
    background: #efefef;
}

.information_block .info_item.same_thems .list div a {
}

.information_block .statistic {
    text-align: center;
}

.information_block .statistic .title {
    text-align: left;
}

.information_block .statistic .downloaded, .information_block .statistic .viewed {
    width: 100px;
    font-size: 22px;
    padding: 14px 0px;
    display: inline-block;
    vertical-align: top;
    margin-top: 44px;
    border: 1px solid #f9dd6d;
    position: relative;
}

.information_block .statistic .downloaded b, .information_block .statistic .viewed b {
    font-size: 14px;
    width: 100px;
    top: -35px;
    left: -1px;
    position: absolute;
    background: #f9dd6d;
    padding: 6px 0;
    line-height: 0.8;
}



.sitemap {
    width: 800px;
    margin-left: 150px !important;
}

.sitemap > li {
    padding: 19px 0px 21px 300px !important;
    background: linear-gradient(0deg, #ece6ef 0%, #ece6ef 100%) no-repeat top 3px center / 100% 44px, linear-gradient(0deg, #ece6ef 0%, #ece6ef 100%) no-repeat top center / 100% 2px, linear-gradient(0deg, #ece6ef 0%, #ece6ef 100%) no-repeat top 48px center / 100% 2px !important;
    position: relative;
}

.sitemap > li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/book_bg.png) no-repeat left bottom white;
    width: 12px;
    height: 50px;
}

.sitemap > li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(/img/book_bg.png) no-repeat right bottom white;
    width: 12px;
    height: 50px;
}

.sitemap > li > ul {
    width: 500px;
    margin-left: -99px;
    margin-top: 26px;
    display: none;
}

.sitemap > li > ul > li {
    padding: 13px 0px 18px 100px !important;
    background: linear-gradient(0deg, #FCF4D3 0%, #FCF4D3 100%) no-repeat top 3px center / 500px 38px, linear-gradient(0deg, #FCF4D3 0%, #FCF4D3 100%) no-repeat top center / 500px 2px, linear-gradient(0deg, #FCF4D3 0%, #FCF4D3 100%) no-repeat bottom 6px center / 500px 2px !important;
    position: relative;
    transition: 200ms linear;
}

.sitemap > li > ul > li:hover {
    background: linear-gradient(0deg, #FCF4D3 0%, #FCF4D3 100%) no-repeat top 3px center / 500px 38px, linear-gradient(0deg, #FCF4D3 0%, #FCF4D3 100%) no-repeat top center / 500px 2px, linear-gradient(0deg, #FCF4D3 0%, #FCF4D3 100%) no-repeat bottom 6px center / 500px 2px !important;
}

.sitemap > li > ul > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -12px;
    background: url(/img/book_bg.png) no-repeat left top;
    width: 12px;
    height: 50px;
}

.sitemap > li > ul > li:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -12px;
    background: url(/img/book_bg.png) no-repeat right top;
    width: 12px;
    height: 50px;
}

.sitemap > li a:hover, .footer .header_block .center .footer_menu > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

.sitemap li {
    display: block
}

.sitemap li a {
    display: block
}

.sitemap > li > a {
    font-size: 25px;
    line-height: 16px;
}

.sitemap > li > ul > li > a {
    font-size: 20px;
    line-height: 16px;
    overflow: hidden;
    height: 19px;
    white-space: nowrap;
    width: 350px;
}

.sitemap > li > ul > li > a > span {
    font-size: 20px;
    line-height: 16px;
    display: block;
    margin-left: 0px;
}

.sitemap > li > ul > li > a > span:hover {
    animation: news 3s linear;
    animation-delay: 200ms;
    -webkit-animation: news 3s linear;
    -webkit-animation-delay: 200ms;
}

@keyframes news {
    0% {
        margin-left: 0%;
    }
    100% {
        margin-left: -100%;
    }
}

@-webkit-keyframes news {
    0% {
        margin-left: 0%;
    }
    100% {
        margin-left: -100%;
    }
}

.subpages {
    margin: 0px auto;
    width: 740px;
}

.subpages > div {
    width: 100%;
    margin-bottom: 10px;
}


.subpages h2 {
    line-height: 30px;
    margin: 0 !important;
}

.subpages h2 a {
    font-size: 30px !important;
    color: #000;
    line-height: 30px;
    margin: 0;
}

.subpages .img {
    background: #F8DC6F;
    height: 100px;
    width: 130px;
    vertical-align: middle;
    text-align: center;
}

.subpages .title {
    background: #F3F3F3;
    height: 100px;
    padding-left: 40px;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    background: rgb(255, 249, 225) !important;
    margin: 16px 0px;
    width: 100%;
}

table tr td {
    padding: 10px;
}

table tr:nth-child(even) td {
    background: #fffdf5;
}

.download_link a {
    display: inline-block;
    width: 100%;
    background: rgb(252, 238, 181) none repeat scroll 0% 0%;
    padding: 16px 76px;
    text-align: center;
    margin-bottom: 10px;
    transition: 200ms linear;
    position: relative;
}

.download_link a:hover {
    background: #3E025D;
    color: white;
}

.download_link a:before, .download_link a:after {
    content: '';
    position: absolute;
    top: 10px;
    border-top: 12px solid rgb(252, 238, 181);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.download_link a:before {
    left: 40px;
}

.download_link a:after {
    right: 40px;
}

.download_link a:hover:before, .download_link a:hover:after {
    animation: lnk 800ms infinite linear;
    -webkit-animation: lnk 800ms infinite linear;
}

@keyframes lnk {
    0% {
        top: 10px;
    }
    100% {
        top: 30px;
    }
}

@-webkit-keyframes lnk {
    0% {
        top: 10px;
    }
    100% {
        top: 30px;
    }
}

.pagination {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.pagination .pages {
    float: left;
}

.pagination .pages .border1px {
    float: left;
    margin-right: 4px;
}

.pagination .pages .border1px.prev {
}

.pagination .pages .border1px.next {
}

.pagination .pages .border1px.current_page a {
    background: #D9D2DD;
}

.pagination .pages .border1px a {
    background: #eeeeee;
    float: left;
    padding: 20px 14px;
    transition: 200ms linear;
}

.pagination .pages .border1px a:hover {
    background: #D9D2DD;
}

.pagination .pages .border1px a span.page_num {
}


p.copernicus {
    padding: 56px 647px 64px 68px;
    display: inline-block;
    background: url(/img/copernicus.jpg) no-repeat top 24px right 85px / 450px auto;
    color: black;
    border: 1px solid grey;
}


/*__________________________________SEARCH_RESULTS________________________________________*/

.search_result {
    display: inline-block;
    margin-bottom: 80px;
}

.search_result .results_title {
    background: #3e025d;
    float: left;
    width: 100%;
    padding: 20px 0px;
    color: #c6b6ce;
    font-size: 18px;
    text-align: center;
}

.search_result .results_title b {
    font-size: 22px;
    padding-left: 18px;
    color: white;
}

.search_result .search_result_item {
}

.search_result .search_result_item a {
    font-size: 20px;
    margin-bottom: 8px;
    float: left;
    border: 1px solid #f9dd6d;
    width: 100%;
    padding: 11px;
    transition: 200ms linear;
}

.search_result .search_result_item a:hover {
    background: #f9dd6d;
}

.avtoram {
    display: inline-block;
    border: 2px solid #F3C20D;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 56px;
}

.avtoram .title {
    background: #F3C20D;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0px 30px 0px;
    font-size: 32px;
    text-align: center;
    padding: 27px 0px;
}

.avtoram a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    box-sizing: border-box;
    font-size: 20px;
    padding: 10px 0px 10px 114px;
}

.avtoram a:hover {
    text-decoration: underline;
    color: #F3C20D;
}

.avtoram .date {
    position: absolute;
    bottom: -48px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.search_results .search_title {
    width: 100%;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}

.search_results .search_title b {
    font-size: 20px;
}

.search_results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search_results_item {
    width: 49%;
    display: flex;
    flex-direction: row;
}

.search_results_item .title {
    width: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    transition: 200ms linear;
}

.search_results_item .title:hover {
    background: #f9dd6d;
}

.search_results_item .title a {
    padding: 20px 30px;
}

.search_results_item .prev {
    width: 40%;
    height: 100px;
}

.search_results_item .prev a {
    width: 100%;
    height: 100%;
    display: block;
}

.search_results_item .prev a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

li.level-1 .open_list {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 14px;
    left: 250px;
    background: linear-gradient(0deg, #40095d 0%, #40095d 100%) no-repeat center top / 1px 100%, linear-gradient(0deg, #40095d 0%, #40095d 100%) no-repeat center left / 100% 1px;
    transition: 200ms linear;
    cursor: pointer;
}

li.level-1 .open_list:hover {
    transform: rotate(180deg);
}

li.level-1 .open_list.close {
    background: linear-gradient(0deg, #40095d 0%, #40095d 100%) no-repeat center top 12px / 1px 1px, linear-gradient(0deg, #40095d 0%, #40095d 100%) no-repeat center left / 100% 1px;
}

.tagsList, .authorsList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tagsList div, .authorsList div {
    width: 23%;
    margin-bottom: 6px;
}

.tagsList div a, .authorsList div a {
    font-size: 18px;
    padding: 8px 0 8px 18px;
    display: block;
    transition: 200ms linear;
}

.tagsList div a:hover, .authorsList div a:hover {
    background: #f9dd6d;
}

.autorsKeywordsLinks {
    position: absolute;
    top: 0;
    right: 0;
    width: 519px;
}

.autorsKeywordsLinks a {
    font-size: 16px;
    color: #40095d;
    padding: 9px 34px 0 0;
    display: inline-block;
}





