.apartment-assortment-price {
  font-family: "Roboto Condensed";
}

.chosen-apartment-price {
  font-family: "Roboto Condensed";
}

.site-footer {
  margin-top: -50px;
  background-color: rgba(0,0,0,0.4);
  font-family: "Roboto Condensed";
}

.make-viewing-appointment {
  font-family: "Roboto Condensed";
}

.active-property-item {
  border: 1px solid #0b6557;
}

.scroll-button-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  cursor: pointer;
}

.scroll-button-fixed IMG {
  height: 32px;
}

.normal-view {
  width:  65px;
  height: 65px;

  background: #0b6567;
  left:   0;
  right:  0;
  margin: 0 auto;  
}

.scroll-button-fixed.normal-view:hover {
  background-color: #048080;
}

.scroll-button-fixed.folded-view {
  width:  1px;
  height: 1px;
  
  transition: 0s;
  transform: none;
  
  background: none;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .scroll-button-fixed.normal-view {
    width: 51px;
    height: 51px;
  }
  
  .scroll-button-fixed IMG {
    height: 28px;
  }
}

@media screen and (max-width: 992px) {
  .scroll-button-fixed.normal-view {
    width: 36px;
    height: 36px;
  }
     
  .scroll-button-fixed IMG {
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .scroll-button-fixed.normal-view {
    width: 31px;
    height: 31px;
  }

  .scroll-button-fixed img {
    height: 18px;
  }
}

.make-viewing-form input.required:-webkit-autofill  {
  background-color: transparent;
  color: white;
  -webkit-text-fill-color: white;
  border: 0;
  border-bottom: 1px solid white;
 -webkit-box-shadow: 0 0 0px 1000px #0b6567 inset; 
}