.boxNews{overflow: hidden;}
.divNews{box-sizing:border-box;position: relative;padding: 50px 60px;max-width: 1860px;margin: 0 auto;}
.aktNewsText{position: relative;transition: all 0.5s ease-out 0s;}
.divNews .arrowNews{}
.divNews .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:0;left: 0;box-shadow: 0 0 0 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:0;left: 0;bottom: 0;right: 0;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: 0 0 0 2px var(--g1-color);}
.aktNewsText .newsDiv{display: inline-block;box-sizing:border-box;width: 33.333%;padding: 0 20px;vertical-align: top;}
.aktNewsText .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);}
.aktNewsText .newsDiv .newsDivA:hover{box-shadow: 0 0 30px 0 rgba(0,0,0,0.03);}
.aktNewsText .newsDiv .imgP{display: block;position: relative;margin-bottom: 40px;overflow: hidden;}
.aktNewsText .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;}
.aktNewsText .newsDiv .imgP img{max-width: 100%;height: auto;transition: all 0.5s ease-out 0s;z-index: 2;}
.aktNewsText .newsDiv:hover .imgP img{transform: scale(1.1);}
.aktNewsText .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;}
.aktNewsText .newsDiv .zajawkaTytul{display: block;box-sizing:border-box;transition: all 0.5s ease-out 0s;padding: 0px 16px 0px 40px;}
.aktNewsText .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;}
.aktNewsText .zajawkaNews{font-size: 18px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: 1.7;letter-spacing: normal;color: #000000;}
.nowosci_content .aktProm{box-sizing:border-box;width:100%;padding: 0;display: flex;position: relative;z-index: 1;flex-wrap: wrap}
.aktNewsText .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;}
.aktNewsText .newsDiv .more:hover {background-color: #FFFFFF;color: var(--g1-color);}
.aktNewsText .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}
.aktNewsText .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{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:center;flex-wrap:nowrap;}
.animated1{animation-duration:1800ms;animation-fill-mode:both;}
.animated2{animation-duration:1200ms;animation-fill-mode:both;}
.slideInLeftNews {animation-name: slideInLeftNews;}
.fadeOutRightNews {animation-name: fadeOutRightNews;}
.slideInRightNews {animation-name: slideInRightNews;}
.fadeOutLeftNews {animation-name: fadeOutLeftNews;}

@keyframes slideInLeftNews {
0% {opacity: 0;transform: translateX(-2000px);}
100% {transform: translateX(0);}
}

@-webkit-keyframes slideInLeftNews {
0% {opacity: 0;transform: translateX(-2000px);}
100% {transform: translateX(0);}
}

@-webkit-keyframes fadeOutRightNews {
0% {opacity: 1;}
100% {opacity: 0;transform: translate3d(100%, 0, 0);}
}

@keyframes fadeOutRightNews {
0% {opacity: 1;}
100% {opacity: 0;transform: translate3d(100%, 0, 0);}
}

@-webkit-keyframes slideInRightNews {
0% {opacity: 0;transform: translateX(2000px);}
100% {transform: translateX(0);}
}

@keyframes slideInRightNews {
0% {opacity: 0;transform: translateX(2000px);}
100% {transform: translateX(0);}
}

@-webkit-keyframes fadeOutLeftNews {
0% {opacity: 1;}
100% {opacity: 0;transform: translate3d(-100%, 0, 0);}
}

@keyframes fadeOutLeftNews {
0% {opacity: 1;}
100% {opacity: 0;transform: translate3d(-100%, 0, 0);}
}

@media screen and (max-width:1000px) {
.aktNewsText .newsDiv{width: 50%}
}
@media screen and (max-width:740px) {
.aktNewsText .newsDiv{width: 100%}
}
@media screen and (max-width:580px) {
.divNews .arrowNews {position: absolute;top:-58px;display: flex;align-items: center;justify-content: space-between;width: 100%}
.nowosci_content .arrowNews a{position: relative;margin: 0 15px}
.nowosci_content .arrowNews a.n_prev {left: 0;}
.nowosci_content .arrowNews a.n_next {right: 0}
.divNews .divTitle{margin-bottom: 60px}
.divNews{padding: 50px 0;}