.promo {
  background-image: url("/sites/all/themes/vesta_theme/image/promo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 2%;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .promo {
    padding-top: 6.25rem;
    gap: 2rem;
  }
}
.promo__inner {
  grid-column: 2 / 3;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 1600px) {
  .promo__inner {
    grid-row: 2 / 3;
  }
}
.promo .views-row {
  min-height: 41rem;
  display: flex;
  flex-direction: column;
}
.promo .views-row .node--type-slide {
  flex-grow: 1;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1600px) {
  .promo .views-row .node--type-slide {
    padding-top: 0;
  }
}
.promo__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.promo .field--name-field-vtoroy-zagolovok {
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .promo .field--name-field-vtoroy-zagolovok {
    font-size: 1.8rem;
  }
}
.promo .field--name-field-slogan {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .promo .field--name-field-slogan {
    font-size: 1rem;
  }
}
.promo .field--name-field-orden {
  height: 7.68rem;
  width: auto;
}
.promo .field--name-field-tekst {
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .promo .field--name-field-tekst {
    font-size: 1rem;
  }
}
.promo button.slick-arrow {
  display: none !important;
}
.promo ul.slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.promo ul.slick-dots li {
  width: 1rem;
  height: 1rem;
  max-height: none;
  max-width: none;
}
.promo ul.slick-dots li button {
  width: 1rem;
  height: 1rem;
  max-height: none;
  max-width: none;
  background-color: #fff;
}
.promo ul.slick-dots li.slick-active button {
  background-color: transparent;
  outline: 0.25rem solid #fff;
  outline-offset: -0.25rem;
}
.promo .slick-track {
  display: flex !important;
}
.promo .slick-slide {
  height: inherit !important;
  margin: 0 2rem;
}
.promo .slick-list {
  margin: 0 -2rem;
}
.promo__mother {
  grid-column: 3 / 4;
}
@media screen and (max-width: 1600px) {
  .promo__mother {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-self: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .promo__mother {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.promo__mother-img {
  border-radius: 2.5rem;
  max-width: 15.06rem;
  width: 75%;
  aspect-ratio: 1 / 1.5;
  background-color: #ecdbd2;
  background-image: url("/sites/all/themes/vesta_theme/image/mother.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
}
@media screen and (max-width: 1600px) {
  .promo__mother-img {
    width: 15rem;
  }
}
@media screen and (max-width: 992px) {
  .promo__mother-img {
    border-radius: 1.5rem;
  }
}
.promo-center__top {
  border-radius: 1.12rem;
  background-color: #c31d27;
  padding: 1.25rem 2.5rem 1.6rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 992px) {
  .promo-center__top {
    padding: 1.2rem 1.5rem;
  }
}
.promo-center__bottom {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1.44rem;
  padding: 2.12rem 1.62rem;
}
@media screen and (max-width: 992px) {
  .promo-center__bottom {
    padding: 2rem 1.5rem;
  }
}
.promo-center__wrapper {
  display: flex;
  align-items: flex-end;
  column-gap: 1.625rem;
}
@media screen and (max-width: 992px) {
  .promo-center__wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.promo-center__wrapper h2 {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .promo-center__wrapper h2 {
    font-size: 2.3rem;
  }
}
