

/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/dobrograd-hotels-houses/style.css?17322721584138*/
.header__main .logo {
  display: flex;
}

.header__main .logo img {
  max-height: 150px;
}

.viladv {
  padding: 100px 0;
  position: relative;
  z-index: 10;
}

.viladv-block {
  position: relative;
  overflow: hidden;
}

.viladv-block+.viladv-block {
  margin-top: 40px;
}

.viladv-block .swiper-conainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.viladv-block .swiper-slide {
  overflow: hidden;
  display: flex;
}

.viladv-block__pic {
  display: block;
  flex: 1 1 auto;
}

.viladv-block__pic--lonley {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.viladv-block__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.viladv-block .col-md-6 {
  position: relative;
}

.viladv-block .col-md-6::before {
  content: '';
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.62);
}

.viladv-block .col-md-6.ml-auto::before {
  right: auto;
  left: 0;
}

.viladv-block__container {
  min-height: 600px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
  color: #ffffff;
  padding-right: 40px;
}

.viladv-block .col-md-6.ml-auto .viladv-block__container {
  padding-left: 40px;
  padding-right: 0;
}

.viladv-block__title {
  position: relative;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.8em;
  letter-spacing: 3px;
}

.viladv-block__title::before {
  content: '';
  display: block;
  width: 52px;
  height: 2px;
  background-color: currentColor;
  margin-bottom: 35px;
}

.viladv-block__title:not(:last-child) {
  margin-bottom: 20px;
}

.viladv-block__descr {
  font-size: 14px;
  line-height: 1.8em;
}

.viladv-block__descr:not(:last-child) {
  margin-bottom: 30px;
}

.viladv-block__descr ul li:before {
  background-color: currentColor;
}

.viladv-block__icons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.viladv-block__icons-col {
  padding: 5px;
}

.viladv-block__icons svg {
  fill: currentColor;
}

[data-action="viladv-block-share"] {
  position: relative;
}

[data-action="viladv-block-share"] p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  font-size: 12px;
  padding-top: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

[data-action="viladv-block-share"] p.is-visible {
  opacity: 1;
}

.hotels-page .viladv {
  padding: 40px 0;
}

@media screen and (max-width: 1400px) {
  .viladv-block__container {
    min-height: 450px;
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .header__main .logo img {
    max-height: 90px;
  }

  .viladv-block__container {
    padding-right: 0;
  }

  .viladv-block .col-md-6.ml-auto .viladv-block__container {
    padding-left: 0;
  }
}
.banner__contetn--text p{
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .header__main .logo img {
    max-height: 55px;
  }

  .viladv-block__container {
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .viladv-block .col-md-6::before {
    width: 100%;
  }

  .viladv-block .col-md-6.ml-auto .viladv-block__container {
    padding-left: 0;
  }

  .viladv-block__descr {
    line-height: 1.4em;
  }

  .viladv-block__descr ul li {
    font-size: 14px;
  }
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/rooms/style.css?174418885210631*/
.rooms-section .section-title {
    margin-bottom: 30px
}

.rooms-filters-js.active .amount-control input[type=radio]+label:before {
    opacity: 1;
    visibility: visible
}

.rooms-filters-js .amount-control input[type=radio]+label:before {
    opacity: 0;
    visibility: hidden
}

.rooms-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.amount-control {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #8d8e8e;
    line-height: 1.2
}

.amount-control:last-child {
    margin-right: 0
}

.amount-control:last-child input[type=radio]+label:before {
    content: none
}

.amount-control~.switcher {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 42px;
    height: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    margin-left: 12px;
    margin-right: 12px;
    top: 3px
}

.amount-control:first-child input[type=radio]+label:before {
    left: 100%;
    margin-left: 18px;
    top: 7px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.amount-control:first-child input[type=radio]:checked+label:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.amount-control input[type=radio]+label {
    cursor: pointer;
    line-height: 1.2;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

.amount-control input[type=radio]+label:hover {
    color: #1c9673
}

.amount-control input[type=radio] {
    position: absolute;
    opacity: 0
}

.amount-control input[type=radio]+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1c9673;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.amount-control input[type=radio]:checked+label {
    color: #1c9673
}

.amount-control.-white input[type=radio]+label:before {
    background: #fff
}

.amount-control.-white input[type=radio]:checked+label {
    color: #fff
}

.amount-control.-white label {
    color: rgba(255, 255, 255, .5)
}

.amount-control.-white label:hover {
    color: #fff !important
}

.nav-slider,
.rooms-pagination {
    margin-top: 20px
}

.nav-slider ul,
.rooms-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: auto
}

.nav-slider li,
.rooms-pagination li {
    cursor: pointer;
    margin-right: 32px;
    font-weight: 600;
    color: #a4a5a5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
    width: auto
}

.nav-slider li:hover,
.rooms-pagination li:hover {
    color: #1c9673
}

.nav-slider li a,
.rooms-pagination li a {
    text-decoration: none;
    color: #a4a5a5;
    border: 0
}

.nav-slider li a:hover,
.rooms-pagination li a:hover {
    color: #1c9673
}

.nav-slider li a.is-selected,
.nav-slider li.active,
.rooms-pagination li.active {
    color: #1c9673 !important
}

.nav-slider li.active a,
.rooms-pagination li.active a {
    color: #1c9673 !important
}

.nav-slider li.swiper-slide-thumb-active,
.rooms-pagination li.swiper-slide-thumb-active {
    color: #1c9673 !important
}

.nav-slider li.disabled,
.rooms-pagination li.disabled {
    color: #8d8e8e !important;
    opacity: .4;
    cursor: text
}

.nav-slider li:last-child,
.rooms-pagination li:last-child {
    margin-right: 0
}

.nav-slider.swiper-container-initialized ul,
.rooms-pagination.swiper-container-initialized ul {
    overflow: visible
}

.nav-slider .swiper-wrapper,
.rooms-pagination .swiper-wrapper {
    overflow: initial;
    white-space: normal
}

.nav-slider .swiper-wrapper .swiper-slide,
.rooms-pagination .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: 0
}

.nav-slider {
    margin-top: 0
}

.room-type-slider {
    margin: 40px 0
}

.room-type-slider.-overflow {
    overflow: hidden !important
}

.room-type-slider .swiper-pagination-simple {
    display: none
}

.rooms-info {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 10
}

.rooms-info .section-title {
    margin-bottom: 12px
}

.rooms-info .text-small {
    color: #8d8e8e;
    margin-bottom: 12px
}

.rooms-info .btn {
    margin-top: 30px
}

.rooms-info .btn+.btn {
    margin-top: 0
}

.rooms-info .btn-white {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.rooms-info--content.is-hidden {
    display: none
}

.room-size span {
    font-size: 30px;
    display: inline-block;
    line-height: 1
}

.room-residents {
    font-size: 14px
}

.room-residents li {
    font-weight: 600;
    color: #a4a5a5
}

.room-residents li.active {
    color: #1c9673
}

.room-benefits {
    margin-top: 20px
}

.room-benefits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.room-benefits li {
    position: relative;
    margin-bottom: 10px;
    color: #8d8e8e;
    margin-right: 10px
}

.room-benefits li:last-child {
    margin-right: 0
}

.room-benefits li:hover .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.room-benefits li .icon {
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.room-benefits li .icon img {
    vertical-align: middle;
    max-height: 100%
}

.room-benefits li .text {
    position: absolute;
    left: -10px;
    bottom: 100%;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    color: #2d3741;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 100
}

.room-benefits li .text:before {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 15px
}

.room-price {
    margin-top: 12px
}

.room-price .text-small {
    margin-bottom: 0
}

.room-price+.room-price {
    margin-top: 15px
}

.day_price {
    color: #1c9673;
    font-weight: 600;
    line-height: 1.2
}

.day_price span {
    font-size: 28px
}

.week_price {
    font-size: 10px;
    opacity: .5;
    font-weight: 600
}

.week_price span {
    font-size: 14px
}

.room-type-slider .swiper-slide {
    opacity: .2;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

@media (max-width: 900px) {
    .room-type-slider>.swiper-wrapper>.swiper-slide {
        opacity: 1;
        transform: none;
        width: 100%;
    }

    [data-tabs-slider="rooms-section"] .wrapper,
    [data-tabs-slider="rooms-section"] .wrapper .wrap,
    .rooms-slider--section,
    .rooms-slider--section .room-type-slider {
        height: 100%;
    }

    .room-type-slider {
        margin-bottom: 0;
    }

    .room-type-slider > .swiper-wrapper > .swiper-slide {
        height: auto;
        padding-bottom: 5px;
    }

    .room-info__container {
        height: 100%;
    }

    .room-info__content {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    .room-info__includes {
        margin-bottom: auto;
    }
}

.room-type-slider .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.room-type-slider {
    overflow: visible !important
}

.slider-msg {
    text-align: center;
    opacity: .4;
    font-size: 12px;
    margin-top: 30px
}

.slider-msg .icon-svg {
    margin-top: 0;
    margin-right: 5px;
    font-size: 16px
}

.room-type-slider .rooms-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.room-type-slider .menu-slider .swiper-slide {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.room-type-slider .menu-slider .swiper-slide .rooms-info {
    opacity: 1;
    visibility: visible
}

.room-type-slider .rooms-current-count {
    display: none
}

.room-type-slider.-design2 .rooms-info {
    padding: 60px 0 60px 90px
}

.room-type-slider.-design2 .rooms-info .h1 {
    font-size: 42px
}

.room-type-slider.-design2 .rooms-info .inner {
    max-width: 280px;
    min-height: 530px
}

.room-type-slider.-design2 .rooms-info .btn+.text-small {
    font-size: 12px;
    margin-bottom: 0
}

.room-type-slider.-design2 .swiper-container {
    position: absolute;
    right: 0;
    top: 60px;
    height: calc(100% - 120px);
    width: calc(100% - 440px);
    z-index: 100
}

.room-type-slider.-design2 .swiper-container .swiper-slide .swiper-lazy {
    height: 100%
}

.room-info__type-item.disabled {
    color: #8d8e8e !important;
    opacity: .4;
    cursor: text;
}

.rooms-pagination--select {}

.rooms-pagination--select select {
    color: #2d875f !important;
}
/* 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/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 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/dobrograd-hotels-houses/style.css?17322721584138 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/rooms/style.css?174418885210631 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/slider_promotions/style.css?17625122701031 */
/* /local/templates/dobrograd_new/include/sections/map.territory/style.css?1732272158750 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/territory.map/style.css?17322721589401 */
