

/* Start:/local/templates/dobrograd_new/include/sections/advantage/style.css?1732272158252*/
.advantage .advantage-item__bg .swiper-container {
  width: 100%;
  height: 100%;
}

.advantage .advantage-item__bg .swiper-container .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/slider_promotions/style.css?17625122701031*/
.promotions-item__info-bottom{
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

 .promotions-item__content{
    padding-bottom: 70px!important;
}
.promotions-item__info-bottom{
    position: absolute;
    z-index: 99;
    bottom: 30px;
    width: 100%;
    left: 0;
}
.promo .promo-item__info{
    padding-bottom: 30px;
}
@media screen and (max-width: 767px){
    .promotions-item__info-bottom{
        bottom: 20px;
    }

}
.promo__slider .promo-item-label {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.promo__slider .promo-item-label>* {
    background-color: #1b9673;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
@media screen and (max-width: 767px){
    .promo__slider .promo-item-label {
        font-size: 10px;
    }
    .promo__slider .promo-item-label>* {
        padding: 6px 8px !important;
        border-radius: 8px !important;
    }
}
/* End */


/* 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 */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/main_events/style.css?1732272158307*/
.index-events-item__bg {
    position: relative;
}

.index-events-item__bg:after {
    position: absolute;
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    content: '';
    pointer-events: none;
}
/* End */


/* Start:/local/templates/dobrograd_new/include/sections/map.territory/style.css?1732272158750*/
.territory {
    position: relative;
}
.territory .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 4%;
    z-index: 2;
}

.territory .map {
    cursor: pointer;
}
.territory .map img {
    display: block;
    max-height: 100vh;
}
@media (max-width: 768px) {
    
    .territory .map {
        height: auto !important;
        display: block !important;
        overflow: auto;
        position: relative;
        z-index: 1;
    }
    
    .territory .map img {
        height: 100%;
        width: auto;
        max-width: none;
    }

    .territory .map-svg, 
    .territory .map img {
        height: auto !important;
        max-width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/territory.map/style.css?17322721589401*/
.map-page + .main {
    overflow: visible;
}
.territory {
    position: relative;
    z-index: 100;
}
.territory .headline {
    margin-bottom: 30px;
}
.territory .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 4%;
    z-index: 2;
    pointer-events: none;
}

.territory .map {
    cursor: pointer;
}
.map-container {
    position: relative;
}
.territory .map-svg {
    height: auto;
    max-width: 100%;
    display: block;
}
.territory .map-svg .icon {
    max-height: 100px;
    max-width: 100px;
}
.map-svg .point {
    fill: #fff;
}
.map-svg .-selected .icon-svg {
    fill: #fff;
}
.map-svg .-selected .point {
    fill: red;
}
.map-svg .point-item {
    transition: .3s;
    will-change: transform;
}
.map-svg .point-item:hover .icon-svg {
    top: -10px;
    fill: #fff;
}
.map-svg .point-item:hover .point {
    fill: #1b9673;
}
.map-svg .point-item--green.-selected .point {
    fill: red;
}
.territory .map img {
    display: block;
    max-height: 100vh;
    height: auto;
}

.map-by-list {
    position: absolute;
    right: 35px;
    transform: rotate(-90deg);
    transform-origin: right center;
    top: 30%;
}
.map-by-list a {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    transition: .3s;
    border-radius: 40px;
}
.map-by-list a span {
    display: block;
    white-space: nowrap;
    padding-left: 10px;
}
.map-by-list i {
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    margin-left: 17px;
    transform: rotate(90deg);
}
.map-by-list a:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    background: #fff;
    color: #333;
}
.map-by-list a:hover i {
    background: #1b9673;
    color: #fff;
}
.map-by-list i .icon-svg {
    width: 14px;
    height: 14px;
}
.map-by-list i {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.map-by-list--mobile {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.map-by-list--mobile a {
    justify-content: center;
}
.map-by-list--mobile a,
.map-by-list--mobile i {
    color: #1B1D1E;
}
.map-list-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.map-list-item a {
    color: #1B1D1E;
    opacity: 0.75;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.map-list-item a .icon-svg {
    width: 26px;
    height: 26px;
    color:#1b9673;
    flex: 0 0 26px;
    margin-right: 20px;
}
.map-list-item a span {
    border-bottom:1px solid transparent;
    transition: .3s;
    
}
.map-list-item a:hover span {
    border-color: #1b9673;
}
.map-list-item .z3 {
    color:#1B1D1E;
    opacity: 0.75;
    font-size: 14px;
}
.map-list-item ul {
    margin: 12px 0 12px 46px;
    opacity: 0.75;
}
.map-list-item ul li {
    font-size: 14px;
    color: #1B1D1E;
    margin-bottom: 10px;
}
.map-list-item ul li:before {
    background: #1B1D1E;
    height: 3px;
    width: 3px;
    top: 8px;
}

.scheme-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0px 4px 32px rgba(31, 31, 31, 0.15);
    border-radius: 4px;
    padding: 18px 60px 18px 30px;
    max-width: 362px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.scheme-tooltip.-visible {
    display: block;
    opacity: 1;
    visibility: visible;
}
.scheme-tooltip--close {
    position: absolute;
    top: 15px;
    right: 8px;
    z-index: 3;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
.scheme-tooltip--close:before,
.scheme-tooltip--close:after {
    height: 16px;
    width: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2A8859;
    content: '';
    transition: .3s;
}
.scheme-tooltip--close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.scheme-tooltip--close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.scheme-tooltip--close:hover:before,
.scheme-tooltip--close:hover:after {
    height: 25px;
}
.scheme-tooltip--title {
    display: flex;
    align-items: center;
}
.scheme-tooltip--title .icon-svg {
    color: #1b9673;
    margin-right: 16px;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}
.scheme-tooltip--title__name {
    font-size: 16px;
    font-weight: 500;
}
.scheme-tooltip--pic {
    display: block;
    margin-top: 10px;
}
.scheme-tooltip--pic img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.scheme-tooltip--text {
    font-size: 13px;
    line-height: 18px;
    color: #8D8E8E;
    opacity: 0.75;
    margin: 10px 0 15px;
}
.scheme-tooltip--text a {
    color: #2A8859;
}
.scheme-tooltip--btn {
    display: flex;
    margin-top: 15px;
}
.scheme-tooltip--btn .button {
    margin-right: 4px;
    font-size: 14px;
    padding: 7px 20px;
}
.scheme-tooltip--btn .button.green {
    color: #fff;
}
@media (max-width: 768px) {
    .territory,
    .territory * {
        -webkit-tap-highlight-color: transparent;
    }
    
    .territory .map {
        height: 680px;
        overflow: auto;
        position: relative;
        z-index: 1;
        display: flex;
    }
    .territory .map-svg,
    .territory .map img {
        height: 100%;
        width: auto;
        max-width: none;
    }
    .map-by-list {
        right: auto;
        left: 10px;
        top: auto;
        bottom: 10px;
        transform: none;
    }
    .map-by-list i {
        transform: none;
    }
    .scheme-tooltip {
        max-width: none;
        width: 100vw;
    }
    .scheme-tooltip--pic {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .scheme-tooltip--pic img {
        width: 100% !important;
    }
}

.territory-map {
    overflow: hidden;
    position: relative;
}

.territory-map__buttons {
    right: 10px;
    bottom: 10px;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.territory-map__buttons button {
    width: 30px;
    height: 30px;
    padding: 0;
    color: #2D3741;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.territory-map__buttons button svg {
    fill: #2D3741;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 11px;
    height: 11px;
}

.territory-map__buttons button:hover,
.territory-map__buttons button.is-active {
    background: #1b9673;
}

.territory-map__buttons button:hover svg,
.territory-map__buttons button.is-active svg {
    fill: #fff;
}

@media (min-width: 768px) {
    .territory-map__buttons {
        display: none;
    }
}

@media (max-width: 768px) {
    .territory-map__actions {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px;
        z-index: 10;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }

    .territory-map__actions .map-by-list,
    .territory-map__actions .territory-map__buttons {
        position: static;
    }

    .territory-map.is-zoomed.is-partvisible .territory-map__actions {
        position: fixed;
    }

    .territory-map.is-zoomed.is-partvisible .territory-map__actions .territory-map__buttons {
        margin-bottom: 95px;
    }
}

@media (max-width: 767px) {
    /* .territory-map__inner {
        overflow-x: scroll;
    } */

    .territory-map__interactive {
        width: 100%;
    }

    .territory-map__interactive .map-svg {
        pointer-events: none;
    }

    .territory-map__interactive .map-svg.is-zoomed {
        width: calc(100vw * 3);
        max-width: none !important;
        pointer-events: auto;
    }

    .territory-map__interactive .map-svg:not(.is-focus) {
        transform: none !important;
    }

    .territory-map__interactive > * {
        touch-action: none;
    }

    .map-by-list {
        z-index: 10;
    }
}

.territory-map__categories {
    margin-bottom: 14px;
}

.territory-map__categories .swiper-slide {
    width: auto;
    max-width: 100%;
}

[data-territory-tab] {
    color: #1B1D1E;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: .3s;
}

[data-territory-tab].is-active {
    color: #1B9673;
    border-color: #1B9673;
    cursor: auto;
}

.map-svg .point-item.is-hidden {
    opacity: 0;
    pointer-events: none;
}
/* 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/include/sections/advantage/style.css?1732272158252 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/slider_promotions/style.css?17625122701031 */
/* /local/templates/dobrograd_new/include/sections/hotels/style.css?17322721584790 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/main_events/style.css?1732272158307 */
/* /local/templates/dobrograd_new/include/sections/map.territory/style.css?1732272158750 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/territory.map/style.css?17322721589401 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/main_gallery/style.css?1732272158118 */
