

/* Start:/local/templates/dobrograd_new/components/bitrix/catalog.section/spa.catalog.detail/style.css?173227215898*/
.service-container {
    display: none;
}
.service-container.-visible {
    display: block;
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/catalog.section.list/spa.catalog.menu/style.css?17322721581580*/
.services-menu__categories {
    overflow: hidden;
    padding: 20px 0 !important;
}
.services-menu .swiper-container .swiper-wrapper {
    align-items: center;
}
.services-menu__categories-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: -20px -10px 0;
}
.services-menu__categories-item {
    width: calc(100% / 3);
    padding: 20px 10px 0;
}
.services-menu__category {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 126px;
}
.services-menu__category::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(360deg, rgba(42, 44, 53, 0.6) 0%, rgba(17, 17, 17, 0) 100%);
}
.services-menu__category__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.services-menu__category__title {
    position: relative;
    z-index: 3;
    margin-top: auto;
    padding: 10px;
    font-family: Philosopher, Montserrat Alternates, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}
@media (max-width: 575px) {
    .services-menu__categories-row {
        margin: -10px -5px 0;
    }
    .services-menu__categories-item {
        padding: 10px 5px 0;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/dobrograd_new/include/sections/wellness-spa/style.css?17425422974805*/
.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: 24px;
  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 30px 1fr;
  grid-template-columns: repeat(4, 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 */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/spa.promo.list/style.css?1762511818328*/
.promotions-item-label{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.promotions-item-label>* {
    background-color: #1b9673;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/main_gallery/style.css?1732272158118*/
.section.index-gallery {
  padding-top: 0;
}

.territory + .section.index-gallery {
  padding-top: 3.33333rem;
}
/* End */
/* /local/templates/dobrograd_new/components/bitrix/catalog.section/spa.catalog.detail/style.css?173227215898 */
/* /local/templates/dobrograd_new/components/bitrix/catalog.section.list/spa.catalog.menu/style.css?17322721581580 */
/* /local/templates/dobrograd_new/include/sections/wellness-spa/style.css?17425422974805 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/spa.promo.list/style.css?1762511818328 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/main_gallery/style.css?1732272158118 */
