.nowosci_content{}
.box-news{
overflow: hidden;
}
.div-news{
box-sizing: border-box;
position: relative;
padding: 100px 80px 150px 80px;
max-width: 1469px;
margin: 0px auto;
}
.nowosci_content .divTitleNews{
font-size:36px;
margin: 0px 0px 100px 0px;
color: var(--g3-color);
font-weight: 500;
position: relative;
padding-bottom: 12px;
text-align: center;
}
.nowosci_content .divTitleNews a{
color: var(--g3-color);
}
.aktPromocjeText{
position: relative;
overflow: hidden;
}
.nowosci_content .arrowNews a {
	cursor: pointer;
	display: block;
	height: 70px;
	width: 70px;
	transition: all 0.3s ease-out 0s;
	border: 2px solid #c6c9ca;
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	border-radius: 50%;
}
.nowosci_content .arrowNews a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	border-left: 2px solid #c6c9ca;
	border-top: 2px solid #c6c9ca;
	transform: rotate(-45deg);
	margin-top: -11px;
	margin-left: -7px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
}
.nowosci_content .arrowNews a.n_next:before {
	transform: rotate(135deg);
	margin-left: -15px;
}
.nowosci_content .arrowNews a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: translate(-50%,-50%);
	margin: auto;
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
	opacity: 0;
}
.nowosci_content .arrowNews a:focus:after {
	transform: translate(-50%,-50%) scale(1.5);
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,0);
	opacity: 1;
	transition: box-shadow 0.5s ease-out 0s, transform 0.5s ease-out 0s;
}
.nowosci_content .arrowNews a.n_prev {
	left:-35px;
}
.nowosci_content .arrowNews a.n_next {
	right: -35px;
}
.nowosci_content .arrowNews a:hover {
	background-color: var(--g1-color);
	border-color: var(--g1-color);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.nowosci_content .arrowNews a:hover:before{
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

.aktPromocjeText .newsDiv{
display: inline-block;
box-sizing:border-box;
width: 50%;
padding: 0px 0px 0px 25px;
}
.aktPromocjeText .newsDiv:first-child{
padding: 0px 25px 0px 0px;
}


.aktPromocjeText .newsDiv .newsDivA{
display: block;
background-color: #f8f8f5;
padding-right: 60px;
position: relative;
}

.aktPromocjeText .newsDiv .imgP{
display: block;
position: relative;
}

.aktPromocjeText .newsDiv .imgP:after{
content: "";
position: absolute;
width: 10px;
height: 100%;
background-color: rgba(0,0,0,0.1);
right: 0px;
top:0px;
}

.aktPromocjeText .newsDiv .imgP img{
max-width: 100%;
height: auto;
}
.aktPromocjeText .newsDiv .zajawkaTytul{
  
height: 100%;
display: block;
top:0px;
right: 0px;
box-sizing:border-box;
position: absolute;
overflow: hidden;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
width: 80%;
}

.aktPromocjeText .newsDiv:hover .zajawkaTytul{
width: 60px;
/*box-shadow:0px 0px 0px 10px rgba(0,0,0,0.1);*/
}

.aktPromocjeText .newsDiv .moreSp{
background: url('../images/moreSp.png') 0px 0px no-repeat;
width: 22px;
height: 18px;
position: absolute;
bottom: 20px;
right: 19px;
z-index: 10;
opacity:0;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.aktPromocjeText .newsDiv:hover .moreSp{
opacity:1;
}

.aktPromocjeText .newsDiv .zajawkaTytul2{
background-color: #f8f8f5;
padding: 20px 0px 0px 53px;
position: absolute;
top:0px;
right: 0px;
box-sizing:border-box;
display: block;
height: 100%;
line-height: 1;
color: var(--g3-color);
width: 510px;
box-shadow:0px 0px 0px 10px rgba(0,0,0,0.1);
}


.aktPromocjeText .topNews{
display: block;
padding-bottom: 10%;
}

.aktPromocjeText .topNews .dateP{
display: block;
text-align: right;
}
.aktPromocjeText .topNews .dateP .data{
display: inline-block;
padding: 0px 20px 12px 0px;
border-bottom: 3px solid var(--g1-color);
line-height: 1.1em;
font-weight: 500;
text-align: center;
}
.aktPromocjeText .topNews .dateP .data span{
display: block;
font-size: 18px;
}

.aktPromocjeText .tytZaj{
padding:0px 60px 0px 0px;
display: block;
}

.aktPromocjeText .tytZaj .tytulNews{
font-size: 24px;
font-weight: 500;
display: block;
margin-bottom: 9%;
line-height: 1.3em;
color:var(--g1-color);
}


.aktPromocjeText .tytZaj .zajawkaNews{
display: block;
line-height: 1.5em;
font-size: 14px;
color: #919296;
height: 80px;
overflow: hidden;
}

.moreDiv{
text-align: center;
padding: 80px 0px 0px 0px;
}

.div-news .moreArch:hover:after{
opacity:0;
}
.div-news .moreArch:hover:before{
opacity:1;
}

.nowosci_content .aktProm{box-sizing:border-box;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;}
.nowosci_content .op{display: none;}

#idTmp{display:block;position:absolute;top:0px;left:0px;width:100%;}
.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 {
  animation-name: slideInLeftNews;
}

.fadeOutRightNews {
  animation-name: fadeOutRightNews;
}

.slideInRightNews {
  animation-name: slideInRightNews;
}

.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);
  }

}

@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);
  }
}

@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);
  }
}

@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:1550px){
.aktPromocjeText .newsDiv .zajawkaTytul {width: 95%;}
.aktPromocjeText .topNews {padding-bottom: 7%;}	
}
@media screen and (max-width:1460px){
.aktPromocjeText .topNews .dateP .data {padding:  0px 20px 5px 0px;}
.aktPromocjeText .newsDiv .zajawkaTytul2 {padding: 10px 0px 0px 45px;width: 337px;}
.aktPromocjeText .topNews .dateP .data span {font-size: 15px;}
.aktPromocjeText .topNews {padding-bottom: 9%;}
.aktPromocjeText .tytZaj {padding: 0px 45px 0px 0px}
.aktPromocjeText .newsDiv .newsDivA {padding-right: 45px;}
.aktPromocjeText .newsDiv:hover .zajawkaTytul{width: 45px;}
.aktPromocjeText .newsDiv .moreSp {right: 11px;}
.aktPromocjeText .tytZaj .tytulNews {font-size: 17px;font-weight: 500;}
}
@media screen and (max-width:1300px){
.aktPromocjeText .newsDiv .zajawkaTytul2 {width: 312px;}
}
@media screen and (max-width:1240px){
.nowosci_content .arrowNews a {width: 40px;height: 40px;background-size:10px auto; }
.nowosci_content .arrowNews a.n_next:before{width: 15px;height: 15px;margin-top: -7px;margin-left: -11px;}
.nowosci_content .arrowNews a.n_prev:before {width: 15px;height: 15px;margin-top: -7px;margin-left: -5px;}	
.div-news {padding: 50px 80px 50px 80px;}
.nowosci_content .arrowNews a.n_prev {left: 0px;}
.nowosci_content .arrowNews a.n_next {right: 0px;}	
}


@media screen and (max-width:1190px){
.aktPromocjeText .topNews {position: absolute;top:0px;right: 0px;top:10px;}
.aktPromocjeText .tytZaj {padding-right: 55px;padding-top: 30px;}
.aktPromocjeText .newsDiv .zajawkaTytul2 {width: 325px;padding-left: 30px;}	
}

@media screen and (max-width:1000px){
.aktPromocjeText .newsDiv {width: 100%;padding: 0px;}
.aktPromocjeText .newsDiv .zajawkaTytul2 {padding: 20px 0 0 53px;width: 510px;}
.div-news {padding: 50px 134px 50px;}
.nowosci_content .arrowNews a {background-size: 18px auto;height: 74px;width: 74px;}
.aktPromocjeText .newsDiv:first-child {padding: 0px;}
.aktPromocjeText .newsDiv .newsDivA {padding-right: 68px;}
.aktPromocjeText .newsDiv:hover .zajawkaTytul {width: 68px;}
.aktPromocjeText .topNews {position: static;}
.aktPromocjeText .tytZaj .tytulNews {font-size: 24px;}	
}

@media screen and (max-width:865px){
.aktPromocjeText .newsDiv .zajawkaTytul {width: 95%;}
.aktPromocjeText .topNews {padding-bottom: 7%;}
.aktPromocjeText .topNews .dateP .data {padding:  0px 20px 5px 0px;}
.aktPromocjeText .newsDiv .zajawkaTytul2 {padding: 10px 0px 0px 45px;width: 337px;}
.aktPromocjeText .topNews .dateP .data span {font-size: 15px;}
.aktPromocjeText .topNews {padding-bottom: 9%;}
.aktPromocjeText .tytZaj {padding: 0px 45px 0px 0px}
.aktPromocjeText .newsDiv .newsDivA {padding-right: 45px;}
.aktPromocjeText .newsDiv:hover .zajawkaTytul{width: 45px;}
.aktPromocjeText .newsDiv .moreSp {right: 11px;}
.aktPromocjeText .tytZaj .tytulNews {font-size: 17px;font-weight: 500;}
}

@media screen and (max-width:830px){
.nowosci_content .divTitleNews {font-size: 26px;margin: 0px 0px 30px 0px;}
.moreDiv {padding:30px 0px 0px 0px;}	
}

@media screen and (max-width:690px){
.nowosci_content .arrowNews a {width: 40px;height: 40px;background-size:10px auto; }
.div-news {padding: 50px 80px 50px 80px;}
.nowosci_content .arrowNews a.n_prev {left: 10px;}
.nowosci_content .arrowNews a.n_next {right: 10px;}
.aktPromocjeText .newsDiv .zajawkaTytul2 {width: 312px;}	
}

@media screen and (max-width:610px){
.aktPromocjeText .newsDiv .imgP:after{background-color: transparent;}	
	
.aktPromocjeText .newsDiv .newsDivA {padding: 15px 10px;text-align: center;background-color: #FFFFFF;}
.aktPromocjeText .newsDiv .imgP {margin: 0 auto;width: 100%;display: block;}
.aktPromocjeText .newsDiv .zajawkaTytul {position: relative;width: 100%;}
.aktPromocjeText .newsDiv .zajawkaTytul2 {position: relative;width: 100%;padding: 20px 10px;}
.aktPromocjeText .tytZaj {padding: 0px;}
.aktPromocjeText .tytZaj .zajawkaNews {height: auto;}
.aktPromocjeText .newsDiv:hover .zajawkaTytul {width: 100%;}
.aktPromocjeText .topNews {padding-bottom: 20px;}
.aktPromocjeText .topNews .dateP {text-align: center;}
.aktPromocjeText .topNews .dateP .data {padding: 5px 0;}
.aktPromocjeText .topNews .dateP .data span:after {
content: ".";
font-family: serif;
font-size: 25px;
}
.aktPromocjeText .topNews .dateP .data span {
display: inline-block;
margin: 0 2px;
font-size: 18px;
}

	
.arrowNews{position: relative;top:0px;text-align: center;padding: 0px 0px 20px 0px;}
.nowosci_content .arrowNews a {position: relative;margin: 0px 10px;display: inline-block;}
.nowosci_content .arrowNews a.n_prev {left: 0px;}
.nowosci_content .arrowNews a.n_next {right: 0px;}

.div-news {padding: 50px 10px;}

}

@media screen and (max-width:440px){
.div-news .moreArch {font-size: 15px;width: 95%;padding: 20px 0px;}
.div-news .moreArch:after, .div-news .moreArch:before {width: 25px;background-size:100% auto; }	
}