.project-card .card__title {
  margin-top: 12px;
  white-space: normal;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.project-card__footer {
  margin-top: 10px;
}
.project-card__company {
  font-weight: 600;
  font-size: 13px;
  color: #5e5e5e;
  margin-left: 2px;
}
.project-card__price {
  font-weight: 700;
  font-size: 17px;
  color: #818181;
  float: right;
}
.project-card:hover .card__image {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25), 0 0px 17px rgba(0, 0, 0, 0.22);
}
.project-card i {
  color: #808080;
}
.project-card a {
  color: inherit;
}

.company-card__image {
  height: 50px;
  width: 50px !important;
  min-width: 50px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
}
.company-card:hover .company-card__image {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25), 0 0px 17px rgba(0, 0, 0, 0.22);
}
.company-card__head {
  display: flex;
  align-items: center;
}
.company-card__header {
  white-space: normal;
  display: inline-block;
  margin-left: 12px;
}
.company-card__chips {
  margin-top: 20px;
  white-space: normal;
}
.company-card__chip {
  height: 18px;
  background: #ededed;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: #787878;
  line-height: 2;
}
.company-card__text {
  white-space: normal;
  margin-top: 16px;
  color: #7f7f7f;
  font-size: 14px;
}
.company-card i {
  color: #808080;
}

.apart-card {
  width: 230px !important;
  min-width: 230px;
}
.apart-card a:hover {
  color: initial;
}
.apart-card__body {
  text-align: left;
  padding: 0;
  padding-top: 6px;
}
.apart-card__body .sub-header {
  font-size: 13px;
  color: #484848;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.apart-card__body .title {
  white-space: normal;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #455556;
}
.apart-card .main {
  position: relative;
}
.apart-card .main .price-panel {
  background: #1dadaf;
  position: absolute;
  right: 0;
  top: 0;
  color: whitesmoke;
  min-width: 140px;
  white-space: nowrap;
  padding: 0 16px;
  text-align: center;
  z-index: 10;
}
.apart-card .main .price-panel .price {
  font-weight: 600;
  font-size: 20px;
}

.card {
  border: none;
}

.img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 200px;
  transition: box-shadow 0.3s;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  z-index: 1;
  border: 1px solid #eee;
  color: #FFF;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.img:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15), 0 0px 17px rgba(0, 0, 0, 0.15);
}
.img-count {
  font-size: 84px;
  line-height: 84px;
}
.img-subheader {
  font-size: 18px;
}

.card-center {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.card-center-item {
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-center-green {
  color: #1dadaf;
  font-weight: 500;
  font-size: 14px;
}
.card-center-subtext {
  font-size: 14px;
  color: gray;
}
.card-center .br {
  border-right: 1px solid #eee;
}
.card-center .bl {
  border-left: 1px solid #eee;
}

.manat {
  width: 12px;
  height: 16px;
  margin-bottom: 1px;
  margin-right: 4px;
}

a {
  text-decoration: none;
  color: #3b4249;
}

.bullet {
  font-size: 20px;
  color: #777;
  color: #1dadaf;
}

.img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}

.investment-card .card__title {
  white-space: normal;
  margin-top: 12px;
}
.investment-card:hover .card__image {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25), 0 0px 17px rgba(0, 0, 0, 0.22);
}
.investment-card__price-icon {
  color: #c3e3fb;
}
.investment-card__percentage-icon {
  color: #b8e9e9;
  margin-left: 12px;
}
.investment-card__percentage, .investment-card__price {
  font-weight: 700;
  font-size: 17px;
  color: #818181;
  margin-left: 4px;
}
.investment-card__footer {
  margin-top: 10px;
}
.investment-card a {
  color: inherit;
}

.article-card {
  width: 230px !important;
  min-width: 230px;
}
.article-card a {
  text-decoration: none;
}
.article-card a:hover {
  color: initial;
}
.article-card__image {
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.25rem 0.25rem 0 0;
}
.article-card__image:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25), 0 0 17px rgba(0, 0, 0, 0.22);
}
.article-card__body--title, .article-card__body--subtitle {
  white-space: normal;
  padding: 2px;
}
.article-card__body--title span, .article-card__body--subtitle span {
  display: block;
}
.article-card__body--title span {
  margin-top: 4px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.article-card__body--subtitle span {
  font-size: 13px !important;
}
.article-card__categories {
  margin-top: 8px;
  margin-bottom: 12px;
}
.article-card__categories a, .article-card__categories span {
  color: #1dadaf !important;
  font-size: 12px;
  margin: 2px 9px 2px 0px;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #dffcf4;
  line-height: 20px;
  display: inline-block;
}
.article-card__categories a:hover {
  color: #24d8db !important;
}
.article-card__categories.small {
  margin-bottom: 8px;
}
.article-card__categories.small a {
  font-size: 11px;
}
.article-card__footer {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.article-card__footer--seen-icon {
  margin-right: 4px;
  color: #ccc !important;
  display: inherit;
}
.article-card__footer--seen-icon i {
  font-size: 20px !important;
}

.condo-card {
  border: none;
}
.condo-card__body {
  text-align: left;
  padding: 0;
  padding-top: 6px;
}
.condo-card__body--title {
  white-space: normal;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.condo-card__body--sub-header {
  font-size: 13px;
  color: #484848;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.condo-card__footer {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.condo-card__footer .date_ic {
  width: 18px;
  height: 18px;
}
.condo-card__footer .calendar-icon {
  font-size: 18px;
  color: gray;
}
.condo-card__footer .date {
  font-size: 12px;
  margin-left: 4px;
}
.condo-card__footer .area {
  font-weight: 500;
  font-size: 14px;
  color: #555852;
}
.condo-card__price-panel {
  background: #1dadaf;
  position: absolute;
  right: 0;
  bottom: 24px;
  color: white;
  min-width: 140px;
  border-radius: 3px 0 0 3px;
  white-space: nowrap;
  padding: 0 8px 0 8px;
  text-align: center;
}
.condo-card__price-panel .header {
  font-size: 13px;
  margin-bottom: -4px;
}
.condo-card__price-panel .ot {
  font-size: 13px;
}
.condo-card__price-panel .price {
  font-weight: 700;
}
.condo-card__img-top {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a {
  text-decoration: none;
  color: #3b4249;
}
a:hover {
  color: #606266;
}
a:hover .condo-card__img-top {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25), 0 0px 17px rgba(0, 0, 0, 0.22);
}

.condo-main {
  position: relative;
}

.manat {
  width: 14px;
  height: 14px;
  margin-bottom: 4px;
}

.fav-icon {
  width: 24px;
  height: 24px;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

.main-container .header-container {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.main-container .row-container {
  display: flex;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  overflow-x: auto;
  white-space: nowrap;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.main-container .row-container::-webkit-scrollbar {
  display: none;
}
.main-container h2 {
  font-weight: 600;
  color: #626363;
  margin: 0;
  line-height: 40px;
}
.main-container__item-container {
  scroll-snap-align: start;
  display: inline-block;
  padding: 0;
}
.main-container__item-container:last-child {
  margin-right: 0;
}
.main-container__item {
  width: 260px !important;
  min-width: 260px;
  margin-right: 10px !important;
}
.main-container__more-button {
  float: right;
  color: #8e959c;
  font-weight: 600;
  padding: 8px 4px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}
.main-container__more-button:hover {
  background: #f0f0f0;
  color: #8e959c;
}

@media only screen and (max-width: 991px) {
  .main-container__item-container {
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-container__item-container {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .main-container__item {
    margin: 0 16px !important;
  }
  .main-container .header-container {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 10px;
  }
  .main-container .row-container {
    overflow-x: auto;
  }
}
.card__image {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 2px;
}
.card__title {
  color: #636363;
  font-weight: 600;
}
.card__subtitle {
  color: #acacac;
  font-size: 12px;
}