

/* Start:/local/templates/template3/template_styles.css?17881775306199*/
.header__col.-logo {background-color: #fffaf3;}
.bron {
    height: 25px;text-align: center;color: white;background-color: #678928; width: 100%;
  } 
  .bron a{
    color: #fff;
  }  
.ustyle > h2 {font-size: 25px;}
.footer__row { color: #662f1c; }
.footer__col.-menu .menu-col a, .footer__col.-copyright > div > a { color: #662f1c; }
h2.h3	{
    font-size: 39px;
}
@media (max-width: 320px) {
  .button.-booking-header-mobile {
    display: none;
  }
}
@media (min-width: 480px) {
  header > div > div.header__col.-menu > div.menu > ul > li:nth-child(1) {
    display: none;
  }
}
@media (min-width: 320px) {
  div.-has-lang:nth-child(1) {
    display: none;
  }
}


.bron{
  position: absolute;  
  top: 80px;
  line-height: 1;
  height: max-content!important;
  padding: 4px;
  font-weight: 500;
  z-index: 10;
}

.search-form.search-form--fixed {
  top: 103px !important;
}


@media (max-width: 992px) {
  .bron{
    top: 50px;
  }
  .search-form.search-form--fixed{
    top: 86px!important;
  }
  .type-rooms .search-form.search-form--fixed{
    display: block;
  }
  
}
.search-form.search-form--fixed{
  z-index: 100;
}


@media (max-width: 480px) {
	.x-tl-booking-widget-container {
	  flex-direction: column-reverse !important;
  }
}
/*
.article-nav > ul {
  display: none;
}*/

.ustyle a { background-image: none !important;  }

/*.slick-slide { height: 50% !important;  }*/

.content__image.-detail-slider {
    height: 350px;
}
.maps-block{
  padding-left: 15px;
  padding-right: 15px;
	padding-bottom: 40px;
}
.maps-block__header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
  text-align: center;
  margin-bottom: 50px;
}
.maps-block__header div:first-child{
  max-width: 800px;
}
.maps-block__header .maps-grid__item{
  min-width: max-content;
}
.maps-block__title {
  font-size: 28px;
  line-height: 1.4;
  color: #333;
  margin: 0 0 25px 0;
  font-weight: 500;
  text-align: left;
}

.maps-block__recommend {
  font-size: 18px;
  color: #662f1c;
  margin: 20px 0 0;
  text-align: left;
}

.maps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.maps-grid__item {
  text-align: center;
}
.maps-grid__item a{
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #662f1c;
  color: #662f1c;
  text-decoration: none;
  padding: 10px;
}
.maps-grid__item a:hover{
  color: #fff;
  background-color: #662f1c;
}

.maps-grid__item a:hover svg path{
  fill: #fff;
}

.maps-grid__link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.maps-grid__link:hover {
  transform: translateY(-5px);
}

.maps-grid__link:hover .maps-grid__image {
  transform: scale(1.05);
}

.maps-grid__title {
  display: block;
  font-size: 16px;
  line-height: 1.4;  
  font-weight: 500;
  text-align: left;
}

.visible_xs{
  display: none;
}
/* Адаптация для планшетов */
@media (max-width: 992px) {
  .hidden_xs{
    display: none;
  }
  .visible_xs{
    display: block;
    grid-column: 1 / -1;
    grid-row: 3 / 3;
  }
  .maps-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
  }
  
  .maps-block__title {
      font-size: 24px;
  }
}

/* Адаптация для мобильных */
@media (max-width: 576px) {
  
  .maps-grid {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  
  .maps-block__title {
      font-size: 20px;
  }
  
  .maps-block__recommend {
      font-size: 16px;
  }
  
  .maps-grid__image-wrapper {
      max-width: 300px;
      margin: 0 auto 15px;
  }
}

/* Анимация появления */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.maps-grid__item {
  animation: fadeInUp 0.6s ease forwards;
}

.maps-grid__item:nth-child(1) { animation-delay: 0.1s; }
.maps-grid__item:nth-child(2) { animation-delay: 0.2s; }
.maps-grid__item:nth-child(3) { animation-delay: 0.3s; }
.maps-grid__item:nth-child(4) { animation-delay: 0.4s; }

.feedback_form{
max-width: 500px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
display: flex;
flex-direction: column;
background: #fff;
border-radius: 15px;
margin-top: 60px;
margin-bottom: 60px;
border: 2px solid #678928;
padding: 20px;
}

.feedback_form-title{
font-size: 22px;
font-weight: 600;
text-align: center;

}

.feedback_form input,
.feedback_form select{
border-bottom: 1px solid #000;
}
.feedback_form label{
margin-bottom: 10px;
margin-top: 20px;
}

.feedback_form input[type="submit"]{
background: #678928;
border-radius: 5px;
color: #fff;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 15px;
}
.video_iframe {
	width: 100%;
	margin-top: 60px;
    max-width: 720px;
padding-left: 15px;
padding-right: 15px;
}
.video_iframe iframe{
width: 100%;
height: 405px;
}
@media(max-width: 768px){
	.video_iframe iframe{
	height: auto;
}
.title.ratings__title{
font-size: 28px;
}
}
.menu .menu__container{background-color: #fffaf3;}
.menu .menu__container a{color: #000;}
.button.-type-more{
border: 1px solid #678928;
    color: #fff;
}

.button.-type-more:hover {
	color:#678928;
}

.button.-type-more:before {
content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: -1;
    background-color: #678928;
    -webkit-transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .01s, -webkit-transform .35s cubic-bezier(.165, .84, .44, 1);
    transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .4s cubic-bezier(.165, .84, .44, 1) .01s;
    transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .4s cubic-bezier(.165, .84, .44, 1) .01s, -webkit-transform .35s cubic-bezier(.165, .84, .44, 1);
}

.button.-type-more:hover:before {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
/* End */
/* /local/templates/template3/template_styles.css?17881775306199 */
