.site_main .container {
  width: 80vw !important;
  max-width: 1208px;
}
.site_main .main-text-button {
  font-family: Oswald, sans-serif;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: 56px;
  /* border: 1px solid rgb(66, 139, 150); */
  font-weight: 200;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px 18px;
  background: #4C9EAA;
  font-size: 20px;
  line-height: 160%;
  cursor: pointer;
  border-radius: 2px;
  color: white;
}
.site_main .button-decoration {
  font-size: 15px;
  padding-left: 30px;
}
.site_main .building-plan {
  position: relative;
  width: 100%;
  min-height: 846px;
  display: flex;
  align-items: center;
  margin-top: 81px;
}
.site_main .building-plan a {
  text-decoration: unset;
}
.site_main .building-plan .building-plan-col-one {
  display: flex;
  align-items: center;
}
.site_main .building-plan .building-plan-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.site_main .building-plan .building-plan-image .image {
  width: 100%;
  max-width: 592px;
  height: auto;
  background: white;
  z-index: 1;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.08);
}
.site_main .building-plan .building-plan-image .image img {
  width: 100%;
  height: auto;
}
.site_main .building-plan .building-plan-image .background-building-plan-image {
  display: none;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #F7F5F2;
}
.site_main .building-plan .background {
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 100%;
  background: #F7F5F2;
}
.site_main .building-plan .building-plan-container {
  position: relative;
  z-index: 1;
}
.site_main .building-plan .building-plan-block {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  transform: translate(-13%, 0%);
}
.site_main .building-plan .building-plan-buttons {
  display: flex;
  justify-content: space-between;
  width: auto;
  align-self: baseline;
}
.site_main .building-plan .building-plan-buttons .plan-button-one {
  width: 193px;
  background: #82776C;
  color: white;
  border: 0px;
}
.site_main .building-plan .building-plan-buttons .plan-button-one:hover {
  background: #6A6056;
}
.site_main .building-plan .building-plan-buttons .plan-button-two {
  width: 193px;
  background: white;
  color: #82776C;
  border: 0px;
  margin-left: 16px;
}
.site_main .building-plan .building-plan-buttons .plan-button-two:hover {
  background: #f3f3f3;
}
.site_main .building-plan .building-plan-buttons .plan-button-three {
  display: none;
}
.site_main .building-plan .button-back-href {
  padding: 0;
  display: flex;
  color: inherit;
  width: inherit;
  justify-content: space-between;
  /* font-family: 'Oswald'; */
  text-decoration: none;
}
.site_main .building-plan .button-back {
  width: 66px;
  height: 32px;
  background: none;
  border: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #231F20;
  padding: 8px;
}
.site_main .building-plan .main-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.site_main .building-plan .main-information .title {
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  color: #231F20;
  width: 50%;
  margin: 0;
}
.site_main .building-plan .main-information .count {
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #4C9EAA;
  margin: 0;
}
.site_main .building-plan .other-information {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.site_main .building-plan .other-information .title {
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  color: #231F20;
  margin: 0;
}
.site_main .building-plan .other-information .count {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  color: #4C9EAA;
  margin: 0;
}
.site_main .building-plan .other-information-extended {
  position: relative;
  height: auto;
  margin-top: 9.5px;
}
.site_main .building-plan .other-information-extended:last-child {
  padding-bottom: 8px;
}
.site_main .building-plan .other-information-extended .background-information-extended {
  width: 110%;
  height: 100%;
  transform: translate(-5%, 0%);
  position: absolute;
  background: #F7F5F2;
  z-index: 0;
}
.site_main .building-plan .other-information-extended .other-information {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.site_main .building-plan .other-information-extended .other-information .general {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9.5px;
}
.site_main .building-plan .other-information-extended .other-information .second {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_main .building-plan .other-information-extended .other-information .second p {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #5C6668;
  margin: 0;
  padding-bottom: 5px;
}
.site_main .building-plan .price-block {
  margin-top: 31px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_main .building-plan .price-block .title {
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  margin: 0;
}
.site_main .building-plan .price-block .price {
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: right;
  color: #4C9EAA;
  margin: 0;
}
.site_main .building-plan .main-text-button {
  margin-top: 40px;
  height: 71px;
  padding: 0px 18px;
}
.site_main .building-plan .main-text-button:hover {
  background: #428B96;
}
@media screen and (max-width: 1300px) {
  .site_main .building-plan .building-plan-image .image {
    width: 100%;
    max-width: 450px;
    background: white;
    z-index: 1;
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.08);
  }
  .site_main .building-plan .building-plan-image .background-building-plan-image {
    display: none;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #F7F5F2;
  }
}
@media screen and (max-width: 990px) {
  .site_main .building-plan {
    margin-top: 93px;
  }
  .site_main .building-plan .background {
    display: none;
  }
  .site_main .building-plan .building-plan-image {
    padding-bottom: 48px;
    padding-top: 48px;
    justify-content: center;
  }
  .site_main .building-plan .building-plan-image .background-building-plan-image {
    display: flex;
  }
  .site_main .building-plan .building-plan-col-one {
    display: block;
  }
  .site_main .building-plan .building-plan-block {
    flex-direction: column-reverse;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    align-items: center;
  }
  .site_main .building-plan .building-plan-buttons {
    align-self: unset;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }
  .site_main .building-plan .building-plan-buttons .plan-button-one, .site_main .building-plan .building-plan-buttons .plan-button-two {
    width: 100%;
    display: flex;
    border: 0;
    margin: 0;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .site_main .building-plan .building-plan-image .image {
    width: 331px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .site_main .building-plan .main-information {
    flex-direction: column;
    align-items: unset;
  }
  .site_main .building-plan .main-information .title {
    width: 100%;
  }
  .site_main .building-plan .main-information .count {
    font-size: 32px;
  }
  .site_main .building-plan .other-information .title {
    width: 70%;
    font-size: 16px;
  }
  .site_main .building-plan .price-block {
    align-items: unset;
    flex-direction: column;
  }
  .site_main .building-plan .price-block .price {
    font-size: 32px;
  }
}
.site_main .detail-tabs {
  padding-top: 100px;
  padding-bottom: 168px;
}
.site_main .detail-tabs .container {
  max-width: 1002px;
}
.site_main .detail-tabs .tabs-container {
  width: auto;
  overflow-x: scroll;
}
.site_main .detail-tabs .tabs-container::-webkit-scrollbar {
  width: 0;
}
.site_main .detail-tabs .tabs {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  width: 1002px;
}
.site_main .detail-tabs .tabs .tab {
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #5C6668;
  background: none;
  padding-bottom: 9px;
  border: 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
}
.site_main .detail-tabs .tabs .tab:hover {
  color: #231F20;
  border-bottom: 1px solid #4C9EAA;
}
.site_main .detail-tabs .tabs .active {
  color: #231F20;
  border-bottom: 1px solid #4C9EAA;
}
.site_main .detail-tabs .accordion {
  display: none;
}
.site_main .detail-tabs .accordion-1 {
  display: block;
}
.site_main .detail-tabs .accordion-container .ac-custom {
  background: #F7F5F2;
  margin: 0;
  border: 0;
}
.site_main .detail-tabs .accordion-container .ac-custom:nth-child(even) {
  background: white !important;
}
.site_main .detail-tabs .accordion-container .ac-trigger-custom {
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  color: #231F20;
  text-transform: uppercase;
  padding: 27px 30px 27px 32px;
}
.site_main .detail-tabs .accordion-container .ac-trigger::after {
  transform: translate(-150%, -50%);
  color: #4C9EAA;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: normal;
}
.site_main .detail-tabs .accordion-container .ac-panel-custom {
  padding: 0px 32px 0px 32px;
}
.site_main .detail-tabs .accordion-container .ac-panel-custom .title, .site_main .detail-tabs .accordion-container .ac-panel-custom .description {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 160%;
  color: #5C6668;
}
.site_main .detail-tabs .accordion-container .ac-panel-custom .title {
  font-weight: bold;
  margin-bottom: 0;
}
.site_main .detail-tabs .accordion-container .ac-panel-custom .description {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 576px) {
  .site_main .detail-tabs {
    padding-top: 56px;
  }
  .site_main .detail-tabs .container {
    width: 100vw !important;
    padding: 0;
  }
  .site_main .detail-tabs .tabs {
    margin-bottom: 56px;
    margin-left: 32px;
    width: 700px;
  }
  .site_main .detail-tabs .tabs .tab {
    font-size: 16px;
  }
  .site_main .detail-tabs .accordions {
    padding: 0px 32px;
  }
  .site_main .detail-tabs .accordion-container .ac-trigger-custom {
    font-size: 16px;
  }
  .site_main .detail-tabs .accordion-container .ac-panel-custom .title, .site_main .detail-tabs .accordion-container .ac-panel-custom .description {
    font-size: 18px;
  }
}

/*# sourceMappingURL=detail.css.map */
