

/* Start:/local/templates/basf_new/components/bitrix/news.list/webinars/style.css?17707131624102*/
.webinars {
  overflow: hidden;
}
.webinars__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.webinars__title {
  margin: 0;
  font-weight: 400 !important;
  padding: 24px 0 4px 0;
}
@media (min-width: 768px) {
  .webinars__title {
    padding: 24px 0 24px 0;
  }
}
@media (min-width: 1440px) {
  .webinars__title {
    padding: 23.5px 0 23.5px 0;
  }
}
@media (min-width: 768px) {
  .webinars__title {
    padding: 32px 0 32px 0;
  }
}
.webinars__slider {
  gap: 24px;
}
.webinars__swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  position: relative;
}
.webinars__swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}
.webinars__swiper .swiper-slide {
  width: 300px !important;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  align-items: flex-start;
  text-align: left;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.webinars__swiper .swiper-slide:hover {
  transform: scale(0.99);
}
.webinars__swiper .swiper-slide .product-card:hover {
  transform: none;
  box-shadow: none;
}
.webinars__swiper-scrollbar {
  margin-top: 24px;
  height: 6px;
  border: 1px solid #ededed;
  border-radius: 31px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .webinars__swiper-scrollbar {
    margin-top: 48px;
  }
}
.webinars__swiper-scrollbar .swiper-scrollbar-drag {
  background: #65ac1e;
  border-radius: 31px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.webinars__media,
.webinars__video__wrapper {
  position: relative;
  width: 300px;
  height: 169px;
  border-radius: 12px;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #ededed;
}
.webinars__media._16x9,
.webinars__video__wrapper._16x9 {
  padding-top: 0;
}
.webinars__media iframe,
.webinars__media img,
.webinars__video__wrapper iframe,
.webinars__video__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.webinars__media::after,
.webinars__video__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.webinars__caption {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.webinars__caption--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.webinars__caption--icon {
  width: 24px;
  align-self: center;
}
.webinars__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.webinars__meta-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.webinars__meta-icon {
  width: 20px;
  height: 20px;
  color: #747474;
}
@media (min-width: 768px) {
  .webinars__meta {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .webinars .swiper-slide {
    width: 416px !important;
  }
  .webinars__media,
  .webinars__video__wrapper {
    width: 416px;
    height: 234px;
    border: none;
    border-color: #ededed;
  }
  .webinars__meta {
    gap: 24px;
  }
}
@media (min-width: 1920px) {
  .webinars__caption--icon {
    width: 32px;
  }
  .webinars .swiper-slide {
    width: 576px !important;
  }
  .webinars__media,
  .webinars__video__wrapper {
    width: 576px;
    height: 324px;
  }
  .webinars__meta {
    gap: 26px;
  }
  .webinars__meta-time {
    gap: 10px;
  }
  .webinars__meta-icon {
    width: 24px;
    height: 24px;
  }
}
#webinars-upcoming {
  padding: 24px 0 24px 0;
}
@media (min-width: 768px) {
  #webinars-upcoming {
    padding: 8px 0 48px 0;
  }
}
@media (min-width: 1440px) {
  #webinars-upcoming {
    padding: 24px 0 24px 0;
  }
}
@media (min-width: 1920px) {
  #webinars-upcoming {
    padding: 0 0 60px 0;
  }
}
#webinars-past {
  padding: 24px 0 24px 0;
}
@media (min-width: 768px) {
  #webinars-past {
    padding: 8px 0 48px 0;
  }
}
@media (min-width: 1440px) {
  #webinars-past {
    padding: 24px 0 24px 0;
  }
}
@media (min-width: 1920px) {
  #webinars-past {
    padding: 0;
  }
}

/* End */
/* /local/templates/basf_new/components/bitrix/news.list/webinars/style.css?17707131624102 */
