:root {
  --blue-color: #06b6f5;
  --white-text-color: #fff;
  --green-color: #CAFD3C;
  
  --black-text-color: #05252D;
  --black-text-color-game: #1D1D1B;

  --main-btn-fill: radial-gradient(
    closest-side,
    rgba(0, 175, 238, 1) 0%,
    rgba(0, 175, 238, 0) 100%
  ),
  linear-gradient(
    180deg,
    rgba(126, 220, 254, 1) 0%,
    rgba(50, 147, 200, 1) 100%
  );

    /* Fonts */
--main-font-family: "Montserrat",  sans-serif;
--bs-font-sans-serif: "Montserrat",  sans-serif;
--bs-font-monospace: "Montserrat",  sans-serif;

}
 button,
 h1,
 h2,
 h3,
 h4,
 h5{
     margin: 0;
     padding: 0;
     border: none;
     text-transform: uppercase;
     
 }
 /*input,
 select,*/
 ul li{
  text-align: left;
 }
h1,
h2,
h3{
 font-weight: 600; 
}
h4,
h5{
  font-weight: 500; 
}
p{
  font-weight: 400;
}
img{
  max-width: 100%;
}
a{
  color: var(--blue-color);
}
a:hover{
   color: var(--blue-color);
}
h1{
  font-size: 68px;
}
h2{
  font-size: 48px; 
}
h3{
  font-size: 36px; 
}
h4{
  font-size: 24px; 
}
h5{
  font-size: 18px; 
}
h6{
  font-size: 16px; 
}
 menu, ol, ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
 }

body{
  font-family: var(--main-font-family);
  font-size: 16px;
  color: var(--black-text-color);
}
a{
  text-decoration: none;
}

body.page-template-block-width-page .navbar,
body.error404 .navbar{
  opacity: 1;

}
body.page-template-block-width-page .main-menu,
body.error404 .main-menu{
  background-color: #1B3545;
}
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;
}
.btn, .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--main-btn-fill, radial-gradient(closest-side, rgba(0, 175, 238, 1) 0%, rgba(0, 175, 238, 0) 100%), linear-gradient(180deg, rgba(126, 220, 254, 1) 0%, rgba(50, 147, 200, 1) 100%));
  border-radius: 100px;
  border-style: solid;
  border-color: var(--main-btn-stroke, #019cd4);
  border-width: 1px 0px 0px 0px;
  padding: 8px 23px;
  white-space: nowrap;
  box-shadow: var(--main-btn-shadow-box-shadow, 0px 16px 35px -16px rgba(9, 87, 176, 1));
}

.btn:hover, .button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
  background-color: #fff;
  text-decoration: none;
  background-image: none;
  color: var(--blue-color);
  border-color: var(--main-btn-stroke, #019cd4);
  border-style: solid;
  border-width:1px;
}
.small-btn, a.small-btn{
  font-size: 12px!important;
  padding: 10px 23px!important;
}
.blue-color{
  background: var(--blue-color)!important;
  color: #ffffff !important;
}
.bg-green{
   background: var(--green-color);
}

.container-fluid {
  padding: 0;
}
.zl-price{
position: relative;
}
.price-currency{
  line-height: 1.7em;
  font-weight: 600; 
  display: inline-block;
  position: absolute;
}
.zl-title{
position: relative;
padding-left: 20px;
}
.zl-title:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--blue-color); 
  border-radius: 15px;
} 
.border-left-rounded::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px; /* Толщина бордера */
  height: 100%;
  background: #000; /* Цвет бордера */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.page-template-block-width-page .site-content{
  padding: 42px 0;
}
.page-template-block-width-page .content-title{
  padding: 0;
  text-align: center;
}

.page-template-block-width-page .site-content{
  background-position: left top;
  }
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 42px;
    }
}

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

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

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

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

img{
  max-width: 100%;
}

/*header*/
img.main-logo,
img.custom-logo{
  width:183px;
  max-width: 183px!important;
  max-height: 50px;
  object-fit: contain;
}
.top-promo-container i, .top-promo-container a{
  color: var(--blue-color);
}
.nav-link{
  color: var(--white-text-color);
}
.bg-green{
   background: var(--green-color);
}

.zl-park-name {
 text-shadow: 0px 4px 4px rgba(0, 175, 238, 0.25);
  color: var(--white-text-color);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-stroke: 0.4px #00afee7a;
  -webkit-text-stroke: 0.4px #00afee7a;
  font-family: "Montserrat-Medium", sans-serif;
}
.zl-park-name-link i{
  font-size: 12px;
}
.dropdown-toggle::after{
  display: none;
}
.main-menu{
  background: rgba(27, 53, 69, 0.77);
}
.nav-link{
  color: var(--white-text-color);
  text-align: center;
  font-size: 15px;
  font-weight:  500;
  text-transform: uppercase;
}
.nav-item a.btn{
  font-size: 12px;
}
.nav-link.dropdown-toggle i{
  font-size: 16px;
}
.checout-menu-item img{
  height: 35px;
}
.nav-link.dropdown-toggle.lenguages i{
font-size: 12px;
}
.main-header{
  color:#fff;
  max-height: 798px;
}
.header-bg-img{
  max-height: 798px;
  object-fit: cover;
}
.navbar-fixed{
  z-index: 10;
  min-height: 94px;
  padding: 5px 0;
 transition: top 0.3s ease, margin 0.3s ease, transform 0.3s ease;  
}
.right-navbar-main .btn{
  margin-top: 5px;
}
.navbar-fixed.fixed {
  position: fixed;
  top: 0;
  transform: translateY(0);
   margin-top: 0;
   right: 0;
   left: 0;
}

.navbar-fixed:not(.fixed) {
  margin-top: 0;
}

.nav-link:focus, .nav-link:hover{
  color: var(--blue-color);
}
.navbar-toggler{
  border:none;
  /*border-color: #fff;*/
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 175, 238, 0.25);
}
.navbar-toggler svg{
      height: 42px;
    width: 42px;
}
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300AFEE'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300AFEE'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next, .carousel-control-prev{
  opacity:1;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{
  filter: none;
}
/*footer*/

footer{
  background-color: #07252F;
 color: #fff;
 
}
footer .bottom-widgets-container{
justify-content: space-between;
}
.footer-widget-title{
  text-transform: uppercase;
}
.footer-widget{
  text-align: left;
}
.dropdown-content.show {
  display: block;
}
.menu-item i{
  /*font-size: 42px;*/
}

.site-logo{
  margin-bottom: 11px;
}
.site-logo img {
  max-width: 214px; 
  height: auto; 
}

.site-content{
  min-height: 90vh;
}
.main-site .site-content{
  min-height: 90vh;
}
@media (max-width: 768px) {
  img.main-logo, img.custom-logo{
        width: 130px;
  }
  footer .bottom-widgets-container{
    justify-content: start;
    }
    .main-menu nav.navbar.navbar-expand-lg{
      /*padding-right: 12px;*/
    }
    p{
      font-size: 14px;
    }
    h1{
      /*font-size: 48px;*/
      font-size: 40px;
    }
    h2{
      /*font-size: 36px;*/ 
      font-size: 27px;
    }
    h3{
      /*font-size: 24px; */
      font-size: 20px;
    }
    h4{
      /*font-size: 18px;*/
      font-size: 16px; 
    }
    h5{
      font-size: 16px; 
    }
    h6{
      font-size: 14px; 
    }
    .navbar-collapse .nav-item.account-menu-item,
  .navbar-collapse .nav-item.checout-menu-item {
      width: 50px;
  }
}
@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 {
      /*text-align: left;*/
  }

  .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;
   
  }
}

