.node--type-slide.node--view-mode-mobile {
  position: relative;
  height: auto !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.node--type-slide.node--view-mode-mobile .node__background {
  display: none;
}

@media (max-width: 979.98px) {
  .node--type-slide.node--view-mode-mobile .node__background {
    display: block;
  }
}

.node--type-slide.node--view-mode-mobile .node__link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Слайд с текстом */
@media (max-width: 979.98px) {
  .node--type-slide.node--view-mode-mobile.node--with-the-text .node__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
  }

  .node--type-slide.node--view-mode-mobile.node--with-the-text .node__background .field,
  .node--type-slide.node--view-mode-mobile.node--with-the-text .node__background .field__item {
    height: 100%;
  }

  .node--type-slide.node--view-mode-mobile.node--with-the-text .node__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.node--type-slide.node--view-mode-mobile.node--with-the-text .node__box {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  z-index: 0;
}

.node--type-slide.node--view-mode-mobile.node--with-the-text .node__box::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.node--type-slide.node--view-mode-mobile.node--with-the-text .node__title {
  margin-bottom: 100px;
  font-size: 3.25rem;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .node--type-slide.node--view-mode-mobile.node--with-the-text .node__title {
    font-size: 2rem;
  }
}

.node--type-slide.node--view-mode-mobile.node--with-the-text .node__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  border-bottom: 1px solid #fff;
  z-index: 3;
  left: calc(50% - 100px);
  bottom: -50px;
}

.node--type-slide.node--view-mode-mobile.node--with-the-text .node__content {
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.node--type-slide.node--view-mode-mobile.node--with-the-text .node__body {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .node--type-slide.node--view-mode-mobile.node--with-the-text .node__body {
    font-size: 1.2rem;
  }
}
