

/* Start:/local/templates/dobrograd_new/include/sections/hotels/style.css?17322721584790*/
.group_promo {
  overflow: hidden;
  background-repeat: no-repeat !important;
}

.index-advantage {
  overflow: visible !important;
}

.hotels {
  position: relative;
  z-index: 2;
}

.hotels-item {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
}

.hotels-item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 44, 53, 0.6)), to(rgba(17, 17, 17, 0)));
  background: -o-linear-gradient(bottom, rgba(42, 44, 53, 0.6) 0%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(360deg, rgba(42, 44, 53, 0.6) 0%, rgba(17, 17, 17, 0) 100%);
}

.hotels-item__picture {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.hotels-item__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hotels-item__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 20px;
}

.hotels-item__title {
  font-family: Philosopher, Montserrat Alternates, Montserrat, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  margin: 0;
}

.hotels-item__info {
  font-family: Philosopher, Montserrat Alternates, Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin: 0;
}

.hotels-item .more-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 32px rgba(31, 31, 31, .15);
          box-shadow: 0 4px 32px rgba(31, 31, 31, .15);
  background: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity .4s linear, right .6s cubic-bezier(.42, 0, .2, 1.99), -webkit-transform .3s linear;
  transition: opacity .4s linear, right .6s cubic-bezier(.42, 0, .2, 1.99), -webkit-transform .3s linear;
  -o-transition: opacity .4s linear, transform .3s linear, right .6s cubic-bezier(.42, 0, .2, 1.99);
  transition: opacity .4s linear, transform .3s linear, right .6s cubic-bezier(.42, 0, .2, 1.99);
  transition: opacity .4s linear, transform .3s linear, right .6s cubic-bezier(.42, 0, .2, 1.99), -webkit-transform .3s linear;
  z-index: 3;
}

.hotels-item:hover .more-button {
  opacity: 1;
  right: 20px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.hotels-item:hover .more-button svg {
  fill: #2d3741;
  -webkit-transition: .3s;
  transition: .3s;
}

.hotels-row .swiper-container {
  overflow: visible;
}

/* @media screen and (max-width: 991px) {
  .hotels-row .swiper-slide {
    width: 305.5px;
  }
} */

.hotels-row .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .hotels-row .swiper-wrapper {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }  

  .hotels-row .swiper-slide:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }

  .hotels-row .swiper-slide:nth-child(3) .hotels-item__picture {
    min-height: 100%;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .hotels-row .swiper-wrapper {
    gap: 8px;
  }

  .hotels-item__descr {
    padding: 12px;
  }

  .hotels-item__title {
    font-size: 22px;
  }

  .hotels-item__title + div {
    font-size: 13px !important;
  }
}

.hotels + .section__more {
  position: relative;
  z-index: 5;
}
/* End */
/* /local/templates/dobrograd_new/include/sections/hotels/style.css?17322721584790 */
