

/* Start:/bitrix/templates/atp-cn/css/delivery.css?1758181568988*/
/* Стили dewlivery */

.section.loading,
.section.delivery {
  background-color: #efefef;
}

.loading__list {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.loading-card {
  display: flex;
  gap: 24px;
  align-items: center;
}

.loading-card__icon {
  display: flex;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.loading-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.loading-card__title {
  font-size: var(--font-text-medium);
  font-family: var(--accent-font);
  font-weight: 600;
  line-height: 120%;
}

.customs-clearance {
  text-align: center;
}

.customs-clearance_btn {
  margin-top: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .loading__list {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }

  .loading-card {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .loading-card__icon {
    width: 40px;
    height: 40px;
  }
}
/* End */


/* Start:/bitrix/templates/atp-cn/components/bitrix/news.list/hero_slider/style.css?1757290015583*/
.hero {
  position: relative;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(5px) brightness(50%);
  z-index: 0;
}

.hero__container.swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.hero__image {
  position: relative;
  z-index: 2;
  display: block;
}

.arrow-link {
  position: absolute;
  animation: arrow-bounce 2s infinite ease-in-out;
  bottom: clamp(32px, 5vw, 100px);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
/* End */


/* Start:/bitrix/templates/atp-cn/components/bitrix/news.list/delivery_slider/style.css?1757290015857*/
.delivery__slider-wrapper {
  align-self: center;
  max-width: 100%;
  margin-top: 32px;
}

.swiper {
  margin-right: 0;
  margin-left: 0;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color);
}

.swiper-button-prev::after {
  animation: arrow-bounce-left 2s infinite ease-in-out;
}

.swiper-button-next {
  animation: arrow-bounce-right 2s infinite ease-in-out;
}

.delivery__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  max-width: 400px;
}
/* End */


/* Start:/bitrix/templates/atp-cn/components/bitrix/news.list/video_slider/style.css?1757290015725*/
.swiper {
  margin-right: 0;
  margin-left: 0;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color);
}

.swiper-button-prev::after {
  animation: arrow-bounce-left 2s infinite ease-in-out;
}

.swiper-button-next {
  animation: arrow-bounce-right 2s infinite ease-in-out;
}

.videoiframe {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoiframe iframe {
  aspect-ratio: 9 / 16;
  height: 100%;
  width: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
/* End */
/* /bitrix/templates/atp-cn/css/delivery.css?1758181568988 */
/* /bitrix/templates/atp-cn/components/bitrix/news.list/hero_slider/style.css?1757290015583 */
/* /bitrix/templates/atp-cn/components/bitrix/news.list/delivery_slider/style.css?1757290015857 */
/* /bitrix/templates/atp-cn/components/bitrix/news.list/video_slider/style.css?1757290015725 */
