

/* Start:/services/style.css?17707131634644*/
.webinars {
    overflow: hidden
}

.webinars__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.webinars__title {
    margin: 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: 308px !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 .3s ease, box-shadow .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: 48px;
    height: 6px;
    border: 1px solid #ededed;
    border-radius: 31px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.webinars__swiper-scrollbar .swiper-scrollbar-drag {
    background: #65ac1e;
    border-radius: 31px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform .3s ease
}

.webinars__video__wrapper {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden
}

.webinars__video__wrapper._16x9 {
    padding-top: 56.25%
}

.webinars__video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.webinars__caption {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column
}

.webinars__caption--title {
    display: flex;
    justify-content: space-between
}

.webinars__caption--icon {
    width: 24px;
    align-self: center
}

@media(min-width: 1440px) {
    .webinars .swiper-slide {
        width: 424px !important
    }
}

@media(min-width: 1920px) {
    .webinars__caption--icon {
        width: 32px
    }

    .webinars .swiper-slide {
        width: 618px !important
    }
}

.services__container {
    margin: 16px 0
}

.services__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    height: 458px;
    grid-template-rows: 1fr 1fr
}

.services__content--end {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
    grid-template-rows: 1fr 1fr
}

.services__card__title {
    opacity: .5
}

.services__card__header {
    display: flex;
    gap: 8px
}

.services__card {
    height: 100%;
    border-radius: 24px
}

.services__card--radial::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 24px;
    pointer-events: none;
    z-index: 0
}

.services__card__description {
    backdrop-filter: blur(27px);
    padding: 24px 32px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.services__card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 24px;
    box-sizing: border-box
}

.services__card__text {
    white-space: pre-line
}

@media(min-width: 768px) {
    .services__content {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        height: 224px
    }

    .services__content--end {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr
    }
}

@media(min-width: 1440px) {
    .services__header {
        font-size: 72px
    }

    .services__content {
        grid-template-columns: 146fr 74fr;
        height: 360px
    }

    .services__content--end {
        grid-template-columns: 1fr 1fr
    }

    .services__card__content {
        padding: 32px;
        justify-content: flex-start;
        gap: 24px
    }

    .services__card__description {
        width: -moz-fit-content;
        width: fit-content
    }

    .services__container {
        margin: 40px 0
    }

    .services__card__text {
        white-space: normal;
        width: 456px;
        display: block
    }

    .services__card__text--custom {
        width: 308px
    }
}

@media(min-width: 1920px) {
    .services__content {
        height: 496px
    }

    .services__header {
        font-size: 80px
    }

    .services__card__text {
        white-space: normal;
        width: 465px;
        display: block
    }

    .services__card__text--custom {
        width: 400px
    }
}
/* End */


/* Start:/local/templates/basf_new/components/bitrix/news.list/services_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 */
/* /services/style.css?17707131634644 */
/* /local/templates/basf_new/components/bitrix/news.list/services_webinars/style.css?17707131624102 */
