/*HERO*/
.hero {
    @media (max-width: 960px) {
        > .uk-container {
            padding: 0px;
        }
    }
    .hero-slider {
        .uk-background-white {
            background-color: @global-background;
        }
        .el-item {
            position: relative;
            overflow: hidden;
            min-height: 400px;
        }
        .verdit-note {
            position: absolute;
            right: 20px;
            top: 20px;
            border-radius: 0px;
            background-color: rgba(255,255,255,.75);
            background-image: none;
            border: none;
            color: #000;
        }
        .verdit-note-content {
            position: absolute;
            z-index: 1;
            left: 20px;
            top: 20px;
            right: 15px;
            bottom: 20px;
            overflow-y: scroll;
            padding: 0px 20px 0px 0px;
            color: #202020!important;
        }
        .cr-note-close {
            color: black;
            position: absolute;
            right: 10px;
            top: 10px;
        }
        .verdit-note-content::-webkit-scrollbar {
            width: 5px;
        }
        .verdit-note-content::-webkit-scrollbar-thumb {
            background-color: #202020;
            outline: 1px solid slategrey;
        }
        .verdit-note-bg {
            background-color: @global-background;
            position: absolute;
            top: 60px!important;
            right: 20px;
            margin-bottom: -10px;
            margin-left: -10px;
        }
        .verdit-lemon {
            position: absolute;
            z-index: 0;
        }
        .verdit-green {
            position: absolute;
            z-index: 0;
        }
        @media (min-width: 960px) {
            .el-item > div > div:last-child {
                justify-content: center;
            }
            .el-item > div > div:last-child > .uk-padding {
                position: relative;
                z-index: 1;
                min-width: 100%;
            }
            .verdit-lemon {
                left: -50%;
                width: 100%;
                height: 100%;
                top: 0;
                transform: skewx(19deg) translatex(8px);
            }
            .verdit-green {
                left: -50%;
                width: 100%;
                height: 100%;
                top: 0;
                transform: skewx(20deg) translatex(1px);
            }
            .verdit-note-bg {
                left: 60%!important;
                bottom: 30%;
            }
        }
        @media (max-width: 960px) {
            .verdit-note-bg {
                left: 20px;
                bottom: 50%;
            }
            .el-content {
                font-size: 14px;
            }
            .el-item > div > div:last-child > .uk-padding {
                position: relative;
                z-index: 1;
                padding-top: 0px;
            }
            .el-item > div > div:first-child {
                max-height: 380px;
            }
            .el-image {
                width: 100%;
                min-height: 250px;
            }
            .verdit-lemon {
                width: 100%;
                height: 100%;
                bottom: -63%;
                transform: skewy(5deg) translatey(-8px);
            }
            .verdit-green {
                width: 100%;
                height: 100%;
                bottom: -63%;
                transform: skewy(4deg) translatey(-1px);
            }
            .el-item {
                height: 100%;
                min-height: 500px;
            }
        }
        @media (max-width: 640px) {
            .verdit-note-bg {
                bottom: 20%;
            }
            .el-item > div > div:first-child {
                max-height: 330px;
            }
            .verdit-lemon {
                width: 100%;
                height: 100%;
                bottom: -50%;
                transform: skewy(5deg) translatey(-8px);
            }
            .verdit-green {
                width: 100%;
                height: 100%;
                bottom: -50%;
                transform: skewy(4deg) translatey(-1px);
            }
        }
    }
}
/*GLOBAL*/
.uk-slidenav-next {
	transform: rotate(180deg)!important;
}
@media(max-width: 1300px) {
    .uk-position-medium:has(.el-slidenav) {
        top: 100%;
        margin: 0px;
        transform: translateY(-4px);
    }
}
@media (min-width: 960px) {
    body.home-page h2 {
    	font-size: 36px;
    }
}
@media (min-width: 640px) {
.tm-header .uk-button:not(.log_in) {
	min-width: 139px;
}
}
@media (max-width: 640px) {
    body h1 {
    	font-size: 24px;
    }
    .cr-section-padding-remove > .uk-container {
    	padding-left: 0;
        padding-right: 0;
    }
    .kontakt-z-nami .el-item {
    	display: flex!important;
        justify-content: space-around;
    }
}
/*NAVBAR*/
.tm-header .uk-navbar-container .uk-navbar {
	justify-content: flex-end;
}
.tm-header {
	box-shadow: 0 0 16px 2px rgba(0,0,0,0.1);
}
.tm-header-mobile {
	box-shadow: 0 0 16px 2px rgba(0,0,0,0.1);
}
.tm-header .uk-navbar-dropdown.uk-open {
    max-width: none!important;
    left: 0!important;
}
.tm-header .uk-navbar-dropdown.uk-open > div {
    max-width: 1140px!important;
    margin: auto;
}
.tm-header .uk-navbar-dropdown.uk-open > div > div {
    padding-left: 0;
}
.tm-header .uk-navbar-dropdown.uk-open .slider-menu .el-item {
    box-shadow: 0 0 4px 1px #cccccc82;
    margin: 2px;
}
.tm-header .uk-navbar-dropdown.uk-open .slider-menu .el-item:hover .el-title {
    color: #fff;
}

.el-nav {
    min-height: 16px;
}
/*Floating butons*/
.floating-buttons {
	position: fixed;
    right: 0;
    top: 25%;
}
.floating-buttons > div {
	display: flex;
    flex-direction: column;
}
.floating-buttons {
    .el-item {
    	background-color: @global-primary-background;
        position: relative;
        z-index: 2;
        border: 1px solid @global-background;
        width: 50px;
        height: 50px;
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
    .uk-first-column {
    	margin: 0px -1px;
        width: 50px;
        padding-left: 0;
    }
    .el-content {
    	margin: 0!important;
        position: absolute;
        top: -1px;
        right: -999px;
        width: max-content;
        padding: 0px 20px;
        height: 50px;
        display: flex;
        align-items: center;
        background-color: @global-primary-background;
        color: #fff;
        -webkit-animation: slide-out 0.3s forwards;
        animation: slide-out 0.3s forwards;
        z-index: 1;
        border-top: 1px solid @global-background;
        border-left: 1px solid @global-background;
        border-bottom: 1px solid @global-background;
    }
    .el-image {
        position: relative;
        background-color: @global-primary-background;
        z-index: 3;
    }
    .el-item:before {
    	content: "";
        width: 49px;
        height: 48px;
        background-color: @global-primary-background;
        position: absolute;
        left: 1px;
        z-index: 2;
    }
    .el-item:hover .el-content {
    	-webkit-animation: slide-in 0.3s forwards;
        animation: slide-in 0.3s forwards;
    }
        a {
        width: 100%;
        height: 100%;
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
}

@keyframes slide-in {
    0% { right: -999px; }
    100% { right: 100%; }
}

@keyframes slide-out {
    0% { right: 100%; }
    100% { right: -999px; }
}
/* Oferta dla Ciebie */
@media (min-width: 960px) {
.offer-for-you .uk-dotnav {
	display: none;
}
}
@media (max-width: 640px) {
    .offer-for-you > .uk-container {
    	padding: 0;
    }
}
/*Przydatne informacje*/
.usefull-info {
	position: relative;
    top: -100px;
}
.usefull-info-title .el-title {
	height: 100px;
    width: 100%;
    border-top: 3px solid @global-secondary-background;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 40px;
    color: #007f61;
}
/*Kursy - custom*/
.usefull-info > div:first-child .usefull-info-title .el-image {
	height: 202px;
    width: 215px;
    top: -30px;
    right: 0;
}
.usefull-info .currencies tbody {
    td.rate {
        border-right: 1px solid @global-secondary-background!important;
    }
    tr {
        border-bottom: 1px solid #f4f4f4;
        td:last-child {
            border-left: 1px solid #f4f4f4;
        }
    }
}
.usefull-info .currencies table {
	margin-top: 0;
}
.usefull-info .currencies table td {
	padding: 16px 25px;
}
/*Stawki - custom*/
.usefull-info > div:nth-child(2) .usefull-info-title .el-image {
	height: 134px;
    width: 146px;
    top: -15px;
    right: 5px;
}
.usefull-info .ref-rates {
    .el-item .el-content {
    	color: #008364;
        font-weight: 600;
        font-size: 1.5rem;
    }
    .el-item {
    	padding: 15px;
        transition: background-color 0.1s linear;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .el-item:hover {
    	background-color: #f3f3f3;
        transition: background-color 0.1s linear;
    }
    div > div:not(:nth-last-child(-n+2)) > .el-item, div > div:nth-last-child(2):nth-child(even) > .el-item {
    	border-bottom: 1px solid #f4f4f4;
    }
    div > div:nth-child(odd):not(:only-child) > .el-item {
    	border-right: 1px solid #f4f4f4;
    }
}
/*Godziny - defaults*/
.usefull-info .alert-bps.hours .el-title {
	color: #757575;
    font-weight: bold;
}
.usefull-info .alert-bps.hours * {
	font-size: 12px;
}
.usefull-info-title .el-item {
	background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.usefull-info-title .el-item .el-image {
	position: absolute;
    top: -15px;
    right: 15px;
    opacity: 0.11;
    object-fit: cover;
}
.usefull-info > div > div {
	position: relative;
    background: @global-background;
    padding-bottom: 60px!important;
}
.usefull-info > div > div > div:last-child {
	visibility: visible!important;
}
.usefull-info .uk-button {
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translatex(-50%);
}
.usefull-info .alert-bps.hours .el-title {
	padding: 0 20px;
}
.usefull-info .alert-bps.hours .el-title {
	border-bottom: 1px solid @global-secondary-background;
    text-transform: uppercase;
}
.usefull-info .alert-bps.hours .el-content {
    margin-top: 0!important;
}
.usefull-info .alert-bps.hours .el-content table td {
	padding: 12px 20px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.1;
    font-size: 0.9em;
}
/*Komunikat - CUSTOM*/
.usefull-info .alert-bps.info .el-item {
	padding: 20px 40px;
}
.usefull-info .alert-bps.info .el-title {
	font-weight: 600;
}
.usefull-info .alert-bps.info .el-content {
	font-size: 14px;
}
/*Offer for you*/
.offer-for-u-section .offer-for-u {
	.el-nav {
	padding-left: 20px;
    }
    .el-nav li {
        padding-left: 0;
        width: calc(100%/6);
    }
    .el-nav li a {
        padding: 15px 18% 5px;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        text-align: center;
    }
    .el-nav li.uk-active a {
        border-top: 1px solid @global-secondary-background; 
	}
}
@media (max-width: 960px) and (min-width: 640px) {
.offer-for-u-section .offer-for-u {
    .el-nav li {
        width: calc(100%/3);
	}
}
}
@media (max-width: 640px) {
.offer-for-u-section .offer-for-u {
    .el-nav li {
        width: calc(100%/2);
	}
}
}
/* SINGLE PRODUCT ELEMENTS */
/*video-section*/
.link-video {
	font-weight: 600;
}
/*Dlaczego warto*/
.why-worth {
    .el-content {
    	font-weight: 700;
    }
}
/* WARTO WIEDZIEĆ */
.worth-to-know .el-item img + div {
	height: auto;
}
.worth-to-know .el-title {
	height: 2.5em;
    overflow: hidden;
}
/*SLIDER OFFER*/
.bps-slider-offer {
    ul {
        margin-bottom: 10px!important;
    }
    .el-item * {
        transition: all 0.5s ease-in-out;
    }
    .el-content, .el-link {
        opacity: 0;
    }
    .el-meta {
    	display: none;
        color: #fff;
        text-transform: none;
    }
    .el-content {
        height: 7.5em;
        overflow: hidden;
        line-height: 1.5;
        color: #fff;
    }
    .el-item {
        position: relative;
        height: 548px;
        box-shadow: @global-small-box-shadow;
        margin: 2px 0px;
    }
    .el-link {
        position: absolute;
        bottom: -40px;
        border-color: @global-background;
        color: #fff;
    }
    .el-item picture + div, .el-item img + div {
        height: 174px;
        overflow: hidden;
        background-color: @global-background;
        position: absolute;
        bottom: 0;
    }
    .el-item:hover .el-title {
        color: #fff!important;
    }
    .el-item:hover .el-content, .el-item:hover .el-link {
        opacity: 1;
    }
    .el-item:hover .el-link {
        bottom: 40px;
        transition: all 0.5s ease-in-out; 
    }
    .el-link:hover {
        transition: all 0.5s ease-in-out;
        color: #008364;
        background-color: @global-background;
        background-image: none;
    }
    picture, img {
        height: 70%;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}
@media (min-width: 960px) {
	.bps-slider-offer {
        .el-item:hover picture + div, .el-item:hover img + div {
            height: 254px;
            overflow: hidden;
            background-color: @global-primary-background;
            transition: all 0.5s ease-in-out;
        }
        .el-content {
        	max-height: 7.5em;
        }
        .el-item picture + div, .el-item img + div {
            /*width: ~"calc(100% - 80px)";*/
            width: 100%;
            box-sizing: border-box;
        }
        .uk-slider-container {
            padding: 0 5px;
            margin: 0 -5px;
        }
    }}
@media (max-width: 640px) {
    .bps-slider-offer {
    .el-item {
    	max-height: 425px;
        margin-bottom: 10px;
    }
    .el-item picture + div, .el-item img + div {
        height: 197px;
        overflow: hidden;
        background-color: @global-primary-background;
        transition: all 0.5s ease-in-out;
        /*width: ~"calc(100% - 40px)";*/
        width: 100%;
        box-sizing: border-box;
    }
    .el-link {
        bottom: 20px;
        opacity: 1;
    }
    .el-item:hover .el-link {
        bottom: 20px;
        transition: all 0.5s ease-in-out; 
	}
    .el-meta {
        display: block;
    }
    .el-content {
        display: none;
    	//opacity: 1;
        //margin-top: 10px!important;
    }
    .el-title {
    	color: #fff!important;
    }
}
}
@media (max-width: 960px) and (min-width: 640px) {
    .bps-slider-offer {
        .el-item {
    	height: 516px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        }
        .el-item > a {
            max-height: 516px;
        }
    .el-item .el-image {
    	width: 100%;
    }
    .el-item picture + div, .el-item img + div {
        height: 252px;
        overflow: hidden;
        background-color: @global-primary-background;
        transition: all 0.5s ease-in-out;
        /*width: ~"calc(100% - 40px)";*/
        width: 100%;
        box-sizing: border-box;
    }
    .el-link {
        bottom: 40px;
        opacity: 1;
    }
    .el-item:hover .el-link {
        bottom: 40px;
        transition: all 0.5s ease-in-out; 
	}
    .el-content {
    	display: none;
    }
        .el-meta {
            display: block;
        }
    .el-title {
    	color: #fff!important;
    }
}
}
@media (max-width: 1300px) {
.bps-slider-offer a.uk-slidenav {
    margin: 0;
    top: ~"calc(100% + 45px)";
}
}
@media (max-width: 1300px) and (min-width: 640px) {
    .bps-slider-offer picture + div, .bps-slider-offer img + div {
    	padding: 40px;
    }
}
/* CUSTOM */
.uk-accordion-title::before {
    transform: scale(1.7);
}
.tm-page {
    svg {
        visibility: visible;
    }
    svg image {
        visibility: visible;
    }
}
.bg-up.uk-section-muted {
    margin-top: 40px;
}


@media (max-width: 640px) {
.mobile-top-tablet {
    	display: none!important;
    }
}

/* Search TOP */
div#search-top {
height: 140px;
    border-bottom: 7px solid #cad238;
}
div#search-top > .uk-card {
    width: 140px;
    height: 140px;
}
div#search-top input.uk-search-input {
    height: 60px;
    font-size: 30px;
    padding-left: 0px;
    padding-right: 60px;
}
span.uk-icon.uk-search-icon {
    right: 0;
    left: auto;
}
/* MENU */

ul.uk-slider-items > li > a.uk-card-menu {
    height: auto;
    box-shadow: 0px 0px 4px 1px #cccccc82;
    padding: 0px !important;
    margin: 5px 3px 5px -3px;
    display: flex;
    flex-direction: column;
}

.uk-slider-items .uk-card-body-menu {
    padding: 10px;
    text-transform: initial;
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
	box-sizing: border-box;
}
.uk-slider-items a:hover > .uk-card-body-menu, .uk-slider-items .uk-active-menu > a > .uk-card-body-menu {
    color: #fff;
    background: @global-primary-background;
}
/* TOP */
.tm-header {
    .uk-navbar-right {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
}
.menu-top {
    min-height: auto;
    font-size: 14px;
    text-transform: none;
    nav.uk-navbar-container.uk-navbar {
        padding-top: 0px;
        padding-bottom: 0;
        padding-right: 0px;
    }
    .uk-navbar-nav>li>a {
        min-height: auto;
        font-size: 14px;
        text-transform: none;
        svg {
            color: #008364;
        }
    }
    .uk-navbar-nav>li>a:not(a.uk-button) {
        color: #343434;
    }
    .uk-navbar-nav>li>a::before {
        content: none;
    }
    a.uk-button {
        margin-left: 15px;
        span, svg {
            color: #fff !important;
        }
    }
    a.uk-button-default:hover, a.uk-button-primary {
        	color: #fff!important;
        }
    a.uk-button-primary:hover {
    	color: #008363!important;
    }
    ul.uk-navbar-nav {
        display: flex;
        align-items: center;
    }
}
/*MOBILE TOP*/
li:not(.uk-parent) a.show-more {
    display: none;
}
.uk-show-nav+ul, .uk-show-nav~ul {
    display: block!important;
}
.uk-show-nav {
    transform: rotate(90deg);
}
.tm-header-mobile {
    .menu-top {
        display: flex;
    	justify-content: center;
        nav.uk-navbar-container.uk-navbar {
            padding-top: 0px;
            padding-bottom: 0;
            padding-right: 0px;
        } 
    }
    .mobile-top-tablet {
    	display: flex;
        align-items: center;
    }
    .mobile-top a {
    	padding: 0 7px;
    }
}
/* slider */
.uk-slidenav-next > svg {
    transform: rotate(180deg);
}

ul.uk-dotnav li.uk-active a {
    transform: scale(1.3);
}
.slider-grid .uk-cover-container {
    height: 100%;
    max-height: 550px;
    position: relative;

}
.slider-grid img + div {
    position: relative !important;
      height: 170px;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
}
.slider-grid-hover {
    .uk-slider-container {
        padding-bottom: 20px;
    }
    .uk-cover-container * {
        transition: ease-in-out 0.7s;
        }
    .el-item .uk-overlay {
        transition: ease-in-out 0.7s;
        background: @global-background;
    * {
        transition: ease-in-out 0.7s;
    }
        .el-title {
   		color: #6c6c6c;
            height: 2.5em;
            overflow: hidden;
        }
        .el-content {
        	height: 10.5em;
            overflow: hidden;
            //font-size: 0.8em;
        }
    }
    .uk-button {
        display: none;
        opacity: 0;
        top: 280px;
        //bottom: 20px;
    }
    .el-item:hover .uk-overlay {
    top: -170px;
        height: 100%;
    background: #008363;
        .el-title {
            color: #fff;
        }
        .uk-button {
   		display: block;
            position: absolute;
        opacity: 1;
        }
    }
}
image#Inteligentny_obiekt_wektorowy {
    visibility: visible;
}
@media (min-width: 960px) and (max-width: 1300px) {
    div#search-top .uk-search-default {
    	width: 700px;
        margin-right: 100px;
        padding-right: 0px;
    }
}
@media (max-width: 1300px) {
.slider-grid a.uk-slidenav {
margin: 0px;
top: ~"calc(100% + 45px)";
}
} 

time {
    order: 1;
    font-size: 12px;
}
/* slideshow panel */
.uk-nav-panel ul.uk-dotnav {
    margin-left: 12px;
}
@media (min-width: 640px) {

    .uk-slideshow-panel-box {
        transform: skew(-20deg);
    }
    
    .uk-slideshow-panel-box.box-img>* {
        transform: translate(-50%, -50%) skew(20deg);
        width: 65vw!important;
        height: auto !important;
        object-fit: cover;
    }
    .uk-slideshow-panel-box.box-text>* {
        transform: skew(20deg);
        .uk-overlay {
            background: transparent;
        }
    }
    .uk-slideshow-panel-box.box-text:after {
        content: " ";
        width: 12px;
        display: block;
        position: absolute;
        top: 0px;
        height: 100%;
        left: -11px;
        background: rgb(202,210,56);
        background: linear-gradient(90deg, rgba(202,210,56,1) 0%, rgba(202,210,56,1) 80%, rgba(158,164,50,1) 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%);
        background: url(/images/asset/ozdoba-line.png);
        background-position: 0px -5px;
    }
    @supports (-ms-ime-align:auto) {
        .uk-slideshow-panel-box.box-text:after {
            background: url(/images/asset/ozdoba-line.png);
            background-position: 0px -5px;
        }
        .uk-slideshow-panel-box.box-img>* {
            height: auto !important;
        }
    }
    

}
@media (min-width: 640px) and (max-width: 1300px) {
	.box-img {
    height: 100%!important;
}
.box-text {
    height: 100%!important;
    }
    .uk-slideshow-panel-box {
        transform: skew(-20deg);
    }
    
    .uk-slideshow-panel-box.box-img>* {
        transform: translate(-50%, -50%) skew(20deg);
        width: auto!important;
        height: 100%!important;
        object-fit: cover;
    }
    .uk-slideshow-panel-box.box-text>* {
        transform: skew(20deg);
        .uk-overlay {
            background: transparent;
        }
    }
    .uk-slideshow-panel-box.box-text:after {
        content: " ";
        width: 12px;
        display: block;
        position: absolute;
        top: 0px;
        height: 100%;
        left: -11px;
        background: rgb(202,210,56);
        background: linear-gradient(90deg, rgba(202,210,56,1) 0%, rgba(202,210,56,1) 80%, rgba(158,164,50,1) 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%);
        background: url(/images/asset/ozdoba-line.png);
        background-position: 0px -5px;
    }
    @supports (-ms-ime-align:auto) {
        .uk-slideshow-panel-box.box-text:after {
            background: url(/images/asset/ozdoba-line.png);
            background-position: 0px -5px;
        }
        .uk-slideshow-panel-box.box-img>* {
            height: auto !important;
        }
    }
}
.uk-slideshow-panel-box.box-text .el-content {
    font-size: 24px;
}

@media (max-width: 960px) {
    .uk-slideshow-panel-box.box-text {
        h2 {
            margin: 0 0 0px 0;
            line-height: 1.4;
            font-size: 22px;
        }
        .el-title {
            margin: 0 0 0px 0 !important;
            line-height: 1.3;
            font-size: 22px;
        }
        .el-content {
            font-size: 16px !important;
            margin: 0 0 0px 0 !important;
            line-height: 1.3;
        }
        .el-content + div{
            font-size: 16px;
            margin: 10px 0 0px 0 !important;
            .uk-button {
                padding: 0 20px;
                vertical-align: middle;
                font-size: 16px;
                line-height: 35px;
            }
        }
        .el-meta {
            font-size: 15px;
            font-weight: 300;
        }
    }
}
@media (width: 640px) {
ul.uk-navbar-nav span.uk-visible\@s {
display: none;
}
}
@media (max-width: 640px) {
.uk-slideshow-panel-box.box-text .el-content + div {
    position: absolute;
    right: 0px;
        top: 0px;
    padding-top: 10px;
}
.uk-slideshow-panel-box.box-text .uk-overlay > * {
max-width: calc(65%)
}
.box-img {
    height: 200px;
}
.box-text {
    height: 160px;
}
.uk-slideshow-panel {
    min-height: 360px;
    ul.uk-slideshow-items {
        min-height: 360px !important;
    }
}
    .uk-slideshow-panel-box.box-text .uk-overlay {
        width: 100%;
    }
      .uk-slideshow-panel-box.box-text .uk-container-small {
        padding: 0px !important;
    }
    .uk-slideshow-panel-box.box-text {
        h2 {
            margin: 0 0 0px 0;
            line-height: 1.4;
            font-size: 22px;
        }
        .el-title {
            margin: 0 0 0px 0 !important;
            line-height: 1.3;
            font-size: 18px;
        }
        .el-content {
            font-size: 15px;
            margin: 0 0 0px 0 !important;
            line-height: 1.3;
        }
        .el-meta {
            /* display: none; */
            line-height: 16px;
        }
    }
        .uk-nav-panel .uk-position-bottom-left.uk-position-medium {
        left: 50%;
        transform: translateX(-50%);
    }
    .uk-visible\@s {
    	display: none;
    }
}
/* MAPA */
@media (min-width: 960px) {.map-right {
	position: relative;
}
.bps-other-bs {
	position: absolute;
    bottom: 20px;
    }}
body.mapa-bps #tm-main > div {
    max-width: 100%;
    padding: 0px;
}
.cruzmap-container span.cruzmap-city {
    border: 1px solid #d2d2d2;
    padding: 15px 17px;
    font-size: 18px;
    color: #6C6C6C;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 12px;
    text-decoration: none;
    font-weight: bold;
}
#cruzmap-points {
    padding-left: 0px;
    list-style: none;
    overflow-y: scroll;
    height: 100%;
    max-height: 230px;
    overflow-x: hidden;
    &::-webkit-scrollbar {
        width: 7px;
    }
    &::-webkit-scrollbar-track {
        background: #c6c6c6ad; 
        border-radius: 10px;
    }
    &::-webkit-scrollbar-thumb {
        background: @global-primary-background; 
        border-radius: 20px;
    }
    &::-webkit-scrollbar-thumb:hover {
        background: @global-primary-background; 
    }
    &:empty {
        display: none;
    }
    .point-info:hover , .point-info.point-active {
        background: #fff;
        font-size: 16px;
    }
    .point-info {
        padding: 15px;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        position: relative;
    }
}

.cruzmap-container .uk-flex-auto.uk-width-1-3\@m {
    border-left: 10px solid #fff;
}
.cruzmap-container.centrale div#cruzmap-points .point-info .img-marker {
    background-image: url('/images/marker-centrala.png');
}
.point-buttons {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    > button {
        border: none;
        background-color: transparent;
        font-size: inherit;
        font-family: inherit;
    }
}

.point-content {
    width: 100%;
    color: #008160;
    line-height: 1.4;
    padding-right: 30px;
    padding-left: 30px;
}
.point-content > button.marker-img {
    position: absolute;
    left: 5px;
}

.point-name {
    font-weight: bold;
}
.point-buttons span.hide-more {
    position: absolute;
    top: 10px;
    right: 15px;
}

/* notification */
.uk-notification-message {
    text-align: center;
}
.uk-pointer {
    cursor: pointer;
}
/* BLOG */
.tm-main>div>div>div>.uk-article {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tm-main>div>div>div>.uk-article>:last-child {
    margin-top: auto !important;
    padding-top: 10px;
}
.uk-article-meta {
    display: flex;
    align-items: flex-end;
}
.uk-article-meta a {
    font-size: 18px;
    line-height: 25px;
    margin-right: 10px;
    color: #6c6c6c;
    text-decoration: blink;
    text-transform: uppercase;
}
/* MOBILE */
#tm-dialog-mobile #module-tm-3 {
    border-bottom: 4px solid #cad238;
    padding: 0 20px 20px;
}
div#tm-dialog-mobile ul.uk-nav-sub img, div#tm-dialog-mobile ul.uk-nav-sub picture {
    display: none;
}
div#tm-dialog-mobile ul.uk-nav-sub {
	background: @global-background;
    padding: 10px 20px;
}
div#tm-dialog-mobile li.js-accordion.uk-parent.uk-position-relative > a, div.kontakt-mobile, div#tm-dialog-mobile .uk-nav > li:last-child > a, div#module-menu-dialog-mobile > ul > li > a {
	text-transform: uppercase;
    padding: 15px 20px;
    color: #008364;
    font-weight: 600;
}
div#tm-dialog-mobile .uk-nav > li:last-child {
	margin-bottom: -20px;
}
div.kontakt-mobile > div > p > a {
	text-decoration: none;
}
div.kontakt-mobile {
    padding: 15px 20px;
}

/* MOBILE HAMBURGER */
.tm-header-mobile .uk-navbar-toggle svg > rect {
    height: 2px;
}
.uk-show-nav+a {
	color: #6c6c6c!important;
    border-bottom: none!important;
}

span.map_item_phone, span.map_afi {
    display: block;
}
.point-contact.point-contact-bottom a {
    background: #00795c;
    float: left;
    color: white;
    padding: 5px 13px;
    margin-top: 10px;
        text-decoration: none;
}
.point-atm span.show-more {
    display: none;
}
.uk-checkbox, .uk-radio, input[type=checkbox]:not([class*=uk-]), input[type=radio]:not([class*=uk-]) {
margin-right: 5px;
}
.tm-cookie-banner {
    background: #000000b3;
    color: #fff;
}
.tm-cookie-banner button {
    float: right;
}
/*GRID OFERTA HOVER*/
@media (min-width: 640px) {
.cr-oferta-grid-hover {
        .el-item .uk-card-body {
            padding: 40px;
            position: absolute;
            bottom: 0;
            background-color: @global-background;
            width: ~"calc(100% - 80px)";
    	}
    }
}
@media (min-width: 960px) {
    .cr-oferta-grid-hover {
        .el-item * {
    		transition: all 0.5s ease-in-out;
    	}
        .el-item .uk-card-body {
            height: 87px;
            position: absolute;
            bottom: 0;
            background-color: @global-background;
    	}
            .el-item:hover .uk-card-body {
    	height: 204px;
        background-color: #008363;
       	transition: all 0.5s ease-in-out;
    }
    .el-item:hover .el-link {
    	opacity: 1;
        transition: all 0.5s ease-in-out;
        bottom: 40px;
    }
    .el-link:hover {
        background-image: none;
    	background-color: @global-background;
        color: #008363;
    }
    .el-item:hover .el-title, .el-item:hover .el-content {
    	color: #fff;
        transition: all 0.5s ease-in-out;
        opacity: 1;
    }
    }
}
.cr-oferta-grid-hover {
    .el-item > .uk-card-media-top {
    	height: 80%;
    }
    .el-item > .uk-card-media-top img {
    	height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .el-link {
    	opacity: 0;
        position: absolute;
        bottom: 0;
        border-color: @global-background;
        color: #fff;
    }
    .el-content {
    	opacity: 0;
    }
    .el-item {
    	height: 548px;
        position: relative;
    }
}
@media (max-width: 960px) {
.cr-oferta-grid-hover {
    .el-item {
    	height: 516px;
    }
    .el-item .uk-card-body {
            height: 172px;
            position: absolute;
            bottom: 0;
            background-color: #008363;
            width: ~"calc(100% - 80px)";
    }
    .el-title {
    	color: #fff;
    }
    .el-content {
    	opacity: 1;
        color: #fff;
    }
    .el-link {
    	opacity: 1;
        bottom: 40px;
    }
}	
}
@media (max-width: 640px) {
.cr-oferta-grid-hover {
    .el-title {
    	font-size: 24px;
    }
    .el-item {
    	height: 396px;
    }
    .el-item .uk-card-body {
            height: 176px;
            position: absolute;
            bottom: 0;
            background-color: #008363;
            width: ~"calc(100% - 60px)";
    }
    .el-link {
        bottom: 30px;
        font-size: 14px;
    }
    }
}
/*Lower blocks when 3 columns*/
.cr-oferta-grid-hover .uk-child-width-1-3\@m .el-item {
    height: 400px;
    position: relative;
}
@media (min-width: 960px) {
.cr-oferta-grid-hover .uk-child-width-1-3\@m .el-item:hover .uk-card-body {
    height: 145px;
}
}

.why-worth .el-content p {
	text-align: left!important;
}
.cr-table {
    th {
    	vertical-align: middle!important;
        background-color: #008363;
        color: #fff;
        text-align: center;
    	font-weight: 600;
    }
    td {
    	border: 1px solid #cad532;
    }
    thead tr:last-child:not(tr:first-child) th {
	background-color: #cad365!important;
    }
    thead tr:last-child th {
        color: inherit;
    }
    tbody td {
        text-align: center;
    }
}
th.rate {
    font-size: 16px;
    color: #444;
    text-transform: none;
    font-weight: 400;
}
th.rate, td.rate {
    display: flex;
    justify-content: center;
    align-items: center;
}
th.rate:before, td.rate:before {
    content: "";
    height: 30px;
    width: 30px; 
    margin-right: 10px;
}
div#js-currency-rates-container th.rate, div#js-currency-rates-container td.rate {
    justify-content: start;
}
th.rate.rate-USD:before, td.rate.rate-USD:before {
    background: url('/images/kursy-walut/usd.png');
}
th.rate.rate-CAD:before, td.rate.rate-CAD:before {
    background: url('/images/kursy-walut/cad.png');
}
th.rate.rate-AUD:before, td.rate.rate-AUD:before {
    background: url('/images/kursy-walut/aud.png');
}
th.rate.rate-EUR:before, td.rate.rate-EUR:before {
    background: url('/images/kursy-walut/eur.png');
}
th.rate.rate-SEK:before, td.rate.rate-SEK:before {
    background: url('/images/kursy-walut/sek.png');
}
th.rate.rate-GBP:before, td.rate.rate-GBP:before {
    background: url('/images/kursy-walut/gbp.png');
}
th.rate.rate-DKK:before, td.rate.rate-DKK:before {
    background: url('/images/kursy-walut/dkk.png');
}
th.rate.rate-NOK:before, td.rate.rate-NOK:before {
    background: url('/images/kursy-walut/nok.png');
}
th.rate.rate-CZK:before, td.rate.rate-CZK:before {
    background: url('/images/kursy-walut/czk.png');
}
th.rate.rate-HUF:before, td.rate.rate-HUF:before {
    background: url('/images/kursy-walut/huf.png');
}
th.rate.rate-CHF:before, td.rate.rate-CHF:before {
    background: url('/images/kursy-walut/chf.png');
}
th.rate.rate-JPY:before, td.rate.rate-JPY:before {
    background: url('/images/kursy-walut/jpy.png');
}
th.rate.rate-RUB:before, td.rate.rate-RUB:before {
    background: url('/images/kursy-walut/rub.png');
}

td.rate-border-right {
    border-right: 1px solid @global-secondary-background!important;
}
img.bps-image-bg {
    height: 230px;
    width: 230px;
    top: -30%;
    left: 17%;
    opacity: .11;
    object-fit: cover;
    position: absolute;
}
.bps-currency-top .uk-width-cruz.uk-tile-muted {
    min-height: 100px;
    border-top: 3px solid @global-secondary-background;
}
.uk-table-hover {
    tbody tr td {
    	transition: all 0.1s linear;
    }
    tbody tr:hover td, tbody tr:hover th.rate {
    	color: #fff!important;
        border-color: transparent!important;
        transition: all 0.1s linear;
    }
    tbody tr:hover {
    	box-shadow: 0px 5px 15px 0px #ccc;
    }
}

.uk-text-center.table-vertical-align-middle {
    vertical-align: middle;
}
div#js-currency-rates-container th {
    padding: 12px 10px;
}
.bps-currency-top .uk-padding {
    padding: 30px 15px;
}
.bps-image-bg-top.uk-overflow-hidden {
    min-height: 110px;
    position: absolute;
    width: 300px;
    left: 200px;
    top: 0px;
}
.input-append {
    margin-bottom: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: white;
}

.input-append > * {background: none;border: none !important;color: #008363;min-height: 50px;max-width: 99px !important;}
.input-append > *:hover {background: none;border: none !important;color: #008363;min-height: 50px;max-width: 100px !important;}

#js-currency-hours {
    height: 52px;
    min-width: 150px;
}
.info-date-time.uk-grid {
    z-index: 999;
}
.map-right .point-contact.point-contact-bottom a {
    padding-left: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
body.mapa-bps #tm-main, body.mapa-bps main#tm-main {
    min-height: auto !important;
}

/*COOKIES*/
.cookie-link {
	color: #fff;
}
.cookieImg {
	width: 33%;
}
/*FORM*/
.rsform-block-header {
    p, span {
        display: flex;
        align-items: center;
    }
    span {
        margin-right: 20px!important;
    }
}
.cr-add-file {
    line-height: 1;
    background-color: transparent;
    text-align: left;
    max-width: fit-content;
    svg>rect:first-child {
        width: 2px;
    }
    svg>rect:last-child {
        height: 2px;
    }
    > span.uk-button {
        padding: 3px;
        line-height: 1;
    }
}
.rsfp-field-multiple-plus-button {
	margin-top: 6px;
}
.rsform-block-files .uk-form-controls > div {
    width: 100%;
}
.rsform-block-zgoda1a > div.uk-form-controls {
	margin-left: 45px;
}
.rsfp-field-multiple-plus > div {
	width: 100%;
}
input#files + input {
	width: 100%;
    border-width: 2px;
    border-style: dashed;
    border-color: #6c6c6c!important;
    padding: 40px;
}
#more, #more2 {
    display: none;
}
input[type="checkbox"] {
    width: 100%;
    max-width: 25px;
    margin-top: 0px;
    margin-right: 20px;
}
.rsform-block-zgoda1, .rsform-block-zgoda2, .rsform-block-zgoda3 {
    > .formControls label {
	display: flex;
    margin: 10px 0 20px;
    }
}
.rsform-block-zgoda1a {
	margin: 0px 0 20px;
}
.rsform-block-zgoda3 label p {
	margin-top: 0;
}
label[for="zgoda1a1"] {
	margin-left: 40px;
}
.rsform-block-files > div.formControls {
	display: flex;
    flex-direction: column;
}
.add-button-order {
	order: 1;
}
.rsfp-field-multiple-plus {
	position: relative!important;
}
.cr-delete-file {
	position: absolute;
    max-width: fit-content;
    z-index: 1;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    cursor: pointer;
    > span.uk-icon {
        background-color: #f0506e !important;
        border-radius: 50%;
        padding: 3px;
        color: #fff;
    }
}
.offer-grid {
    .el-item {
        min-height: 200px;
        position: relative;
    }
    .el-item .el-link {
        position: absolute;
        bottom: 20px;
    }
}
/*J4 currencies modifications*/
.bps-currency-top {
    .info-date-time .field-calendar, .info-date-time .field-calendar > .input-group, .info-date-time .field-calendar > .input-group > input#js-currency-rate-date {
        height: 100%;
    }
    .info-date-time .field-calendar > .input-group {
        position: relative;
    }
    .info-date-time .field-calendar #js-currency-rate-date_btn {
        color: #008364;
        background-color: transparent;
        border-radius: 0px;
        box-shadow: none;
        position: absolute;
        right: 0;
        height: 100%;
    }
    .info-date-time .field-calendar #js-currency-rate-date_btn:hover {
        border-color: transparent!important;
    }
    .info-date-time #js-currency-hours {
        border: 1px solid #e5e5e5;
        color: #6c6c6c;
        font-family: inherit;
        font-size: inherit;
        padding-left: 10px;
        padding-right: 20px;
    }
}
/*CALENDAR*/
.js-calendar .calendar-container {
    padding: 5px;
	.calendar-header a.js-btn {
        text-decoration: none;
        padding: 0 5px;
	}
    .calendar-header tr.daynames > td:first-child, .calendar-header tr.daynames > td:last-child, tr.daysrow > td.weekend {
    	color: rgba(255, 0, 0, .25);
    }
    .calendar-head-row > td:last-child {
    	justify-content: flex-end;
    }
    .buttons-wrapper {
    	padding: 0px;
        width: 100%;
        justify-content: space-evenly;
    }
    .buttons-wrapper > .js-btn {
    	border-radius: 0px;
        border-color: #008364;
        margin: 0px;
        background: transparent;
        box-shadow: none;
        color: #008364;
        line-height: 36px;
    }
    .buttons-wrapper > .js-btn:hover {
        background: @global-primary-background;
        color: #fff;
    }
}
.field-calendar {
	min-height: 52px;
}
/*GRID PRO MODAL FORM*/
#modal-form .el-sublayout-modal-container {
	background: #f8f8f8;
}
/*LOGOWANIE GRID PRO*/
#login-modal {
	background: rgba(0,0,0,0.85);
    .uk-modal-dialog, .el-sublayout-modal-container {
	    background: transparent!important;
}
}
/*Accessability plugin*/
._access-icon.material-icons._access {
	bottom: 15px!important;
    left: 15px!important;
    border-radius: 50%;
    background-color: @global-primary-background!important;
    &:hover {
    	color: @global-primary-background!important;
        background-color: #ffffff!important;
    }
}
*:focus-visible {
    outline-color: #159ce4!important;
    outline-style: solid;
    outline-width: 3px;
}
/*WCAG - zwiększenie dostępności komponentu GDPR*/
.cc-checkboxes-container {
    input[type=checkbox] {
        position: absolute;
        display: flex;
    }
}
/*Font size for <time>*/
time {
	font-size: inherit;
}
/*Przyciski systemowe <button> w widoku map*/
button#cruzmap-locate {
    background: transparent;
    border: none;
    font-size: inherit;
    font-family: inherit;
}
/*Nagłówki w tytułach accordionów*/
.uk-accordion-title > h3, .uk-accordion-content h4, .uk-accordion-content h5, .uk-accordion-content h6 {
	font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: inherit;
}
/*WCAG - marker na liście wyników jako button*/
button.marker-img {
    background: transparent;
    border: none;
    padding: 0px;
}
/* FORMULARZ KONTAKTOWY */
/*Zmiana kontrastu komunikatu błędu*/
.formError {
	color: #c24848!important;
}
/*Focus na checkboxy*/
input[type="checkbox"]:focus, input[type="checkbox"].cc-cookie-checkbox:focus + span, a.cc-link.cc-cookie-checkbox:focus {
	outline-color: #159ce4!important;
    outline-style: solid;
    outline-width: 3px;
}
/*Poprawka kontrastu na szarym tle*/
.uk-section-muted:not(.hero, .dynamic-section) :not(:hover){
    h2, .uk-text-primary {
        color: #008160!important;
    } 
}
/*DJ-Accessibility*/
.djacc__openbtn.djacc__openbtn--default {
	background: @global-primary-background!important;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
/*Poprawka rozwijaków menu mobilnego*/
#tm-dialog-mobile {
    #module-menu-dialog-mobile {
        button.show-more {
			padding: 10px;
            cursor: pointer;
            border: none;
            background: transparent;
        }
    }
}
/*Godziny przelewów - zamiana tabeli na GRID*/
.new-alert-bps {
    font-size: 14px;
    .hours-title {
    	border-bottom-color: @global-secondary-background;
    }
    .hours-content {
        & > div > div:not(:last-child) {
            border-bottom: 1px solid #f4f4f4;;
        }
        .el-item {
            padding: 12px 20px;
            transition: all 0.1s ease-in-out;
            &:hover {
            	background-color: @global-primary-background;
                color: #fff;
            }
            &:hover .el-title {
                color: #fff;
                transition: color 0.1s ease-in-out;
            }
        }
        .el-title {
                font-size: 14px;
            }
        .el-content {
        	text-align: right;
            font-weight: 600;
        }
    }
}
/*NAVBAR WCAG*/
.tm-header {
    .uk-navbar-container .uk-navbar-nav {
        > li.uk-parent {
            display: flex;
        	//position: relative;
            //margin-right: 25px;
            > button {
                margin-left: 5px;
                background: transparent;
                border: none;
                padding: 0px;
                color: @global-primary-background;
                cursor: pointer;
            }
            >button[aria-expanded="true"] > span {
            	transform: rotate(180deg);
            }
            ul.uk-nav.uk-navbar-dropdown-nav {
            	display: flex;
                overflow-x: auto;
                scrollbar-width: none;
                padding: 2px;
                > li > a {
                	display: flex;
                    flex-direction: column;
                    box-shadow: 0 0 4px 1px #cccccc82;
                    padding: 0px;
                    max-width: 275px;
                    img {
                    	margin-right: 0px!important;
                    }
                    .menu-title {
                    	padding: @padding-small-padding;
                        width: 100%;
                        letter-spacing: 0px;
                        text-transform: none;
                    }
                    &:hover {
                    	background-color: @global-primary-background;
                        .menu-title {
                        	color: #fff;
                        }
                    }
                }
                > li:not(:first-child) {
                	padding-left: 10px;
                }
                li.uk-active a {
                    	background-color: @global-primary-background;
                        .menu-title {
                        	color: #fff;
                        }
                    }
            }
        }
    }
    .uk-navbar-dropdown.uk-drop.uk-open {
    	overflow-x: visible!important;
        box-shadow: none;
        padding-left: 0px;
    	padding-right: 0px;
        padding-bottom: 0px;
        button.custom-slidenav-previous, button.custom-slidenav-next {
    	background: none;
        border: none;
        position: absolute;
        top: 50%;
    }
    button.custom-slidenav-previous {
    	left: 50%;
        transform: translatey(-50%) translatex(-100%) translatex(-570px);
    }
    button.custom-slidenav-next {
    	right: 50%;
        transform: translatey(-50%) translatex(100%) translatex(570px);
    }
    @media (max-width: 1300px) {
        button.custom-slidenav-previous, button.custom-slidenav-next {
            display: none;
        }
    }
    }
    .uk-navbar-container:has(.uk-navbar-dropdown.uk-drop.uk-open)::before {
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        top: 160px;
        height: 310px;
        z-index: 101;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    }
}
/*Zmiana rozwijaków w stopce na mobile na przyciski*/
.footer-buttons button {
    width: 100%;
	background: inherit;
    font-size: inherit;
    border: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    padding: 0px;
    font-size: 14px !important;
    text-transform: uppercase;
    text-align: inherit;
}
/*GDPR COOKIE BANNER*/
.cc-window.cc-banner {
	flex-flow: column!important;
    font-family: 'Fira Sans', sans-serif;
    line-height: inherit;
}
.cc-window.cc-banner > * {
	max-width: 1140px;
    margin: 15px 0px 0px;
}
.cc-window.cc-banner .cc-compliance.cc-highlight {
	order: 2;
}
.cc-window.cc-banner a.cc-btn {
	border-radius: 500px;
}
.cc-window.cc-banner .cc-settings-label {
	font-size: inherit;
    color: #fff;
    opacity: 1;
}
.cc-window.cc-banner .cc-checkboxes-switchers > div.cc-checkbox-container, .cc-window.cc-banner .cc-checkboxes-switchers > div.cc-checkbox-container > .cc-link.cc-cookie-checkbox > label {
	padding-left: 25px;
}
.cc-window.cc-banner .cc-checkboxes-switchers > div.cc-checkbox-container::before {
	position: absolute;
    content: "Wył.";
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    font-size: 80%;
    opacity: 0.6;
}
.cc-window.cc-banner .cc-checkboxes-switchers > div.cc-checkbox-container::after {
	position: absolute;
    content: "Wł.";
    left: 85px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    font-size: 80%;
    opacity: 0.6;
}
.cc-window.cc-banner .cc-checkboxes-switchers > div.cc-checkbox-container {
	margin-bottom: 0px;
}
.cc-window.cc-banner .cc-checkboxes-switchers > div.cc-checkbox-container > input:not(input:checked) + span {
	background-color: #f01f1f;
}
/*Switcher PRO*/
.offer-for-u-section {
    position: relative;
    &::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background-color: @global-muted-background;
    }
    @media (max-width: 960px) {
        .uk-container {
            padding: 0px;
        }
    }
    .offer-for-u-switcher-pro {
        .el-nav.fs-switcher__nav {
            padding-left: 20px;
            align-items: flex-start;
            li {
                padding-left: 0;
                width: calc(100%/6);
                a {
                    padding: 15px 18% 5px;
                    border-bottom: 1px solid transparent;
                    border-top: 1px solid transparent;
                    text-align: center;
                }
                &.uk-active a {
                    border-top: 1px solid @global-secondary-background; 
                }
            }
        }
        @media (max-width: 960px) and (min-width: 640px) {
            .el-nav.fs-switcher__nav li {
                width: calc(100%/3);
            }
        }
        @media (max-width: 640px) {
            .el-nav.fs-switcher__nav li {
                width: calc(100%/2);
            }
        }
    }
}
/*MAPA ikony dostępności*/
.accessibility-icons {
	height: 30px;
    object-fit: contain;
}
.accessibility-info button {
    background: transparent;
    border: none;
    padding: 0px;
}
/*Kalkulator CUSTOMS*/
.uk-border-primary {
	border: 1px solid @global-primary-background;
}
.uk-radio:checked {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 67 67" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><circle cx="33.333" cy="33.333" r="25" style="fill:%23008364;"/></svg>');
}
/*PO UPDATE YT 5*/
.tm-consent.uk-section {
    background: rgba(0,0,0,.9);
}
/*NATIVE cookie revoke*/
#cookie-revoke {
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: auto;
    z-index: 1;
    cursor: pointer;
    padding: 10px;
    transition: 0.1s all ease-in-out;
    color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    background-color: @global-primary-background;
    &:hover {
        color: @text-primary-color;
        background-color:#fff;
    }
}
a.cookie-revoke {
    position: absolute;
    z-index: -1;
}
/*ATENDE NT CUSTOMS*/
.btn {
    border-radius: 0px!important;
}