*/@font-face {
  font-family: 'Montserrat';
  src: url('/local/fonts/Montserrat-Regular.woff2') format('woff2'),
       url('/local/fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body{     font-family: 'Montserrat', sans-serif !important;}
.fixed-top-number {
 color: white;
    position: relative;
   /* right: -36%;*/
}
.fixed-top-number .bi {
    width: 1em;
    height: 1em;
    margin-right: 5px;
}
.fixed-top-number a{color: white;
    text-decoration: none;}
.icon-image {
  width: 25px;
  height: 25px;
}
.site-header_Logo{position: relative;
	/*left: -37%;*/}
.site-header__menu{display: flex;
    flex-direction: row;
    position: fixed;
    padding: 10px 20px;
    z-index: 9999;
    font-weight: bold;
   box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    justify-content: space-between;
    align-items: center;
    min-width: 100vw;
    gap: 17px;
    background: rgb(0 0 0 / 35%);}

.a_about_Sibrest a{font-size: 18px;
    /* line-height: 49px; */
    padding: 9px 28px;
    border: 1px solid #C1AA8F;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: .5s;
    display: inline-block;
    color: #C1AA8F;
    width: 9vw;
    text-decoration: none;
}

.a_about_Sibrest a:hover {
    background: #656769;
    color: #C1AA8F;
	text-decoration: none;}

@media (max-width: 768px) {
.fixed-top-number  .tel {
    display: none; /* скрыть телефон, оставить только картинку */
  }
}
.banners__controls{display: none;}
.footersibrest {
  display: flex;
  background-color: #C1AA8F;
  color: #fff;
}

.footersibrest h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.left-block-contacts{display: flex;margin-top: 20px;}
.footersibrest p {
  margin: 10px 0;
  font-size: 26px;
  line-height: 1.4;
}

.footersibrest p:nth-of-type(2),
.footersibrest p:nth-of-type(3) {
  font-size: 14px;
  color: #f0e6dc; /* чуть светлее для второстепенного текста */
}

.footersibrest p strong {
  font-size: 16px;
  color: #fff;
}
.left-block{ width: 55%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;}

.footercontacts{
/*width: 50%;*/
    display: flex;
    flex-direction: column;}
.footercontacts .label{ margin-bottom: 5px;
    display: block;}
.footercontacts .small {font-size: 23px;}
.footersibrest .map-poi_custom-wrap  {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%) contrast(70%) sepia(30%); 
  /* стилизация карты под макет */
}
.page-header {
  position: relative; 
  padding: 20px;
  border-bottom: 1px solid #414042 !important;
    letter-spacing: -0.25px;
  position: relative;
  z-index: 1;
  /*font: 18px / 170% Open Sans; */
 font-size: 18px;
}

.h2_Sibrest {
  color: #C1AA8F;
  font-weight: 800;
  font-size: 65px;
  position: relative;
  z-index: 1;
text-transform: uppercase;
}

.p_Sibrest {
padding-bottom: 10px;
}

.p_Sibrestwo {
  font: 18px / 170% Montserrat; 
  letter-spacing: -0.25px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.about_Sibrest::before {
  content: "";
  position: absolute; 
  top: 0;
  right: -26%;
  width: 21vw; 
  height: 138%;
  background-image: url('/local/templates/miratorg_sibrest/img/rosemary-branch.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p_Sibrestwo > a:hover {
    background: #656769;
    color: #C1AA8F;
    text-decoration: none;
}

.p_Sibrestwo > a {
    font-size: 25px;
    line-height: 49px;
    padding: 9px 30px;
    border: 1px solid #C1AA8F;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: .5s;
    display: inline-block;
	color:#C1AA8F;
    width: 18vw;
    text-decoration: none;
}
	.a_about_Sibrest{
font-size: 18px;
    text-align: right;
}
/*.a_about_Sibrest > a {
text-decoration: none;
    color: black;
}*/
.a_about_Sibrest > a:hover {
text-decoration: revert;
}
	.Booking .p_Sibrestwo > a {
		width:100% !important;
font-size: 35px;
}
	.p_bold24{
font-weight: bold;
font-size: 24px;}

/* Gallery */
	.page-header .swiper-button-prev,.page-header .swiper-button-next { color:#C1AA8F;}
.page-header .slider {
      position: relative;
      width: 80%;
      max-width: 1000px;
      overflow: hidden;
    }

    .page-header .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

   .page-header .slide {
      min-width: 100%;
      box-sizing: border-box;
    }

    .page-header .slide img {
      width: 100%;
      display: block;
      object-fit: cover;
    }

    /* Стрелки */
   .page-header  .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.3);
      color: #fff;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      font-size: 20px;
    }

   .page-header  .prev {
      left: 10px;
    }

   .page-header  .next {
      right: 10px;
    }
.page-header .swiper-slide {
  position: relative; 
}

.page-header .slide-content {
  position: absolute;
  top:75%;          
		/*	left: 55%;   */      
  transform: translateY(-50%);
  color: #C1AA8F;       
  max-width: 40%;    
  background: rgba(0, 0, 0, 0.5); 
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
    margin: 0 0% 0 58%;
}

.menuSibrest .swiper-button-prev, .swiper-rtl .swiper-button-next{left: var(--swiper-navigation-sides-offset, 22px)!important;
    right: auto;
	top: 58% !important;}
.menuSibrest .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 21px)!important;
    left: auto;
		top: 58% !important;}
.page-header .slide-content h2 {
     margin: 0px 0 6px 0;
  font-size: 1.5em;
}

.page-header .slide-content p {
  margin: 0;
  font-size: 1em;
}
/* Слайдер - горизонтальный ряд */
.sliderabout {
  display: flex; /* элементы по горизонтали */
  width: 100%;
  height: 600px;  /* фиксированная высота */
  overflow: hidden;
  /* border-radius: 10px; */
  position: relative;
  transition: all 0.5s ease;
  justify-content: space-between; /* расстояние между слайдами */
  gap: 10px; /* пространство между слайдами */
}

/* Каждый слайд по умолчанию равен ширине */
.slideabout {
  flex: 1;
  transition: flex 0.5s ease, transform 0.5s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Изображение внутри слайда */
.slideabout img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* изображение заполняет весь контейнер */
  object-position: center;
  transition: transform 0.5s ease;
}

/* При наведении на контейнер — уменьшаем все слайды */
.sliderabout:hover .slideabout {
  flex: 0.7; /* слайды уменьшаются */
}

/* При наведении на конкретный слайд — увеличиваем его */
.sliderabout:hover .slideabout:hover {
  flex: 2; /* выделенный слайд */
}

/* Увеличение изображения внутри выделенного слайда */
.sliderabout:hover .slideabout:hover img {
  transform: scale(1.1); /* увеличение изображения в выделенном слайде */
}

/* Фиксированное позиционирование для всех слайдов */
.slideabout img {
  object-position: center center;
  transition: transform 0.5s ease-in-out;
}






:root {
  --1: 1px;
  --12: 12px;
  --15: 15px;
  --32: 32px;
  --120: 120px;

}
}
.site-header .site-header__inner {position: absolute; z-index:10;}
.page-wrapper {
    position: relative; /* точка отсчёта для абсолютного позиционирования */
    width: 100%; /* или фиксированная ширина */
    max-width: 1200px; /* пример */
    margin: 0 auto;
}
.site-header__inner {
        position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Меню */
.site-header__menu {
    margin-bottom: 10px; /* отступ снизу от меню до логотипа */
}

/* Логотип */
.logo.site-header__logo {
display: block;
    padding-top: 17%;
    height: auto;
    position: absolute;
    z-index: 105;
    left: 50%;
    transform: translateX(-50%);
}
.site-header__menu .main-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
  gap: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: fit-content;
    font-size: 25px;
}

.site-header__menu .main-menu a {
    text-decoration: none;
    color: white;
    /* Подчёркивание при наведении (пример) */
    transition: color 0.3s, border-bottom 0.3s;
    padding: 5px 0;
}

.site-header__menu .main-menu a:hover, 
.site-header__menu .main-menu a:focus {
    color:#C1AA8F; 

}


.banners {
    position: relative;
    margin-bottom: 20px
}

.banners__controls {
    display: none
}

.banner {
    position: relative;
    min-height: 435px;
    color: #FAFAFA
}

.banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .container {
    position: relative;
    height: 100%
}

.banner__inner {
    height: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.banner__title {
    font: 22px / 170% Montserrat;
}

.banner__text {
    font-size: 16px;
    line-height: 120%
}

.banner__title + .banner__text {
    margin-top: 12px
}

.banner_s_1 .banner__inner {
    padding-top: 85px
}

.banner_s_1 .banner__btn {
    margin-top: auto
}

.banner_s_2 .banner__title + .banner__text {
    margin-top: 16px
}

.banner_s_2 .banner__inner {
    padding-top: 20px;
    padding-bottom: 20px
}

.banner_s_2 .banner__btn {
    margin-top: auto
}

.banner-social {
    display: flex;
    flex-direction: column;
    padding: 26px 18px;
    background-color: #F0EEEE;
    border-radius: 16px
}

.banner-social__body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.banner-social__divider {
    margin: 20px 0;
    border-bottom: 1px solid #9C9C9C
}

.banner-social__links {
    display: flex;
    justify-content: space-between
}

.banner-social__title {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%
}

.banner-social__text {
    font-size: 16px;
    line-height: 120%
}

.banner-social__link {
    background: #55565A;
    border-radius: 50%;
    font-size: 0;
    line-height: 0
}

.banner-social__link .i {
    width: 44px;
    height: 44px;
    background-size: 44px
}

.banner-social__link:hover {
    background-color: #E61739
}

.banner-jobs {
    position: relative;
    height: 350px;
    border-radius: 16px;
    overflow: hidden
}

.banner-jobs__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.banner-jobs__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-jobs__inner {
    height: 100%;
    box-sizing: border-box;
    padding: 30px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.banner-jobs__title {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%
}

.banner-jobs__text {
    font-size: 16px;
    line-height: 120%
}

.banner-jobs__title + .banner-jobs__text {
    margin-top: 8px
}

.banner-jobs__btn {
    margin-top: auto
}

.banner-app__title {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%
}

.banner-app__text {
    font-size: 16px;
    line-height: 120%
}

.banner-app__title + .banner-app__text {
    margin-top: 10px
}

.banner-app__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px
}

.banner-app__links a {
    display: block;
    width: calc(50% - 4px);
    max-width: 164px;
    font-size: 0;
    line-height: 0
}

.banner-app__links a img {
    max-width: 100%
}

.banner-app__img {
    width: 100%
}


@media (max-width: 768px) {
.fixed-top-number  .tel {
    display: none; /* скрыть телефон, оставить только картинку */
  }
}
/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .sliderabout {
    height: 400px; /* уменьшаем высоту слайдера на мобильных устройствах */
    gap: 5px; /* уменьшаем промежуток между слайдами */
  }

  .slideabout {
    flex: 1;
  }

  /* Уменьшаем размер изображений при наведении */
  .sliderabout:hover .slideabout {
    flex: 0.8;
  }

  .sliderabout:hover .slideabout:hover {
    flex: 10;
  }

  .sliderabout:hover .slideabout:hover img {
    transform: scale(1.05); /* меньшее увеличение */
  }
}

@media (max-width: 480px) {
	.site-header__menu{
        margin: 10% 0;

}
	.site-header__menu .main-menu {font-size: 17px !important; }
	.site-header_Logo { display: none;}.fixed-top-number { display: none;}
	.logo.site-header__logo {    padding-top: 33% !important; width: 95%!important;}
	.banner_s_1 .banner__inner {    padding-top: 70% !important;text-align: center !important;}
.banner__title {
    font: 19px / 170% Montserrat !important;
}
.left-block-contacts{display: flex;margin-top: 20px !important;    flex-direction: column !important;   width: 139%; align-items: center;}
.footersibrest {
        padding: 19% 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .w-50 {
        min-width: 100% !important;
    }
	.footersibrest iframe{ width:330px; height:300px;}
    .left-block {
        width: 100%;
        padding: 5%;
        align-items: center;
        text-align: center;
    }
    .footersibrest p {
        font-size: 20px;
        width: 500px;
    }
    .footercontacts {
        width: 118%;
        justify-content: space-around;
        margin-top: 15px;
    }

    .footercontacts .label {
        font-size: 14px;
    }
    .footercontacts .small {
        font-size: 23px;
    }
	.page-header .slide-content{
    max-width: 60%;
	top: 77%;
       margin: 0 23%;
    padding: 15px 10px;}

	.page-header .slide-content h2 {
    font-size: 18px;
    margin: 0 0 -10px 0;
}
	.page-header .slide-content p {font-size: 16px;margin-top: 10%;}
   .page-header  .gallery-slider-text-hide-mobile {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

.page-header {

    padding:15px;
}
.h2_Sibrest {
    font-size:45px; 
}
.p_Sibrestwo {
    font-size:18px; 
}
.p_bold24{
font-weight: bold;
font-size: 18px;}

.p_Sibrestwo > a {
    width:auto; 
    font-size:16px; 
}
.a_about_Sibrest > a {
    font-size:14px;    width: 38vw;
}
.Booking .p_Sibrestwo > a {
    width:auto !important; 
    font-size:18px;
}
.about_Sibrest::before {
  content: "";
  position: absolute; 
  top: 0;
  right: -40%;
  width: 70%; 
  height: 66%;
  background-image: url('/local/templates/miratorg_sibrest/img/rosemary-branch.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
}
:root {
  --1: 1px;
  --12: 12px;
  --15: 15px;
  --32: 32px;
  --120: 120px;

}

@media (min-width: 996px) {
    .banners {
        margin-bottom: 40px
    }

    .banners__controls { display: none;
       /* position: absolute;
        bottom: 45px;
        right: 68px;
        display: flex;
        gap: 20px;
        z-index: 10*/
    }

    .banners__left, .banners__right {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FAFAFA;
        border-radius: 99px;
        width: 52px;
        height: 52px;
        cursor: pointer
    }

    .banner {
        height: 750px
    }

    .banner__inner {
        padding-top: 90px;
        padding-bottom: 80px;
        max-width: max-content;
        align-items: flex-start;
        margin: auto;
    }

    .banner__title {
        font-size: 28px
    }

    .banner__text {
        font-size: 24px
    }

    .banner__title + .banner__text {
        margin-top: 14px
    }

    .banner_s_1 .banner__inner {
                padding-top: 253px;
    }

    .banner_s_2 {
        height: auto
    }

    .banner_s_2 .banner__title {
        font-size: 38px
    }

    .banner_s_2 .banner__text {
        font-size: 20px
    }

    .banner_s_2 .banner__title + .banner__text {
        margin-top: 26px
    }

    .banner_s_2 .banner__inner {
        max-width: 688px;
        padding-top: 60px;
        padding-bottom: 60px
    }

    .banner_s_2 .banner__btn {
        margin-top: 34px
    }

    .banner-social {
        display: flex;
        flex-direction: row;
        padding: 26px 40px;
        border-radius: 20px
    }

    .banner-social__body {
        gap: 12px
    }

    .banner-social__links {
        gap: 10px;
        align-items: center
    }

    .banner-social__divider {
        margin: 0 60px;
        border-bottom: 0;
        border-right: 1px solid #9C9C9C
    }

    .banner-social__title {
        font-size: 26px
    }

    .banner-social__link .i {
        width: 52px;
        height: 52px;
        background-size: 52px
    }

    .banner-jobs {
        height: 260px;
        border-radius: 20px
    }

    .banner-jobs__inner {
        padding: 40px;
        width: 50%;
        align-items: flex-start
    }

    .banner-jobs__title {
        font-size: 32px
    }

    .banner-jobs__text {
        font-size: 18px
    }

    .banner-jobs__title + .banner-jobs__text {
        margin-top: 12px
    }

    .banner-app {
        display: flex;
        gap: 30px;
        align-items: center
    }

    .banner-app__title {
        font-size: 38px
    }

    .banner-app__title + .banner-app__text {
        margin-top: 22px
    }

    .banner-app__links {
        gap: 13px;
        margin-top: 26px
    }

    .banner-app__img {
        width: 50%
    }
}

@media (min-width: 1300px) {
    .banners {
        margin-bottom: 80px
    }
/.banners__controls{display: none;}
   /* .banners__controls {
        position: absolute;
        bottom: 48px;
        right: calc(50% - (1160px / 2))
    }*/

    .banners__left, .banners__right {
        width: 60px;
        height: 60px
    }

    .banner__bg {
        object-fit: contain
    }

    .banner__inner {
        padding-top: 108px;
        padding-bottom: 60px
    }

    .banner_s_1 .banner__inner {
        padding-top: 44%;
    }

    .banner_s_2 .banner__title {
        font-size: 52px
    }

    .banner_s_2 .banner__text {
        font-size: 24px
    }

    .banner_s_2 .banner__title + .banner__text {
        margin-top: 20px
    }

    .banner_s_2 .banner__inner {
        max-width: 688px;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .banner-social {
        padding: 40px
    }

    .banner-social__body {
        gap: 20px
    }

    .banner-social__title {
        font-size: 38px
    }

    .banner-social__text {
        font-size: 18px
    }

    .banner-social__link .i {
        width: 72px;
        height: 72px;
        background-size: 72px
    }

    .banner-jobs {
        height: 306px
    }

    .banner-jobs__inner {
        padding: 45px
    }

    .banner-jobs__title {
        font-size: 42px
    }

    .banner-jobs__title + .banner-jobs__text {
        margin-top: 20px
    }

    .banner-app {
        gap: 70px
    }

    .banner-app__title {
        font-size: 42px
    }

    .banner-app__title + .banner-app__text {
        font-size: 18px
    }

    .banner-app__links {
        gap: 13px;
        margin-top: 60px
    }
}
@media (max-width: 767px){ .footersibrest iframe{ width:350px; height:600px;}}
@media (min-width: 768px) and (max-width: 1280px) {
  /* Стили для планшетов */
  .site-header__menu {
    margin: 4% 0; /* Можно немного изменить или оставить как есть */
  }

  .site-header__menu .main-menu {
    font-size: 20px !important; 
    width: max-content !important;
  }
.page-header .slide-content {

		font-size: 14px !important; }

.site-header_Logo {
    position: relative;
    left: -3%;
}.fixed-top-number {
    color: white;
    position: relative;
    right: -3%;
    font-size: 14px;
}
  .logo.site-header__logo {
    padding-top: 16% !important;
    width: 70% !important;
  }
  .banner_s_1 .banner__inner {
    padding-top: 50% !important;
    text-align: center !important;
  }
  .banner__title {
    font: 19px / 170% Montserrat !important;
  }
.footersibrest {
        padding: 6% 9%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	.footersibrest  > div:first-of-type {height: 30vh!important;}
    .w-50 {
        min-width: 100% !important;
    }
.left-block-contacts {
    display: flex;
    margin-top: 20px;
    width: 145%;
}
	.footersibrest iframe{ width:700px; height:800px;}
    .left-block {
        width: 100%;
        padding: 5%;
        align-items: center;
        text-align: center;
    }
    .footersibrest p {
        font-size: 20px;
        width: 500px;
    }
    .footercontacts {
        width: 100%;
        justify-content: space-around;
        margin-top: 15px;
    }

    .footercontacts .label {
        font-size: 14px;
    }
    .footercontacts .small {
        font-size: 23px;
    }
} 
.section-map-poi { position: relative; }
.section-map-poi .container { position: relative; z-index: 5; }

.map-poi { background: url(/upload/bg_map_dummy.jpg) 50% no-repeat; background-size: cover; }
.map-pois { position: absolute; top: 60px; right: 0; padding-top: 80px; width: 370px; max-height: 680px; background: #fff; box-shadow: 0 0 2em rgba(0,0,0,.1); }
.map-pois__titlebar { position: absolute; left: 0; right: 0; text-align: center; }
.map-pois__nav { position: absolute; top: 0; left: 25px; right: 25px; height: 60px; border-bottom: 1px solid #e1e1e1; /*text-align: justify; */text-transform: uppercase; }
.map-pois__nav input { position: absolute; left: -999em; overflow: hidden; }
.map-pois__nav label { float: none !important; margin-right: 20px; padding: 20px 0 0; height: 60px; border-bottom: 2px solid transparent; cursor: pointer; }
.map-pois__nav input:checked + label { border-bottom-color: #e51739; }
.map-pois__nav:after { display: inline-block; width: 100%; content: ''; }
.map-pois__filter { position: absolute; top: 90px; left: 0; right: 0; padding: 20px 30px; height: 90px; background: #f5f6f7; }
.map-pois__list { position: relative; max-height: 500px; overflow: auto; }
.map-pois__section { display: none; }
.map-pois__item { position: relative; padding: 15px 70px 15px 30px; border-top: 1px solid #e1e1e1; cursor: pointer; }
.map-pois__item:hover { z-index: 3; }
.map-pois__item strong { font-size: 1.07em; }
.map-pois__item_shop .map-pois__time { margin-top: .75em; }
.map-pois__item_shop .map-pois__address { margin-top: .25em; }
.map-pois__item_cafe .map-pois__time { margin-top: .25em; }
.map-pois__item_cafe .map-pois__address { margin-top: .75em; }
.map-pois__item_shop:hover .map-pois__address, .map-pois__item_cafe:hover .map-pois__title { color: #e51739; }
.map-pois_has-filter { padding-top: 180px; }
.map-pois_show-details { padding-top: 80px; }
.map-pois_show-details_plain { padding-top: 0 !important; max-height: 640px; }
.map-pois_show-details_plain .map-poi-item { max-height: 640px; }
.map-pois_show-details_plain .map-poi__close { position: absolute; top: 0; right: 0; margin: 10px; }
.map-pois_show-details_plain .map-poi-item__title { padding-top: 1em; }
.map-pois_show-details .map-pois__filter, .map-pois_show-details .map-pois__list { display: none; }
.map-pois .mCSB_inside > .mCSB_container { margin-right: 0 !important; }

.map-poi__icon { display: inline-block; vertical-align: middle; margin-right: 6px; width: 28px; height: 28px; background: #a1aab3; font-size: 18px; line-height: 28px; color: #fff; text-align: center; vertical-align: middle; border-radius: 100%; }
.map-poi__icon-meat { background-image: url(../. ./images/default/ico_meat.svg); background-position: 50%; background-repeat: no-repeat; }
.map-poi__icon-shop { background-image: url(../. ./images/default/ico_shop.svg); background-position: 50%; background-repeat: no-repeat; }
.map-poi__icon-shop2 { background-image: url(../. ./images/default/ico_shop2.svg); background-position: 50%; background-repeat: no-repeat; }
.map-poi__icon-shop3 { background-image: url(../. ./images/default/ico_shop3.svg); background-position: 50%; background-repeat: no-repeat; }
.map-poi__icon-burger { background-image: url(../. ./images/default/ico_burger.svg); background-position: 50%; background-repeat: no-repeat; }
.map-poi__close { margin: 0 0 0 15px; float: right; background: #c9002b; font-size: 24px; line-height: 28px; cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,.15); }

.map-poi__icon.fa-percent { background: #e51739; }

.map-poi__list-icons { position: absolute; top: 15px; right: 24px; }
.map-poi__hint { display: inline-block; vertical-align: middle; position: relative; margin-right: 6px; }
.map-poi__hint__body { position: absolute; top: 100%; right: 0; margin: 12px -12px 0 0; width: 158px; background: #fff; border: 1px solid #ccd3d6; opacity: 0; visibility: hidden; box-shadow: 0 10px 20px -5px rgba(0,0,0,.25); -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; }
.map-poi__hint__body:before, .map-poi__hint__body:after { position: absolute; bottom: 100%; right: 0; margin-right: 10px; content: ''; border: 10px solid transparent; }
.map-poi__hint__body:before { border-width: 12px; border-bottom-color: #ccd3d6; }
.map-poi__hint__body:after { margin-right: 12px; border-bottom-color: #fff; }
.map-poi__hint__text { display: block; position: relative; z-index: 5; padding: 10px; background: #fff; font-size: 12px; text-align: center; }
.map-poi__hint .map-poi__icon { margin: 0; }
.map-poi__hint:hover .map-poi__hint__body { opacity: 1; visibility: visible; }

.map-poi { height: 800px; }
.map-poi__nav { position: absolute; left: 30px; bottom: -650px; }
.map-poi__nav div { position: relative; margin-bottom: 15px; width: 50px; height: 50px; background: #fff; cursor: pointer; border-radius: 100%; box-shadow: 0 2px 5px rgba(0,0,0,.25); }
.map-poi__nav div:before, .map-poi__nav div:after { position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -8px; width: 16px; height: 2px; background: #E40B39; content: '.'; text-indent: -999em; overflow: hidden; }
.map-poi__nav .zoom-in:before{ margin: -8px 0 0 -1px; width: 2px; height: 16px; }

.map-poi-item { max-height: 600px; overflow: auto; }
.map-poi-item__img { display: block; margin-bottom: 20px; height: 170px; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.map-poi-item__txt { padding: 0 30px 30px; }
.map-poi-item__header { margin-bottom: 15px; height: 28px; line-height: 28px; }
.map-poi-item__header .map-poi__icon { display: none; }
.map-poi-item__header .map-poi__close { display: block; }
.map-poi-item__title { margin-bottom: 1em; font-weight: 700; font-size: 1.14em; }
.map-poi-item__btn { margin-top: 1em; }
.map-poi-item__metro { margin-top: .5em; padding-left: 25px; background: url(../. ./images/default/ico_metro.svg) 0 50% no-repeat; }
.map-poi-item__time { margin-top: .5em; padding-left: 25px; background: url(../. ./images/default/ico_time.svg) 0 50% no-repeat; }
.map-poi-item__phone { display: none; position: relative; margin-top: .5em; padding-left: 25px; }
.map-poi-item__phone .fa { position: absolute; top: .25em; left: 0; color: #a1aab3; }
.map-poi-item__descr { margin-top: 1em; }

.map-poi-item .map-poi__hint__body { left: 0; right: auto; margin: 12px 0 0 -9px; }
.map-poi-item .map-poi__hint__body:before, .map-poi-item .map-poi__hint__body:after { left: 0; right: auto; margin-right: auto; margin-left: 10px; }
.map-poi-item .map-poi__hint__body:after { margin-left: 12px; }

.map-poi-item__route-toggle { display: block; margin: 0 30px; padding: 20px 25px; background: url(../. ./images/default/ico_route.svg) 0 50% no-repeat; border-top: 1px solid #f5f6f7; cursor: pointer; }
.map-poi-item__route-form { display: none; padding: 20px 30px; background: #f5f6f7; }
.map-poi-item__route.is-opened .map-poi-item__route-toggle { display: none; }
.map-poi-item__route.is-opened .map-poi-item__route-form { display: block; }

.map-poi_custom-wrap .map-poi { max-height: 670px; }
.map-poi_custom-wrap .map-poi-item { max-height: 550px; }
.map-poi_custom-wrap .map-poi__nav { bottom: -520px; }
.map-poi_custom-wrap .map-pois { max-height: 550px; }
.map-poi_custom-wrap .map-pois__nav { display: none; }
.map-poi_custom-wrap .map-pois__filter { position: absolute; top: 0; }
.map-poi_custom-wrap .map-pois__list { max-height: 460px; }
.map-poi_custom-wrap .map-pois_has-filter { padding-top: 90px; }
.map-poi_custom-wrap .map-pois_show-details { padding-top: 0; }

.map-poi_thin-wrap .map-poi { max-height: 600px; }
.map-poi_thin-wrap .map-poi-item { max-height: 400px; }
.map-poi_thin-wrap .map-poi__nav { bottom: -450px; }
.map-poi_thin-wrap .map-pois { max-height: 480px; }
.map-poi_thin-wrap .map-pois__list { max-height: 300px; }

.map-poi_single .map-pois { top: 20px; max-height: 580px; }
.map-poi_single .map-pois_has-filter { padding-top: 220px; }
.map-poi_single .map-pois__titlebar { top: 0; padding: 20px; font-weight: 700; text-align: left; text-transform: uppercase; }
.map-poi_single .map-pois__nav { display: none; }
.map-poi_single .map-pois__filter { top: 60px; height: 160px; }
.map-poi_single .map-pois__filter .select + .select { margin-top: 20px; }
.map-poi_single .map-pois__list { max-height: 340px; }
.map-poi_single .map-pois_show-details { padding-top: 0; }
.map-poi_thin-wrap .map-poi-item { max-height: 550px; }
.modal_popup .block,.custom-popup .block{background:#FFF;width:auto;max-width:770px;margin:0 auto}
.modal_popup .modal-dialog,.custom-popup .modal-dialog{width:auto;max-width:770px;padding:0 40px 50px;background:#FFF;position:relative;overflow:hidden}
.modal_popup_wide .block, .modal_popup_wide .modal-dialog,.custom-popup_wide .modal-dialog { max-width:1059px; }
.modal_popup_wide .modal-dialog .btn-close { left: auto !important; right: 15px !important; }
.interactive-box_cow { position: relative; padding-bottom: 61.111%; }
.interactive-box_cow img, .interactive-box_cow svg { position: absolute; top: 0; left: 0; width: 100%; }
.interactive-box_cow .interactive-box__hint { display: block; top: -40px; left: 0; margin: 0; color: #000; text-align: left; }
.interactive-box_cow .interactive-box__hint:before { top: 0; left: 100%; margin: 0 0 0 -30px; width: 93px; height: 40px; background-image: url(../../templates/miratorg/images/arrow3.svg); }
.interactive-box_cow.is-on .interactive-box__hint { /*display: none; */}
.modal-content	.modal_header .h2 { font-size: 22px !important;}
.interactive-box_cow_young { padding-bottom: 79.018%; }
.btn-close::before{content:'';position:absolute;display:block;border:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;top:0;left:0;right:0;bottom:0;/*background:#C1AA8F url(/local/templates/miratorg/images/_close_white.svg) center no-repeat;*/ background-size: 35% 35%; -webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.interactive-box__path { fill: none; pointer-events:all; cursor: pointer; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; }

.modal_popup .block, .custom-popup .block { max-height: -webkit-calc(100vh); max-height: -moz-calc(100vh); max-height: calc(100vh); }
.modal_popup .block .mCSB_inside > .mCSB_container, .custom-popup .block .mCSB_inside > .mCSB_container { margin-right: 0; }
.modal_popup.mCustomScrollbar .block, .custom-popup.mCustomScrollbar .block { max-height: none; }
.modal_popup{display:none;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);-webkit-box-shadow:0 0 0 200px rgba(0,0,0,0.6);-moz-box-shadow:0 0 0 200px rgba(0,0,0,0.6);box-shadow:0 0 0 200px rgba(0,0,0,0.6);width:100%;height:100%;z-index:110;overflow-y:auto;text-align:left;}
#zauvka h2{font-size:30px}
.modal_popup .block,.custom-popup .block{background:#FFF;width:auto;max-width:770px;margin:5% auto}
.modal_popup .modal-dialog,.custom-popup .modal-dialog{width:auto;max-width:770px;padding: 40px 50px;background:#FFF;position:relative;overflow:hidden}
.modal_popup_wide .block, .modal_popup_wide .modal-dialog,.custom-popup_wide .modal-dialog { max-width:1059px; }
.modal_popup_wide .modal-dialog .btn-close { left: auto !important; right: 15px !important; }
.menu-bottom__link,.menu-modal__title{-webkit-transition:.15s;-moz-transition:.15s;-o-transition:.15s;transition:.15s}
.menu-bottom__link:hover,.menu-modal__title:hover{color:#e61739}
.btn-close::before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.modal_popup .modal-dialog .btn-close{position:fixed;left:-webkit-calc(50% + 300px);left:-moz-calc(50% + 300px);left:calc(50% + 300px);right:auto;z-index:555;transform: translate3d(0,0,0)}
.interactive-box__path:hover, .interactive-box__path.current { fill: #C1AA8F; }
.meta{color:#C1AA8F;}


.modal-content .modal_body .cooking-icons img {max-width: 670px;}