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

#doghouse_slider .doghouse_slider_container .doghouse_slider_text_container, #doghouse_slider .doghouse_slider_container .doghouse_slider_wrapper {
  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;
}

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

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

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

/**************************************
 * ОСНОВНЫЕ СТИЛИ HTML & BODY
 *************************************/
html {
  overflow-x: hidden;
}

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

/**************************************
 * СЛАЙДЕР #doghouse_slider
 *************************************/
#doghouse_slider {
  position: relative;
  margin: 10px auto;
  width: 100%;
  min-height: 540px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  #doghouse_slider {
    height: 220px;
  }
}
#doghouse_slider .doghouse_slider_container {
  max-width: 100%;
  width: 100%;
  min-height: 540px;
  height: 100%;
}
@media screen and (max-width: 1239px) {
  #doghouse_slider .doghouse_slider_container {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  #doghouse_slider .doghouse_slider_container {
    padding: 0;
  }
}
#doghouse_slider .doghouse_slider_container .doghouse_slider_wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 540px;
  height: 100%;
  background-size: cover;
  background-position: top;
  padding: 50px 20px;
  position: relative;
}
@media (max-width: 500px) {
  #doghouse_slider .doghouse_slider_container .doghouse_slider_wrapper {
    height: 200px;
  }
}
#doghouse_slider .doghouse_slider_container .doghouse_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.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
#doghouse_slider .doghouse_slider_container .doghouse_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;
}
#doghouse_slider .doghouse_slider_container .doghouse_slider_game_container.open {
  width: 800px;
  height: 600px;
  z-index: 10;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #doghouse_slider .doghouse_slider_container .doghouse_slider_game_container.open {
    width: 100%;
    height: 60vh;
  }
}
#doghouse_slider .doghouse_slider_container .doghouse_slider_text_container {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: Arial, sans-serif;
}
#doghouse_slider .doghouse_slider_container .doghouse_slider_text_container .button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #f9c719;
  color: #131713;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  -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;
}
#doghouse_slider .doghouse_slider_container .doghouse_slider_text_container .button:hover {
  background-color: #e0a800;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  #doghouse_slider .doghouse_slider_container .doghouse_slider_text_container .button {
    padding: 8px 16px;
    font-size: 0.9em;
  }
}
@media (max-width: 500px) {
  #doghouse_slider .doghouse_slider_container .doghouse_slider_text_container .button {
    padding: 6px 12px;
    font-size: 0.8em;
  }
}

/**************************************
 * КОНТЕНТ #doghouse_content
 *************************************/
#doghouse_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) {
  #doghouse_content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #doghouse_content {
    margin: 30px auto 20px auto;
  }
}
@media screen and (max-width: 500px) {
  #doghouse_content {
    padding: 0;
  }
}
#doghouse_content .doghouse_content_container {
  width: 1200px;
  min-height: 400px;
  padding: 15px 25px;
  color: #101010;
  background-color: #fff;
  border-bottom: 1px solid #101010;
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container {
    width: 100%;
    padding: 10px 15px;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h1,
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h2,
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h3,
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h4,
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h5 {
  margin: 0.7em 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #101010;
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h1 {
  font-size: 1.8rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h1 {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h1 {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h2 {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h2 {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h2 {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h3 {
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h3 {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h3 {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h4 {
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h4 {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h4 {
    font-size: 1rem;
    line-height: 1.3em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h5 {
  font-size: 1rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h5 {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h5 {
    font-size: 0.85rem;
    line-height: 1.2em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h6 {
  font-size: 0.85rem;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h6 {
    font-size: 0.8rem;
    line-height: 1.2em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block h6 {
    font-size: 0.75rem;
    line-height: 1.1em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block p {
  margin: 0.8em 0;
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_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;
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block ul li {
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block ul li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block ul li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_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;
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block ol li {
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block ol li {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table thead {
  background-color: #101010;
  border: 1px solid #101010;
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table thead tr {
  border: 1px solid #101010;
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table thead tr th {
  padding: 1em;
  border: 1px solid #101010;
  color: #fff;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table thead tr th {
    padding: 0.8em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table thead tr th {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table tbody {
  border: 1px solid #101010;
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table tbody tr {
  border: 1px solid #101010;
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table tbody tr td {
  padding: 0.8em 0.6em;
  border: 1px solid #101010;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table tbody tr td {
    padding: 0.4em;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block table tbody tr td {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block img {
  padding: 1em 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block img {
    padding: 0.8em 0;
  }
}
@media (max-width: 500px) {
  #doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block img {
    padding: 0.5em 0;
  }
}
#doghouse_content .doghouse_content_container .doghouse_content-article a {
  color: #f9c719;
}
#doghouse_content .doghouse_content_container .doghouse_content-article a:hover {
  text-decoration: underline;
}
#doghouse_content .entry-content img,
#doghouse_content .post-content img {
  max-width: 100%;
  height: auto;
  border: none;
}
#doghouse_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#doghouse_content .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #doghouse_content .alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#doghouse_content .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #doghouse_content .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#doghouse_content .wp-caption {
  text-align: center;
  margin: 0 auto 20px;
}
#doghouse_content .wp-caption img {
  margin: 0 auto;
}
#doghouse_content .wp-caption-text {
  font-size: 0.9em;
  color: #555;
}

/**************************************
 * TOC (ez-toc-container)
 *************************************/
#ez-toc-container {
  background: #1b0225;
  border: 1px solid #1b0225;
  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;
}
#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: #fff;
  text-decoration: none;
}
#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;
}

#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block #ez-toc-container ul {
  -webkit-padding-start: 40px;
  padding-inline-start: 16px;
}

#doghouse_content .doghouse_content_container .doghouse_content-article .doghouse_text-block #ez-toc-container ul li {
  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;
  }
}

/**************************************
 * .header_button_color
 *************************************/
.header_button_color {
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  padding: 8px 25px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6em;
  border: 0;
  border-radius: 10px;
  background: #ff9933;
  color: #fff;
  -webkit-box-shadow: 0 4px 0 #0b3d2a;
          box-shadow: 0 4px 0 #0b3d2a;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .header_button_color {
    padding: 8px 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .header_button_color {
    padding: 8px 6px;
  }
}
.header_button_color:focus {
  outline: none;
}
.header_button_color:hover {
  -webkit-box-shadow: 10px 10px 0 #cc3366;
          box-shadow: 10px 10px 0 #cc3366;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header_button_color:hover span {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.header_button_color:hover span:nth-child(2) {
  margin-right: 35px;
}
.header_button_color:hover svg path.one {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: color_anim 1s infinite 0.6s;
          animation: color_anim 1s infinite 0.6s;
}
.header_button_color:hover svg path.two {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: color_anim 1s infinite 0.4s;
          animation: color_anim 1s infinite 0.4s;
}
.header_button_color:hover svg path.three {
  -webkit-animation: color_anim 1s infinite 0.2s;
          animation: color_anim 1s infinite 0.2s;
}
.header_button_color span {
  display: inline-block;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  text-shadow: 2px 2px 2px #181818;
}
.header_button_color span:nth-child(2) {
  width: 20px;
  margin: 0 20px 0 10px;
  position: relative;
  top: 3px;
  -webkit-transition: margin-right 0.5s ease-out;
  transition: margin-right 0.5s ease-out;
}
.header_button_color svg {
  display: block;
}
.header_button_color svg path.one {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}
.header_button_color svg path.two {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

/**************************************
 * .header_button_play_game
 *************************************/
.header_button_play_game {
  margin-top: 60px !important;
  background-image: url(../img/button_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  color: #ff9933;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 40px;
  cursor: pointer;
  -webkit-animation: button-pulse 1.5s infinite;
          animation: button-pulse 1.5s infinite;
  height: 99px;
  width: 280px;
}
.header_button_play_game:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header_button_play_game::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  pointer-events: none;
}
.header_button_play_game span {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0%;
  text-align: center;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  text-shadow: 2px 2px 2px #181818;
}
.header_button_play_game span:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes button-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes button-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.header_button_play_game.remove {
  display: none !important;
}

#doghouse_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) {
  #doghouse_footer {
    margin: 0 auto 30px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  #doghouse_footer {
    padding: 0;
  }
}
#doghouse_footer .doghouse_content_footer {
  width: 100%;
  background-color: #47545d;
}
#doghouse_footer .doghouse_content_footer .doghouse_footer_container {
  border-top: 1px solid #101010;
  padding: 10px 25px;
}
#doghouse_footer .doghouse_content_footer .doghouse_footer_container h2 {
  color: #f8faf9;
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #doghouse_footer .doghouse_content_footer .doghouse_footer_container h2 {
    font-size: 1.1em;
    margin-bottom: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  #doghouse_footer .doghouse_content_footer .doghouse_footer_container h2 {
    font-size: 1.1em;
  }
}
#doghouse_footer .doghouse_content_footer .doghouse_footer_container .footer_list_start,
#doghouse_footer .doghouse_content_footer .doghouse_footer_container .footer_list_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #doghouse_footer .doghouse_content_footer .doghouse_footer_container .footer_list_start,
  #doghouse_footer .doghouse_content_footer .doghouse_footer_container .footer_list_between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
#doghouse_footer .doghouse_content_footer .doghouse_footer_container .doghouse_footer_container_text {
  font-size: 0.85em;
}
@media screen and (max-width: 480px) {
  #doghouse_footer .doghouse_content_footer .doghouse_footer_container .doghouse_footer_container_text {
    font-size: 0.8em;
  }
}
#doghouse_footer .doghouse_content_footer .doghouse_footer_container .doghouse_footer_container_copyright {
  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;
  color: #f8faf9;
  font-size: 1.2em;
  padding: 0.4em;
}
@media screen and (max-width: 767px) {
  #doghouse_footer .doghouse_content_footer .doghouse_footer_container .doghouse_footer_container_copyright {
    text-align: center;
  }
}
#doghouse_footer .doghouse_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) {
  #doghouse_footer .doghouse_content_footer .col_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #doghouse_footer .doghouse_content_footer .col_2:first-child {
    margin-bottom: 20px;
  }
}

.doghouse_to_top_btn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 25px;
  width: 56px;
  height: 56px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #ff9933 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) {
  .doghouse_to_top_btn {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .doghouse_to_top_btn {
    width: 40px;
    height: 40px;
    background-size: 60%;
  }
}
.doghouse_to_top_btn:hover {
  background-color: #f6ed2c;
}

#doghouse_header {
  position: sticky;
  top: 0;
  z-index: 10002;
  background: #1b0225;
}
#doghouse_header .doghouse_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: 56px;
}
@media screen and (max-width: 500px) {
  #doghouse_header .doghouse_header_container {
    margin: 0 -15px;
  }
}
#doghouse_header .doghouse_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;
}
#doghouse_header .doghouse_header_content .doghouse_header_logo {
  position: absolute;
  top: 11px;
  left: 0;
  width: 180px;
  height: 100px;
  background-color: #1b0225;
  border-radius: 50%;
  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;
  -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: 1239px) {
  #doghouse_header .doghouse_header_content .doghouse_header_logo {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #doghouse_header .doghouse_header_content .doghouse_header_logo {
    top: 0px;
  }
}
#doghouse_header .doghouse_header_content .doghouse_header_logo img {
  height: 80px;
  width: auto;
}
@media (max-width: 1100px) {
  #doghouse_header .doghouse_header_content .doghouse_header_menu {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    background: #222723;
    -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;
  }
  #doghouse_header .doghouse_header_content .doghouse_header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  #doghouse_header .doghouse_header_content .doghouse_header_menu ul li {
    margin: 10px 0;
  }
  #doghouse_header .doghouse_header_content .doghouse_header_menu ul a {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  #doghouse_header .doghouse_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;
  }
}

.doghouse-lang-list {
  padding: 0;
  margin: 0;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 30;
  background: transparent;
  border-radius: 20px 20px 5px 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1239px) {
  .doghouse-lang-list {
    right: 10px;
  }
}
.doghouse-lang-list:hover li {
  height: 30px;
}
.doghouse-lang-list:hover li.current-lang {
  border-radius: 50% 50% 0 0;
  height: 40px;
}
.doghouse-lang-list:hover li:last-child {
  border-radius: 0 0 5px 5px;
}

.doghouse-lang-list__item {
  list-style: none;
  height: 0;
  width: 40px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  background: #1b0225;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.doghouse-lang-list__item:hover {
  background: #ff9933;
}
.doghouse-lang-list__item.current-lang {
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #1b0225;
  font-size: 1.2rem;
  color: #fff;
}
.doghouse-lang-list__item a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}/*# sourceMappingURL=main.css.map */