.ap-page-teasers__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.ap-page-teasers__col {
  display: block;
  padding: 0 12px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.ap-teaser-slider {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ap-teaser-slider__wrapper {
  height: 100% !important;
}
.ap-teaser-slider__item {
  height: 100% !important;
  overflow: hidden;
  position: relative !important;
}
.ap-teaser-slider__bg-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  background-size: cover;
  z-index: 0;
}
.ap-teaser-slider__bg-image.swiper-lazy {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.ap-teaser-slider__bg-image.swiper-lazy-loaded {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.ap-teaser-slider__pagination {
  display: none;
  width: auto !important;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5;
  padding: 0;
}
.ap-teaser-slider__pagination_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-teaser-slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 100%;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  background-color: transparent;
  border-radius: 0;
  height: auto;
  margin: 0 !important;
  opacity: 1 !important;
  position: relative;
}
.ap-teaser-slider__pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  margin: 8px 4px;
  border-radius: 1px;
}
.ap-teaser-slider__pagination .swiper-pagination-bullet:first-child:after {
  margin-left: 8px;
}
.ap-teaser-slider__pagination .swiper-pagination-bullet:last-child:after {
  margin-right: 8px;
}
.ap-teaser-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1 !important;
}
.ap-teaser-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  background-color: #ff0000;
}

.ap-page-market .ap-pagination {
  padding-top: 24px;
}
.ap-page-market .ap-page__header {
  width: 100%;
  max-width: 880px;
  text-align: center;
  margin: 0 auto 48px;
}
.ap-page-market .ap-page__title {
  margin-bottom: 0;
}
.ap-page-market .ap-page__subtitle {
  color: #ff0000;
}
.ap-page-market .ap-page__title-desc {
  font-size: 17px;
  line-height: 1.3;
  margin: 8px 0 0 0;
  color: #999999;
}
.ap-page-market .ap-content-top-panel {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .ap-page-teasers__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .ap-page-market .ap-content-top-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .ap-page-market .ap-plus-action-link {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
@media (max-width: 640px) {
  .ap-page-teasers__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.ap-market-filter__btn {
  display: none;
  border: 1px solid #ff0000;
  background-color: #ff0000;
  color: #ffffff;
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.ap-market-filter__btn:hover {
  background-color: #e30000;
}
.ap-market-filter__reset {
  background-color: #fff;
  border-color: #999;
  color: #999;
}
.ap-market-filter__reset:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ap-market-filter-form {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto 40px auto;
}

.ap-market-filter-slider {
  padding: 0 56px;
  position: relative;
}
.ap-market-filter-slider__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-market-filter-slider__item {
  width: 120px;
}
.ap-market-filter-slider__item:last-child {
  margin-right: 0 !important;
}
.ap-market-filter-slider .ap-slider-arrow {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 60px;
  margin-top: -16px;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.24s, background-color 0.24s;
  -o-transition: border-color 0.24s, background-color 0.24s;
  transition: border-color 0.24s, background-color 0.24s;
}
.ap-market-filter-slider .ap-slider-arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  -webkit-transition: border-color 0.24s;
  -o-transition: border-color 0.24s;
  transition: border-color 0.24s;
}
.ap-market-filter-slider .ap-slider-arrow:hover {
  border-color: #000000;
}
.ap-market-filter-slider .ap-slider-arrow:hover:before {
  border-color: #000000;
}
.ap-market-filter-slider .ap-slider-arrow_prev {
  left: 0;
}
.ap-market-filter-slider .ap-slider-arrow_prev:before {
  left: 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ap-market-filter-slider .ap-slider-arrow_next {
  right: 0;
}
.ap-market-filter-slider .ap-slider-arrow_next:before {
  right: 5px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.ap-market-filter-slider .ap-slider-arrow.swiper-button-lock {
  display: none;
}

.ap-market-filter-item {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
}
.ap-market-filter-item input {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 9px;
  border: 0;
  background: none;
  outline: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}
.ap-market-filter-item input:checked + .ap-market-filter-item__img {
  position: relative;
  border: 2px solid #ff0000;
}
.ap-market-filter-item input:checked + .ap-market-filter-item__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
}
.ap-market-filter-item__img {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 12px;
}
.ap-market-filter-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-market-filter-item__title {
  display: block;
}
.ap-market-filter-item__title b {
  display: block;
}
.ap-market-filter-item__count {
  display: block;
  color: #999999;
  margin-top: 2px;
}
.ap-market-filter-item__count:before, .ap-market-filter-item__count:after {
  font-size: 12px;
  content: " - ";
}
.ap-market-filter-item__count_double:before, .ap-market-filter-item__count_double:after {
  content: normal;
}
.ap-market-filter-item__count-current {
  color: #000000;
}
.ap-market-teaser {
  position: relative;
  width: 100%;
  background: #fff;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.ap-market-teaser:before {
  content: "";
  display: block;
  height: 4px;
  background-color: #000000;
  margin-bottom: 1px;
}
.ap-market-teaser__link, .ap-market-teaser__container {
  display: block;
  position: relative;
  text-decoration: none !important;
  height: 100%;
}
.ap-market-teaser__bg-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  background-size: cover;
  z-index: 0;
}
.ap-market-teaser__bg-image.swiper-lazy {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.ap-market-teaser__bg-image.swiper-lazy-loaded {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.ap-market-teaser__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 95%;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.ap-market-teaser__image:before {
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0000));
  background-image: -o-linear-gradient(top, #000000, #0000);
  background-image: linear-gradient(to bottom, #000000, #0000);
  opacity: 0.6;
}
.ap-market-teaser__image img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 10s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-market-teaser__image:hover img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ap-market-teaser__image.show_sq img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-height: 100%;
  max-width: 100%;
}
.ap-market-teaser__image.show_sq a:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ap-market-teaser__code {
  display: block;
  position: absolute;
  z-index: 5;
  bottom: auto;
  top: 12px;
  left: 12px;
  right: 12px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.025em;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
.ap-market-teaser__views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: absolute;
  z-index: 5;
  right: 12px;
  top: 12px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}
.ap-market-teaser__views-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #999999;
}
.ap-market-teaser__favorite-icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.ap-market-teaser__favorite-icon:last-child {
  fill: #ffff00;
  display: none;
}
.ap-market-teaser__favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  height: 26px;
  position: absolute;
  z-index: 5;
  right: 12px;
  top: 12px;
  border: none;
  background: none;
  padding: 0;
}
.ap-market-teaser__favorite:hover .ap-market-teaser__favorite-icon {
  fill: #ffff00;
}
.ap-market-teaser__favorite_active {
  fill: #ffff00;
}
.ap-market-teaser__favorite_active:first-child {
  display: none;
}
.ap-market-teaser__favorite_active:last-child {
  display: block;
}
.ap-market-teaser__caption {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  padding: 20px 20px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: center;
}
.ap-market-teaser__caption p {
  margin: 0;
}
.ap-market-teaser__author {
  margin: 0;
  display: block;
  color: #999999;
}
.ap-market-teaser__title {
  display: block;
  color: #000000;
  font-weight: 700;
}
.ap-market-teaser__like-counter {
  display: block;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.ap-market-teaser__like-icon {
  display: block;
  width: 28px;
  height: 26px;
  fill: #000000;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.ap-market-teaser__like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  height: 26px;
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 22px;
  border: none;
  background: none;
  padding: 0;
  font-weight: 700;
}
.ap-market-teaser__like:hover .ap-market-teaser__like-icon {
  fill: #ffa0a2;
}
.ap-market-teaser__like_active {
  fill: #ff0000;
}
.ap-market-teaser__like_active:hover .ap-market-teaser__like-icon {
  fill: #ff0000;
}
.ap-market-teaser__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ap-market-teaser__price-actual {
  display: block;
  color: #999999;
}
.ap-market-teaser__price-old {
  display: block;
  -webkit-text-decoration: line-through #ff0000;
          text-decoration: line-through #ff0000;
}
.ap-market-teaser__price-individua {
  display: block;
}
.ap-market-teaser:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .ap-market-filter-slider {
    padding-left: 0;
    padding-right: 0;
    margin-left: -28px;
    margin-right: -28px;
  }
  .ap-market-filter-slider .ap-slider-arrow {
    display: none;
  }
  .ap-market-filter-slider__container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 768px) {
  .ap-page-market .ap-page__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .ap-page-market .ap-page__title-desc {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .ap-market-filter-form {
    margin-bottom: 24px;
  }
}