<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.book-page h1 {
  margin: 0 0 10px;
  font-size: 34px;
}

.book-page h1 .page-title-part {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.book-page a {
  font-weight: normal;
  color: #000;
}

.book-page h1 a {
  font-weight: inherit;
}

.book-page .btn {
  padding: 2px 10px;
  font-size: 11px;
}

.book-page table {
  border-collapse: collapse;
}

.book-page .top-notice,
.book-page .bottom-notice {
  color: #999;
}

.book-page .top-search_block {
  margin-left: 15px;
}

.book-page .top-notice .notice,
.book-page .top-search_block {
  flex: 1;
}
.book-page .top-search_block__wrap{
  position: relative;
}
.book-page .top-search_block input[type="text"]{
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #a2a9b1;
  padding: 0 39px 0 10px;
  outline:none;
  
}
.book-page .top-search_block .top-search_block__button{
  position: absolute;
  height: 26px;
  width: 26px;
  background: url("/inc/design2019/img/icons/search.svg") 50% no-repeat;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  transition: all .2s linear;
}
.book-page .top-search_block .top-search_block__button:hover{
  opacity: 0.75;
}

.book-page .sort-navigation a.active {
  text-decoration: underline;
}

.book-page .page-title-container {
  justify-content: space-between;
  align-items: center;
}

.book-page .page-image-container {
  max-width: 200px;
}

.book-page .page-image-container .header-image {
  min-width: 130px;
}

.book-page .btn-book-compare {
  background-image: url(https://filearchive.cnews.ru/img/cnews/2021/11/03/icon-compare-16.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px !important;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
}

.book-page .book-compare-h1 {
  font-size: 35px;
}

.book-page .book-page-links {
  margin-bottom: 25px;
}

.book-page .book-page-links a {
  height: 40px;
  background: #f40;
  color: #fff;
  font-weight: bold;
  padding: 0 11px;
  margin-right: 20px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}

.book-page .book-page-links a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  margin-right: -20px;
  border-color: transparent transparent transparent #f40;
}

/* Tabs */
.book-page .tab-content &gt; .tab-pane {
  display: none;
}

.book-page .tab-content &gt; .active {
  display: block;
}

.book-page .nav {
  padding: 0;
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.book-page .nav-tabs::before,
.book-page .nav-tabs::after {
  display: table;
  line-height: 0;
  content: "";
}

.book-page .nav-tabs::after {
  clear: both;
}

.book-page .nav-tabs &gt; li {
  float: left;
}

.book-page .nav-tabs &gt; li &gt; a {
  display: block;
  color: rgba(86, 86, 86, 0.8);
  font-size: 13px;
  font-weight: 600;
  padding: 16px;
  border: 1px solid #e9e9e9;
  background-color: #f8f8f8;
  transition: 0.2s;
  text-decoration: none;
}

.book-page .nav-tabs &gt; li &gt; a + a {
  border-right: none;
}

.book-page .nav-tabs &gt; li.active &gt; a {
  color: #fff;
  background-color: #0164a7;
  border: 1px solid #0164a7;
}

.book-page .page-container-other-documents td {
  padding: 10px 2px;
}
.book-page .page-container-other-documents tr:nth-child(2n-1) td {
  padding: 3px 2px;
  background: #f0f0f0;
}

.book-page .auto-pages-container td {
  padding-bottom: 5px;
}

/*
.book-page .page-container-other-documents .book-document-date,
.book-page .page-container-other-documents .book-document-row {
    padding: 3px 2px;
}
*/

.book-page .book-icon-hamburger {
  background: url(/inc/design2019/img/icons/mob-nav.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 10px;
}

.book-page-dense {
  color: #000;
}

.book-page .btn-book-toggable {
  border: 1px solid transparent;
  padding: 3px;
  font-size: 0;
  vertical-align: middle;
}

.btn-book-toggable.active {
  border: 1px solid #000;
  background-color: #fff;
}

.book-page .btn-all-surrounds {
  vertical-align: middle;
}

.book-page .surround-text-container p {
  font-size: inherit;
}

.page-container-other-documents .btn-document-pages,
.mutual-pages-table .btn-document-pages {
  margin: 3px 5px;
  padding: 0;
}

.btn-document-pages.show-spinner i {
  display: none;
}

.btn-document-pages .spinner {
  margin: 1px 0 0 0;
  height: 5px;
  width: 5px;
  border-width: 5px;
}

.book-page .page-counts-notice {
  margin-bottom: 20px;
}

.book-page.book-page-item .article-bottom-info .d-flex {
  width: 100%;
}

.book-page.book-page-item .article-bottom-info .views-outer {
  text-align: center;
  flex: 1;
}

.book-page .views_count::before {
  content: "РџСЂРѕСЃРјРѕС‚СЂРѕРІ:";
  font-family: inherit;
  width: auto;
}

/* Category page */

.book-page.book-page-category .categories-row td {
  padding-bottom: 8px;
}

.book-page.book-page-category .categories-row .cell-documents_count_cache {
  padding-right: 46px;
}

/* Badge */
.book-page .badge {
  display: inline-block;
  padding: 1px 5px;
  font-size: 11.844px;
  line-height: 14px;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid #999;
  border-radius: 3px;
}

.book-page a.badge {
  text-decoration: underline;
}
.book-page a.badge:hover {
  text-decoration: none;
}

.book-page .badges {
  margin-left: 5px;
}

/* Pagination */
.book-page .pagination {
  margin: 20px 0;
}

.book-page .page-container-other-documents .pagination {
  margin-bottom: 0;
}

.book-page .pagination-sort a.active {
  font-weight: bold;
}

.book-page .pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 0;
}

.book-page .pagination ul &gt; li {
  display: inline;
  line-height: 20px;
  font-size: inherit;
}

.book-page .pagination ul &gt; li:first-child &gt; a,
.book-page .pagination ul &gt; li:first-child &gt; span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.book-page .pagination ul &gt; li &gt; a,
.book-page .pagination ul &gt; li &gt; span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.book-page .pagination ul &gt; .disabled &gt; span,
.book-page .pagination ul &gt; .disabled &gt; a,
.book-page .pagination ul &gt; .disabled &gt; a:hover,
.book-page .pagination ul &gt; .disabled &gt; a:focus {
  color: #999;
  cursor: default;
  background-color: transparent;
}

.book-dropdown {
  margin-top: 2px;
  text-align: right;
}

.book-dropdown .dropdown-content {
  display: none;
}

.hamburger-tooltip a {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compare-chart-container {
}

/* PDF */
.pdf-container {
  text-align: center;
}

.pdf-container.hide {
  display: none;
}

.pdf-container .pdf-pagination {
  margin-top: 10px;
  text-align: right;
  font-size: 11px;
}

.pdf-container .btn {
  color: #000;
}

.pdf-container .pdf-pagination-buttons .btn {
  margin-right: 5px;
  vertical-align: middle;
}

.pdf-container .pdf-pagination-buttons .btn:last-child {
  margin-right: 20px;
}

.pdf-container .btn.pdf-fullscreen {
  width: 16px;
  height: 16px;
  background: url("https://filearchive.cnews.ru/img/cnews/2021/11/03/icon-fullscreen-16.png")
    center center no-repeat;
}

.pdf-container canvas {
  border: 1px solid #aaa;
}

/* book */

#_book-top .right_side {
  float: right;
  position: relative;
  z-index: 1;
}

@media (min-width: 1100px) {
  #_book-categories .news_container,
  #_book-top .news_container,
  #_book-item .news_container {
    width: calc(100% - 190px);
  }
}
#_book-top .news_container,
#_book-item .news_container,
#_book-categories .news_container {
  max-width: calc(100vw - 30px) !important;
}
@media (max-width: 810px) {
  .book-page .page-title-container {
    flex-direction: column;
  }
}

.book__year_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}
.book__year_title p {
  margin: 0;
}
.book-year-dropdown {
  display: flex;
}
#_book-top .top-notice,
#_book-item .top-notice,
#_book-categories .top-notice {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1299.98px) {
  #_book-item .right_side,
  #_book-top .right_side,
  #_book-categories .right_side {
    margin-left: 10px;
  }
}
@media (max-width: 802px) {
  #_book-top .book-page .top-search_block,
  #_book-item .book-page .top-search_block,
  #_book-categories .book-page .top-search_block {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  #_book-item .right_side,
  #_book-top .right_side,
  #_book-categories .right_side {
    padding-top: unset !important;
  }
  #_book-categories .objects_row .object {
    margin: 0 0 10px !important;
  }
}
@media (max-width: 858px) {
  #_book-item .cloud_key,
  #_book-top .cloud_key {
    column-count: 2;
  }

  #_book-item .cloud_key span a,
  #_book-top .cloud_key span a {
    display: inline-block;
    max-width: 141px;
  }
}
@media (max-width: 683px) {
  #_book-item .cloud_key,
  #_book-top .cloud_key {
    column-count: 1;
  }
}
@media (max-width: 678px) {
  #_book-item .right_side,
  #_book-top .right_side,
  #_book-categories .right_side {
    padding-top: unset;
  }
}
#_book-item .book-page .top-notice .notice,
#_book-item .book-page .top-search_block,
#_book-categories .book-page .top-search_block,
#_book-top .book-page .top-notice .notice,
#_book-top .book-page .top-search_block,
#_book-categories .book-page .top-search_block {
  min-width: 180px;
}
#_book-top .book-page .top-search_block,
#_book-item .book-page .top-search_block,
#_book-categories .book-page .top-search_block {
  max-width: 240px;
}
@media (max-width: 920px) {
  #_book-item nobr,
  #_book-top nobr,
  #_book-categories nobr {
    display: block;
    margin-top: 20px;
    white-space: break-spaces;
    margin-bottom: 10px;
  }
  #_book-item .book__year_title p,
  #_book-top .book__year_title p,
  #_book-categories .book__year_title p {
    margin: 0;
    white-space: break-spaces;
    line-height: 100%;
  }
}
@media (min-width: 577px) and (max-width: 920px) {
  #_book-item .book__year_title p,
  #_book-top .book__year_title p,
  #_book-categories .book__year_title {
    margin-bottom: 10px;
  }
}

@media (min-width: 710px) and (max-width: 920px) {
  #_book-top .book-page .top-search_block,
  #_book-item .book-page .top-search_block,
  #_book-categories .book-page .top-search_block {
    margin-left: 10px;
  }
}
@media (max-width: 576.98px) {
  #_book-item .cloud_key,
  #_book-top .cloud_key {
    column-count: 3;
  }
  #_book-item nobr,
  #_book-top nobr,
  #_book-categories nobr {
    white-space: nowrap;
    font-size: 11px;
  }
}
@media (max-width: 530px) {
  #_book-item .cloud_key,
  #_book-top .cloud_key {
    column-count: 2;
  }
}
@media (max-width: 358px) {
  #_book-item .cloud_key,
  #_book-top .cloud_key {
    column-count: 1;
  }
}
#_book-categories
  .book-page.book-page-category
  .categories-row
  .cell-documents_count_cache {
  padding-left: 38px !important;
}
#_book-categories .gallery_block,
#_book-item .gallery_block,
#_book-top .gallery_block {
  margin: 0 !important;
  max-width: unset !important;
  width: 730px !important;
}
#_book-top .gallery-slider-big .gallery-title,
#_book-item .gallery-slider-big .gallery-title {
  height: 76px;
}
#_book-top .gallery_block .gallery-slider-big img,
#_book-item .gallery_block .gallery-slider-big img {
  height: 300px !important;
  object-fit: contain;
}

/* new galery */

@media (min-width: 1300px) {
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 730px !important;
    /* max-width: calc(100% - 320px); */
  }
}

@media (min-width: 1250px) and (max-width: 1299.98px) {
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 710px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1249.98px) {
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 665px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 560px !important;
  }
}
@media (max-width: 1099.98px){
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    margin: 0 !important;
    width: 700px !important;
}
}
@media (min-width: 974px) and (max-width: 1039.98px){
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 630px !important;
}
}
@media (min-width: 801px) and (max-width: 973.98px){
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 63% !important;
}
}

@media (min-width: 713px) and (max-width: 800.98px){
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 53% !important;
  }
}
@media (max-width: 714px) {
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 302px !important;
  }
}
@media (max-width: 576px) {
  #_book-categories .gallery_block,
  #_book-item .gallery_block,
  #_book-top .gallery_block {
    width: 100% !important;
  }
}





@media (max-width: 1194px) {
  nobr {
    text-wrap: wrap;
  }
}
#_book-categories .flex-wrap,
#_book-top .flex-wrap,
#_book-item .flex-wrap {
  justify-content: space-between;
}



/* New styles */

.booksection{
  width: calc(100% - 200px);
}
.booksection .pagination ul{
  box-shadow:none;
}
.booksection img{
  max-width:100%;
  height:auto;
}
.booksection__notice{
  font-size: 12px;
  margin: 30px 0;
  color: #999;
}
.booksection__noticetext{
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.booksection__noticetext-show{
  height: auto;
  display: block;
}
.booksection__noticebtn{
  color: #0164a7;
  font-size: 16px;
  background: none;
  border: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.booksection__noticebtn:hover{
  color:red;
}
.booksection__info{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
  gap:50px;
}
.booksection__infotitle{
  margin: 0;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
}
.booksection__infotitleadd{
  display:block;
  font-size:18px;
  margin-top:10px;
}
.booksection__infopicture{
  width: 200px;
}
.booksection__infopimg{
  max-width:100%;
}

.booksection__description{
  margin:0 0 20px;
}
.booksection__description a:has(img){
  background:none;
  padding:0;
}
.booksection__description ul{
  margin: 10px 0 10px 20px;
  padding: 0;
}
.booksection__description p{
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.75em;
}
.booksection__data p{
  margin:5px;
  font-size: 14px;
}
.booksection__description span{
  font-size: inherit !important;
  line-height: 1.75em;
}
.booksection .nav{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
}
.booksection .nav-tabs &gt; li{
  float: none;
  text-align: center;
}
.booksection .nav-tabs::before, .booksection .nav-tabs::after{
  display: none;
}
.booksection__description a{
  background: linear-gradient(180deg, transparent 2px, 2px, #e9e9e9 99%, transparent 100%);
  color: inherit;
  font-weight: inherit;
  padding: 2px 4px;
  border-radius: 2px;
  text-decoration: none;
}
.booksection__links{
  margin:0 0 30px;
}
.booksection__mainlinkwrap{
  margin:0 0 5px;
}
.booksection__link{
  margin:0 0 15px;
}
.booksection__mainlink,
.book-page .booksection__mainlink{
  color:#0164a7;
  font-size:16px;
  font-weight: 700;
  line-height: 1.75;
}
.booksection__mainlink:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%230164a7' d='M7.293 4.707 14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707z'/%3E%3C/svg%3E");
}
.booksection a{
  color:#0164a7;
}
.booksection a:hover{
  text-decoration: none;
  color:red;
}
.booksection__mainlink:hover{
  color:red;
  text-decoration:none;
}
.booksection__mainlink:hover:after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='red' d='M7.293 4.707 14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707z'/%3E%3C/svg%3E");
}
.booksection__table a{
 color:#0164a7;
 font-weight: 400;
}
.booksection__table a:hover{
  text-decoration: none;
  color:red;
}
.booksection__line{
  display: flex;
  background-image: url(../../design2019/img/linepattern.png);
  justify-content: space-between;
  padding: 0 15px 0 0;
  margin: 50px 0 20px;
}
.booksection__line-light .booksection__linetitle{
  background: transparent;
  color: black;
  letter-spacing: inherit;
  font-weight: 300;
}
.booksection__linetitle{
  background: black;
  margin: 0;
  color: white;
  font-size: 14px;
  line-height: 1.2em;
  padding: 9px 16px;
  letter-spacing: 0.07em;
  margin: 0 20px 0 0;
  display:inline-block;
  text-transform: uppercase;
}
.booksection__lineadd{
  margin: 0;
  font-size: 14px;
  padding: 4px 0;
  width: calc(100% - 260px);
  text-align: right;
}
.booksection__table{
  font-size: 14px;
  overflow:auto;
}
.booksection__tablerow{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
}
.active .booksection__tooltip{
    background-image: url("data:image/svg+xml,%3Csvg width='128' height='128' viewBox='0 0 128 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64 0.299805C28.7 0.299805 0 28.7998 0 63.9998C0 99.1998 28.7 127.7 64 127.7C99.3 127.7 128 99.1998 128 63.9998C128 28.7998 99.3 0.299805 64 0.299805ZM64 121.3C32.2 121.3 6.4 95.6998 6.4 63.9998C6.4 32.2998 32.2 6.6998 64 6.6998C76.1 6.6998 87.4 10.3998 96.7 16.7998C110.4 26.1998 119.8 41.2998 121.4 58.5998C121.4 59.0998 121.5 68.3998 121.4 69.2998C118.7 98.4998 94 121.3 64 121.3ZM60.8 32.1998C46.3 32.1998 41.7 45.4998 41.6 57.6998H51.2C51 48.8998 51.9 41.7998 60.8 41.7998C67.2 41.7998 70.4 44.4998 70.4 51.3998C70.4 55.7998 67 57.9998 64 60.9998C57.8 66.9998 58.3 71.3998 58 79.6998H66.4C66.7 72.1998 66.6 72.3998 72.8 65.7998C77 61.6998 79.9 57.5998 79.9 51.2998C80 41.1998 74.6 32.1998 60.8 32.1998ZM64.1 86.2998C60.5 86.2998 57.7 89.1998 57.7 92.6998C57.7 96.1998 60.6 99.0998 64.1 99.0998C67.7 99.0998 70.5 96.1998 70.5 92.6998C70.5 89.0998 67.6 86.2998 64.1 86.2998Z' fill='white'/%3E%3C/svg%3E%0A");
}
.booksection__tooltip{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 0 0 2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='128' height='128' viewBox='0 0 128 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64 0.299805C28.7 0.299805 0 28.7998 0 63.9998C0 99.1998 28.7 127.7 64 127.7C99.3 127.7 128 99.1998 128 63.9998C128 28.7998 99.3 0.299805 64 0.299805ZM64 121.3C32.2 121.3 6.4 95.6998 6.4 63.9998C6.4 32.2998 32.2 6.6998 64 6.6998C76.1 6.6998 87.4 10.3998 96.7 16.7998C110.4 26.1998 119.8 41.2998 121.4 58.5998C121.4 59.0998 121.5 68.3998 121.4 69.2998C118.7 98.4998 94 121.3 64 121.3ZM60.8 32.1998C46.3 32.1998 41.7 45.4998 41.6 57.6998H51.2C51 48.8998 51.9 41.7998 60.8 41.7998C67.2 41.7998 70.4 44.4998 70.4 51.3998C70.4 55.7998 67 57.9998 64 60.9998C57.8 66.9998 58.3 71.3998 58 79.6998H66.4C66.7 72.1998 66.6 72.3998 72.8 65.7998C77 61.6998 79.9 57.5998 79.9 51.2998C80 41.1998 74.6 32.1998 60.8 32.1998ZM64.1 86.2998C60.5 86.2998 57.7 89.1998 57.7 92.6998C57.7 96.1998 60.6 99.0998 64.1 99.0998C67.7 99.0998 70.5 96.1998 70.5 92.6998C70.5 89.0998 67.6 86.2998 64.1 86.2998Z' fill='%23767676'/%3E%3C/svg%3E%0A");
}
.booksection__tooltip:hover .booksection__tooltipwindow{
  opacity: 1;
  visibility: visible;
}
.booksection__tooltipwindow{
  display: block;
  background: white;
  color: black;
  width: 130px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  bottom: 32px;
  transform: translateX(-50%);
  left: 8px;
  padding: 10px;
  box-shadow: 0 1px 4px 5px #0000000f;
  text-align: center;
  font-weight: 400;  
  transition: all .2s linear;
}
.booksection__tooltipwindow:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.booksection__tablerow-heading{
  color: #767676;
  border-bottom:none;
}
.booksection__tablerow-heading .booksection__tableitem{
  background: #f8f8f8;
  border-bottom:1px solid #e9e9e9;
} 

.booksection__tableitem{
  padding:20px;
  box-sizing:border-box;
  border-bottom: 1px solid #e9e9e9; 
}
.booksection__tablepoint{
  margin:0 0 5px;
}
.booksection__table-deal .booksection__tablerow{
  grid-template-columns: 110px 1fr 120px 130px;
}

.booksection__table a{
  color:#0164a7;
}
.booksection__table a:hover{
  color:red;
  text-decoration:none;
}
.booksection__table .booksection__tabledealnumber{
    margin: 0 0 5px;
}


@media (max-width: 1100px) {
  .booksection{
    width:100%;
  }
  .booksection .nav{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 720px){
  .booksection__info{
    flex-wrap: wrap-reverse;
    margin: 0 0 20px;
  }
  .booksection__infotitle{
    width:100%;
  }
  .booksection__tableitem{
    padding:15px 10px;
  }
  .booksection__table-deal .booksection__tableitem:nth-child(4){padding: 15px 0 10px 10px;}
  .booksection__line{
    display:block;
    background-image:none;
  }
  .booksection__linewrap{
    width:100%;
    background-image: url(../../design2019/img/linepattern.png);
    margin:0 0 5px;
  }
  .booksection__lineadd{
    padding:0;
    text-align: left;
    width: 100%;
  }
  .booksection__table-deal .booksection__tablerow{
      grid-template-columns: 110px 290px 120px 130px;
  }
}</pre></body></html>