

/* Start:/bitrix/templates/.default/components/bitrix/news/catalog/bitrix/news.list/section-elements/style.css?16892630924316*/
:root {
  --card-bg-transition-duration: 0.7s;
}

body,
html {
  overflow-x: hidden;
  /*overflow: hidden;*/
}

.section-elements__slider.swiper {
  overflow: visible;
}

.section-elements__slider .swiper-wrapper {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section-elements__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

.section-element {
  position: relative;

  background-color: var(--mm-grey-color);

  overflow: hidden;

  /*cursor: pointer;*/
}

.section-element::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-image: linear-gradient(
    180deg,
    rgba(24, 24, 24, 0.3) 0%,
    #181818 100%
  );
  z-index: 3;
  pointer-events: none;

  opacity: 0;

  transition: opacity var(--card-bg-transition-duration);
}

@media screen and (min-width: 769px) {
  .section-element:hover::before {
    opacity: 1;
  }
}

.section-element__inner {
  position: relative;

  height: 100%;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 25px 54px;
}
@media screen and (max-width: 768px) {
  .section-element__inner {
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;

    padding: 20px 15px;
  }
}

.section-element__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-image: var(--card-bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  z-index: 2;
  pointer-events: none;

  opacity: 0;
  transition: opacity var(--card-bg-transition-duration);
}
@media screen and (min-width: 769px) {
  .section-element:hover .section-element__inner::before {
    opacity: 1;
  }
}

.section-element__preview-image {
  width: 100%;
  height: 100%;

  min-width: 205px;
  min-height: 350px;

  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section-element__preview-image {
    max-width: 130px;
    max-height: 190px;
    min-width: 130px;
    min-height: 190px;

    align-self: center;
  }
}
@media screen and (max-width: 576px) {
  .section-element__preview-image {
    max-width: 90px;
    max-height: 150px;
    min-width: 90px;
    min-height: 150px;

    align-self: center;
  }
}

.section-element__info {
  position: absolute;
  left: 30px;
  bottom: -1px;

  z-index: 3;

  transform: translateY(100%);

  transition: transform var(--card-bg-transition-duration);
}
@media screen and (max-width: 768px) {
  .section-element__info {
    position: static;
    left: 0;
    top: 0;
    transform: translateY(0);

    width: 100%;

    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .section-element:hover .section-element__info {
    transform: translateY(-27px);
  }
}

.section-element__name {
  font-family: var(--heading-text-font-name), var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;

  text-transform: uppercase;

  color: var(--mm-white-color);

  margin: 3px 0;
}
@media screen and (max-width: 768px) {
  .section-element__name {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .section-element__name {
    font-size: 20px;
    line-height: 20px;
  }
}

.section-element__strength {
  margin: 8px 0 0;

  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .section-element__strength {
    font-size: 12px;
    line-height: 14px;
  }
}

.section-element__detail-button {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .section-element__detail-button {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;

    font-size: 16px;
    line-height: 19px;

    padding: 9px 15px 7px;
  }
}

.scrollbar-wrapper.container-1320 {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .scrollbar-wrapper {
    display: none;
  }
}

.section-elements__swiper-scrollbar.swiper-scrollbar {
  position: static;
  left: unset;
  width: 100%;
}
/** XLEB **/
h1.catalog-title-h {
  position: absolute;
  opacity: 0;
}
/** XLEB  END **/

/* End */
/* /bitrix/templates/.default/components/bitrix/news/catalog/bitrix/news.list/section-elements/style.css?16892630924316 */
