@font-face {

    font-family: FontAwesome; 

    src: url(../fonts/fontawesome/FontAwesome.otf),

    url(../fonts/fontawesome/fontawesome-webfont.eot) format("embedded-opentype"),

    url(../fonts/fontawesome/fontawesome-webfont.svg) format("svg"),

    url(../fonts/fontawesome/fontawesome-webfont.ttf) format("truetype"),

    url(../fonts/fontawesome/fontawesome-webfont.woff) format("woff"),

    url(../fonts/fontawesome/fontawesome-webfont.woff2);

}



body {

    margin: 0;

    background-color: #f9f9f9;

    font-family: Arial, Helvetica, sans-serif;

    color: #666c6f;

}



body * {

    transition: all 0.3s;

}



h1 {

    font-size: 30px;

    line-height: initial;

    font-weight: 400;

    text-transform: uppercase;

    margin: 0 0 30px 0;

}



h2 {

    font-size: 24px;

    line-height: initial;

    font-weight: 400;

    text-transform: uppercase;

    margin: 27px 0;

}



h3 {

    font-size: 16px;

    line-height: initial;

    font-weight: 400;

    text-transform: uppercase;

    color: #f58220;

    margin: 20px 0;

}



h4, .news-title {

    font-size: 16px;

    line-height: initial;

    font-weight: 700;

    margin: 30px 0 20px 0;

    text-transform: none;

}



h5 {

    font-size: 14px;

    line-height: initial;

    font-weight: 700;

    margin: 15px 0;

    font-family: 'Arial Black', Arial, sans-serif;

    text-transform: none;

}



p, ul.list, ol, body {

    font-size: 14px;

    line-height: 20px;

    font-weight: 400;

}



ul.list, ol {

    margin: 0;

}


i > a, em > a, p > a, .content ul li a {

    color: #A1402D;

    text-decoration: none;

}



i > a:hover, em > a:hover, p > a:hover, .content ul li a:hover, .left-block-item .top a:hover {

    text-decoration: underline;

}



a {

    text-decoration: none;

    color: #666c6f;

}



img {

    max-width: 100%;

    height: auto;

}



button, input {

    border: none;

    outline: none;

    font-family: Arial, Helvetica, sans-serif;

}



.content ul li, ol li {

    padding-left: 30px;

    position: relative;

    margin: 10px 0;

}



.content ul li::before, ol li::before {

    position: absolute;

    left: 0;

}



.content ul > li::before {

    content: "—";

    top: 0px;

}



.content ul > li > ul li::before {

    content: "•";

    font-size: 20px;

    left: 5px;

    top: 0px;

}



.content ul > li > ul > li::before {

    content: "•";

    font-size: 20px;

    top: 0px;

}


.content ul.custom-list-style li {

    padding-left: 10px;

    margin: 10px 0 10px 17px;

}



.content ul.custom-list-style > li::before {

    content: none;

}



ol { 

    counter-reset: item;

}



ol > li::before { 

    font-weight: 700;

    color: #f58220;

}



ol > li > ol > li::before { 

    font-weight: 400;

    color: #666c6f;

}



ol li::before { 

    content: counters(item, ".") ". ";

    counter-increment: item;

}



blockquote {

    margin: 0 0 20px 0;

    color: #000;

    font-size: 16px;

    line-height: 25px;

    padding-left: 60px;

    position: relative;

}



blockquote::before {

    content: '“';

    position: absolute;

    color: #666c6f;

    font-size: 60px;

    left: 0;

    top: 12px;

}



table {

    border-collapse: collapse;

    width: 100%;

    margin: 40px 0;

    border-color: #f0f0f0;

}



table th {

    color: #fff;

    font-weight: 700;

    padding: 10px;

    background-color: #808285;

    text-align: left;

    border: 1px solid #808285;

    font-size: 14px;

}



table td {

    font-size: 12px;

    padding: 18px 10px;

    background-color: #fff;

    border-color: #bfc0c2;

}



table.zebra-table th, table.zebra-table td  {

    border: none;

}



table.zebra-table > tbody > tr:nth-child(even) > td  {

    background-color: #f0f0f0;

}



table.border-table th, table.border-table td,

table.border-table > tbody > tr:first-child > td {

    border: 1px solid #bfc0c2;

    background: none;

    color: #666c6f;

}



.container {

    width: 1360px;

    margin: 0 auto;

    background-color: #fff;

}



.header,

.content .left-block {

    background-color:#f0f0f0;

}



.header {

    position: fixed;

    width: 1360px;

    top: 0;

    z-index: 1;

}



.content {

    margin-top: 214px;

}



.footer {

    background-color:#808285;

    color: #fff;

    font-size: 12px;

    line-height: 15px;

}



.top-header,

.content,

.footer {

    display: flex;

}



.left-block {

    width: 300px;

    box-sizing: border-box;

    flex: none;

    padding: 0 40px;

}



.right-block {

    width: 100%;

    box-sizing: border-box;

    padding: 0 40px;

    overflow: hidden;

}



.content .left-block,

.content .right-block {

    padding: 35px 40px;

}



.content .right-block {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.content .right-block > div:first-child {

    margin-bottom: 70px;

}



.page-counter {

    font-size: 12px;

    text-align: right;

}



.footer .left-block,

.footer .right-block {

    padding: 40px;

}



.footer .right-block {

    display: flex;

    justify-content: space-between;

}



.footer .right-block > div:first-child,

.footer .info,

.footer .contacts  {

    display: flex;

}



.footer .info,

.footer .info > div:first-child,

.footer .contacts > div:first-child {

    margin-right: 100px;

}



.top-header {

    align-items: center;

}



.top-header .left-block {

    padding: 0;

}



.top-header .right-block {

    font-size: 12px;

    font-weight: bold;

    color: #666c6f;

    display: flex;

    justify-content: space-between;

    margin-top: 15px;

}



.top-header .right-block a {

    font-size: 12px;

    font-weight: normal;

    color: #666c6f;

}



.top-header .right-block a:hover,

.left-block-item .text.orange {

    color: #f58220;

}



.top-header .right-right-block > div {

    margin-left: 20px;

}



.logo {

    background-color: #fff;

    text-align: right;

    text-transform: uppercase;

    padding: 25px 40px 20px 40px;

}



.logo > div:first-child {

    font-size: 30px;

    border-bottom: 1px solid #f58220;

    color: #f58220;

    letter-spacing: 2px;

    padding-bottom: 2px;

}



.logo > div:first-child > span:first-child {

    color: #000;

}



.logo > div:first-child > span:last-child {

    color: #b1b5bc;

}



.logo > div:last-child {

    font-size: 12px;

    font-weight: bold;

    color: #666c6f;

    padding-top: 8px;

    letter-spacing: 0.5px;

}



.middle-header {

    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #808285;

    color: #fff;

    font-size: 14px;

    font-weight: bold;

    padding: 7px 40px;

    letter-spacing: 0.1px;
    
    position: fixed;
    left: 0;
    top: 96px;
    z-index: 100;
    width: 100%;
    
    transition: top .4s;
    box-sizing: border-box;
}

.middle-header > p{
    margin-top: 0;
    margin-bottom: 0;
}



.bottom-header {

    background-color: #f58220;

    padding: 0 40px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    /* position: relative; */
    position: fixed;
    left: 0;
    top:  130px;
    z-index: 100;
    width: 100%;

    transition: top .4s;
    
    box-sizing: border-box;

}



.bottom-header nav {

    flex: 1;

}



ul, ol {

    margin: 0;

    padding: 0;

    list-style: none;

}



ul.menu {

    display: flex;

}



ul.menu > li > a {

    padding: 32px 0 29px 0;

    display: block;

    margin-right: 48px;

    border-bottom: 3px solid transparent;

}



.bottom-header a {

    color: #fff;

    font-size: 13px;

    text-transform: uppercase;

}



.bottom-header a:hover, ul.menu > li > a.active {

    color: #505355;

}



ul.menu > li.active > a {

    border-bottom-color: #808285;

}



.sub-menu-box {

    position: absolute;

    display: none;

    transition: none;

}



.m-menu .sub-menu-box {

    position: relative;

}



ul.sub-menu {

    padding: 30px;

    background-color: #f0f0f0;

}



ul.sub-menu > li {

    margin-bottom: 15px;

}



ul.sub-menu > li:last-child,

.h3-blocks:last-child {

    margin-bottom: 0;

}



ul.sub-menu > li > a {

    font-size: 14px;

    color: #666c6f;

    text-transform: none;

}



.icon {

    border: 1px solid #fff;

    border-radius: 50%;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 40px;

    width: 40px;

    color: #fff;

    font-size: 16px;

    transition: none;

    transition: border 0.3s;

}



.bottom-header .icon:hover {

    border-color: #505355;

}



.icon-search {

    background: url(../img/icons.png) 0 100%;

    background-size: 200%;

}



.icon-search:hover {

    background: url(../img/icons.png) 100% 100%;

    background-size: 200%;

}



.icon-print:hover svg path {

    fill: #505355;

}



.row {

    display: flex;

    align-items: center;

}



input, button {

    font-family: Arial, Helvetica, sans-serif;

    outline: none;

    background: none;

}



.search-form {

    position: relative;

    width: 340px;

    margin: 0;

}



.search-form > input {

    box-sizing: border-box;

    width: 100%;

    color: #666c6f;

    font-size: 12px;

    padding: 12px 40px 12px 15px;

    border-radius: 30px;

    border: 1px solid #c8c8c8;

}



.search-form > button {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    padding: 0;

    cursor: pointer;

    border-color: #c8c8c8;

}



.left-block-item {

    margin-bottom: 40px;

}



.left-block-item:last-child {

    margin-bottom: 15px;

}



.left-block-item p {

    line-height: 15px;

    margin: 0;

}



.left-block-item .top {

    display: flex;

    justify-content: space-between;

    align-items: baseline;

    font-size: 16px;

    text-transform: uppercase;

}



.left-block-item .top a {

    color: #f58220;

    font-size: 12px;

    text-transform: none;

}



.left-block-item .top,

.left-block-item .bottom > div {

    margin-bottom: 20px;

}



.left-block-item .text {

    color: #666c6f;

    font-size: 14px;

    line-height: 15px;

}



.left-block-item .date {

    font-size: 12px;

    font-weight: bold;

    line-height: 30px;

}



.h3-blocks {

    margin-bottom: 50px;

}



.h3-blocks > a {

    display: block;

    color: #666c6f;

    font-size: 16px;

    margin-bottom: 20px;

}



.h3-blocks > a > div {

    margin: 3px 0;

}



.h3-blocks > a > div:last-child {

    font-weight: bold;

}



.bottom-header-right > div {

    margin-left: 40px;

}



.bottom-header-right > div:last-child {

    position: relative;

}



.bottom-header-right > div:last-child::after {

    content: '';

    height: 12px;

    width: 1px;

    background-color: #fff;

    left: -20px;

    top: calc(50% - 6px);

    position: absolute;

}



.num {

    font-size: 14px;

    line-height: 22px;

    margin-bottom: 38px;

}



.menu-bars {

    display: none;

}



.close-bars {

    height: 20px;

    width: 25px;

    position: relative;

}



.close-bars > div {

    height: 2px;

    width: 20px;

    top: 8px;

    background: #666c6f;

    position: absolute;

}



.close-bars > div:first-child {

    transform: rotate(45deg);

}



.close-bars > div:last-child {

    transform: rotate(-45deg);

}



.overlay {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(128, 130, 133, 0.5);

    transition: none;

    z-index: 999;

}



.m-menu-modal {

    display: none;

    background-color: #f0f0f0;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    margin: 0;

    padding: 10px;

    width: 280px;

    box-sizing: border-box;

    z-index: 999;

    overflow-y: auto;

    transition: none;

}



.m-menu-modal .top-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 40px;

}



.m-menu-modal .bottom-row {

    margin-top: 40px;

}



.m-menu-modal .bottom-row > a {

    margin-right: 20px;

}



.m-menu-modal .top-row a,

.m-menu-modal .bottom-row a {

    color: #666c6f;

}



.m-menu-modal .search-form {

    margin: 0 15px;

}



ul.m-menu > li {

    margin-bottom: 20px;

}



#m-menu .dd-link {

    display: flex;

    align-items: center;

}



#m-menu ul.m-menu > li > a,

#m-menu ul.m-menu > li > .dd-link > a {

    text-transform: uppercase;

    color: #000;

}



#m-menu .dd-arrow {

    display: block;

    height: 4px;

    width: 4px;

    border-left: 1px solid #666c6f;

    border-bottom: 1px solid #666c6f;

    transform: rotate(-45deg);

    margin-left: 10px;

    margin-bottom: 5px;

}



#m-menu .dd-link.active .dd-arrow {

    transform: rotate(-225deg);

    margin-bottom: 1px;

}



.content ul.crumbs {

    display: flex;

    margin-bottom: 16px;

    overflow: hidden;

}



.content ul.crumbs > li {

    padding: 0 20px 0 0;

    margin: 0;

    position: relative;

}



.content ul.crumbs > li::before {

    content: "";

    position: absolute;

    width: 6px;

    height: 1px;

    background-color: #666c6f;

    right: 7px;

    top: 9px;

    left: auto;

}



.content ul.crumbs > li:last-child::before,

.content ul.crumbs > li:last-child::after,

.content .ya-share2__item::before,

.content ul.pagination > li::before {

    content: none;

}


.content .ya-share2__item, .content ul.pagination > li {

    padding-left: 0;

}


.content ul.crumbs > li > a {

    font-size: 14px;

    color: #666c6f;

    white-space: nowrap;

}



.content ul.crumbs > li > a:hover {

    color: #f58220;

}



.txt-img {

    display: flex;

    align-items: flex-start;

    flex-wrap: wrap;

    margin: 40px 0;

}



.txt-img img {

    height: 100%;

    width: auto;

    max-height: 130px;

}



.content .search-form {

    width: 100%;

    margin-bottom: 25px;

}



.content .search-form > input {

    font-size: 14px;

}



.content .search-form > button {

    display: flex;

    align-items: center;

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

    background-color: #f58220;

    border-radius: 30px;

    padding: 0 30px 0 10px;

}



.content .search-form > button:hover {

    background-color: #e3791e;

}



.content .search-form > button > i {

    margin-right: 15px;

}



.fs-12 {

    font-size: 12px;

}



.fs-16 {

    font-size: 16px;

}



.item-bordered {

    border-bottom: 1px solid #e5e5e5;

    padding-bottom: 25px;

}



.item-bordered .link {

    font-size: 12px;

    color: #e3791e;

    font-weight: 700;

}



.item-bordered h4 {

    margin-bottom: 10px;

}



.m-bottom-40 {

    margin-bottom: 40px;

}



.search-result span {

    border-bottom: 1px solid #e3791e;

    display: inline-block;

    line-height: 10px;

}



.search-result h4 span {

    line-height: 11px;

}



.pagination-box {

    padding: 20px 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

    position: relative;

}



ul.pagination {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

}



ul.pagination > li {

    margin: 0 10px;

}



ul.pagination > li > a {

    font-size: 12px;

    font-weight: 700;

}



ul.pagination > li > a:hover,

ul.pagination > li > a.active {

    color: #e3791e;

}



.pagination-box .next-button {

    position: absolute;

    right: 0;

}



.pagination-box .prev-button {

    position: absolute;

    left: 0;

}



.next-button > i {

    margin-left: 5px;

}



.prev-button > i  {

    margin-right: 5px;

}



.bold {

    font-weight: 700;

}



.bottom-links {

    border-top: 1px solid #e5e5e5;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 40px 0;

    margin-top: 30px;

}



.share-block {

    display: flex;

    align-items: center;

}



.share-block .ya-share2 {

    margin-left: 20px;

}



.prev-button,

.next-button,

.border-button {

    font-size: 12px;

    font-weight: 700;

    padding: 7px;

    border-radius: 30px;

    color: #e3791e;

    border: 1px solid rgba(227, 122, 30, 0.5);

    display: flex;

    align-items: center;

    width: fit-content;

}



.prev-button:hover,

.next-button:hover,

.border-button:hover {

    color: #fff;

    background-color: #f58220;

    border-color: #f58220;

}



.prev-button:hover svg path,

.next-button:hover svg path {

    fill: #fff;

}



.ya-share2__badge {

    border-radius: 50% !important;

    height: 38px;

    width: 38px;

    border: 1px solid #808285;

    display: flex !important;

    align-items: center;

    justify-content: center;

    background-color: transparent !important;

    margin-left: 4px;

}



.ya-share2__badge:hover {

    border-color: rgba(227, 122, 30, 0.5);

}



.ya-share2__item_service_vkontakte .ya-share2__icon,

.ya-share2__item_service_facebook .ya-share2__icon {

    background: none !important;

}



.ya-share2__item_service_vkontakte .ya-share2__icon::after,

.ya-share2__item_service_facebook .ya-share2__icon::after {

    font-family: 'FontAwesome';

    color: #808285;

    font-size: 16px;

    line-height: 25px;

    text-align: center;

    display: block;

    transition: all 0.5s;

}



.ya-share2__item_service_vkontakte:hover .ya-share2__icon::after,

.ya-share2__item_service_facebook:hover .ya-share2__icon::after {

    color: #f58220;

}



.ya-share2__item_service_vkontakte .ya-share2__icon::after {

    content: '\f189';

}



.ya-share2__item_service_facebook .ya-share2__icon::after {

    content: '\f09a';

}



.news-one-date {

    margin: 0 0 40px 0;

}



.item-bordered .row {

    display: flex;

    align-items: center;

}



.item-bordered .row > * {

    margin-bottom: 0;

    margin-right: 40px;

}



.book-desc {

    display: flex;

    align-items: flex-start;

    margin-bottom: 20px;

}


.right-block .book-desc p {

    color: #666c6f;

}



.book-desc .img {

    flex: none;

    height: 270px;

    width: 180px;

    background-position: center;

    background-repeat: no-repeat;

    margin-right: 40px;

}



.book-desc-sm .img {

    height: 115px;

    width: 80px;

    margin-right: 30px;

}



.img-cover {

    background-size: cover;

}



.img-contain {

    background-size: contain;

}



.book-desc h4, .book-desc p {

    margin: 0;

}



.book-desc > div:last-child > div {

    margin-bottom: 20px;

}



.book-desc-sm > div:last-child > div:first-child {

    margin-bottom: 10px;

}



.book-desc .author {

    font-weight: 700;

    font-size: 24px;

    line-height: 30px;

}



.author-block {

    margin-bottom: 30px;

}



.author-block p {

    margin: 10px 0;

}



.pub-title {

    text-transform: none;

    font-weight: 700;

    margin: 40px 0 20px 0;

}


.pub-desc {

    font-weight: 700;

    color: #cb6813;

    margin-bottom: 20px;

}



.tab-links {

    border-bottom: 1px solid #f58220;

    display: flex;

    flex-wrap: wrap;

    margin-top: 35px;

}



.tab-links > a {

    display: block;

    font-size: 18px;

    margin-right: 11.5px;

    margin-bottom: 23px;

    color: #808285;

}



.tab-links > a:last-child {

    margin-right: 0;

}



.tab-links > a.active,

.tab-links > a:hover {

    color: #f58220;

}



.tab-content {

    display: none;

    padding: 30px 0;

}



.tab-content.active {

    display: block;

}



.author-list {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}



.author-list > a {

    margin: 6px 0;

}



.current-num {

    display: flex;

    border-bottom: 1px solid #f58220;

    margin-bottom: 45px;

    padding-bottom: 5px;

} 



.current-num > div:first-child {

    margin-right: 10px;

}



.current-num .title {

    font-size: 24px;

    font-weight: 700;

}



.circle {

    border: 2px solid #e3791e;

    border-radius: 50%;

    height: 20px;

    width: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.current-num:hover .circle {

    background-color: #e3791e;

}



.current-num:hover .circle svg path {

    fill: #fff;

}



.item-num h4 {

    margin: 25px 0 10px 0;

}



.item-num .links {

    margin: 0;

    display: flex;

    flex-wrap: wrap;

}



.item-num .links > a {

    margin-right: 15px;

}



.item-num:last-child {

    margin-bottom: 40px;

}



.block-404 {

    height: 630px;

    background: url(../img/404.png) no-repeat center top;

    background-size: contain;

}



.text-404 a {

    font-size: 24px;

    font-weight: 700;

}



.text-404 .title {

    font-size: 18px;

    margin: 40px 0 20px 0;

}



.text-404 .row {

    margin-top: 60px;

}



.text-404 .row > p:first-child {

    margin-right: 70px;

}



.print {

    background-color: #fff;

    padding: 40px;

}



.print .logo {

    width: 220px;

    padding: 0 0 40px 0;

}



#m-menu .dd-link a {

    pointer-events: none;

}



.h3-blocks > a:hover, a:hover > h4 {

    color: #f58220;

}

.right-block p, .right-block li, .right-block table {

    color: #000;

}

.grey-title {

    color: #666c6f;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

}

span.magazineTitle {

    color: #666c6f;

    font-size: 10px;

}

.author-article > span {

    color: #000;

}

.author-article:hover {

    text-decoration: none;

}

.author-article:hover > span {

    color: #f58220;

}



/* new menu */

.fixed-menu{
    top: 0px;
    width: calc(100% - 290px);
    max-width: 1061px !important;
}

.fixed-menu.active{
   top: 0; 
}

.fixed-menu.active-width{
    
    right: 0;
    left: auto;
}

.fixed-issn{
    opacity: 0;
}

.middle-header.fixed-menu .fixed-issn{
    opacity: 1;
}

/* back btn */

.back{
    position: fixed;
    right: 30px;
    bottom: 45px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #f58220;
    visibility: hidden;
    opacity: 0;

    transition: opacity .4s;
}

.back.active{
    opacity: 1;
}

.back.visible{
    visibility: visible;
}

.back-icon{
    display: block;
    width: 12px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    transform: translate(-50%, -50%);
    background-image: url('../img/back-icon.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

div.icon{
    margin-right: 62px;
}
