.nowosci_content{}
.boxAktualnosci{
overflow: hidden;
background-repeat: repeat-x;
background-position: 0px 100%;
}

.divAktualnosci{
box-sizing:border-box;
position: relative;
padding: 50px 60px;
max-width: 1860px;
margin: 0px auto;
}


.nowosci_content .divTitle a{
color: #000000;
}

.nowosci_content .divTitleNews a::after {
content: "";
width: 140px;
height: 3px;
background-color: #f2b230;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
}

.aktPromocjeText{
position: relative;
transition: all 0.5s ease-out 0s;
}

.nowosci_content .arrowNews{}

.nowosci_content .arrowNews.noShowArrow{
display: none;
}
.nowosci_content .arrowNews a{
width: 70px;
height: 70px;
position: absolute;
transition: all 0.5s ease-out 0s;
display: block;
top:0;
bottom: 0;
margin: auto;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.nowosci_content .arrowNews a:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top:0px;
left: 0px;
box-shadow: 0px 0px 0px 2px #FFFFFF;
box-sizing: border-box;
transition: all 0.5s ease-out 0s;
}

.nowosci_content .arrowNews a:before {
content: "";
position: absolute;
width: 80%;
height: 80%;
top:0px;
left: 0px;
bottom: 0px;
right: 0px;
margin: auto;
box-sizing: border-box;
background-color: var(--g1-color);
z-index: -1;
transition: all 0.5s ease-out 0s;
}

.nowosci_content .arrowNews a.n_next{
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAXCAYAAADQpsWBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFxJREFUeNpiYACC////KzCQAoAaDP5DwAJSNZ4nV+N8qMYNQCxAjsYLoxoHlUYmEuKfEUp/INaWBVBb9hN0HkgBEB8gOl1CNVwY1UBVDbCSCIjfA/EEYpMGQIABADbgJaAu4fxpAAAAAElFTkSuQmCC');
right: -60px;
}

.nowosci_content .arrowNews a.n_prev{
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAXCAYAAADQpsWBAAAABHNCSVQICAgIfAhkiAAAALxJREFUOE+V1FERwjAQhOF/HSABBwwKwAE4ABwhoSjAAjgoDpBQB8ekkzItaXpH37/JNbsXEfzM7AqcgK0ixsyaDF7A3kUFkLpFNAfSZFVUA1W0BGaRBwoUARM0Ak/gKKmrxSEzWwH3dP/ATdLZyy6hB7CLgn48M2uBDdBIuninDCiNl04Lwz7c/F9h+G3EP3BSoygsuheBs4X14FLLq7fq7VOCaWsP4xzdzc2RDOveSoq9ET8wjjJcS3p/AM3Rd29MpOBhAAAAAElFTkSuQmCC');
left: -60px;
}

.nowosci_content .arrowNews a:hover:before {
width: 100%;
height: 100%;
background-color: var(--g1-color);;
}

.nowosci_content .arrowNews a:hover:after  {
box-shadow: 0px 0px 0px 2px var(--g1-color);;
}

.aktPromocjeText .newsDiv{
display: inline-block;
box-sizing:border-box;
width: 33.333%;
padding: 0 20px;
vertical-align: top;
}

.aktPromocjeText .newsDiv .newsDivA{
display: block;
position: relative;
height: 100%;
padding-bottom: 145px;
box-sizing: border-box;
background-color: #FFFFFF;
transition: all 0.5s ease-out 0s;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.aktPromocjeText .newsDiv .newsDivA:hover{
box-shadow: 0 0 30px 0 rgba(0,0,0,0.03);
}

.aktPromocjeText .newsDiv .imgP{
display: block;
position: relative;
margin-bottom: 40px;
overflow: hidden;
}

.aktPromocjeText .newsDiv .imgP:after{
content: "";
position: absolute;
width: 100%;
height: 40%;
display: block;
bottom: 0;
left:0px;
transition: all 0.5s ease-out 0s;
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
z-index: 1;
}

.aktPromocjeText .newsDiv .imgP img{
max-width: 100%;
height: auto;
transition: all 0.5s ease-out 0s;
z-index: 2;
}
.aktPromocjeText .newsDiv:hover .imgP img{
transform: scale(1.1);
}

.aktPromocjeText .newsDiv .imgP .tytulNews{
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 3;
font-weight: 900;
font-size: 21px;
color: #FFFFFF;
text-transform: uppercase;
text-shadow: 0 3px 6px rgba(0,0,0,0.4);
padding: 0 20px 30px;
box-sizing: border-box;
}

.aktPromocjeText .newsDiv:hover .imgP img{}

.aktPromocjeText .newsDiv .zajawkaTytul{
display: block;
box-sizing:border-box;
transition: all 0.5s ease-out 0s;
padding: 0px 16px 0px 40px;
}

.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews{
display: block;
font-size: 26px;
font-weight: 700;
line-height: 1.2;
color: var(--g2-color);
margin: 0px 0px 15px 0px;
position: relative;
transition: all 0.5s ease-out 0s;
}


.aktPromocjeText .zajawkaNews{
font-size: 18px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.7;
letter-spacing: normal;
color: #000000;
}

.moreDiv{
text-align: center;
padding: 80px 0px 0px 0px;
}

.nowosci_content .aktProm{
box-sizing:border-box;width:100%;
padding: 0px;
display: flex;
}

.aktPromocjeText .newsDiv .more {
display:inline-block;transition:all 0.5s ease;
background-color:var(--g1-color);
border:1px solid var(--g1-color);
color:#FFFFFF;font-size:13px;padding:15px 20px;font-weight:700;
text-transform: uppercase;
position: absolute;
bottom: 40px;
left: 40px;
}
.aktPromocjeText .newsDiv .more:hover {
background-color: #FFFFFF;
color: var(--g1-color);
}



.aktPromocjeText .newsDiv .more:after{
content: "";
display: inline-block;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-left: 8px solid #FFFFFF;
border-bottom: 8px solid transparent;
vertical-align: middle;
margin-bottom: 2px;
margin-left: 25px;
transition:all 0.5s ease
}
.aktPromocjeText .newsDiv .more:hover:after{
border-left: 8px solid var(--g1-color);
}

.nowosci_content .op{display: none;}

.footNews{
padding: 40px 0 0 0;
text-align: center;
}
.footNews a.buton1:after{
display: none;
}


#idTmp{display:block;position:absolute;top:0px;left:0px;width:100%;
display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-webkit-justify-content:center;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;
}
.animated1{-webkit-animation-duration:1800ms;animation-duration:1800ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated2{-webkit-animation-duration:1200ms;animation-duration:1200ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}

.slideInLeftNews {
-webkit-animation-name: slideInLeftNews;
animation-name: slideInLeftNews;
}

.fadeOutRightNews {
-webkit-animation-name: fadeOutRightNews;
animation-name: fadeOutRightNews;
}

.slideInRightNews {
-webkit-animation-name: slideInRightNews;
animation-name: slideInRightNews;
}

.fadeOutLeftNews {
-webkit-animation-name: fadeOutLeftNews;
animation-name: fadeOutLeftNews;
}


@keyframes slideInLeftNews {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}

100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}

}
@-webkit-keyframes slideInLeftNews {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}

100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@-webkit-keyframes fadeOutRightNews {
0% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}

@keyframes fadeOutRightNews {
0% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}

@-webkit-keyframes slideInRightNews {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}

100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes slideInRightNews {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}

100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeOutLeftNews {
0% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}

@keyframes fadeOutLeftNews {
0% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}

@media screen and (max-width:1240px){
.aktPromocjeText .newsDiv {width: 50%;flex: 1 0 auto}
}
@media screen and (max-width:980px){
.aktPromocjeText .newsDiv {width: 100%;}
.aktPromocjeText .newsDiv .newsDivA{text-align: center;padding: 15px 0}
.aktPromocjeText .newsDiv .imgP .tytulNews{position: relative;padding: 20px 30px;color: #000000}
.aktPromocjeText .newsDiv .imgP{margin-bottom: 10px}
.aktPromocjeText .newsDiv .zajawkaTytul{padding: 0 15px;margin-bottom: 30px}
.aktPromocjeText .newsDiv .more{position: static}
.footNews{display: none}
.divAktualnosci{padding-top: 30px;padding-bottom: 30px}
}
@media screen and (max-width:690px){
.nowosci_content .arrowNews{position: absolute;top:-80px;display: flex;right: 0}
.nowosci_content .arrowNews a{position: relative}
.nowosci_content .arrowNews a.n_prev{margin-right: 5px;left: 0}
.nowosci_content .arrowNews a.n_next{margin-left: 5px;right: 0}
.nowosci_content .divTitle{text-align: left;margin-bottom: 0}
.nowosci_content .divTitle:after{display: none}
.divAktualnosci{padding: 30px 15px}
.aktPromocjeText .newsDiv{padding: 0}
}

/*
@media screen and (max-width:1680px){

}

@media screen and (max-width:1600px){
.nowosci_content .aktProm {padding: 0px 40px;}
.aktPromocjeText .newsDiv {}
.nowosci_content .arrowNews a {}
.nowosci_content .arrowNews a.n_prev {left: -25px}
.nowosci_content .arrowNews a.n_next {right: -25px}
}

@media screen and (max-width:1500px){
.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews {font-size: 20px;line-height: 1.1em;padding-bottom: 10px;margin-bottom: 15px;}
.aktPromocjeText .zajawkaNews {font-size: 16px;}
.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews::after {height: 2px;}
.aktPromocjeText .newsDiv .moreSp {font-size: 16px;background-size: 25px auto;}
}
@media screen and (max-width:1310px){
.divAktualnosci {padding: 60px 0px 60px 0px;}
.nowosci_content .arrowNews a {width: 54px;height: 54px}
.nowosci_content .aktProm {padding: 0px 60px;}
.nowosci_content .arrowNews a.n_prev {left: 7px}
.nowosci_content .arrowNews a.n_next {right: 7px}
}
@media screen and (max-width:1200px) {
.nowosci_content .aktProm {}
.nowosci_content .divTitle {font-size: 27px;margin-bottom: 20px}
.divAktualnosci {padding: 10px 0px 30px 0px;}

}

@media screen and (max-width:960px){
.aktPromocjeText .newsDiv {width: 50%;flex: 1 0 auto}
}
@media screen and (max-width:910px){
.aktPromocjeText .newsDiv {width: 100%;text-align: center}
.aktPromocjeText .zajawkaNews {text-align: center}
.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews::after {right: 0px;margin: auto}
}
*/