.search-page .best-offers__item{
	max-width: 270px !important;
	margin: 0 auto;
	margin-bottom: 30px;
}
body .best-offers__price_2{
    display: none;
    padding: 15.5px!important;

}

.best-offers__price_n {
    position: absolute;
    top: 16px;
    left: 23px;
    z-index: 3;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    min-width: 165px;
    padding: 12px 0;
    justify-content: center;
    gap: 0 5px;
    font-weight: 300;
    font-size: 14px;
    color: #585865;
}


.best-offers__price_n span {
    font-weight: 700;
    font-size: 20px;
    color: #212128;
}


.best-offers__top{
  width: 100%;
  min-height: 248px;
}

@media(min-width: 1500px){
  .best-offers__top{  
    min-height: 303.38px;
  }
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #000000;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.loader,
.loader:before,
.loader:after {
  background: #000000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 4px;
  height: 5px;
}
.loader {
  color: #000000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 5px;
  }
  40% {
    box-shadow: 0 -2em;
    height: 6px;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 5px;
  }
  40% {
    box-shadow: 0 -2em;
    height: 6px;
  }
}



#loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0,0,0,.3);
  border-radius: 50%;
  border-top-color: #000000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}