.ap-page__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ap-page__container {
    padding: 0 20px;
  }
}

.ap-page__title {
  font-family: "Fixel Display", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #04083a;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .ap-page__title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 24px;
  }
}

.ap-page__empty {
  color: #7a7d98;
  font-size: 15px;
  padding: 60px 0;
  text-align: center;
}

.ap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .ap-grid {
    grid-template-columns: 1fr;
  }
}

.ap-card {
  min-width: 0;
}

.ap-card__img {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 364px;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .ap-card__img {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .ap-card__img {
    height: 200px;
  }
}
.ap-card__img .ap-card__img-track,
.ap-card__img .ap-card__img-slide {
  height: 100%;
}
.ap-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ap-card__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.ap-card__nav:active {
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1025px) {
  .ap-card__nav:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}
.ap-card__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.ap-card__nav--prev {
  left: 12px;
  transform: translateY(-50%) rotate(180deg);
}
.ap-card__nav--next {
  right: 12px;
}
.ap-card__nav svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .ap-card__nav {
    width: 40px;
    height: 40px;
  }
  .ap-card__nav--prev {
    left: 8px;
  }
  .ap-card__nav--next {
    right: 8px;
  }
  .ap-card__nav svg {
    width: 20px;
    height: 20px;
  }
}

.ap-card__body {
  padding: 24px 0 0;
}

.ap-card__title,
.ap-old-fleet__title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.48px;
  color: #04083a;
  margin: 0 0 16px;
}

.ap-card__desc,
.ap-old-fleet__desc {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(4, 8, 58, 0.52);
  margin: 0 0 20px;
}

.ap-card__specs-wrap {
  margin-top: 20px;
}

.ap-card__specs-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0b70cf;
  list-style: none;
}
.ap-card__specs-toggle::-webkit-details-marker {
  display: none;
}
.ap-card__specs-toggle::marker {
  content: "";
}
.ap-card__specs-toggle:focus-visible {
  outline: 2px solid #0b70cf;
  outline-offset: 4px;
}
.ap-card__specs-toggle:active {
  color: rgb(8.8, 89.6, 165.6);
}
@media screen and (min-width: 1025px) {
  .ap-card__specs-toggle:hover {
    color: rgb(8.8, 89.6, 165.6);
  }
}
.ap-card__specs-toggle svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.ap-card__specs-wrap[open] .ap-card__specs-toggle svg {
  transform: rotate(180deg);
}

.ap-card__specs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ap-card__spec {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.ap-card__spec svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #0b70cf;
  margin-top: 1px;
}
.ap-card__spec span {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7d98;
}

.ap-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .ap-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.block__autopark .ap-stats + * {
  margin-top: 0;
}

.ap-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  background: #fff;
  border: 1px solid #a7ccee;
  border-radius: 8px;
  gap: 6px;
  text-align: center;
}

.ap-stat__value {
  font-family: "Fixel Display", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #0b70cf;
}

.ap-stat__label {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgba(4, 8, 58, 0.52);
}

.ap-intro {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(4, 8, 58, 0.52);
  margin-bottom: 40px;
  max-width: 800px;
}

.ap-section-title {
  font-family: "Fixel Display", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #04083a;
  text-align: center;
  margin: 80px 0 40px;
}
@media screen and (max-width: 1024px) {
  .ap-section-title {
    font-size: 28px;
    line-height: 1.2;
    margin: 60px 0 28px;
  }
}

.ap-old-fleet {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.ap-old-fleet__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ap-old-fleet__gallery {
  position: relative;
}
.ap-old-fleet__gallery:not(.swiper) .ap-old-fleet__gallery-track {
  display: flex;
  gap: 16px;
}
.ap-old-fleet__gallery .ap-old-fleet__gallery-slide {
  height: 307px;
  border-radius: 4px;
  overflow: hidden;
}
.ap-old-fleet__gallery .ap-old-fleet__gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ap-old-fleet__gallery:not(.swiper) .ap-old-fleet__gallery-slide {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .ap-old-fleet__gallery .ap-old-fleet__gallery-track {
    height: 220px;
  }
  .ap-old-fleet__gallery .ap-old-fleet__gallery-slide {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .ap-old-fleet__gallery .ap-old-fleet__gallery-track {
    height: 180px;
  }
  .ap-old-fleet__gallery .ap-old-fleet__gallery-slide {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .ap-old-fleet__gallery:not(.swiper) .ap-old-fleet__gallery-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .ap-old-fleet__gallery:not(.swiper) .ap-old-fleet__gallery-slide {
    flex: 0 0 200px;
    scroll-snap-align: start;
  }
  .ap-old-fleet__gallery:not(.swiper) .ap-old-fleet__gallery-slide:only-child {
    flex: 1 1 100%;
  }
}

.ap-old-fleet__gallery.swiper {
  overflow: hidden;
  width: 100%;
}

.ap-old-fleet__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.ap-old-fleet__nav:active {
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1025px) {
  .ap-old-fleet__nav:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}
.ap-old-fleet__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.ap-old-fleet__nav--prev {
  left: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.ap-old-fleet__nav--next {
  right: 16px;
}
@media screen and (max-width: 1024px) {
  .ap-old-fleet__nav {
    width: 48px;
    height: 48px;
  }
  .ap-old-fleet__nav svg {
    width: 24px;
    height: 24px;
  }
}

.ap-old-fleet__body {
  min-width: 0;
}
