.nowosci_content{}
.boxAktualnosci{
overflow: hidden;
background-color: #F7F9FA;
}

.divAktualnosci{
box-sizing:border-box;
position: relative;
padding: 50px 120px 50px 120px;
max-width: 1660px;
margin: 0 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: 81px;
height: 81px;
position: absolute;
transition: all 0.5s ease-out 0s;
display: block;
top:0px;
bottom: 0px;
margin: auto;
background-repeat: no-repeat;
background-position: 50% 50%;
background-color: #FFFFFF;
border-radius: 50%;
box-shadow: 0 20px 20px rgba(203,203,203,0.16);
}

.nowosci_content .arrowNews a:hover {
background-color: var(--g1-color);
}

.nowosci_content .arrowNews a:after {
content: "";
position: absolute;
width: 0;
height: 0;
top:0;
left: 0;
bottom: 0;
right: 0;
border-radius: 50%;
box-sizing: border-box;
transition: all 0.5s ease-out 0s;
background-color: #FFFFFF;
margin: auto;
z-index: 1;
}

.nowosci_content .arrowNews a:before {
content: "";
position: absolute;
width: 80px;
height: 80px;
top:0;
left: 0;
bottom: 0;
right: 0;
background-position: 50% 50%;
background-repeat: no-repeat;
z-index: 2;
}
.nowosci_content .arrowNews a.n_next{
right: -100px;
}
.nowosci_content .arrowNews a.n_prev{
left: -100px;
}

.nowosci_content .arrowNews a.n_next:before{
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSI0MSIgdmlld0JveD0iMCAwIDQxIDQxIj4NCiAgPHBhdGggaWQ9ImFycm93X2JhY2tfMjRkcF9VTkRFIiBkPSJNMjM1LjM3My03MzguMDM2LDIxOC40MS03MjEuMDczLDIyMC41LTcxOSwyNDEtNzM5LjUsMjIwLjUtNzYwbC0yLjA5LDIuMDczLDE2Ljk2MywxNi45NjNIMjAwdjIuOTI5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMCA3NjApIiBmaWxsPSIjZTUzODNiIi8+DQo8L3N2Zz4NCg==');
}

.nowosci_content .arrowNews a.n_prev:before{
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSI0MSIgdmlld0JveD0iMCAwIDQxIDQxIj4NCiAgPHBhdGggaWQ9ImFycm93X2JhY2tfMjRkcF9VTkRFRklORURfRklMTDBfd2dodDIwMF9HUkFEMF9vcHN6MjQiIGQ9Ik0yMDUuNjI3LTczOC4wMzZsMTYuOTYzLDE2Ljk2M0wyMjAuNS03MTksMjAwLTczOS41LDIyMC41LTc2MGwyLjA5LDIuMDczLTE2Ljk2MywxNi45NjNIMjQxdjIuOTI5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMCA3NjApIiBmaWxsPSIjZTUzODNiIi8+DQo8L3N2Zz4NCg==');
}



.nowosci_content .arrowNews a:hover:after  {
width: 96%;
height: 96%;
}


.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: 45px;
box-sizing: border-box;
background-color: #FFFFFF;
transition: all 0.5s ease-out 0s;
border-radius: 0 0 6px 6px;
}

.aktPromocjeText .newsDiv .newsDivA:after{
content: "";
display: block;
width: 85%;
height: 10px;
border-radius: 0 0 6px 6px;
background-color: var(--g1-color);
left: 0;
right: 0;
bottom: -10px;
margin: auto;
position: absolute;
transition: all 0.5s ease-out 0s;
}
.aktPromocjeText .newsDiv .newsDivA:hover:after{
width: 100%;
}

.aktPromocjeText .newsDiv .newsDivA:hover{
background-color: #FFFFFF;
box-shadow: 0 0 31px 0 rgba(0,0,0,0.16);
}

.aktPromocjeText .newsDiv .imgP{
display: block;
position: relative;
margin-bottom: 30px;
overflow: hidden;
border-radius: 6px 6px 0 0;
}



.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: 24px;
font-weight: 700;
line-height: 1.2;
color: var(--g1-color);
margin: 0 0 15px 0;
position: relative;
transition: all 0.5s ease-out 0s;
}

.aktPromocjeText .newsDiv:hover .zajawkaTytul .tytulNews{

}

.aktPromocjeText .zajawkaNews{
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.6;
letter-spacing: normal;
color: #505050;
}

.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: 0 70px;}
.nowosci_content .arrowNews a {}
.nowosci_content .arrowNews a.n_prev {left: 10px}
.nowosci_content .arrowNews a.n_next {right: 10px}
.nowosci_content .arrowNews a{width: 60px;height: 60px}
.nowosci_content .arrowNews a::before {width: 60px;height: 60px;background-size: 30px auto}
.aktPromocjeText .newsDiv{padding: 0 10px;}
.divAktualnosci{padding: 50px 0}
}
@media screen and (max-width:1500px){
.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews {font-size: 20px;line-height: 1.1em;padding-bottom: 15px;margin-bottom: 15px;}
.aktPromocjeText .zajawkaNews {font-size: 16px;}
.aktPromocjeText .newsDiv .moreSp {font-size: 16px;background-size: 25px auto;}
}

@media screen and (max-width:1200px) {
.nowosci_content .aktProm {}
.nowosci_content .divTitle {font-size: 27px;margin-bottom: 20px}
.divAktualnosci {padding: 10px 0 30px 0;}
}
@media screen and (max-width:1180px){
.aktPromocjeText .newsDiv {width: 50%;flex: 1 0 auto}
.aktPromocjeText .newsDiv .imgP img{width: 100%;height: auto}
}

@media screen and (max-width:850px){
.nowosci_content .arrowNews{position: absolute;top:-40px;width: 100%}
.nowosci_content .aktProm{padding: 0}
}
@media screen and (max-width:590px){
.aktPromocjeText .newsDiv {width: 100%;text-align: center}
.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews::after {right: 0}
.aktPromocjeText .buton1 {transform: translateX(-50%);left: 50%;}

}