:root {
    --bg: #f5f5f5;
    --bg-alt: #9bd59c;
    --bg-dark: #00303c;
    --text: #27a5c1;
    --text-alt: #fff;
    --highlight: #000;

    --color-1: #27a5c1;
    /* --color-2: #f08613;
    --color-3: #5271ff;
    --color-4: #c15145; */
}

.text-custom-1 {
    color:var(--color-1)!important;
}
.text-custom-2 {
    color:var(--color-2)!important;
}
.text-custom-3 {
    color:var(--color-3)!important;
}
.text-custom-4 {
    color:var(--color-4)!important;
}
.text-custom-5 {
    color:#4d4d4d!important;
}


.bg-custom-1 {
    background-color:var(--color-1);
}
.bg-custom-2 {
    background-color:var(--color-2);
}
.bg-custom-3 {
    background-color:var(--color-3);
}
.bg-custom-4 {
    background-color:var(--color-4);
}

.text-fast-blue {color: #222222}
::selection {color: #000;background:none;}
body {
    color: #2e2e2e; 
    font-size: 16px;
    word-break: normal;
}

h1 {
    font-size: 4rem;
    line-height: 4rem;
}

h2 {
    font-size: 2.9rem;
    line-height: 3.2rem;
}

h3 {
    font-size: 2.4rem;
    line-height: 2.9rem;
}

h4 {
    font-size: 1.85rem;
    line-height: 2.4rem;
}

h5 {
    font-size: 1.30rem;
    line-height: 2rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.5rem;
}

ul.ul {margin-left:40px;}

ul.ul {margin-bottom:20px;}
.tab-style-07 .nav-tabs > li.nav-item > a.nav-link.active {
    border-color: var(--bg-alt);
    background-color: var(--bg-alt);
    color:#fff
}
.tab-style-07 .nav-tabs > li.nav-item > a.nav-link {
    border: 3px solid var(--bg-alt);
}


.cookiealert > a:hover,
.cookiealert > a:focus {
    color: #fff;
}

#zespol{
    background-image: url('/images/bg2.jpg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

/* .social-icon > li > a > i.fab {
    font-size:24px;
}
ul:not(.social-icon) {margin-left:30px; margin-bottom:20px;   }
.text-tussock {
    color: var(--text);
} */

/* .navbar .navbar-nav .nav-link {
    margin: 0 10px;
} */
.popup-youtube > picture > img {margin-bottom:20px;}

.w4p-icon-custom-1{
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.w4p-icon-custom-1:before{content:"\e944"}
#articleTitle.bg-custom {background-color: #000;}
#breadcrumb > ul > li {font-weight: bold;}
#breadcrumb > ul > li > a:hover,
#breadcrumb > ul > li > a:focus {
    color: var(--text-alt);
}

.bg-overlay-custom,
.bg-gradient-blue {
    background: linear-gradient(90deg, rgb(76 153 137) 0%, rgb(95 163 111 / 25%) 100%);
    opacity: 1;
}
/* .parallax {
    background-attachment: inherit !important;
    background-position: center !important;
} */

/* mapa */
#map-canvas{height:100%}

/* kolory */
.alt-font {
    color:var(--text);
}
.text-alt {
    color:var(--text-alt);
}
a:hover,
a:focus {
    color: var(--highlight);
}

.bg-gray {
    background-color: var(--bg);
}
.bg-custom {
    background-color: var(--text);
}
.footer-light.bg-custom {
    background-color: var(--bg);
}
/* .blog-post:hover .blog-post-image img {
    opacity: 0.1;
} */
.bg-gradient-custom {
    background: rgb(177,43,29);
    background: -moz-linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    background: linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b12b1d",endColorstr="#16b13d",GradientType=1);
}
.text-gradient-custom {
    background: rgb(177,43,29);
    background: -moz-linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    background: linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b12b1d",endColorstr="#16b13d",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-dark {
    background: linear-gradient(90deg, rgb(0 0 0 / 85%) 0%, rgb(239 66 66 / 0%) 100%)
}

.bg-gradient-dark-top {
    background: linear-gradient(0deg, rgb(0 0 0 / 85%) 0%, rgb(239 66 66 / 0%) 100%)
}

.btn.btn-custom {
    background: var(--text);
    border-color: var(--text);
    color: #fff;
}

.btn.btn-custom:hover {
    background: #fff;
    border-color: var(--bg-alt);
    color: var(--bg-alt);
}

.btn-link:hover {
    color: var(--highlight);
}

.text-default {
    color:var(--text);
}

.text-custom {
    color:var(--bg-alt);
}

.text-highlight {
    color:var(--highlight);
}

.text-red {color:var(--text);}
a.text-custom-hover:hover {
    color: var(--highlight);
}
/* .text-extra-dark-gray {
    color: var(--text);
} */

a {color:var(--bg-alt)}

strong,
sup,
sub {
    color: var(--bg-alt);
}

strong {font-weight: 500;}

/* header */
.bg-nav-custom {
    background: #fff
}
span.top-bar-contact-list i,
span.top-bar-contact-list>span {
    color: #fff
}
.navbar-light .navbar-nav .nav-link:hover,
.sticky .navbar.header-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a,
a:active, a:focus { color: var(--highlight)!important}

.dropdown-menu > li > a {color:var(--text)}
.dropdown-menu > li > a:hover {color:var(--highlight)}

.sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a { color: var(--highlight)!important }

.navbar.navbar-light .navbar-nav .nav-link {
    color: var(--text);
}
.sticky .navbar.header-light .navbar-nav .nav-link, .sticky .navbar.header-light .header-search-icon > a, .sticky .navbar.header-light .header-social-icon > a, .sticky .navbar.header-light .header-cart-icon > a, .sticky .navbar.header-light .header-language > a, .sticky .navbar.header-light .nav-bar-contact { color: var(--text) !important; }

.navbar.navbar-light .navbar-nav > .dropdown.active > a,
.navbar.navbar-light .navbar-nav .nav-link.active {color: var(--bg-alt)!important;}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .header-search-icon>a:hover,
.navbar.navbar-light .header-social-icon>a:hover,
.navbar.navbar-light .header-cart-icon>a:hover,
.navbar.navbar-light .header-language>a:hover,
.navbar.navbar-light .header-language>a:hover,
.sticky .navbar-dark.header-light .navbar-nav .nav-link.active,
.sticky .navbar-dark.header-light .navbar-nav .nav-link:hover,
.sticky .navbar-dark.header-light .navbar-nav .nav-link:focus,
.sticky .navbar-dark.header-light .header-search-icon>a:hover,
.sticky .navbar-dark.header-light .header-social-icon>a:hover,
.sticky .navbar-dark.header-light .header-cart-icon>a:hover,
.sticky .navbar-dark.header-light .header-language>a:hover,
.sticky .navbar-dark.header-light .header-language>a:hover,
.top-bar.navbar-dark .header-search-icon>a:hover,
.top-bar.navbar-dark .header-social-icon>a:hover,
.top-bar.navbar-dark .header-cart-icon>a:hover,
.top-bar.navbar-dark .header-language>a:hover,
.top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover {
    color: var(--highlight)!important;
}
.sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a { color: var(--highlight) !important; }
header .top-bar .container-fluid .d-flex div p,
header .top-bar .container-fluid .d-flex div span {
    font-size: 18px;
}

header .navbar .navbar-brand img,
header.side-menu .logo img,
header .sidebar-nav-menu .navbar-brand img {
    max-height: 50px;
}
/* img.mobile-logo {
    min-width: 160px;
} */
.navbar-brand img {
    height:100%;
    min-height: 36px;
}


/* facebook */
.bg-gradient-facebook {
    background-image: linear-gradient(to right top, #0062E0, #19AFFF);
}

/* sluchawka */
.buttonizer {
    position: fixed;
    z-index: 99999;
    transition: ease-in-out .25s
}

[data-buttonizer="buttonizer-or3tJPppPYZZUHI"] {
    right: 5%;
    bottom: 10%
}

.buttonizer .buttonizer-button {
    display: block;
    cursor: pointer;
    outline: none;
    position: relative;
    width: 56px;
    height: 56px;
    max-width: none!important;
    color: #fff;
    background: var(--bg-alt);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

[data-buttonizer="buttonizer-or3tJPppPYZZUHI"] .buttonizer-button {
    background-color: var(--bg-alt);
    border-radius: 50%
}

[data-buttonizer="buttonizer-or3tJPppPYZZUHI"] [data-buttonizer="buttonizer-button-mW17szmrFvhFAng"] i {
    font-size: 35px;
    padding-top: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

/* other */
/* h1 {
    font-size: 3rem;
    line-height: 3rem;
} */

.no-section {
    padding: 0px;
}

.image-back-offset-shadow.position-right.active .overlay {
    -webkit-transform: scale(0.95) translate(-11px, 2px);
    transform: scale(0.95) translate(-11px, 2px);
}

.mfp-counter {
    display: none!important;
}

p.text-medium.m-0>a,
.top-bar-contact-list>a {
    color: #ffffff;
}

p.text-medium.m-0>a:hover,
.top-bar-contact-list>a:hover {
    color: var(--highlight);
}

sup>i.fa {
    margin-left: 10px;
}

sub>i.fa {
    margin-right: 10px;
}






/* index hero  */
/* .d-flex.bg-custom,
.w-40px.h-1px.bg-custom {
    background-color: var(--highlight);
} */
.w4p-heroBox{
    background: #00303c;
    /* background: linear-gradient(90deg, #00303c 0%, #00303c 40%, #00303cbf 100%); */
    background: linear-gradient(90deg, #00303ce3 0%, #00303cdb 40%, #00303c96 100%);
    padding:50px;
}

/* shop listing */
li.active > a {font-weight: bold;}
li.active > a:hover {color:var(--highlight);font-weight: bold;}
.list-style-07 li a:hover {
    color:var(--highlight);
}
.w4p-title-section {padding:0; margin-bottom:100px;}

/* product page */
/* .breadcrumb {
    margin-left: 5px!important;
    padding-left: 10px!important;
    border-radius: 5px;
    background: linear-gradient(90deg, #014e661c 0%, #ffffff 40%, #ffffff 100%);
}
.breadcrumb ul > li:after {
    content: "\f101";
    font-size: 10px;
    margin-top: -2px;
} */

/*========== Categories sidebar  ===================*/
.w4p-widget-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.w4p-widget-categories ul > li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 16px;
}
.w4p-widget-categories ul > li:last-child {
    margin-bottom: 0;
}
.w4p-widget-categories ul > li::before {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #999;
    font-family: feather;
    font-size: 1.15em;
    content: "\e92e";
}

.w4p-widget-categories ul > li > a {
    display: inline-block;
    transition: color 0.3s;
    color: #505050;
    font-size: 14px;
    text-decoration: none;
}
.w4p-widget-categories ul > li > a:hover {
    color: var(--highlight);
}
.w4p-widget-categories ul > li.active > a {
    color: var(--bg-alt);
}
.w4p-widget-categories ul > li > span {
    margin-left: 4px;
    color: #999;
}
.w4p-widget-categories ul > li.has-children ul {
    border-left: 1px solid #e2e2e2;
}
.w4p-widget-categories ul > li.has-children ul li::before {
    top: 14px;
    width: 8px;
    height: 1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    background-color: #e2e2e2;
    color: transparent;
}
.w4p-widget-categories ul > li.has-children ul li a {
    font-size: 13px;
}
.w4p-widget-categories ul > li.has-children ul ul > li {
    margin-bottom: 0;
}
.w4p-widget-categories ul > li.has-children > ul {
    max-height: 0;
    transition: max-height 0.6s;
    overflow: hidden;
}
.w4p-widget-categories ul > li.has-children.expanded::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.w4p-widget-categories ul > li.has-children.expanded > ul {
    max-height: 800px;
}

.all-categories i::before {
  font-size:10px;
}
.all-categories a {
  font-weight: 500;
  color: var(--bg-alt);
}
.all-categories a:hover {
  text-decoration: none;
}

.table-style-02 th {width: 260px;}

/* FAQ */
.accordion-button:not(.collapsed) {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    background-color: #c3262c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
    transform: rotate(-180deg);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
.accordion-button {
    cursor: pointer;
    background-color: #222222;
    color: #f2f2f2;
    font-weight: 600;
    font-size: 1.5rem;
}


@media (min-width: 768px) { 
    .w-100.h-1px.bg-extra-dark-gray.margin-2-half-rem-top.opacity-1 {
        display:none;
    }
}

@media (max-width: 768px) { 
    .select-wrapper .left .bg,
    .select-wrapper .right .bg {
        background-position: 20%!important;
    }
}

@media (max-width: 991px) {
    section {padding: 50px 0;}
}

/* section.big-section.bg-light-gray {padding:0;} */

.bg-light-gray2 {
    background-color: #f5f5f5;
}
.bg-custom-gradient {
    background: rgb(76,153,137);
    background: -moz-linear-gradient(180deg, rgba(76,153,137,1) 0%, rgba(95,163,111,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(76,153,137,1) 0%, rgba(95,163,111,1) 100%);
    background: linear-gradient(180deg, rgba(76,153,137,1) 0%, rgba(95,163,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c9989",endColorstr="#5fa36f",GradientType=1);
}

ul.ul > li {
    margin-left:20px;
}

section {
    padding: 75px 0;
}

.blog-post-image {
    max-height:230px;
}
section.big-section {
    padding: 100px 0;
}