/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.extra-header {
  background-color: #E89F32;
  font-size: 18px;
  padding: 20px 0;
}
.extra-header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.extra-header__link {
  margin: 0 30px 0 0;
  color: white;
}
.extra-header__link i {
  color: white;
}

.two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-column__side {
  width: 304px;
}
.two-column__main {
  width: 756px;
}

.side-search__inputs {
  background-color: white;
  border: 1px solid #616161;
}
.side-search__wrapper {
  padding: 20px;
  border-bottom: 1px dotted #616161;
}
.side-search__title {
  border-bottom: 1px dotted #616161;
  color: #E89F32;
  font-size: 20px;
  padding: 20px;
  margin: 0;
}
.side-search__area-button {
  color: #E89F32;
  border: 1px solid #E89F32;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
}
.side-search__area-button:hover {
  color: white;
  background-color: #E89F32;
}
.side-search__current-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.side-search__city-button {
  color: #E89F32;
  border: 1px solid #E89F32;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
}
.side-search__city-button:hover {
  color: white;
  background-color: #E89F32;
}
.side-search__types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.side-search__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E89F32;
  border: 1px solid #E89F32;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  width: 125px;
  height: 56px;
  cursor: pointer;
  margin: 0 0 10px 0;
}
.side-search__type:hover {
  color: white;
  background-color: #EDB35D;
}
.side-search__check {
  display: none;
}
.side-search__check:checked + label {
  background-color: #E89F32;
  color: white;
}
.side-search__select {
  outline: none;
  border: none;
  width: 100%;
  background-color: #F1F1F2;
  padding: 10px;
  border-radius: 5px;
}
.side-search__mini-title {
  margin: 10px 0;
}
.side-search__tilde {
  margin: 5px 0;
  text-align: center;
}
.side-search__one {
  margin: 0 0 30px 0;
}
.side-search__result {
  text-align: center;
  margin: 30px 0;
}
.side-search__number span {
  font-size: 20px;
  font-weight: bold;
  color: #E89F32;
}
.side-search__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background-color: #FF523A;
  display: block;
  color: white;
  margin: 10px 0 0 0;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.side-search__button i {
  color: white;
}
.side-search__clear {
  color: #2B9FE1;
  margin: 10px 0 0 0;
}

.simple-navi {
  border: 3px solid #E89F32;
}
.simple-navi__upper {
  background-color: #EDB35D;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.simple-navi__area {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-right: 1px dotted #616161;
  color: white;
}
.simple-navi__area:last-child {
  border: none;
}
.simple-navi__area i {
  color: inherit;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.simple-navi__area.selected {
  position: relative;
  color: #E89F32;
  z-index: 10;
}
.simple-navi__area.selected::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background-color: white;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 5px;
  z-index: -1;
}
.simple-navi__area.selected i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.simple-navi__lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}
.simple-navi__type {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-right: 1px dotted #616161;
}
.simple-navi__type:last-child {
  border: none;
}
.simple-navi__type i {
  color: inherit;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.simple-navi__type.selected {
  font-weight: bold;
}
.simple-navi__type.selected i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.simple-detail {
  margin: 10px 0 0 0;
  border: 1px dotted #616161;
}
.simple-detail__text {
  background-color: white;
  padding: 30px;
  line-height: 1.5em;
}
.simple-detail__title {
  margin: 0;
  color: #E89F32;
}
.simple-detail__paragraph {
  margin: 0;
}
.simple-detail__lower {
  background-color: #F3F2F1;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #616161;
}
.simple-detail__conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 66%;
}
.simple-detail__condition {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.simple-detail__condition dt::after {
  content: ":";
}
.simple-detail__condition dd {
  margin: 0 0 0 20px;
}
.simple-detail__save {
  color: #2B9FE1;
}
.simple-detail__save i {
  margin: 0 5px 0 0;
}

.list-option {
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.list-option__radio.selected {
  background-color: #E89F32;
  color: white;
}
.list-option__style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E89F32;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.list-option__style div {
  padding: 10px 35px;
  color: #E89F32;
  font-size: 12px;
  border-right: 1px dotted #616161;
}
.list-option__style div:last-child {
  border: none;
}
.list-option__style div i {
  margin: 0 5px 0 0;
  font-size: 10px;
}
.list-option__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.list-option__sort dt {
  margin: 0;
}
.list-option__sort dt::after {
  content: ":";
}
.list-option__sort dd {
  margin: 0 0 0 10px;
}
.list-option__select {
  width: 150px;
  color: #E89F32;
  border: 1px solid #E89F32;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
}

.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.pagenation__count span {
  font-size: 20px;
  color: #E89F32;
  font-weight: bold;
}
.pagenation__pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.pagenation__pages dd {
  margin: 0;
}
.pagenation__pages dd a {
  color: #E89F32;
  margin: 0 0 0 30px;
}

.list-links {
  background-color: white;
  margin: 30px 0 0 0;
}
.list-links__box {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.list-links__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}
.list-links__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-links__icon {
  text-align: center;
  margin: 0 0 0 10px;
}
.list-links__icon i {
  font-size: 30px;
  color: #E89F32;
}
.list-links__icon div {
  margin: 10px 0 0 0;
  font-size: 10px;
}
.list-links__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}
.list-links__model {
  background-color: #FF523A;
  color: white;
  padding: 15px 0 15px 100px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.list-links__model::before {
  content: "OPEN";
  position: absolute;
  left: -40px;
  top: 7px;
  padding: 5px 0;
  width: 160px;
  text-align: center;
  background-color: white;
  color: #FF523A;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.list-links__copy {
  padding: 15px 30px;
  border-top: 1px dotted #616161;
}
.list-links__photo {
  width: 416px;
  position: relative;
}
.list-links__photo .list-option__style {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
}
.list-links__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
.list-links__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #616161;
}
.list-links__detail {
  width: -webkit-calc(100% - 416px);
  width: calc(100% - 416px);
  padding: 20px;
  position: relative;
}
.list-links__price {
  color: #FF523A;
}
.list-links__price span {
  color: inherit;
  font-size: 25px;
}
.list-links__data {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.list-links__data dt {
  width: 25%;
  font-size: 11px;
}
.list-links__data dt i {
  margin: 0 5px 0 0;
  font-size: 11px;
}
.list-links__data dd {
  width: 75%;
  margin: 0;
  font-size: 12px;
}
.list-links__pieces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.list-links__piece {
  margin: 0 0 10px 0;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-links__piece dt {
  width: 35%;
  font-size: 11px;
}
.list-links__piece dd {
  width: 65%;
  margin: 0;
  font-size: 11px;
}
.list-links__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.list-links__pictures {
  font-size: 11px;
}
.list-links__pictures i {
  color: #E89F32;
  margin: 0 5px 0 0;
}
.list-links__watch {
  font-size: 11px;
}
.list-links__watch i {
  margin: 0 0 0 5px;
}
.list-links__tag-new {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F67749;
}
.list-links__tag-uhouse {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A8FD8;
}
.list-links__tag-nhouse {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A5080;
}
.list-links__tag-mansion {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #B58FD8;
}
.list-links__tag-land {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #42AD8D;
}
.list-links__tag-price {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #EB6C5C;
}
.list-links__tag-reform {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #666666;
}
.list-links__tag-own {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F59302;
}

.list-voice {
  background-color: white;
  padding: 50px 0;
  margin: 50px 0 0 0;
}
.list-voice__top {
  text-align: center;
}
.list-voice__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  width: 880px;
}

.link-to-detail {
  border: 1px solid #616161;
}
.link-to-detail__img {
  position: relative;
  width: 285px;
  height: 180px;
}
.link-to-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
.link-to-detail__details {
  padding: 10px;
}
.link-to-detail__date {
  font-size: 11px;
}
.link-to-detail__title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.link-to-detail__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
}
.link-to-detail__detail dt {
  font-size: 12px;
}
.link-to-detail__detail dt::after {
  content: ":";
}
.link-to-detail__detail dd {
  font-size: 12px;
  margin: 0;
}
.link-to-detail__flow {
  font-size: 12px;
  text-align: end;
}
.link-to-detail__flow i {
  margin: 0 0 0 5px;
}
.link-to-detail__tag-buy {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #339AB9;
}
.link-to-detail__tag-sell {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #6EB56B;
}
.link-to-detail__tag-reform {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #C97DBD;
}

.buy-footer {
  padding: 100px 0;
}
.buy-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 5px 0 0 0;
  line-height: 1.5em;
}
.buy-footer__title {
  font-size: 15px;
  font-weight: bold;
}
.buy-footer__separate {
  margin: 0 5px;
  color: #2B9FE1;
  font-size: 13px;
}
.buy-footer__separate:last-child {
  display: none;
}
.buy-footer__link a {
  color: #2B9FE1;
  font-size: 13px;
}
.buy-footer__one {
  margin: 0 0 50px 0;
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icons__icon {
  text-align: center;
  margin: 0 0 0 10px;
}
.icons__icon i {
  font-size: 30px;
  color: #E89F32;
}
.icons__icon div {
  margin: 10px 0 0 0;
  font-size: 10px;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}
.tags__tag-new {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F67749;
}
.tags__tag-uhouse {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A8FD8;
}
.tags__tag-nhouse {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A5080;
}
.tags__tag-mansion {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #B58FD8;
}
.tags__tag-land {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #42AD8D;
}
.tags__tag-price {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #EB6C5C;
}
.tags__tag-reform {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #666666;
}
.tags__tag-own {
  width: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F59302;
}