.ofr-sl {
  margin-top: -20px;
  padding-top: 20px;
}
@media (max-width: 1023.98px) {
  .ofr-sl {
    margin-top: -15px;
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .ofr-sl {
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }
}
.ofr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  height: auto;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .ofr-item {
    gap: 14px;
  }
}
@media (max-width: 767.98px) {
  .ofr-item {
    width: 332px;
  }
}
@media (hover: hover) {
  .ofr-item:hover .ofr-item-pict__wrap {
    height: calc(100% + 40px);
  }
}
@media (hover: hover) and (max-width: 1023.98px) {
  .ofr-item:hover .ofr-item-pict__wrap {
    height: calc(100% + 30px);
  }
}
.ofr-item-pict {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 133.3%;
}
@media (max-width: 1023.98px) {
  .ofr-item-pict {
    padding-bottom: 132.93%;
  }
}
@media (max-width: 767.98px) {
  .ofr-item-pict {
    padding-bottom: 133.434%;
  }
}
.ofr-item-pict__wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateY(-50%);
  transition: height var(--anim150);
  background-color: #ffffff;
}
.ofr-item-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ofr-item-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
  width: 100%;
}
.ofr-item__title {
  font: 400 24px/1.2 var(--secfont);
}
.ofr-item__brand {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.ofr-item-price {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  font-size: 16px;
  line-height: 1.3;
}
.ofr-item-price__old {
  text-decoration: line-through;
  color: var(--seryy);
}
.ofr-item-price__new {
  color: var(--krasnyy);
}
.ofr-nav {
  top: 190px;
}
@media (max-width: 1023.98px) {
  .ofr-nav {
    top: 145px;
  }
}
@media (max-width: 767.98px) {
  .ofr-nav {
    display: none !important;
  }
}