.row {
  width: 1230px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg p {
  padding-bottom: 20px;
  color: #000;
  font-size: 21px;
  line-height: 1.4;
}
.wysiwyg p strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .wysiwyg p {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wysiwyg p {
    padding-bottom: 10px;
  }
}
.wysiwyg strong {
  font-weight: 600;
}
.wysiwyg h1 {
  color: #18181a;
  font-family: "Druk Text Wide Cyr";
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .wysiwyg h1 {
    font-size: 50px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .wysiwyg h1 {
    font-size: 30px;
  }
}
.wysiwyg h2 {
  color: #18181a;
  font-family: "Druk Text Wide Cyr";
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .wysiwyg h2 {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .wysiwyg h2 {
    font-size: 30px;
  }
}
.wysiwyg h3 {
  color: #18181a;
  font-family: "Druk Text Wide Cyr";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .wysiwyg h3 {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wysiwyg h3 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .wysiwyg h3 {
    font-size: 23px;
  }
}
.wysiwyg h4 {
  color: #18181a;
  font-family: "Druk Text Wide Cyr";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .wysiwyg h4 {
    font-size: 25px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .wysiwyg h4 {
    font-size: 20px;
  }
}
.wysiwyg h5 {
  color: #18181a;
  font-family: "Druk Text Wide Cyr";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .wysiwyg h5 {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .wysiwyg h5 {
    font-size: 22px;
  }
}
.wysiwyg h6 {
  color: #000;
  font-family: "Druk Text Wide Cyr";
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .wysiwyg h6 {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wysiwyg h6 {
    padding-bottom: 10px;
  }
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.wysiwyg ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #04004d;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 53px 27px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-pagenavi {
  font-size: 0;
  margin: 40px 0;
  text-align: center;
}
.wp-pagenavi > .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #04004d;
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 7px;
  color: #04004d;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #04004d;
  background: #04004d;
}
.top-categories {
  padding-top: 97px;
}
.top-categories .top-categories-name {
  padding: 10px 0;
}
.top-categories .top-categories-name span {
  font-size: 15px;
  color: #8f8f8f;
}
.top-categories-links {
  background-color: #f6f6f6;
  margin-bottom: 15px;
}
.top-categories-links ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.top-categories-links ul li {
  list-style: none;
}
.top-categories-links ul li a {
  color: #04004d;
  display: block;
  text-decoration: none;
  padding: 15px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-categories-links ul li a:before {
  content: '';
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #04004d;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-categories-links ul li a:hover:before {
  opacity: 1;
}
.top-categories-links ul li.current-cat a:before {
  opacity: 1;
}
.blog-block {
  padding: 20px 0;
}
.blog-block .posts-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25%;
  width: 102.5%;
}
.blog-block .posts-items > * {
  width: 47.5%;
  margin: 0 1.25% 1.875em;
}
@media (max-width: 768px) {
  .blog-block .posts-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.65%;
    width: 101.3%;
  }
  .blog-block .posts-items > * {
    width: 98.7%;
    margin: 0 0.65% 1.3em;
  }
}
.blog-block .posts-items .thumb {
  display: block;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .blog-block .posts-items .thumb {
    height: 200px;
  }
}
.blog-block .posts-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-block .posts-items .post-item-name {
  padding: 20px 0 10px;
}
.blog-block .posts-items .post-item-name a {
  color: #2b2b2b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.blog-block .posts-items .post-item-name a:hover {
  color: #04004d;
}
.blog-block .posts-items .post-item-info a {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #04004d;
  text-decoration: none;
  position: relative;
}
.blog-block .posts-items .post-item-info a:before {
  content: '';
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #04004d;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-block .posts-items .post-item-info a:hover:before {
  opacity: 1;
}
.blog-block .posts-items .post-item-info span {
  font-size: 18px;
  color: #2b2b2b;
}
.single-post .top-categories-name {
  background-color: #f7f9fd;
}
.single-post .top-categories-name span {
  display: inline-block;
  margin: 0 3px;
}
.single-top-block {
  background-color: #f7f9fd;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .single-top-block {
    padding: 0 0 40px;
  }
}
.single-top-block > .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.single-top-block .single-title {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .single-top-block .single-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}
.single-top-block .single-title > div {
  padding: 0 100px 0 250px;
}
@media (max-width: 1200px) {
  .single-top-block .single-title > div {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .single-top-block .single-title > div {
    width: 100%;
  }
}
.single-top-block .single-title .single-date {
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-top-block .single-thumb {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
@media (max-width: 1200px) {
  .single-top-block .single-thumb {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .single-top-block .single-thumb {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}
.single-top-block .single-thumb img {
  max-width: 100%;
}
.blog-block {
  padding: 40px 0 80px;
}
@media (max-width: 1400px) {
  .blog-block {
    padding: 40px 0 40px;
  }
}
.blog-block .row {
  width: 1170px;
}
.blog-block .main-content {
  padding: 0 218px;
}
@media (max-width: 1024px) {
  .blog-block .main-content {
    padding: 0;
  }
}
.blog-block .main-content > h2 {
  font-size: 23px;
  padding: 10px 15px;
  background: #08083d;
  color: #fff;
  margin-bottom: 20px;
}
.blog-block .main-content h3 {
  font-size: 23px;
}
.blog-block .main-content h4 {
  font-size: 22px;
  line-height: 1.3;
}
.blog-block .main-content h5 {
  font-size: 21px;
  line-height: 1.3;
}
.blog-block .main-content h6 {
  font-size: 20px;
  line-height: 1.3;
}
.blog-block .main-content img {
  max-width: 100%;
  height: auto;
}
.scroll-nav {
  padding: 15px 10px;
  position: sticky;
  top: 150px;
  width: 170px;
  float: left;
}
@media (max-width: 1024px) {
  .scroll-nav {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    position: static;
    padding: 15px 0;
  }
}
.scroll-nav .table_content {
  font-family: "Druk Text Wide Cyr";
  font-size: 20px;
  background: #08083d;
  color: #fff;
  padding: 20px 20px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
}
.scroll-nav .table_content:before {
  content: '';
  position: absolute;
  top: 23px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
}
.scroll-nav ol {
  position: relative;
  padding-left: 10px;
}
.scroll-nav ol:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #f6f6f6;
}
.scroll-nav ol li {
  list-style: none;
}
.scroll-nav ol li a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.3;
  color: #04004d;
  text-decoration: none;
  position: relative;
}
.scroll-nav ol li a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  left: -10px;
  width: 2px;
  background: #04004d;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-nav ol li a:hover {
  text-decoration: underline;
}
.scroll-nav ol li a:hover:before {
  opacity: 1;
}
.scroll-nav ol li.scroll-nav__item--active a:before {
  opacity: 1;
}
