/*@import url("//fonts.googleapis.com/css?family=PT+Sans:regular,italic,700,700italic&amp;subset=cyrillic");
*/

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/PTSans-Regular.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/PTSans-Bold.ttf) format('truetype');
  font-display: swap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
}

h2
{
  margin: 25px 0 15px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

h3
{
  margin: 25px 0 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

h4
{
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 15px;
}

p
{
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}

p:last-of-type
{
  margin-bottom: 0;
}

a
{
  color: #6066bf;
}

a:visited
{
  color: #6066bf;
}

a, a:hover, a:focus, a:active
{
  color: #6066bf;
  text-decoration: none;
}

p img
{
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
  margin: 5px;
}

em
{
  font-style: italic;
}


ul:not([class])
{
  margin: 10px 0 20px;
  padding: 0;
}

ul:not([class]) li
{
  margin: 0;
  /* padding: 5px 0 2px; */
  text-align: left;
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}

ul:not([class]) li:before
{
  display: inline-block;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #d82422;
  padding-right: 3px;
  margin-left: 3px;
  font-size: 12px;
}

td ul
{
  padding-left: 20px !important;
}

td ul li
{
  list-style-type: disc;
}

td ul li:before
{
  display: none !important;
}

ol:not([class])
{
  margin: 10px 0 20px;
  padding: 0;

  list-style-type: decimal;
}

ol:not([class]) > li {
  margin: 0 0 0 20px;
  list-style-type: decimal;
}

ol:not([class]) li {
  padding: 5px 0 2px;
  text-align: left;
}

.table-responsive
{
  overflow-x: auto;
}

table
{
  margin: 10px auto 20px;
}

.content_table
{
  width: 100%;
}

table th
{
  padding: 5px;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 16px;
}

table tr:hover
{
  background-color: #ccc !important;
}

table tr:nth-child(2n)
{
  background-color: #fff;
}

table td
{
  padding: 3px 5px;
  font-size: 14px;
  border: 1px solid #000;
}

table td.center
{
  text-align: center;
}

.tip_white
{
  overflow: hidden;
  margin: 20px 10px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}

.tip_yellow, .tip
{
  overflow: hidden;
  margin: 20px 10px;
  padding: 20px;
  background: #fffef4;
  border: 1px solid #eae8cc;
  text-align: center;
}

.tip img,
.tip_yellow img
{
  border-radius: 5px;
}

.tip a img,
.tip_yellow a img,
p a img
{
  cursor: zoom-in;
}

@media (max-width: 480px)
{
  #content .block_header
  {
    text-align: center;
  }
}