.title-carusel {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 680px;
  position: relative;
  border-radius: 20px;
}
.title-carusel_group {
  background-color: rgba(105, 166, 88, 0.15);
  align-items: flex-end;
  height: 600px;
}
@media (max-width: 1024px) {
  .title-carusel {
    height: 500px;
  }
  .title-carusel_group {
    background-color: rgba(105, 166, 88, 0.15);
    align-items: flex-start;
    height: 600px;
    padding: 20px;
  }
}
.title-carusel_group--green {
  background-color: rgba(105, 166, 88, 0.15);
}
.title-carusel_group--blue {
  background-color: rgba(39, 142, 179, 0.15);
}
.title-carusel_group--violet {
  background-color: rgba(167, 144, 245, 0.15);
}
.title-carusel_group--mint {
  background-color: rgba(109, 200, 184, 0.15);
}
.title-carusel_group--orange {
  background-color: rgba(245, 122, 85, 0.15);
}
@media (max-width: 768px) {
  .title-carusel {
    height: 450px;
    padding: 15px;
  }
  .title-carusel-color-white {
    background-color: #fff;
  }
  /* .title-carusel_group {
    background-color: rgba(105, 166, 88, 0.15);
  } */
}
@media (max-width: 480px) {
  .title-carusel_group {
    height: 400px;
  }
}

.title-carusel-img {
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    /* Полупрозрачный черный слой */ url('../new-media/title-carusel.jpg') 35%
      50% / 140% no-repeat; /* Изображение фона */
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .title-carusel-img {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      /* Полупрозрачный черный слой */ url('../new-media/title-carusel.jpg') 35%
        50% / 140% no-repeat; /* Изображение фона */
  }
}
@media (max-width: 768px) {
  .title-carusel-img {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      /* Полупрозрачный черный слой */ url('../new-media/title-carusel.jpg') 80%
        50% / 140% no-repeat; /* Изображение фона */
  }
}
@media (max-width: 600px) {
  .title-carusel-img {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      /* Полупрозрачный черный слой */ url('../new-media/title-carusel.jpg') 75%
        50% / 190% no-repeat; /* Изображение фона */
  }
}
@media (max-width: 480px) {
  .title-carusel-img {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      /* Полупрозрачный черный слой */ url('../new-media/title-carusel.jpg') 70%
        50% / 230% no-repeat; /* Изображение фона */
  }
}

.title-carusel-img_group {
  height: 100%;
  width: 60%;
  background-image: url('../new-media/group/4-6/DSC01328.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .title-carusel-img_group {
    height: 100%;
    width: 100%;
    background-image: url('../new-media/group/4-6/DSC01328.jpg');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .title-carusel-img_group {
    background-size: 105%;
  }
}
@media (max-width: 480px) {
  .title-carusel-img_group {
    background-size: 120%;
  }
}
@media (max-width: 425px) {
  .title-carusel-img_group {
    background-size: 130%;
  }
}
.title-carusel-img_group-7-9 {
  background-image: url(../new-media/group/7-9/1024.jpg);
}
.title-carusel-img_group-10-13 {
  background-image: url(../new-media/group/10-13/10242.jpg);
}
.title-carusel-img_group-12-16 {
  background-image: url(../new-media/group/12-16/DSC018492.jpg);
}
.title-carusel-img_group-14-17 {
  background-image: url(../new-media/group/14-17/10243.jpg);
}

.title-carusel-text {
  position: absolute;
  top: 40%;
  left: 3%;
  max-width: 550px;
}
.title-carusel-text_group {
  max-width: 400px;
  top: 35%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1024px) {
  .title-carusel-text {
    position: absolute;
    top: 40%;
    left: 3%;
    max-width: 550px;
  }
  .title-carusel-text_group {
    position: static;
    display: block;
    padding: 15px 10px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .title-carusel-text {
    position: static;
    padding: 15px 10px;
    max-width: 670px;
  }
}

.title-carusel-H1 {
  font-family: 'Tenor Sans';
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 112.5% */
  color: #fff;
}
@media (max-width: 1024px) {
  .title-carusel-H1 {
    font-size: 36px;
    line-height: 40px; /* 112.5% */
  }
}
@media (max-width: 768px) {
  .title-carusel-H1 {
    font-size: 34px;
    line-height: 40px; /* 112.5% */
    color: #212121;
  }
}
@media (max-width: 480px) {
  .title-carusel-H1 {
    font-size: 30px;
    line-height: 34px; /* 112.5% */
    color: #212121;
  }
}
@media (max-width: 425px) {
  .title-carusel-H1 {
    font-size: 28px;
    line-height: 30px; /* 112.5% */
    color: #212121;
  }
}
.title-carusel-H1_group {
  color: #212121;
}

.title-carusel-subtitle {
  font-family: 'Tenor Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 115% */
  color: #fff;
}
.title-carusel-subtitle_group {
  font-size: 33px;
  line-height: 38px;
  color: #212121;
}
@media (max-width: 1024px) {
  .title-carusel-subtitle {
    font-size: 32px;
    line-height: 36px; /* 112.5% */
  }
}
@media (max-width: 768px) {
  .title-carusel-subtitle {
    font-size: 28px;
    line-height: 32px; /* 112.5% */
    color: #212121;
  }
}
@media (max-width: 480px) {
  .title-carusel-subtitle {
    font-size: 20px;
    line-height: 28px; /* 112.5% */
    color: #212121;
  }
}

.title-carusel-subtitle span {
  white-space: nowrap;
}

.button-group-card_group {
  margin-top: 10px;
  width: fit-content;
}

.button-group-card-link {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .button-group-card-link {
    font-size: 16px;
    line-height: 18px;
  }
}

.proslushivaniya {
    /* всё в одной строке */
    background: url("../new-media/proslushivaniya.webp") 
                70% 50%        /* позиция */
                / cover        /* размер по принципу cover */
                no-repeat;     /* без повторов */
}
