<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catblock {
  position: relative;
  float: left;
  width: 48%;
  padding-bottom:20px;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 1024px) {
  .catblock {
    width: 49%;
    margin: 0;
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (max-width: 800px) {
  .catblock {
    width: 50%;
    margin: 0;
    padding-left: 1%;
    padding-right: 1%;
  }
}
.catblock h2 {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em;
  text-indent: 0;
}
.catblock h2 &gt; a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  background: #cee0e8;
  padding: 4px 15px;
  width: 100%;
  box-sizing: border-box;
}
.catblock h2 &gt; a:hover {
  text-decoration: none;
  font-size: 1em;
  background: #b3d5e0;
}
.catblock ul {
  list-style-type: disc;
  margin: 0;
  margin-top: 10px;
}
.catblock li {
  margin: 0.6em 0;
  margin-left: 20px;
}
.catblock li &gt; a {
  display: block;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}
.catblock li &gt; a:hover {
  color: #0d5c77;
  font-size: 1em;
  text-decoration: underline;
}
div.hdivider {
  height: 3px;
  background: rgb(100, 178, 227);
  background: radial-gradient(ellipse at center, rgba(50, 137, 189, 0.6) 0%, rgba(100, 178, 227, 0));
  margin: 3px 0;
}
/* *********************************** */
.categ_zagol {
  position: relative;
  display: block;
  background: #cee0e8;
  padding: 5px 5px 5px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #0d5c77;
}
.categ_zagol a {
  color: #0d5c77;
}
.categ_articles {
  position: relative;
  width: 95%;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  .categ_articles {
    width: 100%;
  }
}
.categ_articles .article_block {
  margin: 0;
  margin-top: 20px;
}
.article_block img {
  float: left;
  margin-left: 10px;
  width: 230px;
}
.article_block .preview {
  /* margin-left: 260px; */
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 800px) {
  .article_block .preview {
    margin: 0;
  }
}
.article_block p {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}
.article_block a.zagol {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  background: #cee0e8;
  background: linear-gradient(to right, #cee0e8, #d9e9ee);
  color: #0d5c77;
  padding: 3px 20px;
  margin-bottom: 15px;
}
.article_block a.more {
  float: right;
  margin-right: 30px;
  background: #cee0e8;
  color: #000;
  padding: 3px 10px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ******************** */
.article {
  padding: 0 15px 0 10px;
  margin-right: 260px;
}
@media (max-width: 1024px) {
  .article {
    padding: 0;
    margin: 0;
  }
}

.article h1 {
  margin: 0;
  padding: 10px 0;
  padding-bottom: 15px;
  text-indent: 20px;
}

.article h2 {
}

.article .nobold {
  font-weight: normal;
}

.article p {
  padding-bottom: 0.5em;
  text-indent: 20px;
  font-size: 15px;
  color: #000;
  line-height: 1.2em;
  text-align: justify;
}
.article b,strong {
  font-weight: bold;
}
.article ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.article ul &gt; li {
  line-height: 1.5em;
}
.article table {
  margin-bottom: 0.8em;
}
.article table td {
  padding: 6px;
  border: 0;
  vertical-align: top;
}
.article table td p {
  text-indent: 0;
}
.article table th {
  padding: 8px;
  border: 0;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #e5e5e5;
}
.article .artimg {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.return_back {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.return_back a {
  margin-right: 30px;
}
.article .share {
  text-align: right;
  margin: 15px 10px 20px 0;
}

.comments {
  padding: 0 15px 30px 10px;
}
.comments h3 {
  font-size: 1.3em;
  margin: 1em 0;
}
.comments .nocomments {
  padding: 5px 0 10px 0;
  text-indent: 0px;
}
#comment-form fieldset {
  display: block;
  margin: 0 0 5px 0;
}
#comment-form fieldset label {
  margin: 5px 0 0 0;
  font-weight: bold;
  width: 130px;
  text-indent: 0;
  float: left;
}
#comment-form fieldset label[for="user_comment"] {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
  float: none;
}
#comment-form fieldset input,
#comment-form fieldset textarea {
  width: 300px;
  padding: 5px;
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px;
  color: #000;
}
#comment-form fieldset textarea {
  width: 80%;
}
#comment-form input[type="submit"] {
  width: 150px;
  padding: 5px;
  font-size: 1em;
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #000;
  cursor: pointer;
}
#message {
  display: none;
}
#message p {
  text-indent: 5px;
  font-weight: bold;
  padding: 5px 0 10px 0;
  color: green;
}
#users_comments {
  margin-bottom: 20px;
  width: 100%;
}
#users_comments td {
  padding: 3px 5px 3px 0;
  max-width: 0;
  overflow-x: hidden;
  line-height: 1.3em;
}
#user_review {
  overflow: hidden;
  max-width: 100%;
}

.yablock1 {
  display: block;
  padding: 10px 0 10px 20px;
  width: 260px;
  float: right;
}
@media (max-width: 1024px) {
  .yablock1 {
    display: none;
  }
}
.yablock1 &gt; div {
  margin-bottom: 20px;
  width: 240px;
  /*height: 600px;
  border: 1px solid #888;*/
}
.rtb1 {
  margin-top: 20px;
}
.yablock2 {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  min-height: 270px;
  padding: 10px 25px 15px 10px;
}
.yablock2 &gt; div {
  width: 100%;
  /*height: 88px;
  border: 1px solid #888;*/
}
.ablock {
  background: #f3f3f3;
  padding: 1em;
  text-align: center;
}
.ablock a {
  text-decoration: none;
}
.ablock p {
  display: block;
  text-indent: 0;
  font-size: 0.9em;
  margin-bottom: 0.8em;
  padding: 0;
  text-align: left;
}
.ablock .header {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.ablock .button {
  display: block;
  background: #eb4444;
  color: #fff;
  padding: 0.3em 0.8em;
  margin: 0 20%;
}

.books {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}
.content .books h2 {
  margin-bottom: 0;
}
.books h3 {
  margin-top: 10px;
}
.books h3 a {
}
.book {
  display: inline-block;
  width: 14%;
  width: 14.25%;
  margin: 20px 20px 0 0;
  vertical-align: top;
}
.book p {
  text-indent: 0;
  padding-bottom: 0;
  padding-top: 0.3em;
  text-align: left;
}
.book .photo {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 140%;
}
.book img {
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3), 0 5px 10px 0 rgba(0,0,0,0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.book .author {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767579;
}
.book .book-name {
  font-size: 1em;
  width: 100%;
  height: 54px;
  line-height: 1.2em;
  overflow: hidden;
}
</pre></body></html>