/* ========================================================================
   Component: demo.less
 ========================================================================== */
.demo .card-content {
  padding-bottom: 0;
}
.demo .card-content .btn {
  margin-bottom: 16px;
  margin-left: 3px;
  margin-right: 3px;
}
.demo .demo-no-space .card-content .btn {
  margin-left: 0;
  margin-right: 0;
}
.demo .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}
.demo .modal-dialog {
  width: auto;
  margin: 0 auto;
}
.demo .popover {
  position: relative;
  display: block;
  float: left;
  width: auto;
  margin: 0 auto;
  max-width: none;
}
.demo .tooltip {
  position: relative;
  display: block;
  margin: 10px auto;
  opacity: 1;
  max-width: 200px;
}
.demo .tooltip-inner {
  max-width: none;
}
.comments-wrap{
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

body {
  font-family: "Dosis", sans-serif;
  color: #6B6B6B;
}
a{
  color: #6B6B6B;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  /*word-spacing: 0.1rem;*/
  letter-spacing: 1px;
 
}
body.page-template-block-width-page .navbar,
body.error404 .navbar{
  box-shadow: 0px 5px 10px 0px rgb(185, 185, 185);
  opacity: 1;
}
body.error404 .site-content{
  margin-top: 120px;
}

body.page-template-block-width-page article{
  background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 38px;
}
.page-template-block-width-page .site-content{
  padding: 42px 0;
}
.page-template-block-width-page .content-title{
  padding: 0;
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 42px;
    }
}

ul{
	list-style-type: none;
	padding-left: 0;
}
.container-fluid{
  padding: 0;
}
.tooltip {
  font-family: "Amatic SC",  sans-serif;
}

.popover{
  font-family: "Amatic SC",  sans-serif;
}

.navbar-brand{
  font-family: "Dosis",  sans-serif;
}

.home-header .logo{
  font-family: "Amatic SC",  sans-serif;
}

img{
  max-width: 100%;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.8); 
   /* position: absolute;
      left: 0;
      right: 0;
  padding: 10px 20px;

  z-index: 33;*/
}
.navbar-overlay {
  z-index: 44; 
  margin-top: -91px; 
  height: 90px;
  
}
.navbar-collapse{
  padding-top: 5px;
}

.navbar a {
 /* text-decoration: none;
  color: #6B6B6B;*/
}

footer{
 background-image: url(../images/sbgViolet.png);
 color: #fff;
 
}

.footer-title, .footer-widget-title, .unerline-title{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: center; 
}
.footer-title::after, .unerline-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background-color: #fff; 
}
.footer-widget-title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #fff; 
}

.navbar-collapse, .navbar-nav {
  column-gap: 20px;
  row-gap: 10px;
}
.menu-item {
  margin: 0 10px;
  text-align: center;
  
}

.menu-item p {
  margin: 0;
}
.btn {
  padding: 2px 15px;
  border-radius: 32px;
  text-align: center;
  font-family: "Dosis",  sans-serif;
  font-weight: 500;
  color: #fff;
	background-color: #00ADCE;
  
}
.btn-green {
  background-color: #A9C205;
  color: white;
  cursor: pointer;
  position: relative;
}
.btn-green:hover {
  background-color: #A9C205;
}



.btn-transparent {
  border: 1px solid #6B6B6B;
  
  background-color: transparent;
  cursor: pointer;
  color: #6B6B6B;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 600px; /* Увеличено для карты */
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content .content {
  display: flex;
}
.dropdown-content .parks-list {
  width: 50%;
  padding: 10px;
}
.dropdown-content .map {
  width: 50%;
  height: 300px; 
}
.dropdown-content.show {
  display: block;
}
.menu-item i{
  font-size: 42px;
}
.menu-item img{
margin-top: 8px;
    margin-bottom: 2px;
}
.menu-item img.menu-icon-groupes,
.menu-item img.menu-icon-tarifs{
  height: 33px;
  width: auto;
}
.menu-item .fa-puzzle-piece,
.menu-item .fa-fort-awesome,
.menu-item .fa-comment{
  color: #62BFDE;
}

.menu-item .fa-envelope{
  color: #EF90B8;
}

.menu-item .fa-cake-candles{
  color:#EFC32E;
}
.park-list-modal {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}


.navbar{
margin-bottom: 0;
}

.site-logo{
  margin-bottom: 11px;
}
.site-logo img {
  max-width: 214px; /* Установите максимальную ширину */
  height: auto; /* Высота будет автоматически изменяться */
}
.site-content{
  min-height: 35vh;
}
@media (min-width: 992px) {
  .page-template-block-width-page .site-content {
      margin-top: 54px;
  }
}
/* Скрытие логотипов в зависимости от устройства */
@media (max-width: 991.98px) {
  .navbar-collapse {
      text-align: center;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 12px;
  }
 .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: center;
  }

  .navbar-collapse .nav-item {
      width: 100%;
  }

.navbar-collapse .menu-item {
      max-width: 126px;
  }

  .navbar-collapse .header-widget-1,
  .navbar-collapse .header-widget-2 {
      text-align: center;
      width: 100%;
     
  }

 .site-logo.d-none.d-lg-block, 
  .site-title.d-none.d-lg-block,
  .header-widget-1.d-none.d-lg-block{
      display: none !important;
  }

  .site-logo.d-block.d-lg-none, 
  .site-title.d-block.d-lg-none,
  .header-widget-1.d-block.d-lg-none {
      display: block !important;
      text-align: center;
   
  }
}

