﻿body {
  background-color: #0A0A0A;
  background-color: #16653477;
}
.bg_block {
  min-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
  position: relative;
  padding: 16px 16px;
  margin: 0px auto;
  background-color: #166534;
  min-height: 100vh;
}
.angle {
  position: absolute;
  width: 53px;
  height: 53px;
  z-index: 1000;
}
.angle.angle_LT {
  left: 0px;
  top: 0px;
  transform: rotate(0deg);
}
.angle.angle_RT {
  right: 0px;
  top: 0px;
  transform: rotate(90deg);
}
.angle.angle_LB {
  left: 0px;
  bottom: 0px;
  transform: rotate(270deg);
}
.angle.angle_RB {
  right: 0px;
  bottom: 0px;
  transform: rotate(180deg);
}
.main_block {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-image: url(../images/index/index_bg.png);
  background-size: cover;
  background-color: #fff;
}
.main_block .bg_img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.main_block .main_content {
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 64px 44px;
  overflow: hidden;
}
.split_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  height: 100%;
}
.left_block {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(200px) fit-content(200px) fit-content(200px) auto;
  gap: 56px;
  padding: 0px 64px;
}
.left_block .img_logo {
  width: 200px;
  margin: 0px auto;
}
.left_block .main_text {
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.left_block .sub_text {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.left_block .scroll_box {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.left_block .scroll_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  width: 100%;
}
.left_block .scroll_block .item {
  border-radius: 24px;
  border: 1px solid #e5e5e5;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 532px;
  width: 532px;
}
.left_block .scroll_block .item .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.left_block .scroll_block .item .tag_block {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.left_block .scroll_block .item .tag_block .tag {
  padding: 4px 10px;
  border-radius: 8px;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.right_block {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  /* display: flex;
    flex-direction: column;*/
  gap: 40px;
  height: 100%;
  max-height: 100%;
  display: grid;
  grid-template-rows: fit-content(30px) auto fit-content(100px);
}
.right_block > .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.right_block .map_block {
  gap: 16px;
  row-gap: 16px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}
.right_block .map_block .item {
  border-radius: 16px;
  background-color: #F5F5F5;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #F5F5F5;
  display: grid;
  grid-template-columns: auto 35%;
  width: 100%;
}
.right_block .map_block .item.selected {
  border: 2px solid #166534;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.right_block .map_block .item .text_block {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.right_block .map_block .item .text_block .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.right_block .map_block .item .text_block .text {
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}
.right_block .map_block .item .map {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
}
.right_block .map_block .item .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.right_block .btn_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.right_block .btn_block .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  color: #fff;
  background-color: #166534;
  opacity: 0.5;
  height: 64px;
  width: 100%;
  pointer-events: none;
}
.right_block .btn_block .btn.active {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.right_block .btn_block .text {
  color: #737373;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
#popup_community {
  width: 425px;
}
#popup_community > .title {
  display: none;
}
#popup_community .btn_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
#popup_community .btn_block button {
  width: 100%;
  cursor: pointer;
}
#popup_community .btn_block button.cancel {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #0a0a0a;
  display: unset;
  opacity: 1;
  pointer-events: auto;
}