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

#footer .content_footer .footer_container .footer_container_copyright {
  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;
}

#footer .content_footer .col_2 {
  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;
}

#footer .content_footer .footer_container .footer_list_between, #footer .content_footer .footer_container .footer_list_start {
  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;
}

#footer .content_footer {
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

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

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

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

html {
  overflow-x: hidden;
}

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

#slider {
  margin: 10px auto;
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  #slider {
    height: 220px;
  }
}
#slider .slider_container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 1239px) {
  #slider .slider_container {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  #slider .slider_container {
    height: 200px;
    padding: 0px;
  }
}
#slider .slider_container .slider_wrapper {
  position: relative;
  border-radius: 20px;
  max-width: 1200px;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 500px) {
  #slider .slider_container .slider_wrapper {
    height: 200px;
  }
}
#slider .slider_container .slider_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.067)), color-stop(10%, rgba(0, 0, 0, 0.028)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.067) 0%, rgba(0, 0, 0, 0.028) 10%);
  z-index: 1;
}
#slider .slider_container .slider_text_container {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-family: Arial, sans-serif;
}
#slider .slider_container .slider_text_container .slider_title {
  font-size: 3.2em;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  #slider .slider_container .slider_text_container .slider_title {
    font-size: 2.4em;
  }
}
@media (max-width: 500px) {
  #slider .slider_container .slider_text_container .slider_title {
    font-size: 1.8em;
  }
}
#slider .slider_container .slider_text_container p {
  font-size: 1.8em;
  margin: 10px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  #slider .slider_container .slider_text_container p {
    font-size: 1.4em;
  }
}
@media (max-width: 500px) {
  #slider .slider_container .slider_text_container p {
    font-size: 1.2em;
  }
}
#slider .slider_container .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;
}
#slider .slider_container .slider_text_container .button:hover {
  background-color: #e0a800;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  #slider .slider_container .slider_text_container .button {
    padding: 8px 16px;
    font-size: 0.9em;
  }
}
@media (max-width: 500px) {
  #slider .slider_container .slider_text_container .button {
    padding: 6px 12px;
    font-size: 0.8em;
  }
}

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

#ez-toc-container {
  background: #0e2f2b;
  border: 1px solid #333;
  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 {
  display: none;
}
#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;
  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: 0px;
  }
}
#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 {
  counter-reset: subsection;
  font-size: 0.8em;
}
#ez-toc-container .ez-toc-list-level-3 {
  counter-reset: subsubsection;
  font-size: 0.8em;
}

#content .content_container .content-article .text-block #ez-toc-container ul {
  -webkit-padding-start: 40px;
  padding-inline-start: 16px;
}

#content .content_container .content-article .text-block #ez-toc-container ul li {
  font-size: 1.2em;
  line-height: 1.2em;
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 80px auto;
  width: 100%;
}
@media screen and (max-width: 1239px) {
  #footer {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #footer {
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 500px) {
  #footer {
    padding: 0px;
  }
}
#footer .content_footer {
  width: 1200px;
  min-height: 100px;
  background-color: #02504b;
}
#footer .content_footer .footer_container {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 15px 25px;
}
#footer .content_footer .footer_container h2 {
  color: #f8faf9;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#footer .content_footer .footer_container .brand_img {
  width: 32px;
  height: 32px;
  max-width: 32px;
  margin-right: 30px;
}
#footer .content_footer .footer_container .social_img {
  width: 24px;
  height: 24px;
  max-width: 24px;
  margin-right: 20px;
}
#footer .content_footer .footer_container .licenses_img {
  width: auto;
  height: 32px;
  max-height: 32px;
  margin-right: 20px;
}
#footer .content_footer .footer_container .footer_container_text {
  color: #f8faf9;
  font-size: 0.9em;
}
#footer .content_footer .footer_container .footer_container_copyright {
  color: #f8faf9;
  font-size: 1.2em;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #footer .content_footer {
    width: 100%;
  }
  #footer .content_footer .footer_container {
    padding: 10px 15px;
  }
  #footer .content_footer .footer_container h2 {
    font-size: 1.1em;
    margin-bottom: 1.4em;
    text-align: center;
  }
  #footer .content_footer .footer_container .brand_img {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #footer .content_footer .footer_container .social_img {
    margin-right: 15px;
  }
  #footer .content_footer .footer_container .licenses_img {
    margin-right: 15px;
  }
  #footer .content_footer .footer_container .footer_container_text {
    font-size: 0.85em;
  }
  #footer .content_footer .footer_container .footer_list_start,
  #footer .content_footer .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;
  }
  #footer .content_footer .col_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #footer .content_footer .footer_container_col_2:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #footer .content_footer .footer_container {
    padding: 10px;
  }
  #footer .content_footer .footer_container h2 {
    font-size: 1.1em;
    margin-bottom: 1.4em;
  }
  #footer .content_footer .footer_container .footer_container_text {
    font-size: 0.8em;
  }
  #footer .content_footer .footer_container .brand_img,
  #footer .content_footer .footer_container .social_img,
  #footer .content_footer .footer_container .licenses_img {
    margin-right: 10px;
  }
  #footer .content_footer .footer_container .footer_list_start,
  #footer .content_footer .footer_container .footer_list_between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .content_footer .col_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

#header {
  position: sticky;
  top: 0;
  z-index: 10002;
  border-bottom: rgba(255, 255, 255, 0.1019607843) solid 1px;
  background: #222723;
}
@media screen and (max-width: 500px) {
  #header {
    margin: 0 -15px;
  }
}
#header .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) {
  #header {
    min-height: 100px;
  }
}
#header .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;
}
#header .header_content .header_logo img {
  height: 40px;
  width: auto;
}
#header .header_content .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;
}
#header .header_content .header_menu ul li {
  margin: 0 10px;
}
#header .header_content .header_menu ul li a {
  color: #91b7ae;
  font-weight: 600;
  font-size: 18px;
  padding: 0 12px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#header .header_content .header_menu ul li a:hover {
  color: #c4e2db;
}
#header .header_content .header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  #header .header_content .header_buttons {
    margin: 10px 0 0 0;
  }
}
#header .header_content .header_buttons .button_enter,
#header .header_content .header_buttons .button_registration {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 20px;
  color: #131713;
  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;
}
#header .header_content .header_buttons .button_enter:hover,
#header .header_content .header_buttons .button_registration:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#header .header_content .header_buttons .button_enter {
  background-color: #fff;
}
#header .header_content .header_buttons .button_enter:hover {
  background-color: #d9d9d9;
}
#header .header_content .header_buttons .button_registration {
  background-color: #f9c719;
}
#header .header_content .header_buttons .button_registration:hover {
  background-color: #e0a800;
}
#header .header_content .header_buttons .header_burger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
}
#header .header_content .header_buttons .header_burger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  margin: 4px 0;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  #header .header_content .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;
  }
  #header .header_content .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;
  }
  #header .header_content .header_menu ul li {
    margin: 10px 0;
  }
  #header .header_content .header_menu ul a {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  #header .header_content .header_buttons .header_burger {
    display: block;
  }
  #header .header_content.show-menu .header_menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header .header_content.show-menu .header_burger span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  #header .header_content.show-menu .header_burger span:nth-child(2) {
    opacity: 0;
  }
  #header .header_content.show-menu .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) {
  #header .header_buttons .button_enter,
  #header .header_buttons .button_registration {
    font-size: 12px;
    padding: 6px 12px;
  }
}
@media (max-width: 500px) {
  #header .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;
  }
  #header .header_content .header_menu {
    top: 100px;
  }
  #header .header_content .header_menu .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%;
  }
  #header .header_content .header_menu .header_buttons .button_enter,
  #header .header_content .header_menu .header_buttons .button_registration {
    margin-left: 5px;
    margin-right: 5px;
  }
  #header .header_content .header_burger {
    position: absolute !important;
    top: 27px;
    right: 20px;
    margin-left: 0;
  }
}/*# sourceMappingURL=main.css.map */