

/* Start:/local/templates/template1/template_styles.css?178523778229315*/
.room__picture .newimg.img-responsive.bab {
    width: 79%;
}
.section--video.video-main {
  position: relative; }

.section--video.video-main .tagline {
  position: absolute;
  top: 33%;
  left: 14%;
  font-size: 3rem;
  width: 570px;
  font-weight: 900;
  color: white;
  letter-spacing: 0.25rem;
  line-height: 4rem;
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem 2rem;
  border-radius: 1rem; }

.button--cert {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
  font-family: 'Jost', sans-serif;
  font-weight: 400 !important;
  font-size: 18px !important;
  background: #BB9F68;
  color: #FFF !important;
  text-decoration: none !important;
  text-transform: none; }

.button--cert:hover {
  background: #C7B084;
  color: #FFF;
  text-decoration: none; }

@media (max-width: 992px) {
  .section--video.video-main .tagline {
    font-size: 2.2rem;
    line-height: 2.5rem;
    top: 13%;
    width: 90%;
    padding: 1rem 1rem;
    left: 5%;
    display: none; } }
.detail__content {
  display: block !important; }

.restaurant-detail .tizers .tizer1 {
  position: relative;
  margin-left: 50px;
  padding-left: 10px; }

.restaurant-detail .tizers .tizer1::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  background-image: url(/local/templates/template1/svg/tizer1.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 100%; }

.restaurant-detail .tizers .tizer2 {
  position: relative;
  margin-left: 50px;
  padding-left: 10px; }

.restaurant-detail .tizers .tizer2::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  background-image: url(/local/templates/template1/svg/tizer4.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 100%; }

.restaurant-detail .tizers .tizer3 {
  position: relative;
  margin-left: 50px;
  padding-left: 10px; }

.restaurant-detail .tizers .tizer3::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  background-image: url(/local/templates/template1/svg/tizer3.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 100%; }

.restaurant-detail .tizers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem; }

.restaurant-detail .tizers .title {
  font-size: 1.2rem;
  margin-bottom: 1rem; }

@media (max-width: 1325px) {
  .restaurant-detail .tizers {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem; } }
/*CUSTOM*/
.container-profiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 80px; }
  .container-profiles__item {
    box-sizing: border-box;
    text-align: center;
    justify-content: center; }
  .container-profiles__preview {
    max-width: 400px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
  .container-profiles__name {
    color: #bb9f68;
    font-size: 18px;
    margin-top: 20px; }
  .container-profiles__img {
    justify-content: center;
    display: flex; }
    .container-profiles__img img {
      background-color: transparent;
      width: 118px;
      height: 118px;
      object-fit: cover; }
  .container-profiles .center-items {
    grid-column: span 3;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 30px; }
  .container-profiles .swiper-slide {
    width: inherit; }

.swiper-container-profiles {
  display: none;
  padding-bottom: 40px;
  overflow: hidden; }
  .swiper-container-profiles__nav {
    display: flex;
    position: relative;
    margin-top: 40px;
    align-items: center;
    justify-content: space-between;
    font-size: 20px; }
  .swiper-container-profiles__prev:before {
    font-size: 30px;
    cursor: pointer; }
  .swiper-container-profiles__next:before {
    font-size: 30px;
    cursor: pointer; }

@media (max-width: 997px) {
  .container-profiles {
    display: none; }

  .swiper-container-profiles {
    display: block !important; }
    .swiper-container-profiles .swiper-slide {
      width: 100%;
      box-sizing: border-box; } }
/**/
.tabs__nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: center; }
  @media (max-width: 997px) {
    .tabs__nav {
      gap: 10px; } }

.tabs__nav-item {
  color: #000;
  font: 20px/29px "Jost", Arial, sans-serif;
  cursor: pointer;
  transition: 0.2s linear;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }
  @media (max-width: 997px) {
    .tabs__nav-item {
      font: 16px/29px "Jost", Arial, sans-serif; } }

.tabs__nav-item:hover {
  color: #bb9f68; }

.tabs__nav-item.active {
  color: #bb9f68;
  border-bottom: 2px solid #bb9f68; }

.page__main .section {
  margin-bottom: 90px; }

.custom-map {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .custom-map {
      flex-direction: column; } }
  .custom-map #map {
    height: 500px;
    width: 100%;
    position: absolute;
    z-index: 0; }
    @media (max-width: 767px) {
      .custom-map #map {
        position: relative !important;
        order: 2; } }
  .custom-map__info {
    position: absolute;
    height: 100%;
    pointer-events: none; }
    @media (max-width: 767px) {
      .custom-map__info {
        position: relative !important;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        order: 1; } }
  .custom-map__item {
    background-color: #f5f5f5;
    width: 350px;
    height: 100%;
    pointer-events: auto;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px; }
    @media (max-width: 767px) {
      .custom-map__item {
        width: 100%;
        justify-content: left;
        align-items: baseline; } }
    .custom-map__item h2 {
      font-size: 25px;
      margin-bottom: 20px; }
    .custom-map__item p {
      margin-bottom: 30px; }
    .custom-map__item b {
      margin-bottom: 10px; }
    .custom-map__item ul {
      margin-bottom: 30px; }

.about-slider {
  margin-bottom: 90px; }
  @media (max-width: 997px) {
    .about-slider {
      margin-bottom: 45px; } }
  .about-slider__wrapper {
    overflow: hidden; }
    .about-slider__wrapper-prev, .about-slider__wrapper-next {
      cursor: pointer; }
      .about-slider__wrapper-prev.swiper-button-disabled, .about-slider__wrapper-next.swiper-button-disabled {
        opacity: 0.6; }
  .about-slider__nav {
    background: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    height: 50px;
    z-index: 2;
    padding: 15px;
    right: 0;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    box-shadow: 0 10px 20px 0 rgba(31, 31, 31, 0.1); }
  .about-slider__tabs {
    background-color: #f6f6f6;
    padding: 50px;
     }
    @media (max-width: 997px) {
      .about-slider__tabs {
        padding: 20px; } }
    .about-slider__tabs-item {
      margin-bottom: 30px; }
    .about-slider__tabs h3 {
      font-weight: 400;
      font-size: 26px;
      line-height: 38px;
      margin-bottom: 20px;
      letter-spacing: .03em; }
    .about-slider__tabs p {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: .03em;
      color: #2e2e30; }
  .about-slider__item {
    display: grid;
    grid-template-columns: 50% 50%; }
    @media (max-width: 767px) {
      .about-slider__item {
        display: block; } }
  .about-slider__left {
    position: relative; }

.about-types {
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: minmax(auto, 280px) 1fr; }
  @media (max-width: 997px) {
    .about-types {
      margin-bottom: 45px; } }
  @media (max-width: 997px) {
    .about-types {
      display: none;
      grid-template-columns: 1fr; } }
  .about-types .tab-buttons {
    display: flex;
    flex-direction: column; }
  .about-types__content {
    background-color: #f6f6f6;
    padding: 0 0 0 50px;
    display: flex;
    line-height: 20px; 
    height: fit-content;
}
    @media (max-width: 997px) {
      .about-types__content {
        padding: 20px; } }
    .about-types__content h3 {
      font-weight: 600;
      font-size: 26px;
      line-height: 38px;
      margin-bottom: 30px;
      color: #bb9f68;
      letter-spacing: .03em; }
  .about-types__text {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 350px);
    gap: 20px;
    align-items: center; }
  .about-types__text div:first-child {line-height:26px;}
    .about-types__text img {
      object-fit: cover; }
    @media (max-width: 1279px) {
      .about-types__text {
        grid-template-columns: 1fr minmax(auto, 150px); } }
    @media (max-width: 997px) {
      .about-types__text {
        grid-template-columns: 1fr minmax(auto, 100px); } }
  .about-types .tab-content {
    display: none; }
  .about-types .active-tab {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .about-types .tab-buttons, .about-types .tab-buttons2 {
    display: flex;
    list-style: none;
    padding: 0; }
  .about-types .tab-button, .about-types .tab-button2 {
    font: 16px "Jost", Arial, sans-serif;
    cursor: pointer;
    transition: 0.2s linear;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: 0 20px 0 10px;
    margin: 10px 0;
 }
  .about-types .active-button {
    color: #bb9f68;
    border-left: 3px solid #bb9f68;
    font-weight:500; }

.about-rooms {

  position: relative; }
  .about-rooms__item {
    background-color: #f6f6f6; }
  .about-rooms__item .about-rooms__gallery {position: relative;}
  .about-rooms__item .about-rooms__gallery .darklayer {
position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    top: 0;
   opacity: 0.3;
}

  .about-rooms__slider-next {
    position: absolute;
    color: #bb9f68;
    cursor: pointer;
    top: 40%;
    right: calc(-20px - 58px);
    font-size: 30px; }
    .about-rooms__slider-next.swiper-button-disabled {
      opacity: 0.6; }
    @media (max-width: 1365px) {
      .about-rooms__slider-next {
        display: none; } }
  .about-rooms__slider-prev {
    position: absolute;
    top: 40%;
    left: calc(-20px - 58px);
    color: #bb9f68;
    font-size: 30px;
    cursor: pointer;
    transform: rotate(-180deg); }
    .about-rooms__slider-prev.swiper-button-disabled {
      opacity: 0.6; }
    @media (max-width: 1365px) {
      .about-rooms__slider-prev {
        display: none; } }
  @media (max-width: 997px) {
    .about-rooms {
      margin-bottom: 45px; } }
  .about-rooms__item {
    display: flex !important;
    flex-direction: column; }
  .about-rooms__pagination {
    justify-content: center;
    display: flex;
    margin-top: 80px; }
    @media (max-width: 997px) {
      .about-rooms__pagination {
        margin-top: 40px; } }
    .about-rooms__pagination .swiper-pagination-bullet {
      width: 30px;
      height: 2px;
      border-radius: 0;
      background: #333; }
    .about-rooms__pagination .swiper-pagination-bullet-active {
      background: #000; }
  .about-rooms__slider, .about-rooms__gallery {
    overflow: hidden; }
  .about-rooms__slider .swiper-slide {
    height: auto; }
  .about-rooms__gallery-name {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0 20px 0 20px; }
    .about-rooms__gallery-name:hover {}
  .about-rooms__gallery-text {
    padding: 25px 20px 0 20px; }
    .about-rooms__gallery-text p {
      line-height: 20px; }
  .about-rooms__gallery-next {
    position: absolute;
    top: calc(50% - 16px);
    right: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    z-index: 3; }
    .about-rooms__gallery-next.swiper-button-disabled {
      opacity: 0.6; }
  .about-rooms__gallery-prev {
    position: absolute;
top: calc(50% - 16px);
    left: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    z-index: 3; }
    .about-rooms__gallery-prev.swiper-button-disabled {
      opacity: 0.6; }
  .about-rooms__gallery-item {
    position: relative; }
    .about-rooms__gallery-item img {
      height: 250px;
      object-fit: cover;
      width: 100%; }

.about-services {
  margin-bottom: 90px; }
  @media (max-width: 997px) {
    .about-services {
      margin-bottom: 45px; } }
  .about-services__title {
    align-self: baseline; }
  .about-services .icon {
    font-size: 20px;
    cursor: pointer; }
  .about-services__left {
    display: flex;
    background-color: #f6f6f6;
    padding: 20px;
    text-align: left;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 997px) {
    .about-services__right img {
      width: 100%;
      height: auto; } }
  .about-services__nav {
    background: #fff;
    display: flex;
    justify-content: center;
    height: 50px;
    z-index: 2;
    align-items: center;
    margin-top: 30px; }
    .about-services__nav-box {
      padding: 15px;
      display: inline-flex;
      gap: 10px;
      box-shadow: 0 10px 20px 0 rgba(31, 31, 31, 0.1); }
  .about-services__name {
    font-size: 20px;
    color: inherit;
    align-self: baseline;
    margin-bottom: 15px; }
  .about-services__wrapper {
    overflow: hidden; }
  .about-services__content {
    display: grid;
    grid-template-columns: 1fr  auto; }
    @media (max-width: 767px) {
      .about-services__content {
        display: flex;
        flex-direction: column; } }

.accordion-types, .accordion-types-copy {
  display: none; }
  @media (max-width: 997px) {
    .accordion-types, .accordion-types-copy {
      margin-bottom: 45px;
      display: flex;
      flex-direction: column; } }

.accordion-item.active .accordion-item-header {
  color: #bb9f68;
  border-bottom: 2px solid #bb9f68; }

.accordion-item-header {
  font: 16px "Jost", Arial, sans-serif;
  cursor: pointer;
  transition: 0.2s linear;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 10px; }

.accordion-item-content {
  display: none;
  padding: 10px 10px 10px 10px; }

.accordion-item.active .accordion-item-content {
  display: block; }

@media (max-width: 997px) {
  .about-index-page h2 {
    margin-bottom: 15px !important; } }

.about-info {
  margin-bottom: 90px;
  line-height: 20px; }
  @media (max-width: 997px) {
    .about-info {
      margin-bottom: 40px; } }
  .about-info__photos {
    display: flex;
    gap: 20px; }
  .about-info h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .about-info p {
    margin-bottom: 10px; }
  .about-info ul {
    margin-bottom: 10px; }

/*# sourceMappingURL=template_styles.css.map */

@media screen and (min-width: 1024px) {
  .tab .-type-program .card.-type-carousel .card__info{
    min-height: 180px;
  }
}



.advantages{
  display: flex;
  opacity: 0;
  max-width: 865px;

  flex-wrap: wrap;

  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

@media screen and (max-width: 1350px) {
  .advantages{
    display: none;
  }
}

advantages__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.advantages__heading {
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .7px;
 color: #fff;
  background-color:#bb9f68;
  width: 100%;
}
.advantages__list {
  padding: 22px 28px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
.advantages__item {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
}


.advantages__item svg {


  margin-right: 15px;
width: 20px;
  height: 20px;

}

.custom-map__item .tab.active{
  color: #bb9f68;
}
.custom-map__item .tab{
    line-height:20px;
    margin-top: 5px;
}

.search-form.container:hover .advantages {
  position: absolute;
  bottom: 90px;
  right: 80px;
  opacity: 1;
  transition: all .9s ease;
}


@media (max-width: 1600px) {
    .search-form.container:hover .advantages {

        right: 100px;

    }

}

/**/

.social__item{
    display: flex;
    align-items: center;
}

.social__item span{
    font-size: 11px;
    margin-left: 5px;
}


.about-rooms-wrapper{
    background: rgba(187,159,104,.8);
    padding: 20px;margin-bottom: 90px;
}

.about-rooms-wrapper h2{
    text-align: center;
    display: flex;
    align-items: center;

    justify-content: center;
}

.about-rooms-wrapper h2 a{
    color: #000;
}


.tabs__faq{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}


.tabs__faq-content {
    display: none;
    line-height: 25px;
}

.tabs__faq-content.active {
    display: block;
}

.tabs__faq-item{
    cursor: pointer;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.tabs__faq-item.active {
    font-weight: 600;


    border-bottom: 1px solid #bb9f68;
}


@media (max-width: 767px) {
.tabs__faq-content {
    min-height: 215px;
    margin-bottom: 30%;
}


  .footer__social{
      flex-direction: column;
   gap: 10px;
      justify-content: center;
  }

}



@media (max-width: 1150px) {
    .header__content .social{
        display: none;
    }


}

@media (max-width: 1240px) {
    .about-slider__tabs{
        width: inherit;
    }
}



.card-objects{
  position: relative;
  margin-bottom: 90px;

}
.card-objects img{
  position: relative;
  z-index: 1;
}

.card-objects__text{
  position: absolute;
  background:rgba(187,159,104,.8);
  color: #fff;
  top: -30px;
  right: -30px;
  z-index: 3;
  padding: 10px;
  transition: fill 0.3s ease;
  border-radius: 5px;
  opacity: 0;
   max-width: 200px;
  visibility: hidden;
  text-align: center;
}




.card-objects__text.style4{
  top: -40px;
  right: 45px;
}



.card-objects__pos{
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.card-objects__pos:hover .hover-svg path {
  fill: rgba(0, 0, 0, 0.1);
  transition: fill 0.3s ease;
}

.card-objects__pos:hover .card-objects__text{
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; /* No delay for showing */
  transition: opacity 0.3s ease; /* Animate opacity */
}

/* When the hover ends, hide the element */
.card-objects__pos:not(:hover) .card-objects__text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s; /* Add a delay to hiding visibility */
}

.card-objects__pos.pos1{
    top: 207px;
    left: 171px;
}

.hover-svg{
  position: relative;
  z-index: 2;
}
.card-objects__pos.pos2{
    top: 183px;
    left: 383px;
}

.card-objects__pos.pos3{
    top: 420px;
    left: 516px;
}


.card-objects__pos.pos4{
    top: 369px;
    left: 636px;
}


.card-objects__pos.pos5{
    top: 197px;
    left: 792px;
}


.card-objects__pos.pos6{
    top: 437px;
    left: 912px;
}


.card-objects__pos.pos7{
    top: 509px;
    left: 1047px;
}


.card-objects__pos.pos8{
    top: 677px;
    left: 1075px;
}

.card-objects__pos.pos9 {
    top: 95px;
    left: 410px;
}


@media (max-width: 768px) {
.card-objects-wrapper{
  display: none;
}
}
@media (max-width: 640px) {
img.img-responsive.bab {
    width: 100%;
}
}

.about-services__1 {display: grid; gap: 30px; grid-template-columns: 1fr 1fr 1fr; margin-bottom: 80px;}
.about-services__1 .about-services__item {aspect-ratio: 1 / 0.9; display: flex; flex-direction: column; justify-content: end; padding: 0 0 50px 30px; gap: 10px;}
.about-services__1 .about-services__item .about-services__name {color: #fff; font-size: 22px; font-weight: 500;}
.about-services__1 .about-services__item .button--default {width: 140px; min-width: auto; line-height: 40px; min-height: 40px; text-align: center; text-transform: unset;}
.offers-inner section {margin-bottom: 75px;}
.about-info .docs {margin-bottom: 100px;}
.about-info .docs .about-info__photos {width: fit-content; margin: 40px auto;}
.cert-about {margin-bottom: 75px; text-align: center;}
.cert-about a {display: inline;}
.cert-about img {width: 50%; display: inline;}
.contacts__info.sub {grid-template-columns: auto; padding-top: 0;}
.contacts--page .contacts__item--email {padding-right: 0; justify-content: center;}
.room__picture .new {background: url(/bitrix/images/new-label.png);     width: 128px; height: 128px;
    position: absolute;
    right: 0;}


/*new Footer*/
.footer{background-color:#2e2e30}.new_footer__container{padding-top:80px;padding-bottom:35px}.new_footer__container a{font-family:Jost;font-weight:500;font-size:16px;line-height:126%;letter-spacing:0;vertical-align:middle;color:#fff}.new_footer__container p{cursor:default}.new_footer__container a:hover{color:rgba(255,255,255,.6)}.new_footer__container .footer-main,.new_footer__container .footer_top .other,.new_footer__container .footer_top .phones{display:flex}.new_footer__container .footer_top .other{flex-grow:1;justify-content:space-between;align-items:center}.new_footer__container .footer_top .other .adress,.new_footer__container .footer_top .other .email,.new_footer__container .footer_top .phones .phone{display:flex;flex-direction:column;font-family:Jost;font-weight:500;font-size:16px;line-height:126%;letter-spacing:0;vertical-align:middle;color:#fff;white-space:nowrap}.new_footer__container .footer_top .other .adress span,.new_footer__container .footer_top .other .email span,.new_footer__container .footer_top .phones .phone span{font-family:Jost;font-weight:400;font-size:14px;line-height:130%;letter-spacing:0;vertical-align:middle;color:#fffFFFB2}.new_footer__container .footer_top .other .adress{flex-grow:1;white-space:pre-wrap}.new_footer__container .footer_top .other .adress p span{font-family:Jost;font-weight:500;font-size:16px;line-height:126%;letter-spacing:0;vertical-align:middle;color:#fff}.new_footer__container .footer_top .other .email,.new_footer__container .footer_top .phones .phone{padding-right:24px;border-right:1px solid #fffFFF40;margin-right:24px}.new_footer__container .footer_top{display:flex;padding-bottom:28px;border-bottom:1px solid #fffFFF40;align-items:center}.new_footer__container .footer_top .button{display:flex;align-items:center;justify-content:center}.new_footer__container .footer-main .menu-left,.new_footer__container .footer-main .menu-right{flex-grow:1;max-width:50%}.new_footer__container .footer-main .left{border-right:1px solid #fffFFF40}.new_footer__container .footer-main .left,.new_footer__container .footer-main .right{flex-grow:1;max-width:50%}.new_footer__container .footer-main .right .menu{display:flex;display:flex;margin-top:40px;margin-left:40px;margin-bottom:30px}.new_footer__container .footer-main .right .menu .h2{font-family:Jost;font-weight:500;font-size:14px;line-height:126%;letter-spacing:0;text-transform:uppercase;color:#fff;margin-bottom:14px}.new_footer__container .footer-main .right .menu li a{font-family:Jost;font-weight:400;font-size:16px;line-height:130%;letter-spacing:0;vertical-align:middle;color:#fff}.new_footer__container .footer-main .right .menu li a:hover{color:#fffFFF80}.new_footer__container .footer-main .right .info{display:flex;align-items:flex-end;justify-content:space-between;margin-left:40px}.new_footer__container .footer-main .right .info .privacy{display:flex;flex-direction:column;flex-grow:1;font-family:Jost;font-weight:400;font-size:14px;line-height:126%;letter-spacing:0;vertical-align:bottom;color:#fffFFF80}.new_footer__container .footer-main .right .info .medmaps{display:flex;flex-grow:1;justify-content:flex-end;color:#fffFFF80}.new_footer__container .footer-main .right .info .privacy a:hover{color:#fff}.new_footer__container .footer-main .right .info .medmaps a,.new_footer__container .footer-main .right .info .medmaps a:focus,.new_footer__container .footer-main .right .info .medmaps a:hover,.new_footer__container .footer-main .right .info .privacy a{color:#fffFFF80}.new_footer__container .footer-main .right .info .medmaps span{color:#bb9f68;font-family:Jost;font-weight:400;font-size:16px;line-height:126%;letter-spacing:0;text-align:right;vertical-align:bottom}.new_footer__container .footer-main .left .footer-menu-top{display:flex;flex-grow:1;justify-content:space-between;align-items:center;padding-top:40px}.new_footer__container .footer-main .left .footer-social{display:flex;margin-right:36px}.new_footer__container .footer-main .left .footer-social a{display:flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border:1px solid #fffFFF40;margin:0 4px}.new_footer__container .footer-main .left .footer-social .social-icon path{fill:white;transition:fill .1s}.new_footer__container .footer-main .left .footer-social a:hover{background:#fff}.new_footer__container .footer-main .left .footer-social a:hover .social-icon path{fill:#2E2E30}.new_footer__container .footer-main .left .footer-menu-info{margin-top:40px;margin-right:40px}.new_footer__container .footer-main .left .footer-menu-info .h2{font-weight:700;font-size:14px;line-height:126%;letter-spacing:0;margin-bottom:10px;color:#fff;width:85%}.new_footer__container .footer-main .left .footer-menu-bottom,.new_footer__container .footer-main .left .footer-menu-info p{font-family:Jost;font-weight:400;font-size:14px;line-height:126%;letter-spacing:0}.new_footer__container .footer-main .left .footer-menu-bottom{display:flex;justify-content:space-between;vertical-align:bottom;color:#fffFFF80;margin-top:50px;margin-right:40px}.new_footer__container .footer-main .right .info .copyright{display:none}@media (max-width:1200px){.new_footer__container .footer_top .other .adress,.new_footer__container .footer_top .other .email,.new_footer__container .footer_top .phones .phone{padding-right:18px;margin-right:18px}.new_footer__container .footer-main .right .menu{margin-bottom:40px}.new_footer__container .footer-main .right .info .medmaps a,.new_footer__container .footer-main .right .info .privacy a{font-size:14px}}@media (max-width:1100px){.new_footer__container .footer_top{flex-direction:column;align-items:flex-start;justify-content:space-between}}@media (max-width:768px){.new_footer__container .footer-main .right,.new_footer__container .footer_top .other .booking{width:100%}.new_footer__container .footer-main .left .footer-social,.new_footer__container .footer-main .right .info{margin:0}.new_footer__container .footer_top .other{width:100%;flex-direction:column;align-items:flex-start}.new_footer__container .footer_top .other .email,.new_footer__container .footer_top .phones .phone{border-right:none;margin-right:0}.new_footer__container .footer_top .other .adress{padding:18px 0}.new_footer__container .footer_top .other .email{padding-top:18px}.new_footer__container .footer-main{flex-direction:column;align-items:flex-start}.new_footer__container .footer-main .left,.new_footer__container .footer-main .right{max-width:100%;border-right:none}.new_footer__container .footer-main .left .footer-menu-info{margin-right:0}.new_footer__container .footer-main .left .footer-menu-bottom{display:none}.new_footer__container .footer-main .right .menu{margin-left:0;border-top:1px solid #fffFFF40;border-bottom:1px solid #fffFFF40;padding-top:40px;padding-bottom:40px}}@media (max-width:576px){.new_footer__container .footer-main .left .footer-menu-top,.new_footer__container .footer-main .right .info,.new_footer__container .footer-main .right .menu{flex-direction:column;align-items:flex-start}.new_footer__container .footer-main .left .footer-logo{margin-bottom:18px}.new_footer__container .footer-main .menu-right{margin-top:32px;max-width:100%}.new_footer__container .footer-main .right .info .copyright{display:flex;color:#fffFFF80;font-family:Jost;font-weight:500;line-height:126%;vertical-align:middle;font-size:14px}}
.footer-menu-bottom .footer__sitemap {
    font-size: 14px;
    color: #FFFFFF80;
}
.footer-menu-bottom .footer__sitemap:hover {
    color: #FFF;
}
@media (max-width: 768px) {
    .card-objects-wrapper {
        display: none!important;
    }
}
/*banyaFst*/
.banyaFest {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    background: #bb9f68cc;
}
.banyaFest .image {
    background-image: url(/local/templates/template1/public/Afisha-BanyaFest.jpg);
    width: 70%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1248 / 608;
    margin-right: 40px;
}
.banyaFest .banya-text h3 {
    font-size: 24px;
    color: #2e2e30;
    font-family: "Jost", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4;
}
.banyaFest .banya-text .subtext {
    margin-top: 10px;
}
.banyaFest .banya-text {
    width:100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 1325px) {
    .banyaFest .image {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    .banyaFest .banya-text h3 {
        font-size: 18px;
    }
    .banyaFest .banya-text {
        padding-top: 0;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
   .banyaFest {
        flex-direction: column;
    }
    .banyaFest .image {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

/* End */
/* /local/templates/template1/template_styles.css?178523778229315 */
