@charset "UTF-8";
/* Убираем отступы и границы */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Сброс шрифтов */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Базовые стили для body */
body {
  margin: 0;
  font-size: 100%;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

/* Убираем подчеркивание у ссылок по умолчанию */
a {
  text-decoration: none;
  color: inherit;
}

/* Сброс для списков */
ol,
ul {
  list-style: none;
}

/* Сброс для изображений */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

/* Таблицы */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Поля ввода */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  margin: 0;
}

/* Сброс для кнопок */
button {
  all: unset;
  cursor: pointer;
}

/* Сброс для заголовков */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Сброс для цитат */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

#bountylending_footer #bountylending_footer_container_social ul li, #bountylending_footer .bountylending_content_footer .bountylending_footer_container .bountylending_footer_container_copyright, #bountylending_icons_slider .bountylending_icons_slider_container .bountylending_icons_slider_item .bountylending_icons_slider_item_icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bountylending_footer .bountylending_content_footer .col_2, #bountylending_slider .bountylending_slider_container .bountylending_slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bountylending_footer #bountylending_footer_container_social ul, #bountylending_footer #bountylending_footer_container_brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bountylending_footer .bountylending_content_footer .bountylending_footer_container .footer_list_between, #bountylending_footer .bountylending_content_footer .bountylending_footer_container .footer_list_start, #bountylending_icons_slider .bountylending_icons_slider_container .bountylending_icons_slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #05051a;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0484ff;
  outline: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f1f3f9;
  font-size: 14px;
  line-height: 18px;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
  }
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (max-width: 500px) {
  h1,
  h2,
  h3 {
    font-size: 1.4em;
  }
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 500px) {
  p {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}

#bountylending_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 0 auto;
  width: 100%;
  /* Сброс стилей для изображений */
  /* Изображение по центру */
  /* Изображение слева с обтеканием текста */
  /* Изображение справа с обтеканием текста */
  /* Дополнительные классы, если понадобятся */
}
@media screen and (max-width: 1239px) {
  #bountylending_content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  #bountylending_content {
    padding: 0px;
  }
}
#bountylending_content .bountylending_content_container {
  width: 1200px;
  min-height: 400px;
  padding: 15px 25px;
  color: #101010;
  background-color: #f1f3f9;
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container {
    width: 100%;
    padding: 10px 15px;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h1,
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h2,
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h3,
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h4,
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h5 {
  margin: 0.7em 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h1 {
  font-size: 1.8rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h1 {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h1 {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h2 {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h2 {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h2 {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h3 {
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h3 {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h3 {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h4 {
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h4 {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h4 {
    font-size: 1rem;
    line-height: 1.3em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h5 {
  font-size: 1rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h5 {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h5 {
    font-size: 0.85rem;
    line-height: 1.2em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h6 {
  font-size: 0.85rem;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h6 {
    font-size: 0.8rem;
    line-height: 1.2em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h6 {
    font-size: 0.75rem;
    line-height: 1.1em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h2 {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h2 {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block h2 {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block p {
  margin: 0.8em 0;
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  list-style-type: disc;
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block ul li {
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block ul li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block ul li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block ol {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  list-style-type: decimal;
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block ol li {
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block ol li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table thead {
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table thead tr {
  border: 1px solid #b6b6c2;
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table thead tr th {
  padding: 1em;
  border: 1px solid #b6b6c2;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table thead tr th {
    padding: 0.8em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table thead tr th {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table tbody {
  border: 1px solid #b6b6c2;
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table tbody tr {
  border: 1px solid #b6b6c2;
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table tbody tr td {
  padding: 0.8em 0.6em;
  border: 1px solid #b6b6c2;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table tbody tr td {
    padding: 0.4em;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block table tbody tr td {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block img {
  padding: 1em 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block img {
    padding: 0.8em 0;
  }
}
@media (max-width: 500px) {
  #bountylending_content .bountylending_content_container .bountylending_content-article .bountylending_text-block img {
    padding: 0.5em 0;
  }
}
#bountylending_content .bountylending_content_container .bountylending_content-article a {
  color: #feae1b;
}
#bountylending_content .bountylending_content_container .bountylending_content-article a:hover {
  text-decoration: underline;
}
#bountylending_content .entry-content img,
#bountylending_content .post-content img {
  max-width: 100%;
  height: auto;
  border: none;
}
#bountylending_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#bountylending_content .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #bountylending_content .alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#bountylending_content .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #bountylending_content .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#bountylending_content .wp-caption {
  text-align: center;
  margin: 0 auto 20px;
}
#bountylending_content .wp-caption img {
  margin: 0 auto;
}
#bountylending_content .wp-caption-text {
  font-size: 0.9em;
  color: #555;
}

#bountylending_slider {
  margin: 10px auto;
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  #bountylending_slider {
    height: 220px;
  }
}
#bountylending_slider .bountylending_slider_container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 320px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(4, 132, 255)), color-stop(82%, rgba(125, 185, 232, 0.18)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to bottom, rgb(4, 132, 255) 0%, rgba(125, 185, 232, 0.18) 82%, rgba(125, 185, 232, 0) 100%);
}
@media screen and (max-width: 1239px) {
  #bountylending_slider .bountylending_slider_container {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  #bountylending_slider .bountylending_slider_container {
    height: 200px;
    padding: 0px;
  }
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_wrapper {
  padding: 0 70px 0 60px;
  max-width: 1200px;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 968px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_wrapper {
    padding: 0 20px 0 26px;
  }
}
@media (max-width: 500px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_wrapper {
    height: 200px;
  }
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.067)), color-stop(10%, rgba(0, 0, 0, 0.028)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.067) 0%, rgba(0, 0, 0, 0.028) 10%);
  z-index: 1;
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_text_container {
  z-index: 2;
  color: #fff;
  font-family: Arial, sans-serif;
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .slider_title {
  font-size: 3.4em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
  margin: 10px 0 20px 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .slider_title .embassyofireland_color {
  color: #feae1b;
}
@media (max-width: 768px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .slider_title {
    font-size: 2.4em;
    margin: 6px 0;
  }
}
@media (max-width: 500px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .slider_title {
    font-size: 1.8em;
    margin: 6px 0;
  }
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_text_container p {
  font-size: 2.4em;
  text-transform: uppercase;
  margin: 22px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_text_container p .embassyofireland_color {
  color: #feae1b;
}
@media (max-width: 768px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_text_container p {
    font-size: 1.4em;
    margin: 6px 0;
  }
}
@media (max-width: 500px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_text_container p {
    font-size: 1.2em;
    margin: 6px 0;
  }
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .slider_title_accent {
  font-size: 14px;
  text-shadow: none;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.6;
  color: #fff;
  padding: 14px 22px;
  border-radius: 5px;
  border: 2px solid #0484ff;
  background-color: #0484ff;
  margin: 10px 0;
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .slider_title_accent:hover {
  background-color: transparent;
  border: 2px solid #0484ff;
  color: #0484ff;
}
@media (max-width: 768px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .slider_title_accent {
    font-size: 14px;
    padding: 10px 12px;
    margin: 6px 0;
  }
}
@media (max-width: 500px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .slider_title_accent {
    font-size: 12px;
    padding: 8px 12px;
    margin: 6px 0;
  }
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_text_container .bountylending_color {
  color: #8bc827;
}
@media (max-width: 968px) {
  #bountylending_slider .bountylending_slider_container .bountylending_slider_image_container {
    display: none;
  }
}
#bountylending_slider .bountylending_slider_container .bountylending_slider_image_container img {
  width: auto;
  height: 280px;
}

#bountylending_icons_slider {
  margin: 10px auto -20px auto;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bountylending_icons_slider .bountylending_icons_slider_container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 60px;
}
#bountylending_icons_slider .bountylending_icons_slider_container .bountylending_icons_slider_item {
  min-height: 60px;
}
@media (max-width: 468px) {
  #bountylending_icons_slider .bountylending_icons_slider_container .bountylending_icons_slider_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#bountylending_icons_slider .bountylending_icons_slider_container .bountylending_icons_slider_item .bountylending_icons_slider_item_icon_container {
  width: 30px;
  height: 30px;
}
#bountylending_icons_slider .bountylending_icons_slider_container .bountylending_icons_slider_item .bountylending_icons_slider_item_icon_container img {
  width: 30px;
  height: 30px;
}
#bountylending_icons_slider .bountylending_icons_slider_container .bountylending_icons_slider_item .bountylending_icons_slider_item_text {
  color: #0484ff;
  font-size: 1.2em;
  line-height: 1.6em;
  padding-left: 10px;
}

/**************************************
 * TOC (ez-toc-container)
 *************************************/
#ez-toc-container {
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 4px;
  max-width: 400px;
  font-size: 0.8em;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 400px;
}
@media (max-width: 768px) {
  #ez-toc-container {
    width: 100%;
    max-width: 100%;
  }
}
#ez-toc-container .ez-toc-title-container {
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
#ez-toc-container .ez-toc-title-container::before, #ez-toc-container .ez-toc-title-container::after {
  content: "";
  display: block;
  clear: both;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#ez-toc-container nav ul.ez-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ez-toc-container nav ul.ez-toc-list li {
  margin: 5px 0 !important;
  line-height: 1.4;
}
#ez-toc-container nav ul.ez-toc-list ul {
  margin-left: 20px;
  padding-left: 10px;
}
@media (max-width: 500px) {
  #ez-toc-container nav ul.ez-toc-list ul {
    margin-left: 0;
  }
}
#ez-toc-container a.ez-toc-link {
  color: #101010 !important;
  text-decoration: none;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 1.2em !important;
  line-height: 1.2em !important;
}
#ez-toc-container .ez-toc-list-level-1 {
  font-size: 1em;
}
#ez-toc-container .ez-toc-list-level-2,
#ez-toc-container .ez-toc-list-level-3,
#ez-toc-container .ez-toc-list-level-4 {
  counter-reset: subsection;
  font-size: 0.8em;
  margin: 0 !important;
}

/* === Уровень H2 (ez-toc-list-level-1) — считаем 1, 2, 3... === */
ul.ez-toc-list-level-1 {
  counter-reset: level1;
}

ul.ez-toc-list-level-1 > li {
  list-style: none;
  counter-increment: level1; /* Каждый li верхнего уровня увеличивает level1 */
  counter-reset: level2; /* Сбрасываем level2 для каждого нового H2 */
}

ul.ez-toc-list-level-1 > li:before {
  content: counter(level1) ". ";
}

/* === Уровень H3 (ez-toc-list-level-3) — считаем 1.1, 1.2, 1.3... === */
ul.ez-toc-list-level-3 {
  margin-left: 20px;
  /* Не сбрасываем здесь level2, потому что делаем это в li верхнего уровня */
}

ul.ez-toc-list-level-3 > li {
  list-style: none;
  counter-increment: level2; /* Увеличиваем level2 на каждом пункте второго уровня */
  counter-reset: level3; /* ВАЖНО: при каждом новом пункте второго уровня 
  нумерация третьего уровня (level3) начинается заново */
}

ul.ez-toc-list-level-3 > li:before {
  content: counter(level1) "." counter(level2) ". ";
}

/* === Уровень H4 (ez-toc-list-level-4) — считаем 1.2.1, 1.2.2, 1.2.3... === */
ul.ez-toc-list-level-4 {
  margin-left: 20px;
}

ul.ez-toc-list-level-4 > li {
  list-style: none;
}

ul.ez-toc-list-level-4 > li:before {
  counter-increment: level3; /* Каждый пункт третьего уровня увеличивает level3 */
  content: counter(level1) "." counter(level2) "." counter(level3) ". ";
}

ul.ez-toc-list-level-5 {
  margin-left: 20px;
}

ul.ez-toc-list-level-5 > li {
  list-style: none;
}

ul.ez-toc-list-level-4 > li:before {
  counter-increment: level4; /* Каждый пункт третьего уровня увеличивает level3 */
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) ".";
}

/* Для каждого пункта увеличиваем level2 
и выводим «3.1», «3.2» и т.д. */
ul.ez-toc-list-level-4 > li:before {
  counter-increment: level3;
  content: counter(level1) "." counter(level2) "." counter(level3) ".";
}

#bountylending_content .stakelending_content_container .stakelending_content-article .stakelending_text-block #ez-toc-container ul {
  -webkit-padding-start: 40px;
  padding-inline-start: 16px;
}

#bountylending_content .stakelending_content_container .stakelending_content-article .stakelending_text-block #ez-toc-container ul li a {
  font-size: 1.2em;
  line-height: 1.2em;
}

/**************************************
 * КНОПКИ .avtr1-game__btns
 *************************************/
.avtr1-game__btns .button--big-green {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .avtr1-game__btns .button--big-green {
    font-size: 2rem;
  }
  .avtr1-game__btns button {
    padding: 10px 15px;
  }
}
.avtr1-game__btns button:nth-child(2) {
  margin: 35px auto 0;
  display: block;
}
@media (max-width: 991px) {
  .avtr1-game__btns button:nth-child(2) {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  #bountylending_content #ez-toc-container a {
    display: unset !important;
  }
}
#bountylending_content #ez-toc-container a {
  display: unset !important;
}

#bountylending_content .stakelending_content .stakelending_content-article .stakelending_text-block #ez-toc-container ul {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}

#bountylending_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px auto;
  width: 100%;
}
@media screen and (max-width: 1239px) {
  #bountylending_footer {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #bountylending_footer {
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 500px) {
  #bountylending_footer {
    padding: 0px;
  }
}
#bountylending_footer .bountylending_content_footer {
  width: 1200px;
  min-height: 100px;
  background-color: #f1f3f9;
}
#bountylending_footer .bountylending_content_footer .bountylending_footer_container {
  border-top: 1px solid #b6b6c2;
  padding: 36px 25px 26px 25px;
}
#bountylending_footer .bountylending_content_footer .bountylending_footer_container h2 {
  color: #101010;
  font-size: 1.8em;
  margin-bottom: 1.8em;
}
#bountylending_footer .bountylending_content_footer .bountylending_footer_container .brand_img {
  width: 32px;
  height: 32px;
  max-width: 32px;
  margin-right: 30px;
}
#bountylending_footer .bountylending_content_footer .bountylending_footer_container .social_img {
  width: 24px;
  height: 24px;
  max-width: 24px;
  margin-right: 20px;
}
#bountylending_footer .bountylending_content_footer .bountylending_footer_container .licenses_img {
  width: auto;
  height: 32px;
  max-height: 32px;
  margin-right: 20px;
}
#bountylending_footer .bountylending_content_footer .bountylending_footer_container .bountylending_footer_container_text {
  color: #b6b6c2;
  font-size: 0.9em;
  color: #101010;
}
#bountylending_footer .bountylending_content_footer .bountylending_footer_container .bountylending_footer_container_copyright {
  color: #b6b6c2;
  font-size: 1.2em;
  padding: 1em;
  color: #101010;
}
#bountylending_footer #bountylending_footer_container_brands ul li {
  margin-right: 20px;
  padding: 10px 16px;
  background-color: #e1e1e1;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #bountylending_footer #bountylending_footer_container_brands ul li {
    margin: 0px auto 20px auto;
  }
}
#bountylending_footer #bountylending_footer_container_brands ul li img {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 600px) {
  #bountylending_footer #bountylending_footer_container_brands ul li img {
    height: 46px;
  }
}
#bountylending_footer #bountylending_footer_container_social ul li {
  background-color: #e1e1e1;
  padding: 10px 30px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#bountylending_footer #bountylending_footer_container_social ul li img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
#bountylending_footer #bountylending_footer_container_text h2 {
  text-align: center;
}
#bountylending_footer #bountylending_footer_container_text .bountylending_footer_container_text {
  line-height: 1.6;
  text-align: center;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #bountylending_footer .bountylending_content_footer {
    width: 100%;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container {
    padding: 10px 15px;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container h2 {
    font-size: 1.6em;
    margin-bottom: 1.8em;
    text-align: center;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .brand_img {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .social_img {
    margin-right: 15px;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .licenses_img {
    margin-right: 15px;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .bountylending_footer_container_text {
    font-size: 0.85em;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .bountylending_footer_list_start,
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .bountylending_footer_list_between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #bountylending_footer .bountylending_content_footer .col_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container_col_2:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container {
    padding: 10px;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container h2 {
    font-size: 1.6em;
    margin-bottom: 1.8em;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .bountylending_footer_container_text {
    font-size: 0.8em;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .brand_img,
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .social_img,
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .licenses_img {
    margin-right: 10px;
  }
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .footer_list_start,
  #bountylending_footer .bountylending_content_footer .bountylending_footer_container .footer_list_between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #bountylending_footer .bountylending_content_footer .col_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

#bountylending_header {
  position: sticky;
  top: 0;
  z-index: 10002;
  background: #f1f3f9;
}
@media screen and (max-width: 500px) {
  #bountylending_header {
    margin: 0 -15px;
  }
}
#bountylending_header .bountylending_header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  min-height: 64px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px -1px, rgba(0, 0, 0, 0.1215686275) 0 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px -1px, rgba(0, 0, 0, 0.1215686275) 0 2px 4px -1px;
}
@media screen and (max-width: 500px) {
  #bountylending_header {
    min-height: 100px;
  }
}
#bountylending_header .bountylending_header_content {
  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;
  max-width: 1200px;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  position: relative;
}
#bountylending_header .bountylending_header_content .bountylending_header_logo img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 500px) {
  #bountylending_header .bountylending_header_content .bountylending_header_logo img {
    height: 40px;
  }
}
#bountylending_header .bountylending_header_content .bountylending_header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#bountylending_header .bountylending_header_content .bountylending_header_menu ul li {
  margin: 0 10px;
}
#bountylending_header .bountylending_header_content .bountylending_header_menu ul li a {
  color: #91b7ae;
  font-weight: 600;
  font-size: 16px;
  padding: 0 12px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1200px) {
  #bountylending_header .bountylending_header_content .bountylending_header_menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  #bountylending_header .bountylending_header_content .bountylending_header_menu ul li a {
    font-size: 16px;
  }
}
#bountylending_header .bountylending_header_content .bountylending_header_menu ul li a:hover {
  color: #c4e2db;
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  #bountylending_header .bountylending_header_content .bountylending_header_buttons {
    margin: 10px 0 0 0;
  }
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons .button_enter,
#bountylending_header .bountylending_header_content .bountylending_header_buttons .button_registration {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #0484ff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  #bountylending_header .bountylending_header_content .bountylending_header_buttons .button_enter,
  #bountylending_header .bountylending_header_content .bountylending_header_buttons .button_registration {
    padding: 4px 16px;
  }
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons .button_enter:hover,
#bountylending_header .bountylending_header_content .bountylending_header_buttons .button_registration:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons .button_enter {
  background-color: transparent;
  border: 2px solid #0484ff;
  color: #0484ff;
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons .button_enter:hover {
  background-color: #0484ff;
  color: #fff;
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons .button_registration {
  background-color: #0484ff;
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons .button_registration:hover {
  background-color: transparent;
  border: 2px solid #0484ff;
  color: #0484ff;
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons .bountylending_header_burger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
}
#bountylending_header .bountylending_header_content .bountylending_header_buttons .bountylending_header_burger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  margin: 4px 0;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1100px) {
  #bountylending_header .bountylending_header_content .bountylending_header_menu {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    background: #1c1f27;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 9999;
  }
  #bountylending_header .bountylending_header_content .bountylending_header_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  #bountylending_header .bountylending_header_content .bountylending_header_menu ul li {
    margin: 10px 0;
  }
  #bountylending_header .bountylending_header_content .bountylending_header_menu ul a {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  #bountylending_header .bountylending_header_content .bountylending_header_buttons .bountylending_header_burger {
    display: block;
  }
  #bountylending_header .bountylending_header_content.show-menu .bountylending_header_menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #bountylending_header .bountylending_header_content.show-menu .bountylending_header_burger span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  #bountylending_header .bountylending_header_content.show-menu .bountylending_header_burger span:nth-child(2) {
    opacity: 0;
  }
  #bountylending_header .bountylending_header_content.show-menu .bountylending_header_burger span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 1100px) and (max-width: 480px) {
  #bountylending_header .bountylending_header_buttons .button_enter,
  #bountylending_header .bountylending_header_buttons .button_registration {
    font-size: 12px;
    padding: 6px 12px;
  }
}
@media (max-width: 500px) {
  #bountylending_header .bountylending_header_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  #bountylending_header .bountylending_header_content .bountylending_header_menu {
    top: 100px;
  }
  #bountylending_header .bountylending_header_content .bountylending_header_menu .bountylending_header_buttons {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #bountylending_header .bountylending_header_content .bountylending_header_menu .bountylending_header_buttons .button_enter,
  #bountylending_header .bountylending_header_content .bountylending_header_menu .bountylending_header_buttons .button_registration {
    margin-left: 5px;
    margin-right: 5px;
  }
  #bountylending_header .bountylending_header_content .bountylending_header_burger {
    position: absolute !important;
    top: 27px;
    right: 20px;
    margin-left: 0;
  }
}