.nowosci_content{}
.boxAktualnosci{
overflow: hidden;
background-repeat: repeat-x;
background-position: 0px 100%;
}

.divAktualnosci{
box-sizing:border-box;
position: relative;
padding: 50px 120px 50px 120px;
max-width: 1550px;
margin: 0px auto;
}


.nowosci_content .divTitle a{
color: var(--g1-color);
}

.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 a {
width: 71px;
height: 71px;
position: absolute;
vertical-align: top;
background-position: 50% 50%;
background-repeat: no-repeat;
border: 1px solid var(--g1-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
top: 0px;
bottom: 0px;
margin: auto;
cursor: pointer;
}

.nowosci_content .arrowNews a::before {
content: "";
position: absolute;
width: 0%;
height: 0%;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
margin: auto;
border-radius: 50%;
box-sizing: border-box;
background-color: var(--g1-color);
z-index: -1;
transition: all 0.5s ease-out 0s;
}

.nowosci_content .arrowNews a::after {
content: "";
width: 15px;
height: 15px;
top: 0px;
left: 0px;
box-sizing: border-box;
transition: all 0.5s ease-out 0s;
background-repeat: no-repeat;
background-position: 50% 50%;
border-style: solid;
border-color: var(--g2-color);
border-width: 0px 2px 2px 0px;
transform: rotate(135deg);
margin-right: -10px;
}

.nowosci_content .arrowNews a.n_next::after {
transform: rotate(-45deg);
margin-left: -20px;
}

.nowosci_content .arrowNews a.n_next {
right: -114px;
}
.nowosci_content .arrowNews a.n_prev {
left: -114px;
}

.nowosci_content .arrowNews a:hover::before {
background-color: var(--g1-color);
width: 100%;
height: 100%;
}

.nowosci_content .arrowNews a.n_prev::after, .arrows a.n_next::after {}
.nowosci_content .arrowNews a:hover::after {}

.aktPromocjeText .newsDiv{
display: inline-block;
box-sizing:border-box;
width: 50%;
padding: 0px 8px;
vertical-align: top;
}

.aktPromocjeText .newsDiv .newsDivA{
display: block;
position: relative;
height: 100%;
padding-bottom: 120px;
box-sizing: border-box;
background-color: #FFFFFF;
transition: all 0.5s ease-out 0s;
border-radius: 10px;
overflow: hidden;
}
.aktPromocjeText .newsDiv .newsDivA:hover{
box-shadow: 10px 20px 30px 0px rgba(5,84,155,0.3);
}

.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: -50%;
left:0px;
transition: all 0.5s ease-out 0s;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%);
}

.aktPromocjeText .newsDiv:hover .imgP:after{
bottom: 0px;
}

.aktPromocjeText .newsDiv .imgP img{
max-width: 100%;
height: auto;
transition: all 0.5s ease-out 0s;
}

.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: 20px;
font-weight: 700;
line-height: 1.2;
color: var(--g1-color);
margin: 0px 0px 15px 0px;
position: relative;
transition: all 0.5s ease-out 0s;
}

.aktPromocjeText .newsDiv:hover .zajawkaTytul .tytulNews{
color: var(--g2-color);
}

.aktPromocjeText .zajawkaNews{
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.6;
letter-spacing: normal;
color: var(--g1-color);
}

.aktPromocjeText .more{
position: absolute;
bottom: 60px;
right: 30px;
display: block;
color: var(--g1-color);
font-family: var(--gfont3-family);
font-weight: 700;
font-size: 16px;
transition: all 0.5s ease-out 0s;
}

.aktPromocjeText .more:hover{
color: var(--g2-color);
}

.aktPromocjeText .more:after{
content: "east";
font-family: 'Material Icons Outlined';
vertical-align: middle;
display: inline-block;
font-size: 22px;
margin-left: 3px;
}


.moreDiv{
text-align: center;
padding: 80px 0px 0px 0px;
}

.nowosci_content .aktProm{
box-sizing:border-box;width:100%;
padding: 0px;
display: flex;
}

.nowosci_content .op{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: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}

.aktPromocjeText .newsDiv .zajawkaTytul{padding: 0px 15px}
}