.advertise-area {
  display: flex;
  margin-top: 72px;
  justify-content: space-between;
}
.advertise-area-left {
  max-width: 700px;
  flex: 1;
}
.main-photo {
  width: 100%;
  aspect-ratio: 13/10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-photo img {
  width: 100%;
}
.secundary-photos {
  width: 100%;
  display: flex;
  justify-content: start;
  margin-top: 24px;
}
.secundary-image {
  width: 24%;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.secundary-image img {
  width: 100%;
  opacity: .5;
}
.thumbnail:hover, .thumbnail.active {
  opacity: 1;
}
.advertise-area-right {
  margin-left: 100px;
}
.categories-state {
  display: none;
  color: #96a3ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
.advertise-page-title {
  color: #3c4952;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}
.advertise-page-date {
  color: #96a3ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  margin-top: 8px;
}
.advertise-page-price {
  color: #5c7bfa;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-top: 24px;
}
.contact {
  display: flex;
  margin-top: 24px;
  align-items: center;
}
.contact img {
  margin-right: 4px;
}
.contact-text {
  color: #3dae60;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}
.negociable {
  color: #96a3ab;
  font-size: 10px;
  font-weight: 400;
  line-height: 22.4px;
}
.advertise-page-text {
  max-width: 392px;
  width: 100%;
  color: #96a3ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  margin-top: 28px;
}
.get-touch {
  max-width: 256px;
  width: 100%;
  aspect-ratio: 4/1;
  background-color: #5c7bfa;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border: 0;
  cursor: pointer;
  margin-top: 44px;
}
.views {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.views img {
  margin-right: 8px;
}
.views-text {
  color: #96a3ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
@media (max-width: 1280px) {
  .advertise-area-right {
    margin-left: 75px;
  }
}
@media (max-width: 1024px) {
  .advertise-area-right {
    margin-left: 50px;
  }
  .categories-state {
    font-size: 14px;
  }
  .advertise-page-title {
    font-size: 28px;
  }
  .advertise-page-date {
    font-size: 14px;
  }
  .advertise-page-price {
    font-size: 32px;
    margin-top: 16px;
  }
  .contact {
    margin-top: 16px;
  }
  .contact-text {
    font-size: 16px;
  }
  .advertise-page-text {
    max-width: 300px;
    font-size: 14px;
  }
  .get-touch {
    max-width: 200px;
    margin-top: 32px;
  }
  .views-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .advertise-area-right {
    margin-left: 40px;
  }
  .categories-state {
    font-size: 12px;
  }
  .advertise-page-title {
    font-size: 20px;
  }
  .advertise-page-date {
    font-size: 12px;
  }
  .advertise-page-price {
    font-size: 24px;
    margin-top: 12px;
  }
  .contact {
    margin-top: 12px;
  }
  .contact-text {
    font-size: 12px;
  }
  .advertise-page-text {
    max-width: 250px;
    font-size: 12px;
    margin-top: 16px;
  }
  .get-touch {
    max-width: 150px;
    margin-top: 24px;
    font-size: 14px;
  }
  .views{
    margin-top: 16px;
  }
  .views-text {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .advertise-area {
    flex-direction: column;
  }
  .advertise-area-left {
    width: 90%;
    margin: 0 auto;
  }
  .main-photo {
    width: 100%;
  }
  .secundary-photos img {
    width: 72px;
    height: 72px;
  }
  .advertise-area-right {
    margin-left: 40px;
    margin-top: 32px;
  }
  .categories-state,
  .advertise-page-date {
    font-size: 12px;
  }
  .advertise-page-title {
    font-size: 20px;
  }
  .advertise-page-price {
    font-size: 24px;
  }
  .advertise-page-text {
    width: 313px;
    font-size: 12px;
  }
  .get-touch {
    width: 335px;
  }
  .views-text {
    font-size: 12px;
  }
}
