.top-cruises__item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: -webkit-transform 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 0.6s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  will-change: transform;
}

.top-cruises__item {
  color: #fff;
  min-height: 260px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.top-cruises__item:hover .top-cruises__item-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-cruises__item > div {
  padding: 14px 20px;
  background-color: rgba(51, 51, 51, 0.4509803922);
  display: flex;
  flex-direction: column;
  min-height: 80px;
  width: 100%;
  z-index: 2;
}

.top-cruises__item h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-weight: 700;
}



@media (max-width: 576px) {

  .top-cruises__item {
    min-height: auto;
    aspect-ratio: 1;
  }

  .top-cruises__item > div {
    padding: 8px;
    min-height: 75px;
  }

  .top-cruises__item h3 {
    font-size: 15px;
  }

  .top-cruises__item p {
    font-size: 13px;
  }

}

.loader_svg{
  background:#fff;
  text-align:center;
  padding:25px;
  border-radius: 5px;
}

.loader_svg img{
  height:46px;
}
