.font-text {
  font-family: 'Inter', sans-serif;
}
.font-bold {
  font-family: 'IBM Plex Sans Thai', sans-serif;
}
/*
 * Настройки цветов сайта
 */
/*
 * Подключаемые классы
 */
/*
 * Стили шаблона
 */
/*video youtube*/
/*
<div class="embed-responsive embed-responsive-16by9">
	<iframe class="embed-responsive-item" src="..."></iframe>
</div>
<div class="embed-responsive embed-responsive-4by3">
	<iframe class="embed-responsive-item" src="..."></iframe>
</div>
*/
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
html {
  font-size: 1.1vw;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
body {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  background: #fff;
}
body.over {
  height: 100vh;
  overflow: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: 'IBM Plex Sans Thai', sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
h1 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
h2 img {
  width: auto;
  height: 2rem;
}
* {
  box-sizing: border-box;
}
.main_wrapper {
  padding: 0 15rem;
}
.color_blue {
  color: #0ad1c9;
}
.color_red {
  color: #ff6c6c;
}
.dflex {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  height: 3rem;
  background: #0ad1c9;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 0 1.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  border: none;
}
.btn:hover {
  background: #0be9e0;
}
.btn.btn_grey {
  color: #222;
  background: #f8f8f8;
}
.link {
  color: #0ad1c9;
}
.link:hover {
  opacity: 0.7;
}
select {
  opacity: 0;
  height: 3rem;
}
@keyframes check_anim {
  0% {
    height: 1rem;
    background: rgba(0, 0, 0, 0.2);
  }
  50% {
    height: 5rem;
  }
  100% {
    height: 1rem;
    background: #0ad1c9;
  }
}
form {
  margin-top: 2rem;
  display: block;
  width: 30rem;
  padding: 0.5rem 2.5rem 2.5rem;
  background: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  position: relative;
}
form.add_object_captain {
  border: 5px #0ad1c9 solid;
}
form input[name=cap] {
  display: none;
}
form .cap_box {
  position: absolute;
  bottom: 0;
  right: -2.5rem;
  width: 2.5rem;
  height: 3rem;
}
form .cap_box:before {
  content: '';
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  top: 1rem;
  right: 1rem;
  position: absolute;
  display: block;
}
form input[name=cap]:checked + .cap_box:before {
  display: block;
  -o-animation: check_anim 0.5s forwards;
  -moz-animation: check_anim 0.5s forwards;
  -webkit-animation: check_anim 0.5s forwards;
  animation: check_anim 0.5s forwards;
}
form .jq-selectbox {
  border: 1px rgba(0, 0, 0, 0.2) solid;
}
form .jq-selectbox .jq-selectbox__select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form .form-control {
  background: #fff;
  height: 3rem;
  font-size: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  width: 100%;
  font-weight: 300;
}
form textarea.form-control {
  height: 8rem;
  padding: 1.5rem;
}
form .form_row {
  display: block;
  margin: 2rem 0 1rem;
  position: relative;
}
form .label_form {
  display: block;
  cursor: pointer;
  margin-top: 1.5rem;
}
form .label_form .error {
  font-size: 0.7rem;
  margin-top: 0.5rem;
  color: red;
  display: none;
}
form .label_form .label_name {
  display: block;
  margin-bottom: 0.5rem;
}
form .label_form.error_active .error {
  display: block;
}
form .btn_box {
  margin-top: 1.5rem;
}
header {
  padding: 5rem;
  margin: 5rem -5rem;
  display: flex;
  align-items: center;
  height: calc(100vh - 10rem);
  min-height: 35rem;
  max-height: 40rem;
  position: relative;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
header h1 {
  margin-bottom: 1rem;
}
header .btn_grey {
  margin-left: 2rem;
}
header .header__left h1 .h_line_1 {
  font-size: 1.75rem;
}
header .header__left h1 .h_line_2 {
  color: #0ad1c9;
}
header .header__left h1 .h_line_3 {
  font-size: 1.75rem;
}
header .header__right {
  position: relative;
}
header .btn_box {
  margin-top: 3rem;
}
header .header_photo {
  position: relative;
}
header .header_photo .header_photo__logo {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14rem;
  z-index: 3;
}
header .header_photo .header_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 35rem;
  z-index: 0;
  opacity: 0.5;
}
header .header_photo .header_svg svg {
  width: 100%;
  height: auto;
}
header .header_photo .header_svg svg path {
  fill: #0ad1c9;
}
header .header_photo img {
  width: 100%;
  height: auto;
}
header .header_photo .header_photo__img {
  position: relative;
  z-index: 2;
}
header .header_photo .header_photo__img img {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
header .logo {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
header .logo.logo_shadow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
header .go_to_box {
  margin-top: 2rem;
}
header .go_to {
  display: inline-flex;
  border-bottom: 1px #222 dashed;
  font-size: 0.8rem;
  color: #222;
  text-decoration: none;
}
header .go_to:hover {
  opacity: 0.8;
}
header .header_desc {
  padding-right: 5rem;
}
header .header_desc .small {
  font-size: 0.7em;
}
header .header_desc a {
  color: #0ad1c9;
  text-decoration: underline;
}
header .header_desc a:hover {
  color: #ff6c6c;
}
.header_wrapper {
  overflow: hidden;
  position: relative;
}
.header_wrapper .main_wrapper {
  position: relative;
  z-index: 3;
}
.header_wrapper .fly_icon {
  z-index: 0;
  position: absolute;
  opacity: 0.05;
  top: 0;
  left: 0;
  width: 3rem;
  height: auto;
}
.jq-selectbox {
  width: 25rem;
  max-width: 100%;
  position: relative;
}
.jq-selectbox .jq-selectbox__search {
  padding: 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin: 0;
}
.jq-selectbox .jq-selectbox__search input {
  padding: 0 1.5rem 0 1.5rem;
  height: 3rem;
  font-size: 0.9rem;
  border: none;
}
.jq-selectbox li {
  padding: 0 1.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.jq-selectbox .jq-selectbox__trigger {
  display: none;
}
.jq-selectbox .jq-selectbox__dropdown {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
}
.jq-selectbox .jq-selectbox__select {
  background: #fff;
  height: 3rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  position: relative;
  padding: 0;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  display: flex;
  height: 3rem;
  align-items: center;
  padding: 0 3rem 0 1.5rem;
  background: #fff;
  position: relative;
  z-index: 4;
  font-size: 0.8rem;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #222;
  opacity: 0.15;
  position: absolute;
  top: 0;
  right: 3rem;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:before {
  content: '';
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-left: 2px #222 solid;
  border-bottom: 2px #222 solid;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.jq-selectbox.opened .jq-selectbox__select {
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__select-text:before {
  margin-top: 0.25rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.select_region_box {
  margin-top: 3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.select_link_dropdown {
  background: #fff;
  height: 3rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  width: 25rem;
  font-size: 0.8rem;
  position: relative;
}
.select_link_dropdown .select_active {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.select_link_dropdown .select_active:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #222;
  opacity: 0.15;
  position: absolute;
  top: 0;
  right: 3rem;
}
.select_link_dropdown .select_active:before {
  content: '';
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-left: 2px #222 solid;
  border-bottom: 2px #222 solid;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.select_link_dropdown .select_body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #ffffff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: auto;
  max-height: 12rem;
}
.select_link_dropdown .dropdown_item {
  height: 3rem;
  padding: 0 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.select_link_dropdown .dropdown_item a {
  color: #222;
  text-decoration: none;
}
.select_link_dropdown .dropdown_item a:hover {
  color: #0ad1c9;
}
.select_link_dropdown .dropdown_item .num_count_line {
  padding-left: 0.25rem;
  opacity: 0.4;
}
.select_link_dropdown .dropdown_item .num_count {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0.3;
  border-left: 1px rgba(0, 0, 0, 0.5) solid;
  box-sizing: content-box;
}
.select_link_dropdown.active {
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.select_link_dropdown.active .select_body {
  display: block;
}
.select_link_dropdown.active .select_active:before {
  margin-top: 0.25rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.list_post_main_page {
  padding: 5rem 0;
  background: #f8f8f8;
}
.list_post_main_page.page_add {
  padding-top: 2rem;
}
.list_post_main_page.page_add h2 {
  margin-top: 2rem;
}
.regeo_select a {
  color: #222;
  text-decoration: none;
}
.regeo_select a.active {
  color: #0ad1c9;
}
.regeo_select .regeo_item {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.regeo_select .regeo_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list_post_items {
  margin-bottom: 1rem;
}
.list_post_items .list_post_item {
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  background: rgba(0, 0, 0, 0.02);
  margin-bottom: 1rem;
  position: relative;
}
.list_post_items .list_post_item:before {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list_post_items .list_post_item.list_post_item_0:before {
  background: #ff6c6c;
  content: '';
}
.list_post_items .list_post_item.list_post_item_1:before {
  content: '';
  background: #0ad1c9;
}
.list_post_items .list_post_item.list_post_item_2:before {
  content: '';
  background: orange;
}
.list_post_items .list_post_item .soc_icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}
.list_post_items .list_post_item .soc_icon img {
  width: 1rem;
  height: auto;
}
.list_post_items .list_post_item .dflex {
  flex-flow: nowrap row;
  background: #ffffff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.list_post_items .list_post_item .list_post_item__pic {
  width: 10rem;
  padding-top: 100%;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.02);
}
.list_post_items .list_post_item .list_post_item__pic.empty_pic {
  background: rgba(0, 0, 0, 0.02) url(../img/empty_pic.svg) center center no-repeat !important;
  background-size: contain !important;
}
.list_post_items .list_post_item .list_post_item__desc {
  width: 100%;
  margin-left: 2rem;
}
.list_post_items .list_post_item .list_post_item__desc .txt {
  font-size: 0.8rem;
}
.list_post_items .list_post_item .list_post_item__desc .txt .text_inner.text_link {
  word-break: break-all;
}
.list_post_items .list_post_item .list_post_item__desc .txt .text_inner.text_inner_over {
  overflow: hidden;
  position: relative;
  max-height: 8rem;
}
.list_post_items .list_post_item .list_post_item__desc .txt .text_inner.text_inner_over:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: -webkit-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.list_post_items .list_post_item .list_post_item__desc .txt .read_more {
  font-size: 0.6rem;
  display: inline-flex;
  margin-top: 1rem;
  color: #0ad1c9;
  text-decoration: none;
  border-bottom: 1px #0ad1c9 dashed;
}
.list_post_items .list_post_item .list_post_item__desc .txt .read_more:hover {
  opacity: 0.6;
}
.list_post_items .list_post_item .list_post_item__desc .txt.active .text_inner {
  max-height: none;
}
.list_post_items .list_post_item .list_post_item__desc .txt.active .text_inner:before {
  display: none;
}
.list_post_items .list_post_item .likes,
.list_post_items .list_post_item .comments {
  display: flex;
  width: auto;
  align-items: center;
  margin-left: 1rem;
}
.list_post_items .list_post_item .likes img,
.list_post_items .list_post_item .comments img {
  height: 1rem;
  padding-right: 0.25rem;
}
.list_post_items .list_post_item .item_soc {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.list_post_items .list_post_item .item_header {
  position: relative;
  font-size: 0.8rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}
.list_post_items .list_post_item .item_header .author_comment {
  margin-top: 0.5rem;
}
.list_post_items .list_post_item .link {
  margin-top: 1rem;
}
.list_post_items .list_post_item .link .btn {
  width: 100%;
  height: 2rem;
  padding: 0;
  text-align: center;
  justify-content: center;
  font-size: 0.8rem;
}
.page_post_add {
  text-align: right;
}
.region_main_nav_mobile {
  display: none;
}
.main_chart {
  padding: 5rem 0;
}
.main_chart .dflex_last_row {
  margin-top: 5rem;
}
.count_stat {
  margin: 5rem 0;
}
.count_stat .count_item {
  width: 50%;
  position: relative;
  padding-left: 10rem;
}
.count_stat .count_item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 9em;
}
.count_stat .count_item .icon img {
  width: 100%;
  height: auto;
}
.count_stat .count_item .num {
  font-size: 4rem;
  font-weight: 600;
  font-family: 'IBM Plex Sans Thai', sans-serif;
  color: #0ad1c9;
}
.page_add {
  padding: 2rem;
}
.page_add .page_add__inner {
  width: 25rem;
  max-width: 100%;
  background: #fff;
  padding: 2rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.page_add .page_add__inner h1 {
  font-size: 1.5rem;
  margin: 0;
}
.page_add .page_add__inner form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  width: 100%;
  padding: 0;
}
.list_post__flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.list_post__nav {
  font-size: 0.8rem;
}
.list_post__nav .region_main_nav {
  margin-right: 2rem;
}
.list_post__nav .nbox {
  width: 15rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 1rem;
  padding: 1rem 0;
}
.list_post__nav .nbox .nbox_header {
  font-family: 'IBM Plex Sans Thai', sans-serif;
  text-transform: uppercase;
  padding: 1rem 2rem 1rem 1rem;
  font-weight: 600;
}
.list_post__nav .nbox .region_nav_item {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}
.list_post__nav .nbox a {
  display: block;
  position: relative;
  color: #222;
  text-decoration: none;
  font-size: 0.7rem;
}
.list_post__nav .nbox a:hover {
  color: #0ad1c9;
}
.list_post__nav .nbox .num_count_line {
  display: block;
}
.hide {
  display: none;
}
.toggle_nav {
  display: flex;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.toggle_nav label {
  cursor: pointer;
  margin-right: 2rem;
  border-bottom: 1px rgba(0, 0, 0, 0.5) dashed;
}
.toggle_nav label.active {
  color: #0ad1c9;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'IBM Plex Sans Thai', sans-serif;
  border-bottom: 2px #0ad1c9 solid;
}
.post_box {
  display: block;
}
input[name=post]:checked + .post_box {
  display: block;
}
.magic_info {
  position: fixed;
  z-index: 199;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: auto;
}
.magic_info .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 7;
  cursor: pointer;
}
.magic_info .close span {
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 50%;
  background: #fff;
}
.magic_info .close span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.magic_info .close span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.magic_info .dflex {
  width: 100%;
  position: relative;
  align-items: stretch;
}
.magic_info .dflex .num_count_stat {
  background: #ff6c6c;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  height: 1rem;
  width: 30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15rem;
  margin-top: -8rem;
  box-sizing: content-box;
  border: 0.5rem #fff solid;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}
.magic_info .dflex .num_count_stat span {
  box-sizing: content-box;
  position: absolute;
  left: 0;
  top: 0;
  background: #0ad1c9;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  height: 1rem;
  display: block;
}
.magic_info .dflex .num_count {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 5rem;
}
.magic_info .dflex .num_count .img img {
  width: auto;
  height: 10rem;
  padding: 0;
  margin: 0;
  border: none;
}
.magic_info .dflex .num_count .num {
  font-size: 4rem;
  font-weight: 600;
  font-family: 'IBM Plex Sans Thai', sans-serif;
}
.magic_info .dflex .num_count.num_count_1 {
  padding-right: 3rem;
  background: #0ad1c9;
}
.magic_info .dflex .num_count.num_count_2 {
  background: #ff6c6c;
}
.magic_info .dflex.dflex_region_list .num_count {
  padding-bottom: 5rem;
}
.magic_info .dflex.dflex_region_list .item_header_reg {
  display: none;
}
.magic_info .dflex.dflex_region_list .item_stat_region {
  display: flex;
  width: 25rem;
  justify-content: space-between;
  padding: 0.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.magic_info .dflex.dflex_region_list .item_stat_region .name {
  position: relative;
  text-align: left;
}
.magic_info .dflex.dflex_region_list .item_stat_region .name .star {
  position: absolute;
  top: 0.1rem;
  left: -2rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/favourites.svg?2) center center no-repeat;
  background-size: contain;
  display: block;
}
.magic_info .dflex.dflex_region_list .item_stat_region:hover {
  background: rgba(0, 0, 0, 0.1);
}
.magic_info .dflex.dflex_region_list .item_stat_region a {
  color: #fff;
  text-decoration: none;
}
.rate_list_all {
  font-size: 0.9rem;
  color: #222;
  text-decoration: none;
  position: relative;
  text-align: right;
  margin-bottom: 1rem;
}
.rate_list_all a {
  color: #222;
  text-decoration: none;
  font-size: 0.8rem;
}
.rate_list_all a:hover {
  color: #0ad1c9;
}
.ragion_rate_item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.ragion_rate_item .num {
  width: 5rem;
}
.ragion_rate_item .num img {
  width: 3rem;
  height: auto;
}
.ragion_rate_item .count {
  white-space: nowrap;
  text-align: right;
}
.ragion_rate_item .count .small {
  font-size: 0.7rem;
  opacity: 0.8;
}
.ragion_rate_item .name {
  width: 100%;
}
.ragion_rate_item a {
  color: #222;
  text-decoration: none;
}
.ragion_rate_item a:hover {
  color: #0ad1c9;
}
.ragion_rate_item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ragion_rate_item.box {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  background: #fff;
}
.rate_list {
  margin-top: 2rem;
}
.main_page_rate .rate_row {
  display: block;
  margin: 0 -0.5rem;
}
.main_page_rate .rate_list {
  display: flex;
  flex-flow: nowrap row;
}
.main_page_rate .rate_list .col {
  padding: 0 0.5rem;
  width: 33.33%;
}
.main_page_rate .rate_list .ragion_rate_item {
  font-size: 0.8rem;
}
.main_page_rate .rate_list .ragion_rate_item .count {
  display: none;
}
#pocikAudo {
  display: none;
}
.body_check {
  padding: 5rem;
}
.body_check .form_login {
  margin: 0 auto;
  padding: 3rem;
}
.page_404 {
  display: flex;
  flex-flow: row nowrap;
  height: 100vh;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
}
.page_404 .num {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}
.page_404 .btn_box {
  margin-top: 2rem;
}
.page_close {
  display: flex;
  flex-flow: row nowrap;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page_close .page_close__inner {
  padding: 2rem;
  width: 100%;
  max-width: 24rem;
  text-align: center;
}
.page_close .page_close__h {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-family: 'IBM Plex Sans Thai', sans-serif;
}
.page_close .btn_box {
  margin-top: 2rem;
}
.section_chart {
  padding-bottom: 5rem;
}
.section_chart canvas {
  height: 20rem !important;
}
.section_stat {
  padding: 0 0 5rem;
}
.section_stat_inner .item {
  display: flex;
  flex-flow: nowrap row;
  white-space: nowrap;
  align-items: center;
}
.section_stat_inner .item .img {
  padding-right: 1rem;
}
.section_stat_inner .item .img svg {
  width: 5rem;
  height: auto;
}
.section_stat_inner .item .img svg path {
  fill: #0ad1c9;
}
.section_stat_inner .item .num {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  color: #0ad1c9;
}
.top_regeo_list .regeo_top_item {
  display: flex;
  flex-flow: nowrap row;
  white-space: nowrap;
  align-items: center;
}
.top_regeo_list .regeo_top_item .img {
  padding-right: 1rem;
}
.top_regeo_list .regeo_top_item .img img {
  width: 3rem;
  height: auto;
}
.top_regeo_list .regeo_top_item .name {
  font-weight: 700;
  line-height: 1;
  color: #0ad1c9;
}
.region_top {
  padding-bottom: 5rem;
}
.popup_god_mode {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ff6c6c;
  color: #fff;
  font-size: 0.7rem;
  z-index: 99;
  text-align: center;
  width: 100%;
}
.popup_god_mode a {
  color: #fff;
  text-decoration: underline;
}
.popup_god_mode a:hover {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 1.7vw;
  }
  .main_wrapper {
    padding: 0 4rem;
  }
  header .header__left {
    width: 70%;
  }
  header .header__right {
    width: 30%;
  }
}
.regeo_team_stat {
  margin-bottom: 5rem;
}
.load_regeo_team_stat {
  display: flex;
  flex-flow: nowrap row;
}
.load_regeo_team_stat .loader {
  font-size: 0.2rem;
  color: #fff;
  padding: 0 0.1rem;
}
.load_regeo_team_stat_table * {
  font-size: 0.7rem;
}
.load_regeo_team_stat_table td.active {
  background: rgba(5, 209, 201, 0.2);
}
.regeo_menu_mobi {
  display: none;
}
.regeo_menu_desktop {
  display: block;
}
@media screen and (max-width: 540px) {
  html {
    font-size: 2.5vw;
  }
  body {
    font-size: 1.3rem;
  }
  .btn {
    font-size: 1.3rem;
    height: 5rem;
    padding: 0 2.5rem;
    text-align: center;
    justify-content: center;
    justify-items: center;
  }
  h1 {
    font-size: 2rem;
  }
  h2 br {
    display: none;
  }
  header {
    text-align: center;
    min-height: auto;
    max-height: none;
    margin: 2rem -2rem;
    height: auto;
    padding: 3rem 3rem 1rem;
  }
  header .dflex {
    flex-direction: column-reverse;
  }
  header .header_photo {
    margin-top: 2rem;
  }
  header .header_photo .header_svg {
    width: 25rem;
  }
  header .header_desc a {
    display: block;
  }
  header .col-12 {
    z-index: 0;
  }
  header .header_col_text {
    position: relative;
    z-index: 2;
  }
  header .header__left {
    width: 100%;
  }
  header .header__left .h_line_1 br {
    display: none;
  }
  header .header__left h1 {
    text-align: center;
  }
  header .header__left h1 .h_line_2 {
    font-size: 1.75rem;
  }
  header .header__left h1 .h_line_1,
  header .header__left h1 .h_line_3 {
    font-size: 1.5rem;
  }
  header .header__right {
    width: 100%;
  }
  header .go_to {
    font-size: 1.2rem;
  }
  header .logo {
    width: 15rem;
    margin-bottom: 3rem;
  }
  header .header_desc {
    padding-right: 0;
  }
  header .header_photo {
    padding: 0 3rem;
    margin-bottom: 2.5rem;
  }
  header .header_photo .header_photo__logo {
    bottom: -1rem;
  }
  .select_region_box {
    flex-direction: column-reverse;
  }
  .select_region_box .btn_box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .select_region_box .btn_box .btn {
    width: 100%;
  }
  .select_link_dropdown {
    width: 100%;
    height: 5rem;
    font-size: 1.3rem;
  }
  .select_link_dropdown .select_body {
    max-height: 20rem;
  }
  .select_link_dropdown .select_active,
  .select_link_dropdown .dropdown_item {
    height: 5rem;
  }
  .list_post_items .list_post_item .list_post_item__desc {
    padding: 0 0 0 1.5rem;
    margin: 0;
  }
  .list_post_items .list_post_item .list_post_item__pic {
    width: 100%;
  }
  .list_post_items .list_post_item .list_post_item__pic.empty_pic {
    display: none;
  }
  .list_post_items .list_post_item .item_header {
    font-size: 1rem;
  }
  .list_post_items .list_post_item .link .btn {
    height: 4rem;
    font-size: 0.8rem;
  }
  .jq-selectbox .jq-selectbox__select {
    height: 5rem;
    font-size: 1.3rem;
  }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    height: 5rem;
    font-size: 1.3rem;
  }
  select {
    height: 5rem;
  }
  form .form-control {
    height: 5rem;
    font-size: 1.3rem;
  }
  form textarea.form-control {
    height: 12rem;
  }
  .list_post_main_page.page_add {
    padding-top: 3rem;
  }
  .list_post_main_page.page_add h2 {
    margin-top: 3rem;
  }
  .list_post__nav {
    flex-flow: column;
  }
  .region_main_nav_mobile {
    display: block;
  }
  .region_main_nav,
  .page_post_add {
    display: none;
  }
  .count_stat {
    margin-bottom: 0;
  }
  .count_stat .dflex {
    flex-flow: column;
  }
  .count_stat .count_item {
    width: auto;
    padding-left: 14rem;
    margin-bottom: 7rem;
  }
  #canvas_chart {
    display: none !important;
  }
  .toggle_nav {
    margin: 2rem 0;
    justify-content: space-between;
  }
  .toggle_nav label {
    font-size: 1rem;
    margin: 0;
  }
  form .cap_box {
    bottom: 1rem;
  }
  .magic_info .dflex .num_count .num {
    padding-bottom: 5rem;
  }
  .magic_info .dflex.dflex_region_list {
    flex-direction: column;
    border-top: 2px #fff solid;
  }
  .magic_info .dflex.dflex_region_list .num_count {
    width: 100%;
  }
  .magic_info .dflex.dflex_region_list .item_header_reg {
    display: block;
  }
  .magic_info .dflex.dflex_region_list .item_header_reg .img {
    padding-bottom: 3rem;
  }
  .magic_info .dflex.dflex_region_list .item_header_reg .img img {
    height: 6rem;
  }
  .page_add {
    padding: 0;
  }
  .page_add .page_add__inner {
    padding: 4rem;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .section_stat {
    padding: 2rem 0 5rem;
  }
  .section_stat .section_stat_inner .item .desc .num_desc {
    font-size: 0.8rem;
  }
  .top_regeo_list .regeo_top_item {
    margin-bottom: 1rem;
  }
  .top_regeo_list .row .col-12:last-child .regeo_top_item {
    margin: 0;
  }
  .regeo_menu_mobi {
    display: block;
  }
  .regeo_menu_mobi .jqselect {
    width: 100%;
    margin-bottom: 1rem;
  }
  .regeo_menu_desktop {
    display: none;
  }
  .list_post__desc br {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */