/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* REQUIRED DEPENDENCIES - DO NOT CHANGE */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Back To Top */
.back-to-top {
  position: fixed;
  bottom: 40px;
  z-index: 9999;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* Common Styles */
.tm-price-table_featured {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.tm-price-table_featured-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.tm-timeline .tm-timeline-item-main-wrapper .tm-timeline-icon span svg {
  transform: none;
}
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
.tm-edit {
  background: #54a6f7 !important;
  color: #fff !important;
}
.jl-wrapper .g-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.jl-wrapper .g-container .el-content {
  padding: 0.938rem;
  margin: 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .jl-wrapper .g-container {
    max-width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .jl-wrapper .g-container {
    max-width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .jl-wrapper .g-container {
    max-width: 30rem;
  }
}
.jl-notify {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 1040;
  box-sizing: border-box;
}
.jl-notify .jl-iconnav > * > a {
  display: inline-flex;
}
.jl-notify .jl-icon-button {
  width: 45px;
  height: 45px;
  background-color: #54a6f7;
  color: white;
}
.jl-notify .jl-icon-button svg {
  fill: white;
}
.jl-notify .jl-icon-button:hover, .jl-notify .jl-icon-button:focus, .jl-notify .jl-icon-button:active {
  color: #e6e6e6;
}
ul.jl-accordion, ul.jl-list, .jl-breadcrumb, .jl-comment-list {
  margin-left: 0;
}
ul.jl-tab {
  margin-top: 0;
}
address, dl, fieldset, ol, p, pre, ul.jl-list {
  margin: 0 0 20px 0;
}
.jl-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.jl-hr, hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.jl-checkbox, .jl-radio {
  display: inline-block !important;
  width: 16px !important;
}
.jl-link {
  color: #54a6f7;
}
.jl-link:hover, .jl-link:focus, .jl-link:active {
  color: #54a6f7;
}
.el-news-ticker .jl-label {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px;
}
.el-news-ticker .jl-slidenav.jl-icon {
  width: 30px;
}
@media only all and (max-width: 60rem) {
  .el-news-ticker .tm-heading, .el-news-ticker .tm-heading-right {
    margin: 0 !important;
  }
  .el-news-ticker .tm-heading-right:after, .el-news-ticker .tm-heading:after {
    display: none !important;
  }
}
a.jl-link-heading:hover, .jl-link-heading a:hover, .jl-link-toggle:hover .jl-link-heading, .jl-link-toggle:focus .jl-link-heading, .jl-notification-message-primary, .jl-button-link, .jl-nav-default > li > a:hover, .jl-nav-default > li > a:focus, .jl-nav-default > li.jl-active > a, .jl-nav-default .jl-nav-sub a:hover, .jl-nav-default .jl-nav-sub a:focus, .jl-nav-default .jl-nav-sub li.jl-active > a, .jl-nav-primary > li > a:hover, .jl-nav-primary > li > a:focus, .jl-nav-primary > li.jl-active > a, .jl-nav-primary .jl-nav-sub a:hover, .jl-nav-primary .jl-nav-sub a:focus, .jl-nav-primary .jl-nav-sub li.jl-active > a, .jl-navbar-nav > li.jl-active > a, .jl-navbar-nav > li > a:active, .jl-navbar-nav > li:hover > a, .jl-navbar-nav > li > a.jl-open, .jl-navbar-nav > li > a:focus, .jl-navbar-toggle.jl-open, .jl-navbar-toggle:focus, .jl-navbar-toggle:hover, .jl-navbar-dropdown-nav > li > a:focus, .jl-navbar-dropdown-nav > li > a:hover, .jl-navbar-dropdown-nav > li.jl-active > a, .jl-navbar-dropdown-nav .jl-nav-sub a:focus, .jl-navbar-dropdown-nav .jl-nav-sub a:hover, .jl-navbar-dropdown-nav .jl-nav-sub li.jl-active > a {
  color: #54a6f7;
}
.jl-list-primary > ::before {
  color: #54a6f7 !important;
}
.jl-search-input {
  box-sizing: border-box !important;
}
.jl-tab > .jl-active > a {
  border-color: #54a6f7;
}
.jl-button-primary, .jl-card-primary.jl-card-hover:hover {
  background-color: #54a6f7;
}
.jl-button-primary:hover, .jl-button-primary:focus {
  background-color: #54a6f7;
}
.jl-section-primary, .jl-tile-primary, .jl-card-primary, .jl-badge {
  background: #54a6f7;
}
.jl-subnav-pill > .jl-active > a {
  background-color: #54a6f7;
}
.jl-text-primary, .jl-text-background {
  color: #54a6f7 !important;
}
@supports (-webkit-background-clip: text) {
  .jl-text-background {
    background-color: #54a6f7;
  }
}
.jl-background-primary, .jl-marker {
  background-color: #54a6f7;
}
.jl-overlay-primary {
  background: rgba(84, 166, 247, 0.8);
}
.jl-accordion-title:hover, .jl-accordion-title:focus {
  color: #54a6f7;
}
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: #54a6f7;
  border-color: #54a6f7;
}
.jl-button-default:hover, .jl-button-default:focus, .jl-button-default:active {
  background-color: #54a6f7;
  border-color: #54a6f7;
  color: #ffffff;
}
.jl-card-primary > .tm-timeline-arrow, .jl-dotnav > .jl-active > *, .jl-dotnav > * > :focus, .jl-dotnav > * > :hover, .jl-pagination > .jl-active > * {
  background-color: #54a6f7;
}
.jl-pagination > * > :hover {
  color: #fff;
  background-color: #54a6f7;
}
.g-headerbar-stacked {
  margin-top: 20px;
}
.g-headerbar-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.g-headerbar-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.jl-popup-login .jl-list {
  width: 300px;
  margin: 0 auto;
}
.jl-popup-login li {
  display: inline-block;
}
.jl-navbar-nav > li > a i {
  vertical-align: middle;
  margin-right: 0.2rem;
}
/* Toggle */
/* @import "jltoggle"; */
/* Video */
.btn-video {
  text-align: center;
  height: 60px;
  width: 60px;
  background-color: #54a6f7;
  z-index: 1;
  font-size: 17px;
  color: white;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  transition: all 300ms linear 0ms;
}
.btn-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.btn-video:hover {
  color: #ffffff;
}
.tm-video-player {
  position: relative;
  line-height: 1;
}
.tm-video-player .btn-video {
  background-color: #54a6f7;
  box-shadow: 0 0 0 10px rgba(84, 166, 247, 0.25);
}
.tm-video-player .btn-video:hover {
  box-shadow: 0 0 0 20px rgba(84, 166, 247, 0.25);
}
.tm-video-item:hover .btn-video {
  box-shadow: 0 0 0 20px rgba(84, 166, 247, 0.25);
}
.tm-video-item:hover .btn-video i {
  color: #ffffff;
}
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;1,300&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap'); */
/* Enegy Vitamins */
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
*::selection {
  text-shadow: none;
}
body ::selection {
  text-shadow: 0 0 4px #0361c0;
}
#logo {
  align-self: center;
}
#logo .g-content.g-particle {
  padding: 0.5rem 0 0.5rem 0.5rem;
  margin-right: 0;
}
.g-logo img, .g-logo svg {
  display: block;
  text-align: center !important;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  #logo .g-content.g-particle {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
  }
}
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 55px;
}
@media screen and (max-width: 958px) and (min-width: 768px) {
  .g-menu-item-151 {
    display: none !important;
  }
}
/*mainnav */
#mainnav .g-content.g-particle {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
#g-navigation .g-container {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 0.55rem;
}
@media (min-width: 1200px) {
  #g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 1.2rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  #g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 0.2rem;
  }
}
@media (751px <= width <= 766px) {
  #g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 0rem;
    line-height: 0.8;
    padding: 0;
  }
  #mainnav .g-content.g-particle {
    margin: 0;
    padding: 0;
  }
}
.g-main-nav .g-menu-parent-indicator {
  margin-left: -0.15rem;
}
.g-main-nav .g-menu-parent-indicator:after, .g-main-nav .g-menu-parent-indicator::after {
  width: 0.7rem;
}
@media (max-width: 959px) {
  .g-main-nav .g-menu-parent-indicator:after {
    width: 0.5rem;
  }
  .g-main-nav .g-menu-item-title {
    font-size: 0.85rem;
  }
}
#g-navigation .g-main-nav .g-dropdown {
  box-shadow: 2px 2px 4px #EAEAEA;
}
#g-navigation .g-menu-item-container i {
  margin-bottom: 5px;
}
.g-main-nav .g-sublevel {
  padding-top: 0.08rem;
}
.g-main-nav .g-sublevel > li {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem;
  font-weight: normal;
  padding-top: 0.65rem;
  padding-bottom: 0.8rem;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #06C;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem;
  font-weight: normal;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  font-weight: normal;
}
/* ПРОДУКТИ-PrODUCTS – Меню */
.g-menu-item-150 > div > span > span, .g-menu-item-212 > div > span > span, .g-menu-item-233 > div > span > span {
  text-transform: uppercase;
}
/* НОВИНИ – Меню */
.g-menu-item-126 > a > span > span, .g-menu-item-217 > a > span > span, .g-menu-item-238 > a > span > span {
  text-transform: uppercase;
}
/* КОМПАНИЯТА – Меню */
.g-menu-item-121 > div > span > span, .g-menu-item-221 > div > span > span, .g-menu-item-242 > div > span > span {
  text-transform: uppercase;
}
/* ЛЮБОПИТНО - Меню */
.g-menu-item-129 > div > span > span, .g-menu-item-228 > div > span > span, .g-menu-item-249 > div > span > span {
  text-transform: uppercase;
}
/* КОНТАКТИ - Меню */
.g-menu-item-248 > a > span > span, .g-menu-item-265 > a > span > span, .g-menu-item-372 > a > span > span {
  text-transform: uppercase;
}
/*ENG mainnav*/
#mainnav li.g-menu-item.g-menu-item-212, #mainnav li.g-menu-item.g-menu-item-221 {
  margin-right: 0.2rem;
}
#mainnav .g-menu-item-217, #mainnav .g-menu-item-211 {
  margin-right: 0.75rem !important;
}
/*Home + News*/
/*RU mainnav*/
#mainnav li.g-menu-item.g-menu-item-233, #mainnav li.g-menu-item.g-menu-item-242, #mainnav li.g-menu-item.g-menu-item-249 {
  margin-right: 0.3rem;
}
@media (max-width: 960px) {
  .g-menu-item-232 {
    display: none !important;
  }
}
/* Hide Home icon */
/*home menu item*/
.g-menu-item-120 {
  display: none !important;
}
/* ? */
#g-mobilemenu-container .g-menu-item-120 {
  display: block !important;
}
/* Home h3*/
.itemid-120 h3.g-title, .itemid-211 h3.g-title, .itemid-232 h3.g-title {
  color: #999999;
}
/* 2 columns Products-BG */
#g-navigation .g-menu-item-150 ul.g-dropdown {
  width: 35.4rem;
}
@media (max-width: 960px) {
  #g-navigation .g-menu-item-150 ul.g-dropdown {
    width: 30.8rem;
  }
}
.g-menu-item-150 .g-sublevel {
  column-count: 2;
  column-gap: 0;
}
@media (max-width: 767px) {
  .g-menu-item-150 .g-sublevel {
    column-count: 1;
  }
}
.g-menu-item-150 .g-sublevel > li:nth-child(4) .g-menu-item-container, .g-menu-item-150 .g-sublevel > li:nth-child(7) .g-menu-item-container {
  border-bottom: none !important;
}
@media (min-width: 48rem) {
  .e-catalogue {
    column-span: all;
    display: block !important;
    width: unset !important;
    background: linear-gradient(170deg, #d6f1ff 0%, #ffffff 70%);
    border: none !important;
    margin-left: 0 !important;
    padding-top: 0.4rem !important;
    padding-left: 1rem !important;
  }
  .e-catalogue .g-menu-item-container::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 0.5rem;
    flex-shrink: 0;
    /* SVG с цвят #0369a1 (кодиран като %230369a1) */
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27%230369a1%27%20stroke-width=%271.6%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Crect%20x=%273%27%20y=%273%27%20width=%2713%27%20height=%2718%27%20rx=%271.5%27%20/%3E%3Cpath%20d=%27M7%203h12.5A1.5%201.5%200%200%201%2021%204.5v15a1.5%201.5%200%200%201-1.5%201.5H16%27%20/%3E%3Cline%20x1=%276%27%20y1=%277%27%20x2=%2713%27%20y2=%277%27%20/%3E%3Cline%20x1=%276%27%20y1=%2711%27%20x2=%2713%27%20y2=%2711%27%20/%3E%3Cline%20x1=%276%27%20y1=%2715%27%20x2=%2710%27%20y2=%2715%27%20/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
/* Products Carousel pages */
#g-expanded {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  padding-left: 0;
  padding-right: 0;
  background-color: #eaf4ff;
}
#g-expanded .g-block.size-100 .g-content {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.itemid-120 #g-expanded .g-block.size-100 .g-content, .itemid-211 #g-expanded .g-block.size-100 .g-content, .itemid-232 #g-expanded .g-block.size-100 .g-content {
  padding-top: 0px;
  margin-top: 0px;
}
@media (max-width: 59.938rem) and (min-width: 48rem) {
  #g-expanded {
    padding-bottom: 2rem;
  }
}
h3#el-module-jlcarousel-237, h3#el-module-jlcarousel-238, h3#el-module-jlcarousel-239 {
  letter-spacing: 3px;
  margin-bottom: 12px;
}
#module-jlcarousel-237 .tm-title, #module-jlcarousel-238 .tm-title, #module-jlcarousel-239 .tm-title {
  text-shadow: 0 0 10px #3F51B5;
  padding: 0 2.5rem;
}
#module-jlcarousel-237 a.jl-link-reset, #module-jlcarousel-238 a.jl-link-reset, #module-jlcarousel-239 a.jl-link-reset {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
/* a[href*="blog"] {font-weight: bold;} */
ul.jl-slider-items a[href*="/en/products/sparkling-water-soda-daily"] h4 {
  max-width: 20ch;
}
@media (max-width: 1200px) {
  #module-jlcarousel-237 .tm-title, #module-jlcarousel-238 .tm-title, #module-jlcarousel-239 .tm-title {
    padding: 0 1rem;
  }
}
@media (max-width: 960px) {
  #module-jlcarousel-237 .tm-title, #module-jlcarousel-238 .tm-title, #module-jlcarousel-239 .tm-title {
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  #module-jlcarousel-237 .tm-title, #module-jlcarousel-238 .tm-title, #module-jlcarousel-239 .tm-title {
    font-size: 1rem;
    padding: 0 0.65rem;
  }
  #module-jlcarousel-237 .jl-grid, #module-jlcarousel-238 .jl-grid, #module-jlcarousel-239 .jl-grid {
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  #module-jlcarousel-237 .tm-title, #module-jlcarousel-238 .tm-title, #module-jlcarousel-239 .tm-title {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }
}
/* PARALAX */
.home-paralax h1 {
  font-size: 5rem;
  opacity: 0.4;
}
.home-paralax h1 {
  /*font-size: 2.5rem;*/
  margin: 0;
  text-shadow: 2px 1px 4px #265e85;
}
/* @media screen and (max-width: 639px) { 
	.home-paralax .jl-text-center {width: 50%;} } */
.itemid-120 #g-above {
  padding-bottom: 3.7rem;
}
/* BG */
.itemid-211 #g-above {
  padding-top: 0;
  padding-bottom: 3.7rem;
}
.itemid-232 #g-above {
  padding-top: 1.5rem;
  padding-bottom: 3.7rem;
}
/*Company-Home */
#g-features {
  padding-bottom: 2rem;
}
#g-features .g-content.g-particle {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.txt {
  margin-left: 0.5rem;
  padding-right: 35px;
}
a.txt {
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .txt {
    margin-left: 0.5rem;
    padding-right: 0;
  }
  a.txt {
    margin-left: 0.5rem;
  }
}
#g-features a.button.button-outline.button-square.button-xsmall {
  font-size: 1rem;
  font-weight: 300;
}
/*Languages */
#languages .g-content {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  #languages .g-content {
    margin: 0;
    padding-top: 0;
    padding-left: 1.3rem;
    padding-bottom: 0.5rem;
  }
  div.mod-languages li {
    margin-left: 2px;
    margin-right: 2px;
  }
  div.mod-languages a {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-bottom: 0.2rem;
  }
}
#languages .mod-languages {
  padding-top: 10px;
}
#languages ul.lang-inline li a img {
  box-shadow: 0px 0px 3px #CCC;
  display: inline-block;
}
#languages ul.lang-inline li a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}
/* */
#g-intro {
  padding: 0;
}
.jl-slideshow-items .jl-container, .jl-slideshow-items .jl-padding {
  padding-left: 0 !important;
}
.jl-slideshow a.jl-button {
  padding-left: 1.5rem;
  background-color: white;
  color: #0250a0;
  padding-top: 0.75rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 1.4rem;
  box-shadow: 5px 5px 10px rgba(109, 152, 202, 0.4);
  text-transform: uppercase;
  opacity: 0.85;
}
@media (min-width: 958px) {
  .jl-slideshow a.jl-button {
    font-size: 1.65rem;
  }
}
@media (min-width: 958px) {
  .soda .jl-slideshow a.jl-button {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .jl-slideshow a.jl-button {
    text-align: left;
    line-height: 1.2;
    padding-left: 1rem;
    padding-right: 0.6rem;
  }
}
.jl-slideshow .jl-button-text::before {
  border-bottom: 3px solid #ff96b9;
}
.tm-slideshow-wrapper .jl-dotnav > * > * {
  border: 2px solid #54a6f7;
}
/* EU Projects */
#g-utility .platform-content h3.g-title {
  margin: 0 0 1rem;
}
#g-utility .g-content {
  padding-left: 0rem;
}
#g-utility .custom hr, #g-utility .platform-content ul.category-module li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#g-utility .platform-content ul.category-module li a {
  display: block;
  padding: 15px 2px 15px 6px;
  transition: all 0.4s;
}
#g-utility .platform-content ul.category-module li a:hover {
  background: #54a6f7;
  color: white;
}
#g-utility .g-block.title-center.size-30 {
  background: url('../../../../images/water-side.jpg') no-repeat center bottom;
}
/* Home - News */
#g-utility {
  background: #fafbff url('../../../../images/water-bg_5.jpg') repeat-x center top;
}
.mnwall-columns .mnwall-item-inner {
  padding-bottom: 20px;
}
#g-utility .size-70 .g-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.g-joomla-articles .g-array-item-read-more a button.button, .edit.item-page .btn-toolbar .btn, .pager.pagenav a, .moduletable #login-form .control-group .btn, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  padding: 0.8rem 1.5rem;
  border-radius: 0;
  background: #ffffff99;
  color: #54a6f7;
  border: 1px solid #54a6f7;
}
/* NEWS-Page Новини + articles sub-nav*/
.itemid-126 #g-mainbar {
  padding-top: 0;
}
@media (max-width: 960px) {
  .itemid-126 #g-mainbar {
    padding: 0;
  }
}
.itemid-126 #g-sidebar {
  padding-top: 1.5rem;
}
@media (max-width: 960px) {
  .itemid-126 #g-sidebar {
    padding-top: 0;
  }
}
.category-module {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.news a.mod-articles-category-title {
  font-weight: 300;
  color: #0088cc;
}
.news a.mod-articles-category-title:hover, .news a.mod-articles-category-title.active {
  color: #333333;
}
.news .page-header h1, .itemid-152 .page-header h2 {
  font-weight: 300;
  color: #54a6f7;
}
.news .page-header h2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #0250a0;
  margin-bottom: 0.6rem;
}
.news .page-header a:link, .news .page-header a:visited {
  color: #0250a0;
}
.news .page-header a:hover, .news .page-header a:active {
  color: #54a6f7;
}
.news .page-header h2 a {
  background: linear-gradient(to bottom, transparent 62%, #2196f3 0) left bottom/0 20% no-repeat;
}
.news .page-header h2 a:hover {
  background-size: 100% 20%;
}
.syndicate-module > img {
  margin-bottom: 3px;
}
dl.article-info {
  margin-bottom: 1rem;
  font-size: 0.6rem;
}
dl.article-info dd {
  color: #d2d2d2;
  font-size: 0.75rem;
}
span.icon-calendar {
  display: none !important;
}
span.icon-eye-open {
  margin-right: 0;
}
.blog.news .span12 {
  border-bottom: 1px solid #e0e0e5;
}
.blog.news .readmore a.btn {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pull-left.item-image {
    margin-right: 1rem;
  }
}
@media (max-width: 425px) {
  .pull-left.item-image {
    margin-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .news-small-respond-img {
    display: none;
  }
}
/* christmas sleigh - Коледна шейна - Търси новина */
/* #mod-search-searchword165.inputbox.search-query.input-medium::placeholder {display: none;} */
/* #mod-search-searchword165.inputbox.search-query.input-medium {
    background-image: url(/images/christmas-sleigh.gif);
    background-size: contain;
    background-repeat: no-repeat; } */
/* #mod-search-searchword165.inputbox.search-query.input-medium:hover,
/* #mod-search-searchword165.inputbox.search-query.input-medium:focus,
/* #mod-search-searchword165.inputbox.search-query.input-medium:active {background-image: none; } */
/* Публикувай "новина" */
.login-greeting {
  font-style: italic;
}
.edit-news .logout-button input.btn {
  padding: 0.3rem 1rem 0.3rem 1rem;
  text-shadow: 1px 1px 1px #016a9f;
}
.edit-news form#login-form {
  margin: 0;
}
.edit-news .uk-button-large {
  padding: 5px 10px;
  line-height: 28px;
  text-shadow: 1px 0 1px #54782a;
}
.edit-news small {
  color: #757575;
}
.edit-news small span {
  color: #7337bb;
}
@media (max-width: 1190px) {
  .edit-news .uk-button-large {
    font-size: 0.9rem;
  }
}
/* JV-Relatives – Related Articles - НОВИНИ */
.jvrel_title {
  font-size: 100%;
}
.jvrelart_row {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .jvrelart_row {
    margin-bottom: 0;
  }
  .media-body {
    margin-bottom: 0.7rem;
  }
}
/* Стажантска програма */
.itemid-1055 #g-mainbar {
  padding-top: 1.6rem;
}
@media (min-width: 958px) {
  .itemid-1055 .item-page > div, .itemid-1443 .item-page > div, .itemid-1444 .item-page > div {
    width: 75%;
  }
}
.itemid-1055 .item-page ul, .itemid-1055 .item-page p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.itemid-1055 .item-page h4 {
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
  margin-top: 0.4rem;
}
/* Backroungs */
#g-container-main {
  background: #FFFFFF url('../../../../images/water-bg_6.jpg') repeat-x center 350px;
}
#g-container-main .g-block.size-75, #g-container-main .g-block.size-33, #g-container-main .g-block.size-25 {
  background-color: #FFF;
}
/* Water Products pages*/
.page-header > h2[itemprop="headline"] {
  margin-bottom: 0;
}
.waters #g-expanded {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}
.waters .item-page ul {
  margin-top: 0.4rem;
}
.waters hr {
  border-top: 1px solid #54a6f7;
}
.waters th {
  font-size: 0.78rem;
  letter-spacing: 1px;
}
.waters .table {
  background-color: white;
  margin-top: 1rem;
}
.waters .table:hover {
  box-shadow: 0 0 60px #e7ecf0;
}
.waters .table.mineralization {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .waters #g-container-main .g-block.size-25, .waters #g-container-main .g-block.size-33 {
    display: none;
  }
  .waters #g-mainbar {
    padding-top: 2rem;
  }
  p.first {
    margin: 0;
    line-height: 0.5;
  }
  .waters .table.mineralization {
    margin-bottom: 2rem;
  }
}
.waters .item-page p, li.long {
  width: 85%;
}
@media (max-width: 960px) {
  .waters .item-page p, li.long {
    width: 100%;
  }
}
/* Изворна - таблици */
.item-page.waters .size-50.first {
  padding-right: 0.8rem;
}
.item-page.waters .size-50.second {
  padding-left: 0.8rem;
}
@media (max-width: 960px) {
  .item-page.waters .size-50.second {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .item-page.waters .size-50.first {
    padding-right: 0;
  }
  .item-page.waters .size-50.second {
    margin-top: 1.2rem;
  }
}
/* Ароматизирана */
.itemid-127 .page-header h2 {
  width: 66%;
}
@media (max-width: 1200px) {
  .itemid-127 .page-header h2 {
    width: auto;
  }
}
#g-container-main .item-page h3 {
  margin-bottom: 0;
}
#g-container-main table.aromated {
  width: 70%;
}
@media (max-width: 767px) {
  #g-container-main table.aromated {
    width: 100%;
  }
}
.itemid-127 #g-mainbar > div:nth-child(1) > div, .itemid-379 #g-mainbar > div:nth-child(1) > div, .itemid-214 #g-mainbar > div:nth-child(1) > div, .itemid-406 #g-mainbar > div:nth-child(1) > div, .itemid-235 #g-mainbar > div:nth-child(1) > div {
  background: url('../../../../images/bootles/Mihalkovo-Big_Aromated-opacity22.jpg') no-repeat scroll right 52px;
}
#g-mainbar .aromated {
  margin-top: 2rem;
}
/* Certificates - Сертификати */
.certificates-hed {
  text-transform: uppercase;
  background-color: #edf4fe;
  display: inline-block;
  margin-top: 0;
  padding-top: 2px;
  padding-right: 1.6rem;
  padding-left: 1px;
  border-top-right-radius: 30px 100%;
}
#cert h6 {
  font-weight: normal;
}
.logo-svg {
  /*padding-right:2.5rem;*/
  padding-bottom: 3rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* width: 60%; */
}
@media (max-width: 767px) {
  #cert .jl-scrollspy-inview {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  #cert {
    flex-direction: column;
    align-items: center;
  }
  .jl-grid > * {
    padding-left: unset;
  }
  .logo-svg {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    width: 75%;
  }
}
#cert {
  row-gap: 1em;
}
#cert a img.tm-image {
  opacity: 0.7;
  height: 250px;
}
#cert a img.tm-image:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .logo-svg {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }
  #cert {
    justify-content: space-around;
    margin-left: unset;
  }
}
/* LIFE SlideShow top All-pages */
#module-jlslideshow-234 .jl-margin-remove-first-child {
  width: 100%;
}
#module-jlslideshow-234 a.jl-link {
  display: block;
  height: 240px;
}
@media (max-width: 767px) {
  .itemid-961 #g-mainbar, .itemid-1004 #g-mainbar, .itemid-1013 #g-mainbar {
    padding-top: 0;
  }
}
/* Home LIFE Filter Gallery */
#module-jlfiltergallery-231 .jl-h4, #module-jlfiltergallery-242 .jl-h4, #module-jlfiltergallery-243 .jl-h4 {
  text-align: center;
  text-shadow: 0 0 30px #0041b4;
}
#module-jlfiltergallery-231 a:hover .jl-h4, #module-jlfiltergallery-242 a:hover .jl-h4, #module-jlfiltergallery-243 a:hover .jl-h4 {
  color: white !important;
}
#module-jlfiltergallery-231 a:hover .jl-button, #module-jlfiltergallery-242 a:hover .jl-button, #module-jlfiltergallery-243 a:hover .jl-button {
  color: white;
  border-color: #ffffff;
  background-color: transparent;
}
.life .tm-video-item .jl-overlay-default {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
.life .tm-video-item:hover .jl-overlay-default {
  background: rgba(255, 255, 255, 0.2);
}
.life .tm-video-item .btn-video {
  background-color: #ff1919;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
}
.life .tm-video-item:hover .btn-video {
  box-shadow: 0 0 0 20px rgba(247, 84, 84, 0.25);
}
/* LIFE pages */
/* .life #g-mainbar { padding-bottom:0; }
.life .page-header h2 { color: #355477; }
.life .fp-multi-column-text ul { margin-top: 0; }
.life-product {margin-left:2rem; text-align:center; margin-top:-3rem; }  
@media (max-width: 767px) {
 	.life-product {text-align:center; margin-top:1rem; margin-bottom:2rem; margin-left:0;} 
} 
.life .rokbox-content img {padding-left:3.5rem; padding-top:0.2rem; padding-right:3.5rem; background-color: white; }

@media screen and (max-width: 958px) and (min-width: 766px) {
	.life .g-block.size-50.tbl {flex: 100%; padding-top: 1rem;} 
}
.life table tr th { text-shadow: 1px 1px 2px white; }
.life table td.cell-bottom { border-bottom: 1px solid #e0e0e5; }

.life.itemid-988 .jl-background-cover,
.life.itemid-989 .jl-background-cover {margin-left:-25px; margin-right:-25px;}

.life ul.category-module li { padding-bottom: 0; margin-bottom: 0; }
.life a.mod-articles-category-title {display: block; padding-top: 0.7rem; padding-bottom: 0.8rem; }

.life li a.mod-articles-category-title:hover { color: #0160ce; background-color: #f2f2f2;}
.life li a.mod-articles-category-title.active {color: #3b7cbd; background-color: #f2f2f2; padding-left: 2px; text-shadow: 1px 1px 2px white; }

@media (max-width: 767px) {.life #g-sidebar ul.category-module.mod-list {column-count: 2; column-gap: 1.5rem;} }

.life #g-expanded {padding-top: 0.9rem; padding-bottom: 3.5rem;}
@media only all and (max-width: 59.938rem) and (min-width: 48rem) {.life #g-expanded {padding-bottom: 3.5rem;} }

#module-jlcarousel-230 a.jl-link-reset { 
	display: block;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-shadow: 0 0 12px #ffffff; 
} */
/* Фотогалерия */
.photogallery #g-mainbar {
  padding-top: 1.5rem;
}
.photogallery .page-header h1 {
  color: #54a6f7;
  font-weight: 300;
  font-family: "Roboto Condensed";
  font-size: 2.2rem;
}
.photogallery .copyright-block a.copyright-link {
  display: none;
}
.osgalery-cat-tabs li a {
  padding-right: 10px !important;
  padding-left: 10px !important;
  background: #e2f0ff;
  color: #036;
}
.osgalery-cat-tabs li a.active {
  background: #062b94 !important;
  color: #FFF !important;
}
/* Коктейли и рецепти, Reciepts */
.item-page.recipies .page-header h1, .item-page.recipies .page-header h2 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2;
}
.item-page.recipies .head {
  background: url('../../../../images/recepts/Recepts_bk.jpg') repeat-x center;
  padding-top: 0.75rem;
  padding-bottom: 0.9rem;
  margin-bottom: 1rem;
}
.item-page.recipies .size-37 > div {
  padding-top: 2rem;
  padding-right: 2rem;
}
.item-page.recipies h3 {
  margin-bottom: 1rem !important;
  margin-top: 1.5rem;
  font-size: 1.7rem;
  color: #0064ad;
}
.item-page.recipies li {
  padding-left: 4rem;
}
.item-page.recipies .caption {
  margin-bottom: 1rem;
}
.item-page.recipies .caption small {
  background-color: white;
  display: block;
  margin-top: -1.2rem;
  position: relative;
  width: 10.5rem;
  padding-top: 0.3rem;
  border-top-right-radius: 1.5rem;
}
.itemid-393 .caption small {
  width: 13.5rem !important;
}
.itemid-405 .caption small {
  width: 12rem !important;
}
/* книжка pdf рецепти*/
.itemid-128 h1 {
  font-weight: 300;
  text-align: center;
  font-size: 1.85rem;
}
.itemid-128 #g-mainbar {
  background: #ffffffbf;
}
/* #osdownloads-thankyou div.contentopen.thank p {font-style:italic; font-size:3rem;} */
/* Водите, Любопитно за водата */
.curious .hed-history {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.curious .hed-history h3 {
  margin-top: 0;
  padding-left: 0.2rem;
  text-shadow: 1px 1px 4px #FFFFFF;
}
.curious h4 {
  margin-bottom: 0.3rem;
  margin-top: 0.2rem;
}
.curious p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.curious h5.jl-card-title {
  margin-bottom: 0;
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px #056abd;
}
.curious .jl-label {
  background: #da82ff;
  font-size: 0.7rem;
}
.curious .jl-card-body ul {
  margin-top: 0.7rem;
  margin-bottom: 0.6rem;
}
.curious .jl-card-body ul, .curious .jl-card-body p {
  text-shadow: 1px 1px 2px #056abd;
}
.curious .jl-card-primary.jl-card-hover {
  transition: background-color 0.2s linear;
}
.curious .jl-card-primary.jl-card-hover:hover {
  background-color: #0380e7;
}
/* История */
ul.timeline {
  margin-left: 0;
  margin-top: 1rem;
}
.timeline li {
  margin-top: 0 !important;
}
.timeline li p {
  margin-left: 63px;
  text-indent: -63px;
  margin-top: 0;
  margin-bottom: 0.6rem !important;
}
.itemid-371 .timeline li p {
  margin-left: 50px;
  text-indent: -50px;
  margin-top: 0;
  margin-bottom: 0.6rem !important;
}
.hed-history {
  background: #9CF url('../../../../images/water-bg_6.jpg') left 430px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.history .hed-history h2 {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #FFFFFF;
  color: #036;
}
ul.sponsors {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
ul.sponsors li {
  margin-bottom: -1px;
  border: 1px solid #dbdbdb;
  margin-right: -1px;
  background: white;
  line-height: 1.5;
}
ul.sponsors li a {
  display: block;
  padding: 0.95rem 0.7rem 0.95rem 0.8rem;
  font-size: 0.95rem;
}
ul.sponsors li a:hover {
  background: #e4f3ff;
}
@media (max-width: 767px) {
  ul.sponsors {
    flex-direction: column;
  }
  ul.sponsors li a {
    padding: 0.85rem 0.65rem 0.85rem 0.7rem;
    font-size: 0.9rem;
  }
}
ul#subnav {
  border-radius: 4px;
  border: 1px solid #e9f0f3;
  margin: 0;
  position: relative;
  overflow: hidden;
}
ul#subnav li {
  border-bottom: 1px solid #e9f0f3;
}
ul#subnav li a {
  padding: 0.625rem 1rem;
  color: uset;
  transition: all 0.2s;
}
ul#subnav li.jl-active a {
  background-color: #54a6f7;
  color: white;
  text-shadow: 1px 1px 3px #087acd;
}
.fa-external-link {
  font-size: 0.7em;
  color: #54a6f7;
  margin-left: 2px;
}
.uk-nav-side > li > a {
  color: #7a868c;
}
.uk-nav-side > li.uk-active > a {
  color: #ffffff !important;
  text-shadow: 0 0 4px #1d72c9;
}
/* #g-sidebar - respoinsive */
@media (max-width: 765px) {
  .curious #g-sidebar, .history #g-sidebar, .life #g-sidebar {
    padding-top: 0;
  }
}
/* Видео галерия */
.video {
  padding: 1rem;
}
.tb_onsite_upload_btn_wrap {
  display: none !important;
}
/* Видеогалерия 2 */
.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1.8823529412;
  cursor: pointer;
  /*background: #005899;
  	 background: #0097ff; */
  background: #00b7ff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s, box-shadow 0.25s;
  opacity: 0.97;
}
.video-card:hover {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}
.video-card:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s, opacity 0.3s;
}
.play-btn svg {
  width: 44px;
  height: 44px;
  fill: #026ecc;
  filter: drop-shadow(1px 1px 6px #ffffff99);
}
.video-card:hover .play-btn {
  background: white;
  transform: translate(-50%, -50%) scale(1.12);
  opacity: 0.85;
}
.video-title {
  font-size: 1rem;
  font-family: "Roboto Condensed";
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  color: #004a72;
}
/*партньори-членство */
.partners-txt {
  margin-top: 1.5rem;
}
.part-ass {
  background: #FFF;
}
.part-ass p {
  line-height: 1.2;
  padding-bottom: 5px;
}
.part-ass p small {
  font-size: 75%;
}
.part-ahk {
  margin-top: 1.2rem;
}
/*Контакти */
.contacts #g-mainbar {
  padding-bottom: 2rem;
}
.contacts dl.article-info {
  margin-bottom: 0;
}
.contacts h1 {
  font-size: 2em;
  color: #444;
  font-weight: 300;
  margin-bottom: 1rem;
}
@media (max-width: 959px) {
  .contacts h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .contacts h1 {
    font-size: 1.8em;
  }
  .contacts h2 {
    font-size: 1.5rem;
  }
}
.contacts h2 {
  font-size: 1.7rem;
  color: #000;
  font-weight: 300;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 20px white;
}
.contacts div.category-desc.base-desc p {
  letter-spacing: 2px;
}
.contacts #g-intro iframe, .contacts .g-block iframe {
  margin-bottom: -3px;
}
.contacts #g-intro .custom p {
  margin: 0;
}
.contacts .page-header h2, .contact-category.contacts h2 {
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}
/* new Контакти */
.contacts li.tm-item {
  opacity: 0.85;
}
/*.contacts li.tm-item:hover {opacity: 1;}*/
dl.contact-address {
  line-height: 1.7rem;
  letter-spacing: 1px;
  margin-top: 1rem;
}
dl.contact-address span.contact-street {
  letter-spacing: 0;
}
dl.contact-address dt span {
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: gray;
  padding-right: 0.2rem;
}
.contacts .dl-horizontal dd {
  line-height: 1.77rem;
  margin-left: 160px;
}
.contacts dd span.expert {
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .contacts .dl-horizontal dt {
    margin-left: 0;
    width: 85px;
  }
  .contacts .dl-horizontal dd {
    margin-left: 85px;
  }
  .contacts .first button {
    margin-left: 85px !important;
  }
}
@media (max-width: 767px) {
  .contacts h1, .contacts h2 {
    line-height: 2rem;
    margin-bottom: 0;
  }
  dl.contact-address {
    margin-top: 0;
  }
  .dl-horizontal dt {
    margin-top: 0.5rem;
    line-height: 1rem;
  }
  .contacts .dl-horizontal dd {
    line-height: 1.5rem;
    margin-left: inherit;
  }
  .contacts .size-50.first::before, .contacts .size-50.second::before {
    display: none;
  }
  .contacts #g-mainbar button {
    margin-left: 0 !important;
    margin-bottom: 2.5rem;
  }
}
.contacts .first button {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 160px;
  padding: 1rem 1.6rem 1rem 1.6rem;
}
#demo1 .platform-content.row-fluid {
  padding-top: 0.7rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
#demo1 .well {
  margin-bottom: 0.4rem;
}
.contacts .g-grid.main-contact {
  margin-bottom: 3.7rem;
}
.contacts .size-50.first, .contacts .size-50.second {
  position: relative;
}
.contacts .size-50.second {
  padding-right: 3.5rem;
}
@media (max-width: 1199px) {
  .contacts .size-50.first, .contacts .size-50.second {
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .contacts .size-50.first, .contacts .size-50.second {
    padding-right: 0;
  }
}
.contacts .size-50.first:before, .contacts .size-50.second:before {
  transition: all 0.1s linear 0.1s;
  content: "";
  font-family: FontAwesome;
  font-size: 8rem;
  position: absolute;
  opacity: 0.05;
  right: 2rem;
  top: 2rem;
}
.contacts .size-50.first:hover:before, .contacts .size-50.second:hover:before {
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -ms-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%);
  opacity: 0;
}
.contacts .size-50 iframe {
  opacity: 0.85;
  filter: grayscale(50%) sepia(0%) hue-rotate(20deg);
}
.contacts .size-50 iframe:hover, .contacts .size-50 iframe:active, .contacts .size-50 iframe:focus {
  opacity: 1;
  filter: grayscale(0%) sepia(0%) hue-rotate(0deg);
}
.size-50.first:hover + .size-50.first2 iframe {
  opacity: 1;
  filter: grayscale(0%) sepia(0%) hue-rotate(0deg);
}
.size-50.second:hover + .size-50.second2 iframe {
  opacity: 1;
  filter: grayscale(0%) sepia(0%) hue-rotate(0deg);
}
.form-horizontal .control-group {
  margin-bottom: 5px;
}
dl.contact-position.dl-horizontal dt {
  margin-right: 0.2rem;
}
dl.contact-position.dl-horizontal {
  margin-top: 0;
  letter-spacing: 2px;
}
#demo1 .control-group .control-label {
  width: 130px;
}
#demo1 .control-group .controls {
  margin-left: 140px;
}
#contact-form > fieldset > legend, #contact-form > fieldset > div:nth-child(2) {
  display: none;
}
#contact-form span.star {
  color: #900;
}
#contact-form span.optional, #jform_captcha-lbl, #jform_consentbox-lbl {
  font-size: small;
  letter-spacing: 1px;
}
#jform_contact_email_copy-lbl {
  margin-bottom: 0;
  font-size: small;
}
.control-group:nth-child(7) > div:nth-child(1) {
  padding-top: 0;
}
#jform_contact_email_copy {
  margin-top: 0;
}
#demo1 textarea#jform_contact_message {
  min-height: 150px;
}
#demo1 #jform_consentbox label {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
#contact-form .controls .btn-primary.validate {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0;
}
.itemid-265 #contact-form .btn-primary.validate {
  padding: 1rem 3.5rem;
  letter-spacing: 3px;
  margin-bottom: 0.15rem;
}
/*BG*/
.itemid-248 #contact-form .btn-primary.validate {
  padding: 1.6rem 3.15rem;
}
/*RU*/
.itemid-372 #contact-form .btn-primary.validate {
  padding: 1.6rem 6.4rem;
}
/*En*/
.contacts hr {
  margin: 1rem 0;
  display: none;
}
/* */
p.weathers {
  padding: 20px;
  text-align: center;
}
.contacts p.weathers img {
  padding-bottom: 4px;
  display: inline-block;
  transition: all 0.4s;
}
.contacts p.weathers img:hover {
  filter: contrast(1.5);
}
/*#g-mainbottom*/
#g-mainbottom {
  background: #ebebeb;
  position: relative;
  z-index: 2;
}
#g-mainbottom .g-content {
  margin: 1rem 0;
  padding: 2rem 0;
  position: relative;
}
.outline-15 #g-mainbottom::before, .outline-16 #g-mainbottom::before {
  content: "";
  background: url('../../../../images/Mihalkovo_foother-logo_ENG.png') no-repeat center bottom;
  position: relative;
  z-index: 10;
  top: -52px;
  height: 67px;
  width: 188px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: -67px;
}
.outline-17 #g-mainbottom::before, .outline-13 #g-mainbottom::before, .outline-18 #g-mainbottom::before, .outline-19 #g-mainbottom::before {
  content: "";
  background: url('../../../../images/Mihalkovo_foother-logo_BG.png') no-repeat center bottom;
  position: relative;
  z-index: 10;
  top: -52px;
  height: 67px;
  width: 188px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: -67px;
}
#g-mainbottom .g-container::before {
  content: "";
  display: block;
  border: none;
  height: 1px;
  margin-bottom: -1px;
  background: #efefef;
  background: -moz-linear-gradient(left, #efefef 10%, #cccccc 50%, #efefef 90%);
  background: -webkit-linear-gradient(left, #efefef 10%, #cccccc 50%, #efefef 90%);
  background: linear-gradient(to right, #efefef 10%, #cccccc 50%, #efefef 90%);
}
.partners-hed {
  position: absolute;
  top: -40px;
  background-color: #ebebeb;
  padding-top: 7px;
  padding-left: 4px;
  padding-right: 25px;
  padding-bottom: 16px;
  border-top: 2px solid white;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}
#g-mainbottom .custom h6 {
  font-size: 0.77rem;
  color: #a8a8a8;
  letter-spacing: 1px;
  text-shadow: -1px -1px 2px #FFF;
  margin: 0;
}
#g-mainbottom a {
  display: block;
  background-color: #FFF;
}
#g-mainbottom .item.ank a {
  height: 56px;
  width: 250px;
}
@media (max-width: 1199px) {
  #g-mainbottom .jl-flex {
    gap: 2.25rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  #g-mainbottom .item.ank {
    margin-right: 30px;
  }
}
@media (max-width: 960px) {
  #g-mainbottom .custom p {
    padding-top: 0;
  }
}
@media (max-width: 595px) {
  #g-mainbottom .jl-flex {
    flex-direction: column;
  }
  #g-mainbottom .item.ank {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
  #g-mainbottom .g-container {
    width: 100%;
  }
}
/* */
.pager {
  margin: 0;
}
.pager.pagenav a {
  margin-bottom: 0;
}
.pager.pagenav li.previous a span:nth-child(2), .pager.pagenav li.next a span:nth-child(1) {
  display: none;
}
.breadcrumb {
  font-size: 0.85rem;
  font-weight: 300;
  border-radius: 4px;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0;
  background: #FFF;
}
ul.breadcrumb li.active:nth-child(1) {
  display: none;
}
ul.breadcrumb li.active {
  vertical-align: top;
}
.breads .g-content {
  margin-top: 0;
  margin-bottom: 0;
}
.energy .breads .g-content {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.pagination p.counter {
  margin-top: 0.4rem;
  color: #999999;
  font-size: 0.8rem;
  font-weight: 300;
}
.pagination ul li.pagination-start span, .pagination ul li.pagination-prev span, .pagination ul li.pagination-next span, .pagination ul li.pagination-end {
  color: #999999;
}
/* Дистрибутори */
.itemid-836 .page-header h1 {
  font-size: 1.9rem;
}
.qqvbed-p83tee-V1ur5d {
  display: none !important;
}
/* My Gmaps TEST*/
#sampleTableM {
  margin-top: 1rem;
}
#sampleTableM thead th {
  border-left: solid 1px lightgray;
  line-height: 1;
}
#sampleTableM thead th a {
  font-weight: 500;
  color: #212121;
}
.sortArrow {
  position: absolute;
  margin-top: 4px !important;
  margin-left: 4px !important;
}
#sampleTableM > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(1) {
  border-left: none;
  padding: 2px 5px 2px 0;
}
#sampleTableM input {
  padding: 0.2rem 0.45rem;
  padding-right: 5px;
  width: 99% !important;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 2px;
}
#sampleTableM tbody tr td {
  color: #000000;
  text-shadow: 1px 1px 1px white;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
  background: rgba(236, 239, 243, 0.8);
}
.table-striped tbody tr:hover {
  background: #eceff3;
}
#sampleTableM tfoot {
  display: none;
}
/* Hide Table Pager */
/* Дистрибутори - нова таблица */
#table-module-jldatatables-229 td span {
  font-size: 0.85rem;
}
#table-module-jldatatables-229 .jl-table-small td, .jl-table-small th {
  padding: 10px 2px;
}
#table-module-jldatatables-229 tbody td:nth-child(4) {
  white-space: nowrap;
  padding-left: 0px;
}
#table-module-jldatatables-229_wrapper > div:nth-child(1) > div:nth-child(1) {
  display: none;
}
#table-module-jldatatables-229_wrapper > div:nth-child(1) > div:nth-child(2) {
  width: 100%;
}
#table-module-jldatatables-229_filter > label > input {
  margin-left: 0;
  margin-bottom: 0px;
  width: 100%;
}
.dist-pic a {
  display: block;
  background: #deeeff;
}
.dist-pic a img {
  opacity: 0.4;
  transition: all 0.5s;
}
.dist-pic a img:hover {
  opacity: 1;
}
.itemid-836 #g-container-main .g-block.size-75, .itemid-836 #g-container-main .g-block.size-25 {
  background-color: rgba(255, 255, 255, 0.45);
}
.itemid-836 #g-sidebar {
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 765px) {
  .itemid-836 #g-sidebar {
    display: none;
  }
}
/* Back To Top */
.back-to-top {
  border: 1px solid #69C;
}
.back-to-top .jl-icon {
  top: -2px;
  position: relative;
}
/*coocies*/
.coocies .page-header h2 {
  font-weight: 300;
  margin-bottom: 0;
}
.cc-window.cc-banner {
  padding: 0.65em 1.8em !important;
}
/*Foother*/
#g-footer {
  background: #052a76 url('../../../../images/foother3.jpg') repeat top;
  padding-top: 1rem;
  background-size: cover;
}
@media (max-width: 767px) {
  #g-footer {
    padding-top: 2rem;
  }
  #g-footer .g-content {
    margin: 0 1.5rem 0 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#g-footer .custom h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: inherit;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 0px 0px 15px #012167;
  color: #ceeafc;
}
/* #g-footer .custom ul li::before {
	content: "\f043";
    font-family: 'FontAwesome', serif;	
	display: inline-block;
	height: 15px;
	width: 15px;
	background: #FFC;
} */
#g-footer .custom ul {
  margin-top: 0.5rem;
  padding-top: 0px;
  padding-left: unset;
  margin-left: 1rem;
  text-shadow: 0px 0px 18px #012167;
}
#g-footer .custom ul li {
  color: #54a6f7;
  padding-bottom: 0.4rem;
}
#g-footer .custom ul li a {
  color: #ceeafc;
}
#g-footer .custom ul li a:hover {
  color: #54a6f7;
}
@media (width > 960px) {
  .size-28.foother-box .g-content {
    max-width: 95%;
  }
}
#g-footer .moduletable.foother-logo-box {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.foother-logo-box {
  text-shadow: 0px 0px 18px #012167;
}
.foother-logo-box p {
  color: #ceeafc;
  text-align: left;
  margin-left: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0px 0px 18px #012167;
}
.foother-logo-box p a {
  color: #ceeafc;
}
.foother-logo-box p a:hover {
  color: #54a6f7;
}
@media (max-width: 768px) {
  .foother-logo-box p {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 780px) {
  .foother-logo-box p {
    text-align: left;
    margin-left: 0 !important;
  }
}
@media (min-width: 960px) {
  .foother-box {
    margin-top: 2rem;
  }
  .foother-box #fb-root {
    margin-top: 1.2rem;
  }
}
#fbk {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
#fbk:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
#fbk .g-social {
  padding-top: 20px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  #fbk .g-social .fa-2x {
    font-size: 1.6em;
  }
  #fbk .g-social a {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .foother-logo-box p {
    margin-left: 0;
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  #g-footer .moduletable.foother-logo-box {
    padding-bottom: 0;
  }
  #g-footer .size-25, .foother-box, .foother-box #fb-root {
    flex: 0 50%;
    width: 50%;
  }
  #g-footer .size-19 .g-content {
    margin-left: 1.5rem;
  }
  #g-footer .size-28 .g-content {
    margin-top: 2.4rem;
  }
  #fbk .g-social .fa-2x {
    font-size: 1.3em;
  }
  #fbk .g-social a {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
#fbk .g-social a {
  padding-left: 0.45rem;
  padding-right: 0.5rem;
}
#fbk .g-social a:first-child {
  padding-left: 0;
  margin-left: -6px;
}
#fbk .g-social a:hover {
  color: #fff;
}
#fbk .g-social span.fa.fa-youtube {
  top: -2px;
  position: relative;
}
#fbk .g-social span.fa.fa-twitter, #fbk .g-social span.fa.fa-facebook {
  width: 0.8em;
  font-size: 1.9rem;
}
#fbk .g-social span.fa.fa-facebook {
  margin-left: -0.2rem;
}
#fbk .g-social span.fa.fa-pinterest-square {
  margin-left: 0.1em;
}
#fbk .twitter-x svg {
  width: 2rem;
  fill: #058dfc;
  margin-top: -13px;
  margin-left: -10px;
  margin-right: -6px;
  transition: all 0.2s;
}
#fbk .twitter-x svg:hover {
  fill: #fff;
}
/* Foofther - Bubles 
.g-container { z-index: 2; position: relative; }
#bubles { position: absolute; top: 0; margin-top: -1rem; } */
/*Search*/
.search form.form-inline {
  margin: 0;
}
.search span.highlight {
  background: #ceeafc;
}
.result-title a {
  font-size: 1.2rem;
}
.result-category {
  line-height: 0.6;
  margin-bottom: 0.3rem;
}
.result-category span.small {
  font-size: small;
  color: #999;
  letter-spacing: 1px;
}
.result-text {
  margin-bottom: 1rem;
}
.search #searchForm input.inputbox {
  height: 42px;
}
.search #searchForm .btn {
  font-size: 0.8rem;
}
#mod-search-searchword165.inputbox.search-query.input-medium {
  border-radius: 4px;
}
.moduletable .search #mod-search-searchword {
  padding-right: 38px;
}
.moduletable .search form.form-inline::after {
  content: "S";
  font-family: "IcoMoon";
  font-style: normal;
  /* speak: none; */
  color: #999;
  height: 37px;
  width: 37px;
  margin-top: -37px;
  margin-bottom: -37px;
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  padding-top: 5px;
  text-align: right;
  padding-right: 9px;
}
#searchForm fieldset.phrases legend {
  color: #999;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 1px solid #e0e0e5;
}
.phrases-box {
  float: left;
  width: 45%;
}
.ordering-box {
  float: left;
  margin-top: 5px;
  width: 45%;
}
.form-limit {
  margin-left: 45%;
  margin-top: -5px;
  width: 45%;
}
#searchForm p.counter {
  display: none;
}
.itemid-270 #g-container-main .g-block.size-25 {
  background: #FFF url('../../../../images/bootles/Mihalkovo-Big_Gazirana.jpg') no-repeat right 45px;
}
.itemid-270 #g-sidebar {
  background: transparent;
}
/**/
/* Offcanvas - Mobilemenu */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
}
#g-offcanvas .g-logo.g-logo-helium {
  padding-left: 0;
}
#g-offcanvas .g-logo.g-logo-helium svg {
  max-height: 75px;
}
#g-offcanvas #social-9017-particle {
  padding: 1.4rem 1rem;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}
#g-offcanvas span.fa.fa-facebook {
  margin-left: -0.1rem;
  width: 1rem;
}
#g-offcanvas span.fa.fa-twitter {
  margin-left: -0.3rem;
  width: 1rem;
}
#g-offcanvas .g-social a {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
/**/
.edit.item-page .btn-toolbar .btn {
  font-size: 0.7rem;
}
#element-box.login.well img {
  margin-bottom: -10px;
}
/*404*/
.outline-_error #g-header .g-particle p {
  color: transparent;
  font-size: 260px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 28px #254e92;
}
.outline-_error .g-content h1 {
  font-weight: 300;
}
/* */
.back-to-top .fa {
  margin-top: -3px;
}
/* Galons water-benefits */
:root {
  --bg-benefits: #cae5ff;
  --primary-benefits: #037dde;
  --accent-benefits: #1E90FF;
  --text: #0b2540;
}
.water-benefits {
  background: radial-gradient(circle at top left, #fafdff 15%, var(--bg-benefits) 99%);
  padding: 40px 25px 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-right: -1.563rem;
}
.water-benefits h2 {
  margin: 0 0 12px;
  color: var(--primary-benefits);
}
.water-benefits .lead {
  margin: 0 auto 24px;
  color: #1856b7;
  font-style: italic;
  text-align: center;
}
.benefits-grid {
  display: grid;
  gap: 18px 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin: 18px 0 28px;
  text-align: left;
}
.benefit {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.li-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.benefit p {
  margin: 0;
  width: 100% !important;
}
.benefit strong {
  color: var(--primary-benefits);
}
.water-benefits .ondebox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.water-benefits .onde {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  background: transparent;
}
.parallaxonde > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallaxonde > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallaxonde > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallaxonde > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallaxonde > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* Vitamin, Energy, Soda - waters */
.vitamin-waters h1, .energy h1, .soda h1, .itemid-1935 h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  z-index: 11;
  font-weight: 500;
  opacity: 0.6;
}
.vitamin-waters dl.article-info {
  display: none;
}
.vitamin-waters .water-benefits {
  display: flex;
  gap: 1.8rem;
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  margin-right: unset;
  border-radius: 2rem;
  background: url('https://mihalkovo.com/images/bootles/bk-Logo3.png') no-repeat right bottom, radial-gradient(circle at top left, #fafdff 15%, var(--bg-benefits) 99%);
  background-size: 50%, cover;
}
.water-benefits p {
  margin: 0;
  color: #00499d;
  text-align: left;
}
.water-benefits p strong {
  color: #2b67ca;
}
/**/
.wavy-line {
  --s: 4.5px;
  /* size of the wave */
  --b: 1.8px;
  /* thickness of the line */
  --m: 1;
  /* curvature of the wave [0 2] */
  background: #03A9F4;
  --R: calc(var(--s)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);
  width: calc(2*var(--R));
  min-height: 100px;
  --_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;
  mask: radial-gradient(var(--R) at top 50% right calc(-1*var(--m)*var(--s)), var(--_g)) calc(50% - var(--s)/2 - var(--b)/2) calc(50% - 2*var(--s))/calc(var(--s) + var(--b)) calc(4*var(--s)) repeat-y, radial-gradient(var(--R) at top 50% left calc(-1*var(--m)*var(--s)), var(--_g)) calc(50% + var(--s)/2 + var(--b)/2) 50%/calc(var(--s) + var(--b)) calc(4*var(--s)) repeat-y;
  opacity: 0.7;
  background: linear-gradient(180deg, #03A9F4, #03a9f452);
}
/**/
.product-row {
  margin-bottom: 4rem;
}
.product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.product-details h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.6rem;
  color: #515d74;
}
.product-details p, .product-details ul {
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.product-details .available-sizes {
  margin-bottom: 1.5rem;
}
.product-details .available-sizes img {
  margin-top: -0.45em;
  opacity: 0.7;
}
.accordion {
  border-top: 1px solid #7e8086;
  border-bottom: 1px solid #7e8086;
  max-width: 99%;
}
.accordion-summary {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #868f9a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.accordion-summary::-webkit-details-marker {
  display: none;
}
.accordion-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #6b7281;
  transition: transform 0.2s ease-in-out;
  opacity: 0.75;
}
details[open] .accordion-icon {
  transform: rotate(180deg);
}
/* */
.accordion-content {
  padding: 0 1rem;
  background-color: #f9fafb;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
}
details[open] .accordion-content {
  max-height: 500px;
  padding: 1rem;
}
.accordion-content p, .accordion-content ul {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4b5563;
  margin: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease-in-out 0.3s, transform 0.3s ease-in-out 0.2s;
}
details[open] .accordion-content p, details[open] .accordion-content ul {
  opacity: 1;
  transform: translateY(0);
}
.accordion-content p {
  padding-top: 0.7em;
  hyphens: auto;
}
.accordion-content p img {
  float: right;
  width: 65px;
  margin-left: 1em;
  margin-top: -1em;
  margin-bottom: 1em;
}
/**/
@media (min-width: 768px) {
  /*.container {padding: 2rem;}*/
  .vitamin-waters .water-benefits {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .product-row {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 3.5rem;
    padding: 0 1.5rem;
  }
  .product-row-reverse {
    flex-direction: row-reverse;
  }
  .product-image, .product-details {
    width: 50%;
  }
  .product-image {
    margin-bottom: 0;
    padding: 0.5rem;
  }
}
@media (max-width: 960px) {
  .vitamin-waters .water-benefits {
    margin-right: 0;
    margin-left: 0;
    background-size: 70%, cover;
  }
  .product-row {
    gap: 2rem;
    margin-bottom: 3.5rem;
    padding: 0;
  }
  .product-image {
    padding: 0;
  }
  .product-details h2 {
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .vitamin-waters .water-benefits {
    margin-right: 0;
    margin-left: 0;
    background: radial-gradient(circle at top left, #fafdff 15%, var(--bg-benefits) 99%);
  }
  .wavy-line {
    display: none;
  }
  .water-benefits p {
    hyphens: auto;
  }
  .product-row {
    gap: 2rem;
    margin-bottom: 3.5rem;
    padding: 0;
  }
  .product-image {
    padding: 0.5rem;
  }
  .product-details h2 {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
  }
}
/* Enegy Vitamins */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
:root {
  --text-main: #1a1a1a;
  /*--text-muted: #555555;*/
  /* NON STOP COLORS */
  --accent-nonstop: #005bc5;
  --accent-nonstop-dark: #004494;
  --accent-nonstop-gradient: linear-gradient(135deg, #005bc5 0%, #003370 100%);
  --accent-soda-gradient: linear-gradient(135deg, #90eed3 0%, #003370 100%);
  /* MOJO COLORS */
  --accent-mojo: #e31e24;
  --accent-mojo-dark: #b00e13;
  --accent-mojo-gradient: linear-gradient(135deg, #e31e24 0%, #a80005 100%);
  --footer-bg: #0a1929;
  --footer-text: #e0e0e0;
  --nav-height: 80px;
  --font-heading: "Montserrat", sans-serif;
  --glass-bg: rgba(255, 255, 255, 0.7);
  --glass-border: 1px solid rgba(255, 255, 255, 0.5);
  --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  --glass-blur: blur(12px);
}
.energy #g-mainbar, .energy #g-mainbar > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  padding-top: 0;
  margin-top: 0;
}
.energy div[itemprop="articleBody"] {
  margin: 0 -1.563rem 2rem;
}
/* --- 3. PRODUCT SECTIONS COMMON --- */
.product-section {
  position: relative;
  width: 100%;
  min-height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 5%;
  overflow: hidden;
}
.energy .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  z-index: 2;
  gap: 20px;
}
/* Glass Card Effect for Text Content */
.text-content {
  flex: 1;
  /* padding: 40px 44px; */
  background: linear-gradient(90deg, white, transparent);
  /* background: var(--glass-bg); */
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  /* border: var(--glass-border); */
  border-radius: 24px;
  /* box-shadow: var(--glass-shadow); */
  opacity: 0;
  transform: translateY(30px) skewX(-6deg);
  /* SKEW ADDED */
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.text-content h2 {
  font-family: var(--font-heading);
  font-size: 3.3rem;
  line-height: 0.95;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 750;
  letter-spacing: -1px;
}
.text-content h2 span {
  display: block;
  font-size: 1.22em;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /* Gradient text */
}
.energy .subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 1px;
}
.energy-icon {
  height: 28px;
  width: 28px;
}
.text-content p {
  font-size: 1.1rem;
  color: var(--text-main);
  margin: 0 0 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.energy .btn-cta {
  display: inline-block;
  padding: 12px 30px;
  margin-top: 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: white;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.energy .btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  color: #ffffffad;
}
.visuals {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  padding-top: 2.2rem;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 0.2s;
}
/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.can-wrapper {
  position: relative;
  animation: float 6s ease-in-out infinite;
}
.can-wrapper:nth-child(2) {
  animation-delay: 3s;
  margin-top: 60px;
}
.can-img {
  width: 175px;
  /* Larger cans */
  height: auto;
  filter: drop-shadow(0 30px 40px rgba(41, 48, 62, 0.2));
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* .visuals:hover .can-img { transform: scale(1.05) rotate(-2deg); }*/
.visuals:hover .can-wrapper:nth-child(1) .can-img {
  transform: scale(1.05) rotate(-4deg);
}
.visuals:hover .can-wrapper:nth-child(2) .can-img {
  transform: scale(1.05) rotate(4deg);
}
/* --- 4. NON STOP SECTION (BLUE) --- */
.section-nonstop {
  background: radial-gradient(circle at 10% 20%, #f9fdff 0%, #cce6ff 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  /* DIAGONAL CUT */
  padding-bottom: 110px;
  /* Extra padding for the cut */
  z-index: 10;
}
.section-nonstop .text-content {
  padding: 40px 0px 44px 42px;
  background: linear-gradient(90deg, white 50%, transparent);
  box-shadow: -20px 0px 40px -8px #dde6f2e0;
}
.section-nonstop .text-content p {
  max-width: 450px;
  hyphens: auto;
}
.section-nonstop .visuals {
  margin-right: -1rem;
}
/* Background Text Decoration */
.bg-text {
  position: absolute;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 25vw;
  line-height: 0.8;
  opacity: 0.04;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
.section-nonstop .bg-text {
  top: -5%;
  left: -10%;
  color: var(--accent-nonstop);
  transform: rotate(-5deg);
}
.section-nonstop h2 {
  color: #b0c4de;
}
.section-nonstop h2 span {
  background-image: var(--accent-nonstop-gradient);
}
.section-nonstop .subtitle {
  color: var(--accent-nonstop-dark);
}
.section-nonstop .energy-icon {
  fill: var(--accent-nonstop);
}
.section-nonstop .btn-cta {
  background-image: var(--accent-nonstop-gradient);
}
/* --- 5. MOJO SECTION (RED) --- */
.section-mojo {
  background: radial-gradient(circle at 90% 80%, #fff5f5 0%, #fff0f0 100%);
  margin-top: -100px;
  /* Overlap with the section above */
  padding-top: 130px;
}
.section-mojo .bg-text {
  bottom: -5%;
  right: -10%;
  color: var(--accent-mojo);
  transform: rotate(5deg);
}
.section-mojo .container {
  flex-direction: row-reverse;
}
.section-mojo h2 {
  color: #e6b3b3;
  text-align: right;
  font-size: 3.2rem;
}
.section-mojo h2 span {
  background-image: var(--accent-mojo-gradient);
  font-size: 1.25em;
}
.section-mojo .subtitle {
  justify-content: flex-end;
  color: var(--accent-mojo-dark);
  margin-bottom: 24px;
}
.section-mojo .text-content {
  text-align: right;
  padding: 40px 44px 40px 0;
  background: linear-gradient(270deg, white 50%, transparent);
  box-shadow: 20px 5px 40px -10px #f3e5e3e0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-mojo .text-content p {
  margin: 0;
  max-width: 400px;
}
.section-mojo .btn-cta {
  background-image: var(--accent-mojo-gradient);
  margin-top: 24px;
}
.mojo-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
  max-width: 405px;
  border-right: 4px solid var(--accent-mojo);
}
.mojo-feature-item {
  font-weight: 600;
  /* line-height: 1; */
  line-height: 1.12;
  font-size: 0.95em;
  color: var(--text-main);
  color: #bb3a2a;
  position: relative;
}
/* ANIMATION CLASS */
.in-view {
  opacity: 1 !important;
  transform: translate(0) !important;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  .energy .container {
    max-width: 90%;
    gap: 40px;
  }
  .text-content h2 {
    font-size: 2.5rem;
  }
  .text-content h2 span {
    font-size: 1.15em;
  }
  .can-img {
    width: 130px;
  }
  .mojo-features {
    max-width: 302px;
  }
}
@media (max-width: 960px) {
  .section-mojo h2 {
    font-size: 2rem;
  }
  .section-mojo .subtitle {
    font-size: 1.4rem;
  }
  .text-content p {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
    transform: none;
  }
  .section-mojo .text-content p {
    hyphens: auto;
  }
}
@media (max-width: 768px) {
  /* Remove skew on mobile */
  .product-section {
    padding: 80px 2.5%;
    min-height: auto;
    clip-path: none;
  }
  .energy .container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  .section-nonstop {
    clip-path: none;
    padding-bottom: 80px;
  }
  .section-nonstop .subtitle {
    flex-direction: column;
  }
  .section-mojo {
    margin-top: 0;
    padding-top: 80px;
  }
  .section-mojo .container {
    flex-direction: column;
  }
  .text-content {
    text-align: center;
    align-items: center !important;
    padding: 30px 20px !important;
    width: 100%;
    background: linear-gradient(180deg, white 50%, transparent) !important;
  }
  .text-content p {
    hyphens: none !important;
  }
  .text-content > * {
    transform: none;
  }
  .section-mojo .text-content p {
    text-align: center;
    margin: auto;
    hyphens: unset;
  }
  .section-mojo h2 {
    text-align: center;
  }
  .section-mojo .subtitle {
    justify-content: center;
  }
  .mojo-features {
    border-right: none;
    border-left: 4px solid var(--accent-mojo);
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0.5em;
    margin: 20px auto 0;
    max-width: 290px;
  }
  .visuals {
    margin: 0 !important;
    padding-top: unset;
  }
  .can-wrapper:nth-child(2) {
    margin-top: 30px;
  }
  .bg-text {
    font-size: 35vw;
    opacity: 0.03;
  }
}
@media (max-width: 380px) {
  .visuals {
    padding: 0 1.5rem;
  }
}
/* SODA Daily */
.soda .energy .container {
  gap: 0;
  align-items: stretch;
}
.soda .product-section {
  padding-bottom: 45px;
  min-height: 790px;
  clip-path: none;
}
.soda .visuals {
  padding: 0;
}
.soda .section-nonstop .text-content {
  padding: 40px 0px 41px 42px;
}
.soda .section-nonstop .visuals {
  margin-right: -0.25rem;
}
.soda h2 {
  font-size: 2rem;
  font-weight: 650;
  line-height: 1.25;
  color: #76c9c6;
}
.soda h2 span {
  font-size: 1.24em;
  color: #089f72;
  font-weight: 750;
}
.soda .text-content p {
  line-height: 2.2;
  hyphens: none;
}
.soda .section-nonstop .btn-cta {
  background-image: var(--accent-soda-gradient);
}
.soda .available-sizes {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.soda .available-sizes img {
  margin-top: -0.45em;
  opacity: 0.6;
}
.soda .soda-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none !important;
  border-radius: 0 24px 24px 0;
}
.item-page.soda:has(meta[content="en-Gb" i]) h2 {
  font-size: 2.65rem;
}
.item-page.soda:has(meta[content="en-Gb" i]) h2 span {
  font-size: 1.15em;
}
.item-page.soda:has(meta[content="ru-RU" i]) h2 {
  font-size: 2.4rem;
}
/* INFO BOXES */
.soda .info-section {
  background: linear-gradient(163deg, rgba(255, 255, 255, 0) 0%, #57c6bcb8 50%, white 100%);
  padding: 110px 60px 100px 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  overflow: hidden;
  /* margin-top: -100px; */
}
.soda .info-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.6) 0%, transparent 60%);
  pointer-events: none;
}
.soda .info-box {
  background: rgba(255, 255, 255, 0.65);
  /* frosted glass ефект */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid white;
  border-radius: 16px;
  padding: 38px 20px 30px 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s, background 0.4s, border-color 0.4s;
  box-shadow: 0 8px 30px rgba(29, 54, 78, 0.05);
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.soda .info-box:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(138, 188, 184, 0.4);
  /* Лек тюркоазен оттенък по ръба */
  box-shadow: 0 15px 40px rgba(29, 54, 78, 0.08);
}
.soda .info-box-num {
  font-family: "Montserrat", sans-serif;
  font-size: 5.5rem;
  font-weight: 800;
  color: rgba(138, 188, 184, 0.15);
  line-height: 1;
  position: absolute;
  top: -10px;
  right: 0px;
  transition: transform 0.4s ease, color 0.4s ease;
  z-index: -1;
  pointer-events: none;
}
.soda .info-box:hover .info-box-num {
  transform: scale(1.1) rotate(5deg);
  color: rgba(138, 188, 184, 0.3);
}
.soda .info-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #026344;
  /* margin-bottom: 12px; */
  margin-top: 13px;
  letter-spacing: 0.5px;
}
.item-page.soda:has(meta[content="ru-RU" i]) .info-section div:nth-child(1) > h3 {
  font-size: 1.13rem;
  letter-spacing: -0.45px;
}
.soda .info-box p {
  font-size: 0.95rem;
  color: #3b5062;
  line-height: 1.3;
  font-weight: 400;
  flex-grow: 1;
  margin-top: 0.65em;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .soda .product-section {
    padding-top: 25px;
    padding-bottom: 10px;
    min-height: 680px;
  }
  .soda h2 {
    font-size: 1.55rem;
    max-width: 400px;
    letter-spacing: unset;
  }
  .soda .text-content p {
    line-height: 2;
    max-width: 390px;
  }
  .soda .info-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 100px 40px;
  }
  .fullwidth {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw);
    width: 100vw;
  }
  .item-page.soda:has(meta[content="en-Gb" i]) h2 {
    font-size: 2.15rem;
  }
}
@media (max-width: 1024px) {
  .soda h2 {
    font-size: 2.2rem;
  }
  .soda h2 span {
    font-size: 1.2em;
  }
  .soda .product-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    min-height: 780px;
  }
  .item-page.soda:has(meta[content="en-Gb" i]) h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .soda .product-section {
    min-height: 680px;
    padding-bottom: 10px;
  }
  .soda h2 {
    font-size: 1.8rem;
    /*line-height: 1.1;*/
  }
  .soda h2 span {
    font-size: 1.26em;
  }
  .item-page.soda:has(meta[content="en-Gb" i]) h2 {
    font-size: 1.8rem;
  }
  .item-page.soda:has(meta[content="en-Gb" i]) h2 span {
    font-size: 1em;
  }
  .soda .text-content p {
    max-width: 310px;
    line-height: 1.4;
  }
  .soda .info-section {
    padding: 70px 40px;
  }
}
@media (max-width: 900px) {
  .soda .product-section {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .soda .product-section {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    clip-path: none;
  }
  .soda h2 {
    font-size: 1.8rem;
  }
  .item-page.soda:has(meta[content="en-Gb" i]) h2 {
    font-size: 2.2rem;
  }
  .soda .text-content p {
    max-width: unset;
    line-height: 1.5;
  }
  .soda .available-sizes {
    margin-top: 1.3rem;
  }
  .soda .section-nonstop .btn-cta {
    margin-bottom: 0.4rem;
    margin-top: 0.8rem;
  }
  .soda .soda-wrapper img {
    border-radius: 0 0 24px 24px;
  }
  .soda .info-section {
    grid-template-columns: 1fr;
    padding: 62px 24px 30px 24px;
  }
}
/* Foother e-Catalogue */
.itemid-1935 #g-mainbar {
  background: transparent;
  padding-top: 0;
}
.itemid-1935 #g-mainbar .g-content {
  padding-inline: 0;
  margin-inline: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.e-catalogue-intro {
  font-family: "Montserrat";
  font-size: small;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 680px;
}
.e-catalogue-intro h3 {
  font-family: "Montserrat";
}
.e-catalogue-intro p {
  margin-top: 0.4rem;
}
/*Systemap-HTML*/
#osmap > div.page-header > h1 {
  font-weight: 300;
  color: #999;
}
.level_0 {
  list-style: none;
  margin-bottom: 20px;
  font-size: large;
}
#osmap-li-uid-heading-1f7b9b680e5cae70f6340c28988ed015 > span:nth-child(1), #osmap-li-uid-heading-955c4948c279f90e26ba61908456c197 > span, #osmap-li-uid-heading-2ff200a092330defdf52694b6fc4475f > span, #osmap-li-uid-joomla-category-8 > a:nth-child(1), #osmap-li-uid-joomla-article-72 > a:nth-child(1), #osmap-li-uid-joomla-article-235 > a:nth-child(1), #osmap-li-uid-menuitem-372 > a:nth-child(1), #osmap-li-uid-menuitem-232 > a:nth-child(1), #osmap-li-uid-menuitem-248 > a:nth-child(1), #osmap-li-uid-heading-546900f6779db46d8a53df9d733c4d0a > span:nth-child(1), #osmap-li-uid-heading-0fa7e1f7bd04d61999a0972145569244 > span:nth-child(1), #osmap-li-uid-heading-9f2c3ebaf67c2ed193b287c6e3937a9a > span:nth-child(1), #osmap-li-uid-heading-5fdbabda85594ee308df3c320a8e9e7c > span:nth-child(1), #osmap-li-uid-heading-62d18cddad142a8649803134fffadd7f > span:nth-child(1), #osmap-li-uid-heading-175f06021534080a61580c6314d5a71b > span:nth-child(1), #osmap-li-uid-heading-6ea6f165610b76710c9dc1cf3b093c48 > span:nth-child(1), #osmap-li-uid-heading-e59e7ed7346a7378cae28c793bf33a5a > span:nth-child(1), #osmap-li-uid-heading-4bc3bdfda6999494582dfdf0c8592ee6 > span:nth-child(1) {
  border-bottom: 1px solid #e0e0e5;
  display: block;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
#osmap-li-uid-heading-9bcd66cacb39599191c074d9a2d5d849 > span:nth-child(1) {
  text-transform: uppercase;
}
ul.level_1 li {
  font-size: small;
}
#osmap-ul-uid-heading-955c4948c279f90e26ba61908456c197 li, #osmap-ul-uid-heading-1f7b9b680e5cae70f6340c28988ed015 li, #osmap-ul-uid-heading-2ff200a092330defdf52694b6fc4475f li {
  font-size: 1rem;
}
#osmap-ul-uid-joomla-category-8 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}
ul#osmap-ul-uid-joomla-category-22.level_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}
#osmap-li-uid-menuitem-168, #osmap-li-uid-menuitem-260, #osmap-li-uid-menuitem-379, #osmap-li-uid-menuitem-406, #osmap-li-uid-menuitem-480 {
  display: none;
}
/*# sourceMappingURL=custom_14.css.map */