/* 
Theme Name: Silverstreammed
Author: Perets & Co
Text Domain: silverstreammed
Version:  1.0
*/
#wpadminbar {
   top: auto !important;
   bottom: 0;
}
html {
   margin-top: 0px !important;
   scrollbar-gutter: stable;
}
:root {
   --font-secondary: "Poppins", sans-serif;
   --font-primary: "Montserrat", sans-serif;
   --var8: 8px;
   --var12: 12px;
   --var16: 16px;
   --var20: 20px;
   --var24: 24px;
   --var30: 30px;
   --var32: 32px;
   --var40: 40px;
   --var48: 48px;
   --var60: 60px;
   --var64: 64px;
   --var80: 80px;
   --var96: 96px;
   --var100: 100px;
   --fs-14: 14px;
   --fs-18: 18px;
   --fs-24: 24px;
   --fs-38: 38px;
   --fs-40: 40px;
   --c-mint: #54d0a0;
   --с-blue: #EDF3F6;
   --c-baby-blue: #99ccff;
   --c-lgrey: #F7F7F7;
   --c-light-grey: #F7F7F7;
   --c-grey: #f0efee;
   --c-dgrey: #333333;
   --c-lgreen: #d0f0e2;
   --c-green: #1d4a50;
   --c-black: #282828;
   --c-orange: #cc6633;
   --bg-heading-grey: #E4E4E4;
   --bg-heading-green: #1d4a50;
   --bg-heading-blue: #EDF3F6;
   --transition: all ease-in-out .3s;
   --wp--preset--font-size--large: var(--var32) !important;
}
* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing:    border-box;
   box-sizing:         border-box;
   outline: none !important;
   max-width: 100%;
}
html, body {
   padding: 0;
   margin: 0;
}
body {
   font-family: var(--font-primary);
   line-height: 1.3;
   font-size: 16px;
   font-weight: 400;
   letter-spacing: 0.2px;
}
img {
   max-width: 100%;
   height: auto;
   display: block;
}
:where(p), :where(li) {
   font-family: var(--font-primary);
   line-height: 1.5;
   font-size: 16px;
   margin: 0;
   font-weight: 500;
   letter-spacing: 0.2px;
   color: #595959;
}
a {
   transition: var(--transition);
   text-decoration: none;
}
h4 a {
    color: inherit;
}
svg, 
img {
   display: block;
   max-width: 100%;
}
/* Default */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
   padding: 0;
   margin: 0;
   margin-bottom: var(--var20);
   line-height: 1.2;
   font-weight: 700;
   color: var(--c-black);
}
h2, .h2 {
   font-size: 30px;
}
h3, .h3 {
   font-size: 28px;
}
h4, .h4 {
   font-size: 24px;
}
h5, .h5 {
   font-size: 20px;
}
.relative {
   position: relative;
}
.z-index-2 {
   z-index: 2;
}
.fs-14 {
   font-size: var(--fs-14);
}
.fs-15 {
   font-size: var(--fs-15);
}
.fs-18 {
   font-size: var(--fs-18);
}
.fs-19 {
   font-size: 19px;
}
.fs-38 {
   font-size: var(--fs-38);
}
.fs-clamp-h1 {
   font-size: clamp(2.75rem,1.4688rem + 2.5vw,3.5rem);
}
.container {
   --gutter-x: 16px;
   width: 100%;
   padding-right: calc(var(--gutter-x) * .5);
   padding-left: calc(var(--gutter-x) * .5);
   margin-right: auto;
   margin-left: auto;
   max-width: calc(1170px + 2 * var(--gutter-x));
}
.unstyle {
   padding: 0;
   margin: 0;
   list-style-type: none;
}
.list-inline {
   display: inline-flex;
}
.d-flex {
   display: flex;
}
.overflow-hidden {
   overflow: hidden;
}
.d-grid {
   display: grid;
}
.d-grid.row-columns-2 {
   grid-template-columns: repeat(2, 1fr);
}
.d-grid.row-columns-3 {
   grid-template-columns: repeat(3, 1fr);
}
.d-grid.row-columns-4 {
   grid-template-columns: repeat(4, 1fr);
}
.gx-2 {
   row-gap: 2em;
}
.gy-40 {
   column-gap: 40px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-inner {
    width: 100%;
}
.col-2 {
   flex-basis: 50%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.t-left {
   text-align: left;
}
.t-center {
   text-align: center;
}
.t-right {
   text-align: right;
}
.top {
   align-items: flex-start;
}
.fd-column {
   flex-direction: column;
}
.jc-space-between {
   justify-content: space-between;
}
.d-inline-flex {
   display: inline-flex;
}
.middle {
   align-items: center;
}
.center {
   justify-content: center;
}
.jc-between {
   justify-content: space-between;
}
.br-100 {
   border-radius: 100%;
}
.w-100 {
   width: 100%;
}
.h-100 {
   height: 100%;
   margin-bottom: 0;
}
.h-196 {
   height: 196px;
}
.object-fit-cover {
   object-fit: cover;
   width: 100%;
}
.flex-shrink-0 {
   flex-shrink: 0;
}
.z-index-2 {
   z-index: 2;
}

.g-3_5 {
   gap: 3.5rem;
}
.c-white {
   color: #fff;
}
.c-mint {
   color: #54d0a0;
}
.c-black {
   color: var(--c-black);
}
.c-orange {
   color: var(--c-orange);
}
.c-blue {
   color: var(--c-blue);
}
.bg-light-grey {
   background-color: var(--c-light-grey);
}
.bg-color-lightgrey {
   background-color: var(--c-light-grey);
}
.fw-500 {
   font-weight: 500;
}
.fw-600 {
   font-weight: 600;
}
.fw-700 {
   font-weight: 700;
}
.fw-800 {
   font-weight: 800;
}
.lh-1_3 {
   line-height: 1.3;
}
.lh-1_6 {
   line-height: 1.6;
}
.lh-26 {
   line-height: 26px;
}
.uppercase {
   text-transform: uppercase;
}
table {
    margin-bottom: 20px;
    border-spacing: 0px;
}
table thead,
table tbody tr:first-child {
    border-bottom: 3px solid;
}
table th, table tbody tr:first-child td {
    color: #fff;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--c-green);
    padding-top: 16px;
    padding-bottom: 16px;
}
table td,
table th {
    padding: 6px 8px;
    text-align: left;
   line-height: 1.6;
}
tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
:where(.content-area p) {
   margin-bottom: 20px;
}
.unstyle-table {
   margin-bottom: 0;
}
.unstyle-table tbody tr:nth-child(odd) {
   background-color: transparent;
   border-bottom: none;
}
.unstyle-table tbody tr:first-child td {
   text-transform: none;
   background-color: transparent;
   vertical-align: top;
}
.content-area ul {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
ul.c-white li,
ul.c-white li p {
    color: #fff;
}
ul.fw-600 li,
ul.fw-600 li p {
   font-weight: 600;
}
ul.lh-26 li,
ul.lh-26 li p {
   line-height: 26px;
}
.bg-image {
   background-image: var(--bg-image);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}
.bg-color {
   background-color: var(--bg-color);
}
.bg-mint {
   background-color: var(--c-mint);
}
.bg-light-mint {
   background-color: #D0F0E2;
}
.background-dim {
   position: absolute;
   inset: 0;
   z-index: 1;
   background-color: rgb(0 0 0 / 50%);
}
.background-dim + * {
   position: relative;
   z-index: 2;
}
/* End Default */

/* Grid */
.wp-block-group.d-flex > .wp-block-group__inner-container {
   display: flex;
   flex-wrap: wrap;
   margin-left: calc(var(--gutter-x) * -0.5);
   margin-right: calc(var(--gutter-x) * -0.5);
   row-gap: var(--gutter-x);
}
.group-row-cols-md-3 > .wp-block-group__inner-container {
   display: grid;
   gap: var(--gutter-x);
}
.wp-block-group.d-flex .wp-block-group {
   flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-right: calc(var(--gutter-x) * .5);
    margin-left: calc(var(--gutter-x) * .5);
    row-gap: var(--gutter-x);
}
.group-row-cols-lg-3 .wp-block-group {
   flex: 0 0 auto;
   width: calc(33.3333333333% - var(--gutter-x));
}
.row {
   display: flex;
   flex-wrap: wrap;
   margin-left: calc(var(--gutter-x) * -0.5);
   margin-right: calc(var(--gutter-x) * -0.5);
   max-width: initial;
}
.row > * {
   flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-right: calc(var(--gutter-x) * .5);
    margin-left: calc(var(--gutter-x) * .5);
}
[class*="row-cols-"] {
   display: grid;
   column-gap: var(--col-gap, 0px);
   row-gap: var(--row-gap, 0px);
}
/* Планшети та десктопи (екран від 768px) */
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
.gx-40 {
   --col-gap: 40px;
}
.gy-40 {
   --row-gap: 20px;
}
.g-2 {
   gap: 2em;
}
.gx-2 {
   column-gap: 2rem;
} 
.gy-0 {
   row-gap: 0px;
}
.gy-2 {
   row-gap: 2rem;
}
.gy-3 {
   row-gap: 3rem;
}
.gy-10 {
   row-gap: 10px;
}
@media (width >= 768px) {
   .row-cols-md-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }
   .row-cols-md-3,
   .group-row-cols-md-3 > .wp-block-group__inner-container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
   }
}
@media (width >= 992px) {
   .row-cols-lg-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
   }
   .row-cols-lg-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
   }
}
.row-cols-3 {
   grid-template-columns: repeat(3, minmax(0, 1fr));
}
.row-cols-4 {
   grid-template-columns: repeat(4, minmax(0, 1fr));
}
.row-cols-5 {
   grid-template-columns: repeat(5, minmax(0, 1fr));
}
.col-6 {
   flex: 0 0 auto;
   max-width: calc(50% - var(--gutter-x));
}
/* Padding Margin Gap*/
.p-40 {
   padding: var(--var40) var(--var40);
}
.p-48 {
   padding: var(--var48) var(--var48);
}
.pt-16 {
   padding-top: var(--var16);
}
.pt-100 {
   padding-top: var(--var100);
}
.pt-200 {
   padding-top: calc(2 * var(--var100));
}
.py-16 {
   padding-top: var(--var16);
   padding-bottom: var(--var16);
}
.py-80 {
   padding-top: var(--var80);
   padding-bottom: var(--var80);
}
.py-100 {
   padding-top: var(--var100);
   padding-bottom: var(--var100);
}
.pb-100 {
   padding-bottom: var(--var100);
}
.px-12 {
   padding-left: var(--var12);
   padding-right: var(--var12);
}
.px-24 {
   padding-left: var(--var24);
   padding-right: var(--var24);
}
.px-32 {
   padding-left: var(--var32);
   padding-right: var(--var32);
} 
.px-40 {
   padding-left: var(--var40);
   padding-right: var(--var40);
} 
.px-48 {
   padding-left: var(--var48);
   padding-right: var(--var48);
}
.px-60 {
   padding-left: var(--var60);
   padding-right: var(--var60);
}
.py-24 {
   padding-top: var(--var24);
   padding-bottom: var(--var24);
}
.py-32 {
   padding-top: var(--var32);
   padding-bottom: var(--var32);
}
.py-48 {
   padding-top: var(--var48);
   padding-bottom: var(--var48);
}
.py-60 {
   padding-top: var(--var60);
   padding-bottom: var(--var60);
}
.py-96 {
   padding-top: var(--var96);
   padding-bottom: var(--var96);
}
.pl-48 {
   padding-left: var(--var48);
}
.pl-80 {
   padding-left: var(--var80);
}
.pl-96 {
   padding-left: var(--var96);
}
.gap-12 {
   gap: var(--var12); 
}
.gap-16 {
   gap: var(--var16); 
}
.gap-24 {
   gap: var(--var24); 
   --gutter-x: var(--var24);
}
.gap-32 {
   gap: var(--var32); 
   --gutter-x: var(--var32);
}
.gap-48 {
   gap: var(--var48); 
}
.row-gap-32 {
   row-gap: var(--var32);
}
.col-gap-48 {
   column-gap: var(--var48);
   --gutter-x: var(--var48);
}
.mt-auto {
   margin-top: auto;
}
.ml-auto {
   margin-left: auto;
}
.mt--100 {
   margin-top: calc(-1 * var(--var100));
}
.mt-12 {
   margin-top: var(--var12);
}
.mt-16 {
   margin-top: var(--var16);
}
.mt-24 {
   margin-top: var(--var24);
}
.mt-32 {
   margin-top: var(--var32);
}
.mt-40 {
   margin-top: var(--var40);
}
.mt-48 {
   margin-top: var(--var48);
}
.mt-64 {
   margin-top: var(--var64);
}
.mt-96 {
   margin-top: var(--var96);
}
.mr-32 {
   margin-right: var(--var32);
}
.mb-0,
.editor p.mb-0 {
   margin-bottom: 0;
}
.mb-4 {
   margin-bottom: 4px;
}
.mb-8 {
   margin-bottom: var(--var8);
}
.mb-12 {
   margin-bottom: var(--var12);
}
.mb-16 {
   margin-bottom: var(--var16);
}
.mb-20 {
   margin-bottom: var(--var20);
}
.mb-24 {
   margin-bottom: var(--var24);
}
.mb-30 {
   margin-bottom: var(--var30);
}
.mb-32 {
   margin-bottom: var(--var32);
}
.mb-48 {
   margin-bottom: var(--var48);
}
.mb-60 {
   margin-bottom: var(--var60);
}
.mr-24 {
   margin-right: var(--var24);
}
.mx-auto {
   margin-left: auto;
   margin-right: auto;
}
.my-80,
.is-layout-flex > :is(.my-80) {
   margin-top: var(--var80);
   margin-bottom: var(--var80);
}
hr {
    background-color: #e5e5e9;
    height: 2px;
    margin: 8px 0;
    border-radius: 0;
    border: none;
}
ul + hr,
p + hr {
   margin-top: -8px;
}
strong {
   font-weight: 700;
}
.aligncenter {
   margin-left: auto;
   margin-right: auto;
}
.editor .wp-caption-text {
   text-align: center;
   font-weight: 800;
   margin-bottom: 0;
}
.editor p.has-background,
.editor ul.has-background,
.editor ol.has-background,
.editor h2.has-background,
.editor h3.has-background,
.editor h4.has-background,
.editor h5.has-background {
   padding: 1.25em 2.375em;
}
.editor ul {
    margin: 0 0 20px 0;
    padding-left: 0px;
    list-style-type: none;
}
.editor ul li {
   margin: 0 0 4px 0;
}
ul[style*="list-style-type:"] {
   padding-left: 20px;
}
.content-area {
   padding-top: 48px;
   padding-bottom: 72px;
}
/* End Padding Margin Gap*/

/* General */
:where(.btn),
.wp-block-button a {
   font-weight: 600;
   padding: 10px 30px;
   border-radius: 0px;
   display: inline-flex;
   height: 58px;
   align-items: center;
   font-size: 17px;
   background-color: var(--c-green);
   color: #fff;
   border: 1px solid var(--c-green);
   cursor: pointer;
   -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.btn:before,
.wp-block-button a:before {
   pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.btn:hover:before,
.wp-block-button a:hover:before {
   opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.btn--blue {
   background-color: var(--c-baby-blue);
}
.btn--h50 {
   height: 50px;
}
header .btn {
   border-radius: 25px;
   height: 50px;
   text-transform: uppercase;
}
.menu-item {
   position: relative;
}
.menu-item-has-children {
   display: flex;
}
.submenu-trigger {
    align-items: center;
    display: flex;
}
.sub-menu {
    display: flex;
    position: absolute;
    flex-direction: column;
    z-index: 2;
    background-color: #fff;
    padding: 8px 0;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    transform: translateY(10px);
    top: 100%;
    min-width: 200px;
}
.menu-item-gtranslate img {
   margin-right: 8px;
}
.menu-item-has-children:hover > .sub-menu,
.sub-menu:hover {
   opacity: 1;
   visibility: visible;
   transform: translateY(0px);
   transition: 0.3s ease-in-out;
}
#menu-header .sub-menu a {
    padding: 8px 12px;
    font-weight: 500;
    background-color: transparent;
}
#menu-header .sub-menu a:hover {
   background-color: var(--c-light-grey);
}
.btn-white:not(.wp-block-buttons),
.btn-white.wp-block-buttons a {
   background-color: #fff;
   border-color: #fff;
   color: var(--c-black);
}
.btn:hover,
.wp-block-button a:hover {
   color: var(--c-green);
   background-color: #fff;
   -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.btn-white:not(.wp-block-buttons):hover,
.btn-white.wp-block-buttons a:hover {
   background-color: var(--c-green);
   border-color: var(--c-green);
   color: #fff;
}
.bg-white {
   background-color: #fff;
}
.br-8 {
   border-radius: 8px 8px;
}
.br-25 {
   border-radius: 25px;
} 
.mw-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.editor p {
   margin-bottom: 20px;
   line-height: 1.5;
}
.editor p + ul {
    margin-top: -10px;
}
.editor p:last-child {
    margin-bottom: 0;
}
.editor .wp-block-list {
   padding-left: 20px;
}
/* End General */

/* Header */
#header {
   padding-top: 32px;
   position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    transition: padding-top 0.5s ease;
}
#header.fixed {
   padding-top: 0;
   transition: padding-top 0.5s ease;
}
.header-nav.mt-12 {
   margin-top: 0;
   transition: margin-top 0.5s ease;
}
.logo img {
    height: 50px;
    width: auto;
}
.header-top {
   grid-template-rows: 1fr; /* Кінцевий стан: відкрито */
   transition: grid-template-rows 0.5s ease;
}
.fixed .header-top {
  display: grid;
  grid-template-rows: 0fr; /* Початковий стан: приховано */
  transition: grid-template-rows 0.5s ease;
  overflow: hidden;
}
.header-top__inner {
   min-height: 0;
   display: grid;
   grid-template-columns: 254px 1fr;
   gap: 16px;
}
.menu-header {
   font-size: 16px;
   font-weight: 600;
}
.nav-header-top {
    display: flex;
    justify-content: flex-end;
}
.social-icons svg {
    color: #333333;
    transition: var(--transition);
}
.social-icons .icon-facebook:hover svg,
#footer .social-icons .icon-facebook svg {
    color: #1877F2;
    transition: var(--transition);
}
.social-icons .icon-linkedin:hover svg,
#footer .social-icons .icon-linkedin svg {
    color: #0A66C2;
    transition: var(--transition);
}
.social-icons .icon-youtube:hover svg,
#footer .social-icons .icon-youtube svg {
    color: #FF0000;
    transition: var(--transition);
}
.social-icons .icon-instagram:hover svg,
#footer .social-icons .icon-instagram svg {
    color: #E4405F;
    transition: var(--transition);
}
.btn-search {
    background-color: var(--c-grey);
    color: var(--c-dgrey);
    border-radius: 6px;
    display: flex;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#menu-header {
    display: flex;
    justify-content: flex-end;
}
#menu-header a {
   display: flex;
    padding: 25px 20px;
    font-weight: 600;
    color: var(--c-dgrey);
}
#menu-header .menu-item-has-children > a {
    padding-right: 8px;
}
#menu-header a:hover {
   color: var(--c-green);
}
.pll-parent-menu-item {
   margin-right: auto;
}
#menu-header .pll-parent-menu-item a {
   color: #cc6633;
}
/* End Header */
.gallery-columns-2 img {
   border: 2px solid transparent !important;
   width: 100%;
}
.gallery-columns-2 .gallery-item {
   margin-top: 0 !important;
   margin-bottom: 0;
}
main {
   overflow-x: hidden;
}

/* Hero */
.slide-content {
   background-image: var(--bg-section);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   height: 100%;
   position: relative;
}
.slide-content:before {
   content: '';
   position: absolute;
   inset: 0 0 0 0;
   z-index: 1;
   background-color: #000;
   opacity: 0.4;
}
#slider-hero {
   height: calc(100vh - 200px);
    min-height: 600px;
}
.container-slider-hero {
   height: 100%;
}
swiper-slide {
    height: 100%;
}
swiper-container {
  width: 100%;
  height: 100%;
  
  /* Налаштування кольору дотсів */
  --swiper-pagination-color: var(--c-green);
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bottom: 20px;
}
.slider-info {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   align-items: flex-start;
   position: relative;
   z-index: 2;
}
.slider-brand {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
.slider-title {
   font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 48px;
    color: #fff;
}
.slider-text {
    color: #fff;
    font-size: 18px;
    max-width: 600px;
}
/* End Hero */

/* Footer */
#footer {
   background-color: #F7F7F7;
   margin-top: 60px;
   padding: 80px 0 20px;
   margin-bottom: 40px;
}
.footer-inner {
    display: grid;
   grid-template-columns: 1fr 35%;
    gap: 24px var(--var96);
}
.footer-info {
    display: flex;
    justify-content: space-between;
    gap: var(--var48);
}
.footer-info a,
.footer-info p {
   margin-bottom: 8px;
}
.footer-info svg {
   color: #173A3F;

}
.fs-small {
   font-size: 13px;

}
.footer-bottom {
    border-top: 1px solid #e4e4e5;
    padding-top: 40px;
    margin-top: 40px;
    color: var(--c-dgrey);
}
.footer-nav__title {
    font-size: var(--fs-24);
    color: var(--c-green);
    font-weight: 700;
    margin-bottom: var(--var24);
}
#footer a {
   color: var(--c-dgrey);
   align-items: center;
}
#footer .footer-info ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#menu-footer a {
   display: flex;
   padding-left: 24px;
   margin-bottom: 0;
   background-size: 14px auto;
   background-repeat: no-repeat;
   background-position: left -5px top 3px;
   background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='40px' height='40px' viewBox='0 0 1024 1024' class='icon' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333333' d='M338.752 104.704a64 64 0 000 90.496l316.8 316.8-316.8 316.8a64 64 0 0090.496 90.496l362.048-362.048a64 64 0 000-90.496L429.248 104.704a64 64 0 00-90.496 0z'/%3E%3C/svg%3E");
}
.list-contacts svg {
   width: 24px;
   flex-shrink: 0;
}
.list-contacts a {
   display: flex;
   gap: 16px;
   align-items: center;
}
/* End Footer */

/* Gutenberg */
.bgfull {
   position: relative;
} 
.bgfull:before {
   content: '';
   width: 100vw;
   position: absolute;
   left: 50%;
    bottom: 0;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
} 
.wp-block-image.object-fit img {
   object-fit: cover;
   height: 100%;
}
.wp-block-media-text__media,
.box-shadow {
   box-shadow: 0 0 10px #ddd;
}
.bgfull.bg-lgreen:before {
   background-color: var(--c-lgreen);
}
.bgfull.bg-lgrey:before {
   background-color: var(--c-lgrey);
}
.wp-block-image.thumbnail {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    border: 10px solid #fff;
    height: 340px;
    overflow: hidden;
 }
.wp-block-image.thumbnail img {
   transform: scale(1.0);
   transition: var(--transition);
}
.wp-block-image.thumbnail:hover img {
   transform: scale(1.1);
   transition: var(--transition);
}
.wp-block-image.thumbnail img {
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.bgfull.bg-green:before {
   background-color: var(--c-green);
}
.bg-lgreen {
   background-color: var(--c-lgreen);
}
.bg-grey {
    background-color: var(--c-grey);
}
.bg-lgrey {
    background-color: var(--c-lgrey);
}
.bg-green {
    background-color: var(--c-green);
}
.wp-block-button__link {
    color: #fff;
    background-color: transparent;
    padding: 0;
}
.page-content p {
   margin-bottom: var(--var24);
}
.page-content p:last-child {
   margin-bottom: 0;
}
.wp-block-group.icon {
    flex-shrink: 0;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    transition: var(--transition);
    transform: scale(1.0);
}
.wp-block-group.icon:hover {
   transition: var(--transition);
    transform: scale(1.1);
}
.wp-block-group.icon-line:before {
   content: '';
   display: block;
   width: 1px;
   background-color: #1d4a50;
   height: 60px;
   position: absolute;
   left: 50%;
   top: calc(100px + 25px);
   transition: var(--transition);
}
.wp-block-group.icon-line:hover:before {
   top: calc(100px + 21px);
   transition: var(--transition);
}
.h-c-white .wp-block-heading,
.p-c-white p {
   color: #fff;
}
.border {
   border: 1px solid transparent;
}
.b-white {
   border-color: #fff;
}
.wp-element-caption {
    padding: var(--var16) var(--var24);
    background-color: var(--c-green);
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0px 0px 0 0px;
    max-width: 310px;
    font-weight: 300;
}
.custom-image-text .wp-block-image {
   margin-right: calc(-120px - 0.5em);
   z-index: 2;
}
.custom-image-text  .wp-block-image + .wp-block-group {
   padding-left: calc(120px + 0.5rem + var(--var60));
}
.custom-image-text .wp-block-image img {
   height: 700px;
    object-fit: cover;
    object-position: center top;
}
.has-medium-font-size {
    font-size: 20px;
    line-height: 1.4;
}
.fullwidth {
   width: 100vw;
   left: 50%;
   transform: translateX(-50%);
}
.lihe-height-1 .wp-block-heading{
   line-height: 1;
}
.line-height-1 .has-text-align-center {
    line-height: 1;
}
/* End Gutenberg */
 .emergencybox {
    position: absolute;
    background-color: #f8f8f8;
    color: #494848;
    padding: 32px 32px;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skewX(-20deg);
    width: 33%;
    display: flex;
    align-items: center;
}
.emergencybox::after, 
.emergencybox::before {
   background-color: var(--c-baby-blue);
    position: absolute;
    bottom: 0;
    content: "";
    top: 0;
    width: 20px;
}
.emergencybox::before {
    right: -20px;
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    position: absolute;
    bottom: 0;
    content: "";
    top: 0;
    width: 20px;
}
.emergencybox::after {
    left: -1px;
    clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
}
.emergencybox .phoneicon {
    width: 58px;
    height: 58px;
    float: left;
    margin-right: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.emergencybox .phoneicon img {
    width: 100%;
    height: auto;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}
.emergencybox h4 {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
    -webkit-transform: skew(20deg) !important;
    -moz-transform: skew(20deg) !important;
    -o-transform: skew(20deg) !important;
    transform: skew(20deg) !important;
}
input[type="text"] {
    border: 1px solid var(--c-black);
    padding: 8px 16px;
    display: inline-flex;
    width: 100%;
}
.link-video {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    display: flex;
    gap: 48px;
    align-items: center;
}
.icon-play {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
}
.bg-grid-promo-item-2 {
    background-image: url(/wp-content/uploads/2026/02/iilverstream.png);
   background-position: right bottom;
    background-size: cover;
}
.bg-grid-promo-item-4 {
    background-image: url(/wp-content/uploads/2026/01/gel-icon1.jpg);
}
.grid-promo .col {
   min-height: 306px;
}
.col-body {
   height: 100%;
}
.icon {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-green);
    border-radius: 100%;
}
.line-height-1 .bg-white.wp-block-group {
   transition: var(--transition);
}
.line-height-1 .bg-white.wp-block-group:hover {
   background-color: var(--c-green);
   transition: var(--transition);
}
.line-height-1 .bg-white.wp-block-group:hover .has-text-align-center {
   color: #fff;
}
.animate__animated[data-animate] {
    visibility: hidden;
    opacity: 0;
}
.animate__animated[class*="animate__"] {
    visibility: visible;
}
.section-separator {
   background-color: var(--bg-section-separator, transparent);
   height: var(--bg-section-height, auto);
}
@-webkit-keyframes zoomInProduct {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInProduct {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
   100% {
        opacity: 1
    }
}
.animate__zoomInProduct {
    -webkit-animation-name: zoomInProduct;
    animation-name: zoomInProduct
}
/* Стиль для контенту всередині */
.content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}
/* Technology */
.section-slider-banner {
   height: 520px;
    background-image: var(--bg-section-hero-banner);
    background-size: cover;
    background-position: center top;
}
.section-banner {
   height: 520px;
    background-image: var(--bg-section-banner);
    background-size: cover;
    background-position: center top;
    position: relative;
}
.section-banner h1 {
   font-size: 40px;
}
.section-banner p {
   font-size: 20px;
}
.br-image {
   border-radius: var(--br-image);
}
.fixed-height {
   object-fit: var(--object-fit);
   height: var(--height-image);
}
.banner--inner {
   position: absolute;
   inset: 0;
}
h1.entry-title {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 32px;
    padding-bottom: 25px;
    position: relative;
    line-height: 1;
}
h1.entry-title:after {
   content: '';
   display: block;
   border-bottom: 3px solid #1d4a50;
   width: 100px;
   height: auto;
   position: absolute;
    bottom: 0;
}
.bg-section-heading {
   padding: 1.25em 1.9em;
   background-color: var(--bg-color, transparent);
}
.section-grid_image_info .bg-section-heading {
}
.bg-section-heading > *:last-child {
   margin-bottom: 0;
}
.bg-heading-grey {
   background-color: var(--bg-heading-grey);
}
.bg-heading-light-grey {
   background-color: var(--c-light-grey);
}
.bg-heading-green {
   background-color: var(--bg-heading-green);
}
.bg-heading-blue {
   background-color: var(--bg-heading-blue);
}
.bg-heading {
   padding: 1.25em 2.375em;
}
.collage {
   display: grid;
   grid-template-columns: repeat(12, 1fr);
   align-content: center;
}
.collage--style-1 .collage-item:first-child {
   grid-column: 1 / span 5;
   z-index: 2;
}
.collage--style-1 .collage-item:first-child img {
   border: 10px solid #fff;
}
.collage--style-1 .collage-item:last-child {
   grid-column: 5 / span 7;
}
.collage .collage-item {
   grid-row-start: 1;
}
.collage--style-1 .collage-item:last-child img {
   box-shadow: 0 0 10px #ddd;
}
/* End Technology */
.section-download .col-inner,
.section-grid_button .col-inner {
   background-color: #fff;
   border: 1px solid #e5e5e9;
}
[class*="bg-image-"] {
   position: relative;
   overflow: hidden;
}
[class*="bg-image-"]::before {
   content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    
    /* Самі крапки */
    background-image: radial-gradient(rgb(0 0 0 / 15%) 1px, transparent 1px);
    background-size: 20px 20px;

    /* Маска, яка плавно ховає крапки до країв */
    -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 20%, #000 40%, rgb(0 0 0 / 30%) 100%);
    mask-image: radial-gradient(ellipse 50% 50% at 50% 20%, #000 40%, rgb(0 0 0 / 30%) 100%);
}
.z-index-3 {
   position: relative;
   z-index: 3;
}
.bg-image-circle {
   position: relative;
    padding-top: clamp(3.5rem, 7vw, 6.25rem);
    padding-bottom: clamp(3.5rem, 7vw, 6.25rem);
    padding-left: 16px;
    padding-right: 16px;
}
.py-clamp {
   padding-top: clamp(3.5rem, 7vw, 6.25rem);
    padding-bottom: clamp(3.5rem, 7vw, 6.25rem);
}
.bg-image-circle:before {
   background-image: radial-gradient(rgb(0 0 0 / 15%) 1px, transparent 1px);
    background-size: 20px 20px;
}
.bg-image-circle > * {
   max-width: 960px;
}
.bg-image-grill:before {
   background-image: linear-gradient(to right, rgb(255 255 255 / 12%) 1px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255 / 12%) 1px, transparent 1px);
    background-size: 32px 80px;
    right: -40%;
    top: -20%;
    transform: scale(1.5) skew(-30deg, 30deg);
}
.bg-image-darkgrill:before {
   background-image: linear-gradient(to right, rgb(0 0 0 / 12%) 1px, transparent 1px), linear-gradient(to bottom, rgb(0 0 0 / 12%) 1px, transparent 1px);
    background-size: 32px 80px;
    right: -40%;
    top: -20%;
    transform: scale(1.5) skew(-30deg, 30deg);
}
.custom-radius-1 {
   border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 8px;
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 460px;
}
.article-image img {
   object-fit: cover;
   width: 100%;
   height: 250px;
}
/* Grid icon */
.section-grid_icon .col {
   position: relative;
}
.section-grid_icon .col:not(:first-child):before {
   content: '';
   width: 1px;
   background-color: var(--c-light-grey);
   left: -21px;
   top: 0;
   bottom: 0;
   position: absolute;
}
.col-inner__top {
   display: flex;
   gap: 16px;
}
.grid_icon-icon {
   width: 40px;
   flex-shrink: 0;
}
.grid_icon-heading {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
}
.grid_icon__text {
    font-size: 13px;
    margin: 4px 0 0 0;
    line-height: 16px;
}

/* Accordion */
.accordion-inner {
   background-color: var(--c-light-grey);
   padding: clamp(2.5rem,7vw,6.25rem);
}

summary::-webkit-details-marker {
    display: inline-block;
    width: 0.66em;
    height: 0.66em;
    margin-inline-end: 0.4em;
}
details {
    padding: 0.75rem 1rem;
    border: 1px solid #e5e5e9;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 8px;
}
details summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    line-height: 1.6;
}
details summary.faq-header {
   justify-content: flex-start;
}
details summary.faq-header::-webkit-details-marker {
    display: none;
}
details summary:hover {
    
}
details.faq-item {
    padding: 10px 10px;
    border: 1px solid #D2D2D2;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 2px;
}
.accordion-content {
    padding-top: 8px;
}
.accordion-content ul {
    padding-left: 16px;
}
/* Створюємо власну стрілочку через псевдоелемент */
details summary .accordion-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik01IDEyaDE0TTEyIDV2MTQiLz48L3N2Zz4=")!important;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-color: #ececef;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    margin-right: 0px;
    margin-left: auto;
    border-radius: 100%;
    display: flex;
    background-size: 14px;
    background-position: center center;
}
sub {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}
/* Стан, коли details відкрито ([open]) */
details[open] summary .accordion-icon {
    transform: rotate(-135deg); /* Стрілочка вгору */
}

details[open] summary {
    border-bottom: 1px solid transparent;
}
.faq-icon {
   position: relative;
   margin-right: 10px;
   width: 12px;
   flex-shrink: 0;
}
.faq-icon:before,
.faq-icon:after {
   content: '';
   display: block;
   width: 12px;
   height: 1px;
   background-color: #656565;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
}
.faq-icon:after {
   transform: rotate(90deg);
}
details[open] .faq-icon:after {
   transform: rotate(0deg);
}
.faq-content {
    padding-top: 16px;
}
.grid_info-heading {
   margin-bottom: 20px;
}

/* Single */
.category .section-banner,
.single .section-banner {
   height: 360px;
   background-position: center right;
}
.h1.post-title {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}
.blog-post-body {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0 2em 1em 0;
}
.entry-content::after {
    content: '';
    display: block;
    clear: both;
}
.entry-meta {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #28228;
    padding: 10px 0;
}
.post-title {
    margin-bottom: 0;
    color: #3d3d3d;
}
.cat-links a {
    font-weight: 600;
    text-decoration: underline;
    color: #1d4a50;
}
.posted-on {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #595959;
}
.nav-links {
    display: flex;
    margin: 64px 0 32px;
    gap: 0.5rem;
}
.nav-links a {
   display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #1d4a50;
}
.nav-links a:hover {
   color: #7ccccc;
}
.nav-previous a {
   text-align: left;
}
.nav-next a {
   text-align: right;
}

/*  Category */
.category-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.post-thumbnail {
    flex: 0 0 clamp(300px, 35%, 390px); /* Фіксована ширина для зображення */
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.post-content {
    flex: 1; /* Займає весь залишок простору */
}

.entry-title {
    margin-top: 0;
    font-size: 24px;
}

.entry-meta {
    color: #666;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.entry-excerpt {
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-more-btn {
    transition: background 0.3s;
}

.read-more-btn:hover {
    
}
.section-blog_latest h4 a,
.section-blog_latest .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-blog_latest .excerpt {
   -webkit-line-clamp: 5;
}
/* Адаптивність для мобільних пристроїв */
@media (max-width: 768px) {
    .category-item {
        flex-direction: column;
    }
    .post-thumbnail {
        flex: 0 0 100%;
        width: 100%;
    }
}
h2.entry-title {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}
h2.entry-title  a {
    color: #3d3d3d;
}
.btn--h36 {
   height: 36px;
   font-size: 16px;
}
.editor a:not(.btn) {
    font-weight: 600;
    text-decoration: underline;
    color: #1d4a50;
}


.grid_image_info--image {
    text-align: center;
}

.grid_image_info--image img {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 12px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Темний фон поза вікном */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.popup p {
   font-size: 14px;
   margin-bottom: 20px;
   z-index: 2;
    position: relative;
}
#popup-product .popup-content {
    width: 768px;
}
#popup-product .popup-content:before {
   content: '';
   display: block;
   position: absolute;
   inset: 0 calc(50% + 24px) 0 0;
    background-image: url(https://silverstreammed.zenetix.com.ua/wp-content/uploads/2026/02/silverstream_ua_bottle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center  center;
}
.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background-color: #fff;
    width: 500px;
    max-width: 90vw;
    max-height: 90vh;
    padding: 32px 24px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Анімація появи самого вікна */
    transform: translateY(20px);
    transition: transform 0.3s ease-in-out;
}

.popup.open .popup-content {
    transform: translateY(0);
}

.popup-inner {
    overflow-y: auto;
}
.popup h4 {
   margin-bottom: 10px;
   z-index: 2;
    position: relative;
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
   width: 100%;
   border-radius: 8px;
   min-height: 40px;
   padding: 8px 20px;
   line-height: 1;
   border: 1px solid var(--c-grey);
   margin-bottom: 10px;
}
.wpcf7-form .form-subscribe input:not([type="submit"]) {
   min-height: 50px;
   border-color: var(--c-green);
}
.wpcf7-form input:not([type="submit"]).wpcf7-not-valid {
   border-color: #dc3232;
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form input:not([type="submit"])::placeholder,
.wpcf7-form textarea {
   font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.wpcf7-form textarea {
   height: 80px;
   padding-top: 16px;
   resize: none;
}
.popup-close {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.wpcf7-spinner {
   display: none;
}
.wpcf7-not-valid-tip {
   display: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0 0;
    padding: 8px 12px;
    border: 1px solid #00a0d2;
    font-size: 14px;
}
.section-content_2_columns iframe {
    width: 100%;
}
/* Grid button */
.bg-color-section {
   background-color: var(--bg-color);
}
/* End Grid button */

.btn-menu-mob {
   display: none;
}

/* Custom style */
.section-content_2_columns--col-left-white [class*="row-cols-"] > div:first-child {
   padding: 60px 0 60px 60px;
   position: relative;
}
.section-content_2_columns--col-left-white [class*="row-cols-"] > div:first-child:before {
   content: '';
   display: block;
   position: absolute;
   inset: 0 calc(-2rem - 60px) 0 0;
   background-color: #fff;
   border-radius: 8px;
}
.section-content_2_columns--col-left-white img {
   margin-top: 60px;
}
@media (width < 768px) {
   .section-content_2_columns--col-left-white [class*="row-cols-"] > div:first-child {
      padding: 30px 16px;
   }
   .section-content_2_columns--col-left-white [class*="row-cols-"] > div:first-child:before {
      inset: 0;
   }
}
.wp-caption {
   width: auto !important;
   max-width: 100%;
}
/* End Custom style */
/* Responsible */
/* width < 992px */
@media (width < 992px) {
   .section-banner {
      height: 400px;
   }
   #header {
    padding-top: 16px;
    padding-bottom: 16px;
   }
   #header.fixed {
      padding-top: 16px;
   }
   .fixed .header-top {
    grid-template-rows: 1fr;
    overflow: visible;
   }
   #header .btn-menu-mob {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* background: transparent; */
        border: none;
        cursor: pointer;
        height: 48px;
        width: 48px;
        padding: 10px;
        background-color: var(--c-green);
        border-radius: 4px;
    }
   .btn-menu-mob span {
      display: block;
        width: 100%;
        height: 3px;
        background-color: #fff; /* Колір ліній */
        transition: all 0.3s ease-in-out;
        border-radius: 2px;
   }
   .pll-parent-menu-item {
      margin-right: auto;
      order: 99;
   }
   /* Базовий стан підменю */
   .sub-menu {
       display: block; 
      position: relative;
       max-height: 0;
       overflow: hidden;
       opacity: 0;
       visibility: hidden;
       pointer-events: none; /* Щоб не було кліків по прихованих посиланнях */
       transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s;
   }

   /* Відкритий стан */
   .sub-menu.is-active {
       max-height: 1000px; /* Використовуйте достатнє значення */
       opacity: 1;
       visibility: visible;
       pointer-events: auto;
   }

   /* Поворот іконки */
   .menu-item.is-open .submenu-trigger svg {
       transform: rotate(0deg);
   }

   .submenu-trigger {
       cursor: pointer;
       -webkit-tap-highlight-color: transparent; /* Прибираємо синій спалах при натисканні на iOS */
   }
   #menu-header .menu-item-gtranslate > a,
   #menu-header .pll-parent-menu-item > a {
      display: none;
   }
   .menu-item-gtranslate .sub-menu,
   .pll-parent-menu-item .sub-menu {
      max-height: inherit;
      display: flex;
      flex-direction: row;
   }
   .sub-menu {
      padding: 0 0 0 24px;
   }
   .sub-menu li:last-child {
      padding-bottom: 24px;
   }
   .menu-item-gtranslate .sub-menu,
   .pll-parent-menu-item .sub-menu {
      padding: 16px 0 0 4px;
   }
   .menu-item-gtranslate .sub-menu li:last-child,
   .pll-parent-menu-item .sub-menu li:last-child {
      padding-bottom: 0px;
   }
   #menu-header .menu-item-gtranslate a,
   #menu-header .pll-parent-menu-item a {
      font-weight: 600;
      color: var(--c-dgrey);
      font-size: 22px;
      width: auto;
   }
   #menu-header .menu-item-gtranslate .gt-current-lang,
   #menu-header .pll-parent-menu-item .current-lang a {
      color: #cc6633;
   }
   /* Анімація перетворення на Х */
   .btn-menu-mob.active span:nth-child(1) {
     transform: translateY(13px) rotate(45deg);
   }

   .btn-menu-mob.active span:nth-child(2) {
     opacity: 0;
   }

   .btn-menu-mob.active span:nth-child(3) {
     transform: translateY(-12px) rotate(-45deg);
   }
   .header-nav {
       position: fixed;
       background-color: #fff;
       z-index: 99;
       inset: 80px 0 0 0;
       margin-top: 0;
       opacity: 0;
       visibility: hidden;
       transform: translateY(30px);
       transition: 0.3s ease-in-out;
       pointer-events: none;
   }
   .header-nav li {
      font-size: 18px;
   }
   .header-nav.open {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px);
      transition: 0.3s ease-in-out;
      overflow: auto;
      pointer-events: auto;
   }
   .header-nav .list-btns,
   .header-nav .social-icons {
      width: 100%;
      margin-top: 32px;
      padding-left: 16px;
   }
   #menu-header {
      flex-direction: column;
   }
   #menu-header li {
      display: flex;
      flex-wrap: wrap;

   }
   #menu-header li .submenu-trigger {
      display: flex;
      width: 59px;
      border-left: 1px solid var(--c-grey);
      flex-shrink: 0;
      align-items: center;
        justify-content: center;
        cursor: pointer;
   }
   .submenu-trigger svg {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
    cursor: pointer;
   }
   .is-open .submenu-trigger svg {
      transform: rotate(0deg);
   }
   #menu-header .pll-parent-menu-item .submenu-trigger {
      display: none;
   }
   #menu-header a {
      padding: 16px 16px;
      width: calc(100% - 59px);
   }
   #menu-header > li {
      border-top: 1px solid var(--c-grey);
   }
   #menu-header > li:last-child {
      border-bottom: 1px solid var(--c-grey);
   }
   .footer-info > div:last-child {
      display: none;
   }
   .footer-inner > div:first-child {
      order: 2;
   }
   .footer-inner {
      grid-template-columns: 1fr 40%;
   }
}
/* endwidth < 992px */
/* width < 768px */
@media (width < 768px) {
   .table-wrapper {
    width: 100%;
    overflow-x: auto; /* Дозволяє горизонтальний скрол */
    -webkit-overflow-scrolling: touch; /* Плавний скрол на iOS */
    margin-bottom: 20px;
}

table {
    min-width: 767px; /* Або будь-яка ширина, при якій таблиця стає зручною */
    width: 100%;
    border-collapse: collapse;
}
   .footer-inner {
      grid-template-columns: 1fr;
   }
   .footer-inner .footer__item {
      display: contents;
   }
   .footer-inner .logo {
      order: -4;
   }
   .footer-inner .social-icons {
      order: -3;
   }
   .footer-inner .footer-info > div:first-child {
      order: 4;
   }
    .footer-nav__title {
      display: none;
   }
   .form-subscribe {
      margin-top: 0;
   }
   #footer .fs-small {
      margin-top: 0;
   }
   h1.entry-title {
       font-size: 32px;
       margin-bottom: 16px;
       padding-bottom: 16px;
   }
   h3, .h3 {
       font-size: 24px;
   }
   .px-60 {
       padding-left: var(--var30);
       padding-right: var(--var30);
   }
   .py-60 {
       padding-top: var(--var30);
       padding-bottom: var(--var30);
   }
   .container {
       --gutter-x: 32px;
   }
   .editor p.has-background, .editor ul.has-background, .editor ol.has-background, .editor h2.has-background, .editor h3.has-background, .editor h4.has-background, .editor h5.has-background {
      padding: 1.25em 1.7em;
   }
   .gy-3 {
      row-gap: 1rem;
   }
   #popup-product .popup-content:before {
      inset: 0 0 auto 0;
        height: 200px;
   }
   #popup-product .popup-content {
      padding-top: 200px;
   }
   #popup-product .popup-content:before {
      background-position: center top;
   }
   [class*="row-cols-"] {
      display: flex;
      flex-direction: column;
      row-gap: 1rem;
   }
   .col {
      flex-basis: initial;
   }
   .bg-image .col-inner {
      min-height: 50vw;
   }
   .px-32 {
    padding-left: var(--var16);
    padding-right: var(--var16);
   }
       .section-banner {
        height: 300px;
      }
}
/* end width < 768px */
@media (width < 576px) {
    table {
      min-width: 575px;
   }
}
/* End Responsible */
