@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: "";
}

#aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .aviatorpredict_footer_container_copyright, #aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .aviatorpredict_footer_container_text, #aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .footer_list_start,
#aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .footer_list_between, .showcase_item .showcase_item_button_reting .showcase_item_reting {
  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;
}

.showcase_item .showcase_item_button_reting .showcase_item_button, .showcase_item .showcase_item_button_reting, #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_wrapper.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}

.showcase_item, #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_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: 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;
}

#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_content_wrapper, .showcase_item .showcase_item_providers .showcase_item_providers_list, #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text .aviatorpredict_slider_text_container_text_button_wrapperer {
  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;
}

.showcase_item .showcase_item_text, #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/**************************************
 * СТИЛИ СКРОЛЛБАРА
 *************************************/
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

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

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

/**************************************
  * ОСНОВНЫЕ СТИЛИ HTML & BODY
  *************************************/
html, body {
  min-height: 100vh;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  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;
  }
}

/**************************************
  * ЗАГОЛОВКИ И ПАРАГРАФЫ
  *************************************/
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;
  }
}

/**************************************
  * КОНТЕНТ #aviatorpredict_content
  *************************************/
#aviatorpredict_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: 30px auto 80px auto;
  width: 100%;
  /* Сброс стилей для изображений */
  /* Изображение по центру */
  /* Изображение слева с обтеканием текста */
  /* Изображение справа с обтеканием текста */
  /* Капшены */
}
@media screen and (max-width: 1239px) {
  #aviatorpredict_content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #aviatorpredict_content {
    margin: 30px auto 20px auto;
  }
}
@media screen and (max-width: 500px) {
  #aviatorpredict_content {
    padding: 0;
  }
}
#aviatorpredict_content .aviatorpredict_content_container {
  width: 1200px;
  min-height: 400px;
  padding: 15px 25px;
  color: #333;
  background-color: #fff;
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container {
    width: 100%;
    padding: 10px 15px;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h1,
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h2,
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h3,
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h4,
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h5 {
  margin: 0.7em 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #101010;
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h1 {
  font-size: 1.8rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h1 {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h1 {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h2 {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h2 {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h2 {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h3 {
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h3 {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h3 {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h4 {
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h4 {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h4 {
    font-size: 1rem;
    line-height: 1.3em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h5 {
  font-size: 1rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h5 {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h5 {
    font-size: 0.85rem;
    line-height: 1.2em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h6 {
  font-size: 0.85rem;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h6 {
    font-size: 0.8rem;
    line-height: 1.2em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block h6 {
    font-size: 0.75rem;
    line-height: 1.1em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block p {
  margin: 0.8em 0;
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_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;
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block ul li {
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block ul li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block ul li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_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;
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block ol li {
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block ol li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table thead {
  background-color: #efefef;
  border: 1px solid #333;
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table thead tr {
  border: 1px solid #333;
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table thead tr th {
  padding: 1em;
  border: 1px solid #333;
  color: #333;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table thead tr th {
    padding: 0.8em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table thead tr th {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table tbody {
  border: 1px solid #333;
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table tbody tr {
  border: 1px solid #333;
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table tbody tr td {
  padding: 0.8em 0.6em;
  border: 1px solid #333;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table tbody tr td {
    padding: 0.4em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block table tbody tr td {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block img {
  padding: 1em 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block img {
    padding: 0.8em 0;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block img {
    padding: 0.5em 0;
  }
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article a {
  color: #f9c719;
}
#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article a:hover {
  text-decoration: underline;
}
#aviatorpredict_content .entry-content img,
#aviatorpredict_content .post-content img {
  max-width: 100%;
  height: auto;
  border: none;
}
#aviatorpredict_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#aviatorpredict_content .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #aviatorpredict_content .alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#aviatorpredict_content .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #aviatorpredict_content .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#aviatorpredict_content .wp-caption {
  text-align: center;
  margin: 0 auto 20px;
}
#aviatorpredict_content .wp-caption img {
  margin: 0 auto;
}
#aviatorpredict_content .wp-caption-text {
  font-size: 0.9em;
  color: #555;
}

/**************************************
  * TOC (ez-toc-container)
  *************************************/
#ez-toc-container {
  background: #efefef;
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 4px;
  max-width: 400px;
  color: #f8faf9;
  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;
}
#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;
  color: #101010 !important;
}
#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;
  font-weight: 600;
  text-decoration: none;
  padding-left: 4px;
}
#ez-toc-container a.ez-toc-link:hover {
  text-decoration: underline;
}
#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 {
  font-size: 0.8em;
  margin: 0 !important;
  counter-reset: subsection;
}

/* === Уровень H2 (ez-toc-list-level-1) — считаем 1, 2, 3... === */
ul.ez-toc-list-level-1 {
  counter-reset: level1; /* Сбрасываем счётчик для всего TOC */
}

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) ".";
}

#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block #ez-toc-container ul {
  -webkit-padding-start: 40px;
  padding-inline-start: 16px;
}

#aviatorpredict_content .aviatorpredict_content_container .aviatorpredict_content-article .aviatorpredict_text-block #ez-toc-container ul li {
  font-size: 1.2em;
  line-height: 1.2em;
}

.standart_button {
  cursor: pointer;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  background-color: #f71b35;
  color: #fff;
  text-align: center;
  -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;
}
.standart_button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #d62237;
}

.standart_button_second {
  cursor: pointer;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  color: #131713;
  text-align: center;
  -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;
}
.standart_button_second:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #f8faf9;
}

#page_standart .page_title {
  font-size: 2.8em !important;
  font-weight: 700;
  line-height: 2em !important;
  margin: 0 0 10px 0 !important;
}
#page_standart .page_sub_title {
  color: #777777;
  margin-bottom: 30px !important;
  font-size: 1.2em !important;
}
#page_standart .showcase_item {
  margin-bottom: 40px !important;
}

#aviatorpredict_shortcode_container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
@media screen and (max-width: 1239px) {
  #aviatorpredict_shortcode_container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #aviatorpredict_shortcode_container {
    margin: 30px auto 20px auto;
  }
}
@media screen and (max-width: 500px) {
  #aviatorpredict_shortcode_container {
    padding: 0;
  }
}
#aviatorpredict_shortcode_container #aviatorpredict_shortcode_container_title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2em;
  margin: 0.7em 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #101010;
}
@media (max-width: 768px) {
  #aviatorpredict_shortcode_container #aviatorpredict_shortcode_container_title {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_shortcode_container #aviatorpredict_shortcode_container_title {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
#aviatorpredict_shortcode_container #aviatorpredict_shortcode_container_text {
  font-family: "Roboto", sans-serif;
  margin: 0.8em 0 2.8em 0;
  font-size: 1.2em;
  line-height: 1.6em;
}

#page_standart .page_title {
  font-size: 2.8em !important;
  font-weight: 700;
  line-height: 2em !important;
  margin: 0 0 10px 0 !important;
}
@media (max-width: 768px) {
  #page_standart .page_title {
    font-size: 1.5rem !important;
    line-height: 1.8em !important;
  }
}
@media (max-width: 500px) {
  #page_standart .page_title {
    font-size: 1.4rem !important;
    line-height: 1.6em !important;
  }
}
#page_standart .page_sub_title {
  color: #777777;
  margin-bottom: 30px !important;
  font-size: 1.2em !important;
}
#page_standart .showcase_item {
  margin-bottom: 40px !important;
}

/**************************************
  * СЛАЙДЕР #aviatorpredict_slider
  *************************************/
#aviatorpredict_slider {
  position: relative;
  margin: 0px auto 0 auto;
  width: 100%;
  min-height: 540px;
  height: 100%;
}
@media screen and (max-width: 600px) {
  #aviatorpredict_slider {
    min-height: 400px;
  }
}
@media screen and (max-width: 500px) {
  #aviatorpredict_slider {
    height: 220px;
    margin: 10px auto 0 auto;
  }
}
#aviatorpredict_slider .aviatorpredict_slider_container {
  max-width: 100%;
  width: 100%;
  min-height: 540px;
  height: 100%;
}
@media screen and (max-width: 600px) {
  #aviatorpredict_slider .aviatorpredict_slider_container {
    min-height: 400px;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_slider .aviatorpredict_slider_container {
    padding: 0;
  }
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 540px;
  height: 100%;
  background-size: cover;
  background-position: top;
  padding: 20px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_wrapper {
    min-height: 400px;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_wrapper {
    height: 200px;
  }
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_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.1)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_wrapper.game_loaded::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container {
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 600px) {
  #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container {
    min-height: 400px;
  }
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text {
  min-height: 500px;
  width: 55%;
  padding-right: 60px;
}
@media screen and (max-width: 600px) {
  #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text {
    width: 100%;
    padding-right: 0px;
    min-height: 400px;
  }
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text .aviatorpredict_slider_text_container_text_header {
  font-size: calc(15px + 4vw);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.27em;
  color: #fff;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text .aviatorpredict_slider_text_container_text_content {
  color: #fff;
  font-weight: 400;
  font-size: calc(14px + 0.5vw);
  line-height: 1.4em;
  margin-bottom: 1.27em;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text .aviatorpredict_slider_text_container_text_button_wrapperer .aviatorpredict_slider_text_container_text_button_wrapperer_button_registration {
  cursor: pointer;
  font-size: 14px;
  padding: 16px 30px;
  border-radius: 33px;
  font-weight: bold;
  text-decoration: none;
  -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-right: 10px;
  color: #f71b35;
  background-color: #fff;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text .aviatorpredict_slider_text_container_text_button_wrapperer .aviatorpredict_slider_text_container_text_button_wrapperer_button_registration:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #fff;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text .aviatorpredict_slider_text_container_text_button_wrapperer .aviatorpredict_slider_text_container_text_button_wrapperer_button_enter {
  cursor: pointer;
  font-size: 14px;
  padding: 16px 30px;
  border-radius: 33px;
  font-weight: bold;
  text-decoration: none;
  -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-right: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_text .aviatorpredict_slider_text_container_text_button_wrapperer .aviatorpredict_slider_text_container_text_button_wrapperer_button_enter:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border: 2px solid #fff;
  color: #fff;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_image {
  min-height: 500px;
  width: 45%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_image {
    display: none;
  }
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_image .aviatorpredict_slider_text_container_image_phone {
  position: relative;
  min-height: 500px;
  width: 360px;
  -webkit-animation: float 3s ease-in-out infinite, moveSide 4s ease-in-out infinite;
          animation: float 3s ease-in-out infinite, moveSide 4s ease-in-out infinite;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_image .aviatorpredict_slider_text_container_image_phone img {
  position: relative;
  margin: 0 auto;
  max-height: 500px;
  z-index: 10;
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_image .aviatorpredict_slider_text_container_image_phone .aviatorpredict_slider_text_container_image_plane {
  position: absolute;
  top: 100px;
  right: -190px;
  min-height: 360px;
  width: 480px;
  -webkit-animation: moveSidePlane 4s ease-in-out infinite;
          animation: moveSidePlane 4s ease-in-out infinite;
}
@media screen and (max-width: 800px) {
  #aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_image .aviatorpredict_slider_text_container_image_phone .aviatorpredict_slider_text_container_image_plane {
    display: none;
  }
}
#aviatorpredict_slider .aviatorpredict_slider_container .aviatorpredict_slider_text_container .aviatorpredict_slider_text_container_image .aviatorpredict_slider_text_container_image_phone .aviatorpredict_slider_text_container_image_plane img {
  position: relative;
  margin: 0 auto;
  max-height: 300px;
  z-index: 1;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes moveSide {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes moveSide {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-webkit-keyframes floatPlane {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes floatPlane {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-webkit-keyframes moveSidePlane {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes moveSidePlane {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.aviatorpredict_slider_game_container.open {
  margin: 20px auto;
  width: 1140px;
  height: 700px;
  z-index: 10;
  margin-bottom: 30px;
}
@media (max-width: 1239px) {
  .aviatorpredict_slider_game_container.open {
    width: calc(100% - 40px);
    height: 60vh;
  }
}
@media (max-width: 500px) {
  .aviatorpredict_slider_game_container.open {
    width: calc(100% - 20px);
    height: 700px;
  }
}

@media screen and (min-width: 1920px) {
  .aviatorpredict_slider_text_container_text_header {
    font-size: 5em !important;
  }
}
.showcase_item {
  background: #fff;
  border: 2px solid #787676;
  padding: 10px 20px;
  margin: 10px 0px;
}
@media screen and (max-width: 980px) {
  .showcase_item {
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
  }
}
.showcase_item .showcase_item_image {
  width: 20%;
}
@media screen and (max-width: 980px) {
  .showcase_item .showcase_item_image {
    width: 100%;
  }
}
.showcase_item .showcase_item_image img {
  padding: 1em 0;
  width: 230px;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .showcase_item .showcase_item_image img {
    width: 100%;
  }
}
.showcase_item .showcase_item_text {
  width: 55%;
}
@media screen and (max-width: 980px) {
  .showcase_item .showcase_item_text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.showcase_item .showcase_item_text .showcase_item_title {
  margin: 0.2em 0 !important;
  font-size: 1.4em !important;
  line-height: 1.6em !important;
  font-weight: 600;
}
.showcase_item .showcase_item_text .showcase_item_description {
  color: #777777 !important;
  margin: 0.2em 0 !important;
  font-size: 1em !important;
  line-height: 1.6em !important;
}
.showcase_item .showcase_item_providers .showcase_item_providers_title {
  margin: 0.2em 0 !important;
  font-size: 1em !important;
  line-height: 1.6em !important;
  font-weight: 600;
}
.showcase_item .showcase_item_providers .showcase_item_providers_list {
  margin: 0 !important;
  padding: 0 !important;
}
.showcase_item .showcase_item_providers .showcase_item_providers_list li {
  list-style: none;
}
.showcase_item .showcase_item_providers .showcase_item_providers_list li img {
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
}
.showcase_item .showcase_item_button_reting {
  width: 20%;
}
@media screen and (max-width: 980px) {
  .showcase_item .showcase_item_button_reting {
    width: 100%;
    margin-bottom: 20px;
  }
}
.showcase_item .showcase_item_button_reting .showcase_item_button {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .showcase_item .showcase_item_button_reting .showcase_item_button {
    margin-bottom: 20px;
  }
}
.showcase_item .showcase_item_button_reting .showcase_item_button .standart_button_second {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 33px;
  font-weight: bold;
  text-decoration: none;
  -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;
  margin: 0 0 10px 0 !important;
  border: 2px solid #f71b35 !important;
  color: #f71b35 !important;
}
.showcase_item .showcase_item_button_reting .showcase_item_button .standart_button_second:hover {
  text-decoration: none !important;
  border: 2px solid #d62237 !important;
  color: #d62237 !important;
}
.showcase_item .showcase_item_button_reting .showcase_item_button .standart_button {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 33px;
  font-weight: bold;
  text-decoration: none;
  -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: 0 0 10px 0 !important;
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37%, #d90647), color-stop(98%, #eb402c));
  background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
}
.showcase_item .showcase_item_button_reting .showcase_item_button .standart_button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-decoration: none !important;
  background-color: #f8faf9 !important;
}
.showcase_item .showcase_item_button_reting .showcase_item_reting span {
  font-size: 0.9em !important;
  font-weight: 600;
  color: #777777 !important;
  margin: 0 0 0 6px;
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value {
  max-width: 120px;
  width: 200px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__0 {
  background-image: url("../img/rating_0.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__1 {
  background-image: url("../img/rating_1.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__2 {
  background-image: url("../img/rating_2.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__3 {
  background-image: url("../img/rating_3.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__4 {
  background-image: url("../img/rating_4.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__5 {
  background-image: url("../img/rating_5.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__6 {
  background-image: url("../img/rating_6.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__7 {
  background-image: url("../img/rating_7.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__8 {
  background-image: url("../img/rating_8.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__9 {
  background-image: url("../img/rating_9.png");
}
.showcase_item .showcase_item_button_reting .showcase_item_reting .casino_reting_value__10 {
  background-image: url("../img/rating_10.png");
}

#aviatorpredict_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;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #aviatorpredict_footer {
    margin: 0 auto 0px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  #aviatorpredict_footer {
    padding: 0;
  }
}
#aviatorpredict_footer .aviatorpredict_content_footer {
  width: 100%;
  background-color: #101010;
  padding: 20px;
}
#aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container {
  padding: 10px 25px;
}
#aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container h2 {
  color: #f8faf9;
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container h2 {
    font-size: 1.1em;
    margin-bottom: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  #aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container h2 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 766px) {
  #aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .footer_list_start,
  #aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .footer_list_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
  }
}
#aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .footer_list_start li,
#aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .footer_list_between li {
  margin: 10px;
}
#aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .aviatorpredict_footer_container_text {
  font-size: 1em;
  color: #777;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .aviatorpredict_footer_container_text {
    font-size: 0.8em;
    padding: 0.4em;
  }
}
#aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .aviatorpredict_footer_container_copyright {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 0.4em;
}
@media screen and (max-width: 767px) {
  #aviatorpredict_footer .aviatorpredict_content_footer .aviatorpredict_footer_container .aviatorpredict_footer_container_copyright {
    text-align: center;
  }
}
#aviatorpredict_footer .aviatorpredict_content_footer .col_2 {
  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;
}
@media screen and (max-width: 768px) {
  #aviatorpredict_footer .aviatorpredict_content_footer .col_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #aviatorpredict_footer .aviatorpredict_content_footer .col_2:first-child {
    margin-bottom: 20px;
  }
}

.aviatorpredict_to_top_btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 56px;
  height: 56px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #f71b35 no-repeat center/60% url(../img/arrow_top.png);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .aviatorpredict_to_top_btn {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .aviatorpredict_to_top_btn {
    width: 40px;
    height: 40px;
    background-size: 60%;
  }
}
.aviatorpredict_to_top_btn:hover {
  background-color: #cb1329;
}

#aviatorpredict_header {
  z-index: 10002;
}
#aviatorpredict_header .aviatorpredict_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: 84px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 500px) {
  #aviatorpredict_header {
    min-height: 100px;
  }
}
#aviatorpredict_header .aviatorpredict_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;
  position: relative;
}
@media screen and (max-width: 10260px) {
  #aviatorpredict_header .aviatorpredict_header_content {
    padding: 0 15px;
  }
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_logo img {
  height: 50px;
  width: 183px;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_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;
  margin-left: 20px;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu ul li {
  margin: 0 10px;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu ul li a {
  color: #333;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0px 6px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu ul li a:hover {
  color: #101010;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_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;
  padding-right: 50px;
}
@media screen and (max-width: 500px) {
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons {
    margin: 10px 0 10px 0;
    padding-right: unset;
  }
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .button_enter,
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .button_registration {
  cursor: pointer;
  font-size: 14px;
  padding: 16px 30px;
  border-radius: 33px;
  font-weight: bold;
  text-decoration: none;
  -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;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .button_enter:hover,
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .button_registration:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .button_registration {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37%, #d90647), color-stop(98%, #eb402c));
  background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .button_registration:hover {
  background-color: #f8faf9;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .button_enter {
  border: 2px solid #f71b35;
  color: #f71b35;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .button_enter:hover {
  border: 2px solid #d62237;
  color: #d62237;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict_header_burger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict_header_burger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #333;
  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;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list {
  padding: 0;
  margin: 0;
  height: 40px;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 30;
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1239px) {
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list {
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list {
    left: 16px;
    top: 22px;
    z-index: 9999;
    width: 50px;
  }
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list:hover li {
  height: 30px;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list:hover li.current-lang {
  height: 40px;
  color: #f71b35;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list__item {
  list-style: none;
  height: 0;
  width: 40px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #fff;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list__item:hover {
  background: #f71b35;
  color: #fff !important;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list__item.current-lang {
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  color: #f71b35;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list__item a {
  text-decoration: none;
  color: #f71b35;
  font-size: 1.2rem;
}
#aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict-lang-list__item a:hover {
  color: #fff !important;
}
@media (max-width: 768px) {
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    -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;
  }
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_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;
  }
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu ul li {
    margin: 10px 0;
  }
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu ul a {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_buttons .aviatorpredict_header_burger {
    display: block;
  }
  #aviatorpredict_header .aviatorpredict_header_content.show-menu .aviatorpredict_header_menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #aviatorpredict_header .aviatorpredict_header_content.show-menu .aviatorpredict_header_burger span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  #aviatorpredict_header .aviatorpredict_header_content.show-menu .aviatorpredict_header_burger span:nth-child(2) {
    opacity: 0;
  }
  #aviatorpredict_header .aviatorpredict_header_content.show-menu .aviatorpredict_header_burger span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #aviatorpredict_header .aviatorpredict_header_buttons .button_enter,
  #aviatorpredict_header .aviatorpredict_header_buttons .button_registration {
    font-size: 12px;
    padding: 6px 12px;
  }
}
@media (max-width: 500px) {
  #aviatorpredict_header .aviatorpredict_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: 15px 10px 10px 10px;
  }
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu {
    top: 148px;
  }
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu .aviatorpredict_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%;
  }
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu .aviatorpredict_header_buttons .button_enter,
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_menu .aviatorpredict_header_buttons .button_registration {
    margin-left: 5px;
    margin-right: 5px;
  }
  #aviatorpredict_header .aviatorpredict_header_content .aviatorpredict_header_burger {
    position: absolute !important;
    top: 27px;
    right: 20px;
    margin-left: 0;
  }
}