.nowosci_content{}
.box_nowosci{
overflow: hidden;
background:url('../images/background.jpg');
}
.nowosci_content .divTitleNews{
color: #252422;
font-size: 24px;
font-weight: normal;
overflow: hidden;
padding: 0;
position: relative;
padding: 55px 0px;
text-align: center;
background:url('../images/bg_title.png') 50% 90% no-repeat;
margin-bottom:75px;
}
.nowosci_content .divTitleNews a{font-size:40px;color:#666d70;display:inline-block;position:relative;}


.nowosci_content .divTitleNews a:after {
margin-left: 20px;
position: absolute;
top: 0;
}

.nowosci_content .divTitleNews .podTyt{
display: block;
font-size: 12px;
color: #2270bf;
}

.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: 1485px;
margin: 0px auto;
}

.nowosci_content .divTitle{
font-size:40px;
margin: 0px 0px 35px 0px;
color: var(--g2-color);
font-weight: 700;
position: relative;
text-align: center;
}

.nowosci_content .divTitle a{
color: var(--g2-color);
}


.aktPromocjeText{
position: relative;
transition: all 0.5s ease-out 0s;
}

.nowosci_content .arrowNews a{
background: url('../images/nav_nowosci.png');
background-repeat: no-repeat;
cursor: pointer;
display: block;
float: left;
height: 74px;
margin-right: 1px;
width: 74px;
position: absolute;
top:50%;
margin-top: -37px;
}

.nowosci_content .arrowNews a.n_prev{
left: -100px;
}

.nowosci_content .arrowNews a.n_next{
background-position: -74px 0;
right: -100px;
}

.nowosci_content .arrowNews a:hover{
background-position: 0px -74px;
}
.nowosci_content .arrowNews a.n_next:hover{
background-position: -74px -74px;
}

.aktPromocjeText .newsDiv{
display: inline-block;
width: 33.333%;
box-sizing: border-box;
position: relative;
padding: 30px;
}

.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;
}
.aktPromocjeText .newsDiv .newsDivA:hover{
background-color: #FFFFFF;
box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.16);
}

.aktPromocjeText .newsDiv .imgP{
display: block;
position: relative;
margin-bottom: 20px;
overflow: hidden;
background-color: #FFFFFF;
}

.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 20px 0px 20px;
}

.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews{
overflow: hidden;
font-weight: bold;
margin-bottom: 35px;
font-size: 17px;
color: #555f68;
font-weight: bold;
background: url('../images/bg_titlenews.jpg') no-repeat 0px 100%;
padding-bottom: 19px;
display: inline-block;
}



.aktPromocjeText .zajawkaNews{
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.6;
letter-spacing: normal;
color: #2B343B;
}

.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:1350px){
.divAktualnosci {padding: 60px 0px 60px 0px;}
.nowosci_content .arrowNews a {width: 54px;height: 54px;background-size: 108px auto;}
.nowosci_content .aktProm {padding: 0px 60px;}
.nowosci_content .arrowNews a.n_prev {left: 25px}
.nowosci_content .arrowNews a.n_next {right: 25px;background-position: -54px 0px;}
.nowosci_content .arrowNews a:hover {
background-position: 0px -54px;
}
.nowosci_content .arrowNews a.n_next:hover {
background-position: -54px -54px;
}
}

@media screen and (max-width:1230px){
.aktPromocjeText .newsDiv {padding: 10px}
.nowosci_content .aktProm {padding: 0px 100px;}
.nowosci_content .arrowNews a.n_prev {left: 50px;}
.nowosci_content .arrowNews a.n_next {right: 50px}

}

@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}
}