@font-face {
  font-family: 'Bandera Pro';
  src: url("fonts/BanderaProMedium.eot");
  src: local("Bandera Pro Medium"), local("BanderaProMedium"), url("fonts/BanderaProMedium.eot?#iefix") format("embedded-opentype"), url("fonts/BanderaProMedium.woff") format("woff"), url("fonts/BanderaProMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Bandera Pro';
  src: url("fonts/BanderaPro.eot");
  src: local("Bandera Pro Regular"), local("BanderaPro"), url("fonts/BanderaPro.eot?#iefix") format("embedded-opentype"), url("fonts/BanderaPro.woff") format("woff"), url("fonts/BanderaPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Bandera Pro", serif;
  background-color: #fff; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.alignleft {
  float: left; }

img.alignleft,
.wp-caption.alignleft, .alignleft img {
  margin: 5px 25px 15px 0; }

.alignright {
  float: right; }

img.alignright,
.wp-caption.alignright, .alignright img {
  margin: 5px 0 15px 25px; }

.entry {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 26px;
  color: #232538;
  overflow: hidden; }
  .entry .wp-caption {
    overflow: hidden;
    border-radius: 5px;
    background: #f2f6f7; }
  .entry .wp-caption img {
    display: block;
    border-radius: 10px 10px 0 0; }
  .entry .wp-caption.alignnone,
  .entry .wp-caption.aligncenter {
    margin-top: 27px;
    margin-bottom: 27px; }
  .entry .wp-caption-text {
    margin: 0;
    padding: 11px 10px 13px;
    text-align: center;
    font-size: 14px; }
  .entry a {
    color: #3f6ca9; }
  .entry ul {
    padding: 0;
    margin-bottom: 25px;
    list-style-type: none;
    line-height: 30px; }
    .entry ul li {
      position: relative;
      display: block; }
      .entry ul li:before {
        content: '';
        display: inline-block;
        position: relative;
        width: 11px;
        height: 12px;
        margin-right: 20px;
        top: 2px;
        background: url("./img/i/li-icon.png") center center no-repeat;
        background-size: 11px 12px; }
  .entry ul.children {
    margin-bottom: 0; }
  .entry blockquote {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #f2f6f7; }
  .entry ol {
    padding: 0;
    margin-bottom: 25px;
    list-style-type: none;
    counter-reset: item;
    line-height: 30px; }
    .entry ol li:before {
      content: counter(item) "  ";
      counter-increment: item;
      display: inline-block;
      width: 23px;
      height: 23px;
      margin-right: 20px;
      line-height: 23px;
      text-align: center;
      border-radius: 50%;
      color: #fff;
      background-color: #3f90ff; }
  .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-weight: 500; }
  .entry h2 {
    font-size: 24px;
    line-height: 40px; }
  .entry p {
    margin: 0 0 25px;
    color: #232538;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }
    .entry p:last-child {
      margin-bottom: 0; }
  .entry .img-caption {
    padding: 16px;
    margin-top: -15px;
    float: left;
    clear: both;
    border-radius: 0 0 10px 10px;
    background-color: #f2f6f7;
    text-align: center; }
  .entry .table-wrapper {
    margin: 30px 0;
    max-width: 100%;
    overflow-x: auto; }
  .entry table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border-radius: 10px 10px 0 0;
    border: none;
    overflow: hidden; }
    .entry table tr {
      background-color: #f2f2f2; }
      .entry table tr:nth-child(2n) {
        background-color: #fff; }
      .entry table tr td,
      .entry table tr th {
        padding: 8px;
        text-align: center;
        border: none; }
        .entry table tr td:first-child,
        .entry table tr th:first-child {
          padding-left: 26px;
          text-align: left; }
        .entry table tr td:last-child,
        .entry table tr th:last-child {
          padding-right: 26px; }
    .entry table tr:first-child {
      font-weight: 400;
      color: #fff;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
      background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
      background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
      background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
      background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
      background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%); }
      .entry table tr:first-child th {
        font-weight: 400; }

.entry__video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 56.25% 0 0; }

.entry__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container {
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto; }

.heading {
  margin-bottom: 45px;
  color: #222438;
  font-size: 26px;
  font-weight: 500;
  line-height: 24px; }

.heading_center {
  text-align: center; }

.heading_small {
  font-size: 20px; }

.advs .heading {
  margin-bottom: 25px; }

.heading_article {
  color: #000000;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px; }

.heading__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.heading__img {
  height: 30px;
  width: auto; }

.authorquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 36px 0; }

.authorquote__img-wrapper {
  max-width: 60px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.authorquote__img {
  display: block;
  width: 100%;
  height: auto; }

.authorquote__text {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #f2f2f2;
  color: #232538;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }
  .authorquote__text:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    left: -32px;
    border: 22px solid transparent;
    border-right: 22px solid #f2f2f2; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  padding: 0px 20px;
  background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
  background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
  box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none; }
  .btn:hover {
    opacity: 0.8; }

.likes-count {
  margin-left: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500; }

.like-icon-white {
  position: relative;
  top: -2px;
  margin-right: 13px;
  width: 21px;
  height: 22px;
  background: url("./img/i/like-icon-white.png") center center no-repeat; }

.entry-footer {
  padding: 17px 30px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f2f2;
  border-radius: 10px; }
  .entry-footer .repost-icons {
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px; }
  .entry-footer .btn {
    margin-right: 10px;
    display: none;
    margin-top: 5px;
    margin-bottom: 5px; }
  .entry-footer .like-icon-white {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.entry-footer__rate {
  margin: 13px 8px 5px; }
  .entry-footer__rate .post-ratings-text {
    display: none !important; }
  .entry-footer__rate .post-ratings-loading {
    display: none !important; }

.entry-footer__text {
  margin-right: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #232538;
  font-size: 32px;
  font-weight: 500; }

.entry-footer__share {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.social-likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.social-likes__item {
  margin: 5px 10px 5px 0;
  width: 46px;
  height: 36px;
  background-color: #48729e;
  border-radius: 4px;
  cursor: pointer; }
  .social-likes__item:last-child {
    margin-right: 0; }
  .social-likes__item:hover {
    opacity: 0.9; }

.social-likes__widget_vkontakte {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.701 18.771h1.437s.433-.047.654-.284c.21-.221.21-.63.21-.63s-.031-1.927.869-2.21c.887-.281 2.012 1.86 3.211 2.683.916.629 1.605.494 1.605.494l3.211-.044s1.682-.105.887-1.426c-.061-.105-.451-.975-2.371-2.76-2.012-1.861-1.742-1.561.676-4.787 1.469-1.965 2.07-3.166 1.875-3.676-.166-.48-1.26-.361-1.26-.361l-3.602.031s-.27-.031-.465.09c-.195.119-.314.391-.314.391s-.572 1.529-1.336 2.82c-1.623 2.729-2.268 2.879-2.523 2.699-.604-.391-.449-1.58-.449-2.432 0-2.641.404-3.75-.781-4.035-.39-.091-.681-.15-1.685-.166-1.29-.014-2.378.01-2.995.311-.405.203-.72.652-.539.675.24.03.779.146 1.064.537.375.506.359 1.636.359 1.636s.211 3.116-.494 3.503c-.495.262-1.155-.28-2.595-2.756-.735-1.26-1.291-2.67-1.291-2.67s-.105-.256-.299-.406c-.227-.165-.557-.225-.557-.225l-3.435.03s-.51.016-.689.24c-.166.195-.016.615-.016.615s2.686 6.287 5.732 9.453c2.79 2.902 5.956 2.715 5.956 2.715l-.05-.055z'%20fill='%23FFFFFF'/%3E%3C/svg%3E") center center no-repeat;
  background-size: auto 14px;
  background-color: #48729e; }

.social-likes__widget_facebook {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2096.124%2096.123'%3E%3Cpath%20d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z'%20fill='%23FFFFFF'/%3E%3C/svg%3E") center center no-repeat;
  background-size: auto 14px;
  background-color: #3d5a98; }

.social-likes__widget_odnoklassniki {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.505 17.44a11.599 11.599 0 0 0 3.6-1.49 1.816 1.816 0 0 0-1.935-3.073 7.866 7.866 0 0 1-8.34 0 1.814 1.814 0 0 0-2.5.565c0 .002 0 .004-.002.005a1.812 1.812 0 0 0 .567 2.5l.002.002c1.105.695 2.322 1.2 3.596 1.488l-3.465 3.465A1.796 1.796 0 0 0 6 23.439l.03.03c.344.354.81.53 1.274.53.465 0 .93-.176 1.275-.53L12 20.065l3.404 3.406a1.815 1.815 0 0 0 2.566-2.565l-3.465-3.466zM12 12.388a6.202 6.202 0 0 0 6.195-6.193C18.195 2.78 15.415 0 12 0S5.805 2.78 5.805 6.197A6.2 6.2 0 0 0 12 12.389zm0-8.757a2.566 2.566 0 0 1 0 5.13 2.569 2.569 0 0 1-2.565-2.564A2.57 2.57 0 0 1 12 3.63z' fill='%23FFF'/%3E%3C/svg%3E") center center no-repeat;
  background-size: auto 14px;
  background-color: #fa9500; }

.social-likes__widget_twitter {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.954 4.569a10 10 0 0 1-2.825.775 4.958 4.958 0 0 0 2.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 0 0-8.384 4.482C7.691 8.094 4.066 6.13 1.64 3.161a4.822 4.822 0 0 0-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 0 1-2.228-.616v.061a4.923 4.923 0 0 0 3.946 4.827 4.996 4.996 0 0 1-2.212.085 4.937 4.937 0 0 0 4.604 3.417 9.868 9.868 0 0 1-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 0 0 7.557 2.209c9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63a9.936 9.936 0 0 0 2.46-2.548l-.047-.02z' fill='%23FFF'/%3E%3C/svg%3E") center center no-repeat;
  background-size: auto 14px;
  background-color: #1da1f2; }

.authorquote__meta {
  color: #a4a4a4;
  font-size: 12px; }
  .authorquote__meta .green {
    margin-right: 5px;
    color: #529d2d; }

.quote {
  padding: 17px 23px 17px 103px;
  margin: 30px 0;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px; }

.quote_orange {
  border-color: #ff8963;
  background: url("./img/quote1.png") 33px center no-repeat; }

.quote_green {
  border-color: #90dc70;
  background: url("./img/quote3.png") 33px center no-repeat; }

.quote_blue {
  border-color: #8fbeff;
  background: url("./img/quote2.png") 33px center no-repeat; }

.author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 38px 0; }

.author-meta__img-wrapper {
  max-width: 60px;
  width: 100%;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden; }

.author-meta__img {
  display: block;
  width: 100%;
  height: auto; }

.author-meta__main {
  margin-right: 27px;
  margin-top: 5px;
  margin-bottom: 5px; }

.author-meta__label {
  color: #529d2d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; }

.author-meta__achieve {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 165px;
  margin-right: 53px;
  color: #232538;
  font-size: 12px; }

.author-meta__link {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 50px;
  color: #4c5a81;
  font-size: 14px;
  text-decoration: none; }
  .author-meta__link:hover {
    text-decoration: underline; }

.author-meta__likes {
  display: none;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 18px;
  color: #56a81a;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  background: url("./img/i/like-icon.png") left 6px no-repeat; }

#toc_container {
  margin: 0 0 36px;
  padding: 30px 40px 30px;
  line-height: 30px;
  color: #3f6ca9;
  border-radius: 10px;
  background: #f2f6f7; }

#toc_container .toc_title {
  margin: 0 0 13px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px; }

#toc_container ul {
  margin-bottom: 0;
  font-size: 16px; }

#toc_container ul li {
  position: relative;
  margin: 0;
  background: none;
  padding-left: 30px; }
  #toc_container ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    display: block;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3f6ca9; }

#toc_container a {
  text-decoration: none; }
  #toc_container a:hover {
    text-decoration: underline; }

.comments__nav a {
  color: #3f90ff; }

.comments-list {
  margin-bottom: 45px; }

.comments-list__item {
  margin-bottom: 40px; }

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment__img-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 70px;
  margin-right: 30px;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.comment__img {
  width: 100%;
  display: block;
  height: auto; }

.comment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.comment__reply {
  padding: 4px 12px;
  background-color: #3f90ff;
  color: #fff;
  font-size: 11px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #fff; }
  .comment__reply:hover {
    color: #3f90ff;
    background-color: #fff;
    border: 1px solid #3f90ff; }

.comment__author {
  margin-right: 24px;
  color: #529d2d;
  font-size: 13px; }

.comment__text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px; }

.comment__date {
  color: #232538;
  font-size: 12px; }

.comment-respond {
  margin-top: 45px;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f2f6f7; }

.comments-form {
  margin-right: -7.5px;
  margin-left: -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .comments-form p {
    margin: 0 15px 20px !important; }
  .comments-form textarea,
  .comments-form input[type="text"],
  .comments-form input[type="email"] {
    display: block;
    margin: 0 15px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(201, 204, 221, 0.46);
    box-shadow: 0px 0px 18px 0px rgba(201, 204, 221, 0.46);
    border: none;
    color: #232538;
    font-size: 14px; }
  .comments-form textarea {
    padding: 14px 20px;
    width: 100%;
    resize: none; }
  .comments-form input[type="text"],
  .comments-form input[type="email"] {
    padding: 0 20px;
    min-width: 33%;
    height: 40px;
    line-height: 40px; }
  .comments-form input[type="checkbox"] {
    margin-right: 4px; }
  .comments-form .btn {
    margin: 0;
    padding: 0 37px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    cursor: pointer;
    border: none; }

.comments-form__submit-wrap {
  margin: 10px 15px 0;
  width: 100%; }

.comments-list .comment-reply-title {
  display: block; }

.comment-reply-title {
  padding: 0 7.5px;
  display: none;
  font-size: 16px;
  font-weight: 500; }
  .comment-reply-title a {
    color: #3f6ca9; }

.comment-edit-link {
  color: #3f6ca9;
  font-size: 14px; }

.logged-in-as, .comment-notes {
  margin: 0 15px 20px !important; }
  .logged-in-as a, .comment-notes a {
    color: #3f6ca9; }

/* HEADER */
.header {
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 400px;
  margin-bottom: 50px;
  background: url("./img/header-bg.png") top center no-repeat;
  background-position: 40% top;
  background-size: cover; }

.nav-top-wrapper {
  margin-left: 278px;
  margin-bottom: 28px; }

.nav-small__list {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none; }

.nav-small__item {
  display: inline-block; }
  .nav-small__item:last-child .nav-small__link {
    margin-right: 0; }

.nav-small__link {
  margin-right: 25px;
  text-decoration: none;
  color: #3f6ca9;
  font-size: 12px;
  line-height: 26px; }
  .nav-small__link:hover {
    text-decoration: underline; }

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header__right {
  max-width: 408px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.header__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 638px;
  padding-right: 30px; }

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px; }

.header__logo {
  max-width: 258px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.header__search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 330px; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.custom-logo-link {
  display: block;
  width: 100%;
  max-width: 55px;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.custom-logo {
  display: block;
  width: 100%;
  height: auto; }

.logo__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.logo__title {
  margin-bottom: 5px;
  color: #222438;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px; }

.logo__subtitle {
  color: #519d2d;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; }

.search-form {
  position: relative;
  display: block;
  width: 100%; }

.search-form__input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 60px 0 30px;
  line-height: 50px;
  color: #222438;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  border: none; }

.search-form__submit {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0;
  width: 54px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("./img/search-icon.png") center center no-repeat;
  background-size: 11px 11px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 50%; }

.header__title {
  margin-bottom: 40px;
  color: #222438;
  font-size: 36px;
  font-weight: 500;
  line-height: 24px; }

.header__text {
  margin-bottom: 40px;
  color: #222438;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; }

.header__events .heading {
  margin-bottom: 35px; }

.header__events .events__item {
  margin-bottom: 20px; }

.header__events .events__title {
  max-width: 364px; }

.category-description {
  margin: 10px 0 40px; }

.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.categories-list__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.categories-list__link {
  position: relative;
  display: block;
  padding: 10px 18px 10px 18px;
  color: #3f6ca9;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none; }
  .categories-list__link:last-child {
    margin-bottom: 0; }
  .categories-list__link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 17px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #3f6ca9; }
  .categories-list__link:hover {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
    background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
    background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
    background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
    background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
    background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
    box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
    border-radius: 18px; }
    .categories-list__link:hover:before {
      display: none; }

.header__menu {
  margin-bottom: 61px; }

.mobile-menu-btn {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 70px;
  height: 30px;
  line-height: 30px;
  background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
  background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
  -webkit-box-shadow: 0px 17px 38px 0px rgba(255, 179, 105, 0.73);
  box-shadow: 0px 17px 38px 0px rgba(255, 179, 105, 0.73);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  color: #fff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  z-index: 1000; }

.mobile-menu-btn_opened {
  z-index: 1002;
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 45px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0; }
  .mobile-menu-btn_opened:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url("./img/cancel.png") center center no-repeat;
    background-size: cover; }

.main-menu {
  padding: 0 20px 0 20px;
  display: inline-block;
  background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
  background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
  -webkit-box-shadow: 0px 17px 38px 0px rgba(255, 179, 105, 0.73);
  box-shadow: 0px 17px 38px 0px rgba(255, 179, 105, 0.73);
  border-radius: 30px;
  text-align: left; }

.main-menu__list {
  padding: 0;
  margin: 0;
  font-size: 0; }

.main-menu__sublist {
  display: none;
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #efaa1e;
  border-radius: 0 0 10px 10px;
  z-index: 100;
  overflow: hidden; }

.main-menu__item {
  position: relative;
  display: inline-block; }
  .main-menu__item:hover .main-menu__sublist {
    display: block; }

.main-menu__link {
  position: relative;
  display: block;
  padding: 0 25px 0 25px;
  line-height: 60px;
  height: 60px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none; }

.menu-item-has-children .main-menu__link {
  padding: 0 50px 0 25px; }
  .menu-item-has-children .main-menu__link:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -8px;
    right: 20px;
    border-radius: 50%;
    background: url("./img//check.png") center center no-repeat;
    background-color: #3f90ff;
    width: 16px;
    height: 16px; }

.main-menu__sublist .main-menu__item {
  display: block; }
  .main-menu__sublist .main-menu__item:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #f9ca72;
    opacity: 0.3;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #ea6c13;
    border-right: none; }

.main-menu__sublist .main-menu__link {
  white-space: nowrap; }
  .main-menu__sublist .main-menu__link:before {
    display: none; }
  .main-menu__sublist .main-menu__link:hover {
    text-decoration: underline; }

/* ADVS */
.advs {
  margin-bottom: 50px; }

.advs__inner {
  color: #222438;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px; }

/* BREADCRUMBS */
.breadcrumbs {
  margin: -3px 0 36px;
  color: #3f6ca9;
  font-size: 14px; }

.breadcrumbs span {
  color: #3f6ca9; }

.breadcrumbs__link {
  color: #3f6ca9;
  text-decoration: none; }

.breadcrumbs > span:first-child .breadcrumbs__link {
  padding: 0 0 0 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJAgMAAACZCj6+AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEU/bKk/bKn///++r5ojAAAAAXRSTlMAQObYZgAAAAFiS0dEAmYLfGQAAAAoSURBVAjXY2AQYGBgCGFgYHR1YGBldGAQYQhgCAgRYRBwEQBjUdcAADezA7/GVbrbAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTAzLTExVDExOjU4OjA0KzAwOjAwiNwxIgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wMy0xMVQxMTo1ODowNCswMDowMPmBiZ4AAAAASUVORK5CYII=") no-repeat;
  background-position: 0 4px; }

.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  text-decoration: underline; }

.breadcrumbs__separator {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 5px;
  margin: 5px 11px 0 12px;
  vertical-align: top;
  text-indent: -9999px;
  border-left: 1px solid #3f6ca9; }

.breadcrumbs__separator::before,
.breadcrumbs__separator::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #3f6ca9; }

.breadcrumbs__separator::before {
  top: 1px;
  bottom: 1px;
  left: 0; }

.breadcrumbs__separator::after {
  top: 2px;
  bottom: 2px;
  left: 1px; }

/* MIDDLE */
.middle__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.content {
  width: calc(70.7% - 65px);
  padding-bottom: 46px;
  background: url("./img/body-bg.png") center top no-repeat; }

.home .content {
  background-position: center bottom; }

.sidebar {
  width: 29.3%; }
  .sidebar .subscribe {
    margin-top: 69px; }

.articles-list .category-card {
  margin-bottom: 50px; }

.category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.category-card__img-wrapper {
  max-width: 255px;
  display: block;
  width: 100%;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  text-decoration: none;
  outline: none;
  overflow: hidden; }

.category-card__title {
  display: block;
  margin-bottom: 20px;
  color: #232538;
  font-size: 20px;
  text-decoration: none; }
  .category-card__title:hover {
    color: #3f6ca9; }

.category-card__img {
  display: block;
  width: 100%;
  height: auto; }

.category-card__text {
  margin-bottom: 20px;
  color: #222438;
  font-size: 15px;
  line-height: 24px; }

.btn-more {
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  line-height: 35px;
  color: #3f6ca9;
  font-size: 15px;
  font-weight: 500;
  background-color: #f2f6f7;
  border-radius: 17px;
  text-decoration: none; }
  .btn-more:hover {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
    background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
    background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
    background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
    background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
    background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
    box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56); }

.pagination__link, .page-numbers {
  display: inline-block;
  border-radius: 50%;
  background-color: #f2f6f7;
  padding: 0 8px;
  border-radius: 18px;
  min-width: 35px;
  height: 35px;
  color: #3f6ca9;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  text-decoration: none; }

.pagination__link_active,
.page-numbers.current,
.page-numbers:hover,
.pagination__link:hover {
  color: #fff;
  background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
  background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
  box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56); }

.page-numbers.dots {
  background: none; }
  .page-numbers.dots:hover {
    background: none;
    color: #3f6ca9;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* SIDEBAR */
.sidebar .categories {
  display: block; }

.sidebar .categories-list {
  display: block;
  margin-bottom: 30px; }

.sidebar .categories-list__link {
  display: block; }

.sidebar .heading {
  margin-bottom: 30px; }

.widget, .sidebar > div {
  margin-bottom: 50px; }

.tags__link {
  display: inline-block;
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 15px;
  background-color: #f2f6f7;
  border-radius: 30px;
  text-decoration: none;
  color: #3f6ca9;
  font-size: 15px;
  font-weight: 500; }
  .tags__link:hover {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
    background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
    background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
    background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
    background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
    background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
    box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56); }

.subscribe {
  padding: 43px 50px 30px;
  min-height: 275px;
  max-width: 380px;
  background: url("./img/subscribe-bg.png") left center no-repeat;
  background-size: cover;
  border-radius: 20px; }
  .subscribe .heading {
    margin-bottom: 24px; }
  .subscribe .subscribe-form {
    margin-bottom: 28px; }

.subscribe__text {
  color: #222438;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px; }

.subscribe-form {
  position: relative; }

.subscribe-form__input {
  display: block;
  width: 100%;
  padding: 0 50px 0 29px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(176, 174, 208, 0.56);
  box-shadow: 0px 0px 16px 0px rgba(176, 174, 208, 0.56); }

.subscribe-form__submit {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -18px;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url("./img/subscribe-btn.png") 55% center no-repeat;
  background-color: #3f90ff;
  border: none;
  cursor: pointer; }

.event-card {
  position: relative;
  display: block;
  max-width: 425px;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit; }
  .event-card:focus, .event-card:active, .event-card:visited {
    color: inherit; }

.event-card__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.event-card__inner {
  position: relative;
  width: 100%;
  padding: 18px 40px;
  color: inherit; }

.event-card__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.event-card__descr {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px; }

.orange {
  padding: 0 6px;
  border-radius: 50%;
  background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
  background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
  box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56); }

/* POPULAR */
.popular__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.card {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .card img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }

.card_square {
  padding-top: 100%; }

.card_rounded {
  border-radius: 50%; }

.popular__title {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #232538;
  text-decoration: none; }

.popular__item {
  position: relative;
  display: block;
  width: calc((100% - 60px) / 3);
  margin-bottom: 50px;
  border-radius: 15px;
  text-decoration: none; }
  .popular__item:hover .popular__title {
    color: #3f6ca9; }
  .popular__item .card {
    margin-bottom: 28px; }

.popular__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px; }

.popular__item_big {
  width: calc((100% - 45px) / 2);
  border-radius: 20px; }
  .popular__item_big .popular__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 28px; }
  .popular__item_big .card {
    margin-bottom: 0;
    border-radius: 20px; }
  .popular__item_big .popular__title {
    color: #fff; }
  .popular__item_big:hover .popular__title {
    color: #fff; }

.popular__rubric {
  display: inline-block;
  padding: 3px 13px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
  background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
  box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
  border-radius: 14px;
  text-decoration: none; }
  .popular__rubric:hover {
    background: none;
    background-color: #fff;
    color: #ff8864; }

/* REGULAR */
.regular {
  margin-bottom: 20px; }
  .regular .events__item {
    padding: 0;
    padding-right: 10px;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #92ed90;
    border-radius: 40px; }
    .regular .events__item:nth-child(2n) {
      margin-right: 0; }
  .regular .events__content {
    padding: 10px 0; }

.widget .events__item {
  background-color: #92ed90;
  border-radius: 40px; }

.widget .events__content {
  padding: 10px 0; }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.events__item {
  width: 100%;
  padding: 0;
  padding-right: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.events__img-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 80px;
  width: 100%;
  margin-right: 20px;
  overflow: hidden; }

.events__img {
  width: 100%;
  display: block;
  height: auto; }

.events__date {
  margin-bottom: 10px;
  color: #519d2d;
  font-size: 14px;
  font-weight: 500; }

.events__title {
  color: #222438;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; }

.event__showall {
  display: block;
  width: 100%;
  color: #3f6ca9;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none; }
  .event__showall:hover {
    text-decoration: underline; }

.regular .events__item_imgonly, .events__item_imgonly {
	padding-right: 0;
}

.regular .events__item_imgonly .events__img-wrapper, .events__item_imgonly .events__img-wrapper {
	max-width: 100%;
	margin-right: 0;
}

.regular .events__item_imgonly .card, .events__item_imgonly .card {
	padding-top: 0;
}

.regular .events__item_imgonly .card img, .events__item_imgonly .card img {
	position: relative;
	height: auto;
}

/* HR */
.hr {
  margin-bottom: 50px;
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(0deg, #ebb309 0%, #ff8864 99%);
  background: -webkit-gradient(linear, left top, right top, from(#ebb309), color-stop(99%, #ff8864));
  background: -webkit-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: -o-linear-gradient(left, #ebb309 0%, #ff8864 99%);
  background: linear-gradient(90deg, #ebb309 0%, #ff8864 99%);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
  box-shadow: 0px 4px 9px 0px rgba(255, 179, 105, 0.56);
  border-radius: 5px; }

/* CATS */
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px; }

.categories__item {
  padding-right: 6%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .categories__item:last-child {
    padding-right: 0; }

.hr2 {
  background-color: #f2f6f7;
  height: 5px;
  border-radius: 5px;
  margin-bottom: 20px; }

/* UPDATES */
.updates {
  padding-top: 40px;
  padding-bottom: 57px;
  background: url("./img/updates-bg.png") center center no-repeat;
  background-size: cover; }
  .updates .events {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .updates .events__item {
    width: 50%; }
    .updates .events__item:nth-child(2n) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .updates .events__img-wrapper {
    max-width: 220px; }
  .updates .events__content {
    max-width: 280px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .updates .heading {
    margin-bottom: 74px; }

/* FOOTER */
.footer {
  padding: 32px 0 21px 0;
  background-color: #f2f6f7; }

.footer__top {
  padding-bottom: 36px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0e5e6; }

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 193px; }
  .footer__logo .custom-logo-link {
    max-width: 40px;
    margin-right: 18px; }
  .footer__logo .logo__title {
    font-size: 19px;
    line-height: 22px; }
  .footer__logo .logo__subtitle {
    font-size: 10px;
    line-height: normal; }

.footer__copyright {
  max-width: 260px;
  color: #222438;
  font-size: 12px;
  line-height: 18px; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  background-color: #f5f5f5; }

.social__link {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  text-decoration: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 13px; }
  .social__link:last-child {
    margin-right: 0; }
  .social__link:hover {
    opacity: 0.8; }

.social__link_vk {
  background-image: url("./img/i/vk.png"); }

.social__link_yt {
  background-image: url("./img/i/yt.png"); }

.social__link_z {
  background-size: auto 17px;
  background-image: url("./img/i/z.png"); }

.social__link_inst {
  background-size: auto 17px;
  background-image: url("./img/i/inst.png"); }

.social__link_tw {
  background-size: auto 15px;
  background-image: url("./img/i/tw.png"); }

.footer__mis p {
  margin: 0;
  text-align: center;
  color: #232538;
  font-size: 16px; }

.seonika {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.seonika__subtitle {
  margin-right: 13px;
  color: #232538;
  font-size: 9px; }

.seonika__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 74px;
  height: 24px;
  text-decoration: none;
  background: url("./img/seo.png") center center no-repeat; }

.btn-up {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("./img/arrow-up.png") center center no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
  z-index: 9999; }

.content_rb {
  margin-top: 10px;
  margin-bottom: 10px; }

/* MEDIA */
@media (max-width: 1359px) {
  .container {
    max-width: 1200px; }
  .footer__copyright {
    margin-right: 15px; } }

@media (max-width: 1190px) {
  .container {
    max-width: 970px; }
  .header__row {
    display: block; }
  .header__logo {
    margin-bottom: 15px; }
  .subscribe {
    padding: 20px; }
  .popular__item, .popular__item_big {
    width: calc((100% - 25px) / 2); }
  .category-card__img-wrapper {
    max-width: 200px; } }

@media (max-width: 969px) {
  .middle__container {
    display: block; }
  .content {
    width: 100%; }
  .sidebar {
    width: 100%; }
  .widget-tags {
    display: none; }
  .nav-top-wrapper {
    margin-left: 0;
    text-align: center; }
  .header__content {
    display: block; }
  .header, .header_main {
    min-height: 0; }
  .header__right, .header__events {
    display: none; }
  .header__left {
    padding-right: 0;
    max-width: 100%; }
  .header__logo {
    margin: 0 auto 25px; }
  .header__search {
    margin: 0 auto 25px; }
  .header__menu {
    text-align: center; }
  .categories {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .categories .heading {
      margin-bottom: 20px; }
  .categories__item {
    margin-bottom: 25px; }
  .updates {
    background: none; } }

@media (max-width: 767px) {
  .admin-bar .main-menu {
    top: 46px; }
  .admin-bar .mobile-menu-btn_opened {
    top: 66px; }
  .advs__inner {
    padding: 0; }
  .container {
    padding: 0 15px; }
  .main-menu {
    position: fixed;
    top: 0;
    left: -350px;
    width: 320px;
    padding: 20px;
    padding-top: 60px;
    display: block;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    z-index: 1000;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .main-menu_opened {
    left: 0; }
  .mobile-menu-btn {
    display: block; }
  .main-menu__sublist {
    display: block;
    position: relative;
    top: 0;
    background: none;
    border-radius: 0; }
  .main-menu__item {
    position: relative;
    display: block;
    width: 100%; }
  .main-menu__link {
    position: relative;
    display: block;
    padding: 0 25px 0 25px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none; }
    .main-menu__link:hover {
      text-decoration: underline; }
    .main-menu__link:after {
      display: block;
      opacity: 0.3;
      content: '';
      position: absolute;
      bottom: 0;
      top: auto;
      left: 0;
      right: auto;
      width: 100%;
      height: 2px;
      border-bottom: 1px solid #ea6c13;
      border-right: none; }
  .menu-item-has-children .main-menu__link {
    padding: 0 25px 0 25px; }
    .menu-item-has-children .main-menu__link:before {
      display: none; }
  .main-menu__sublist .main-menu__item:hover {
    text-decoration: none; }
  .main-menu__sublist .main-menu__link {
    white-space: wrap; }
  .category-card {
    display: block; }
  .category-card__img-wrapper {
    margin: 0 auto 15px;
    max-width: 255px; }
  .sidebar .categories {
    display: none; }
  .popular__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popular__item, .popular__item_big {
    width: 100%;
    max-width: 425px; }
  .events {
    display: block; }
  .updates .events__item {
    width: 100%; }
  .regular .events__item {
    width: 100%; }
  .updates .events__item:nth-child(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .comments-form .btn {
    font-size: 14px;
    padding: 0 25px; }
  .footer__mis {
    display: none; }
  .footer__top {
    display: block; }
  .footer__bottom {
    display: block;
    text-align: center; }
  .footer .seonika {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px; }
  .footer__logo {
    margin: 0 auto 10px; }
  .footer__copyright {
    margin-right: 0;
    margin: 0 auto 10px;
    text-align: center; }
  .footer__menu {
    margin-bottom: 10px;
    text-align: center; }
  .footer__social .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/* @media (min-width: 768px) {
  .entry index .percentPointerClass {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
    .entry index .percentPointerClass:nth-child(2n) {
      float: right;
      margin-left: 20px;
      margin-right: 0; } } */
