.boxAktualnosci{
max-width: 100%;
box-sizing: border-box;
}
.contentWrap{
}
.wrapAktualnosci{
overflow: hidden;
}
.bgAktualnosci{
background-color: #ebeeee;
padding-top: 515px;
display: none;
}
.nowosci_content{
position: relative;
}
.nowosci_content .aktPromocjeText{
position: relative;
}
.box_nowosci{
overflow: hidden;
}
.div_nowosci{
box_sizing:border-box;
max-width: 100%;
position: relative;
}

.nowosci_content .archiveLink{
text-align: center;
padding: 60px 0px;
}
.nowosci_content .divTitleNews{
    color: #36464e;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    padding: 0px 0px 70px 0px;
    text-align: center;
    text-transform: uppercase;
}
.nowosci_content .divTitleNews a{
font-size:30px;
color:#36464e;
display:inline-block;
position:relative;
padding: 0px 56px 40px 56px;
margin: 0px 10px;
}
.nowosci_content .divTitleNews a>span{
font-size:18px;
display: block;
text-transform: none;
font-weight: 400;
}

.nowosci_content .divTitleNews a::after, .nowosci_content .divTitleNews a::before {
position: absolute;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0px;
height: 1px;
background-color: #e5e9ec;
width: 95%;
}

.nowosci_content .divTitleNews a::before {
width: 35%;
height: 3px;
bottom: -1px;
background-color: #ed2024;
z-index: 1;
}

/*
.nowosci_content .divTitleNews a:after, .nowosci_content .divTitleNews a:before{
content: '';
position: absolute;
width: 36px;
height: 2px;
background: rgb(61,180,229);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkYjRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTgzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(61,180,229,1) 0%, rgba(9,131,193,1) 100%);
background: -webkit-linear-gradient(left, rgba(61,180,229,1) 0%,rgba(9,131,193,1) 100%);
background: linear-gradient(to right, rgba(61,180,229,1) 0%,rgba(9,131,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3db4e5', endColorstr='#0983c1',GradientType=1 );
top: 50%;
}
.nowosci_content .divTitleNews a:after{
right: 0px;
}
.nowosci_content .divTitleNews a:before{
left: 0px;
}
*/
.nowosci_content .divTitleNews .podTyt{
display: block;
font-size: 12px;
color: #2270bf;
}

.box_nowosci .nowosci_content .aktPromocjeText{max-width:100%;margin:0px auto;box-sizing:border-box;position:relative;transition:all 0.5s ease;-webkit-transition:all 0.5 ease;}
.nowosci_content .arrowNews{
}

.nowosci_content .arrowNews a{
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;
display: block;
height: 112px;
width: 112px;
transition: all 0.2s ease-out 0.2s;
position: absolute;
top:50%;
margin-top: -56px;
opacity: 0.5;
z-index: 1;
}
.nowosci_content .arrowNews a>svg{
position: relative;
width: 100%;
height: 100%;
transform: rotate(-90deg);
}
.nowosci_content .arrowNews a > svg > circle{
stroke-width: 2px;
stroke: #ed2024;
stroke-dasharray: 339;
stroke-dashoffset: 339;
transition: stroke-dashoffset 0.4s ease-out 0s;
}
.nowosci_content .arrowNews a.n_prev{
left: 0px;
background-image: url("../images/akt_arrow_p.png")
}
.nowosci_content .arrowNews a.n_next{
right: 0px;
background-image: url("../images/akt_arrow_n.png")
}
.nowosci_content .arrowNews a:hover > svg > circle{
stroke-dashoffset: 0;
transition: stroke-dashoffset 0.4s ease-out 0.2s;
}
.nowosci_content .arrowNews a:hover{
opacity: 1;
transition: all 0.2s ease-out 0s;
}
.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;
padding: 0px 112px;
}
.nowosci_content .aktProm .newsDiv{
display:inline-block;
width:33.33%;
box-sizing:border-box;
}
.nowosci_content .aktProm .newsDiv .newsWrap{
display:inline-block;
box-sizing:border-box;
position:relative;
margin: 0px 37px;
background-color: #ffffff;
box-shadow: 8px 8px 0px -10px #ed2024;
transition: all 0.3s ease-out 0s;
padding-bottom: 35px;
}

.nowosci_content .aktProm .dn_0{float:left;}
.nowosci_content .aktProm .dn_1{float:right;}
.nowosci_content .aktProm .newsDiv .imgP{
padding-bottom: 35px;
}
/*.nowosci_content .aktProm .newsDiv .imgP:after{
content: "";
position: absolute;
top:0px;
left: 0px;
width: 100%;
height: 100%;
box-sizing:border-box;
border: 6px solid rgba(0,0,0,0.2);
border-radius:50%;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}*/
.nowosci_content .aktProm .newsDiv .imgP img{width:100%;height:auto;}
.nowosci_content .aktProm .newsDiv .title{
padding: 0px 10px 0px 35px;
position: relative;
}
.nowosci_content .aktProm .newsDiv .newsWrap:hover{
box-shadow: 8px 8px 0px -4px #ed2024;
transition: all 0.3s ease-out 0.2s;
}
.nowosci_content .aktProm .newsDiv .title:after{
content: '';
width: 0px;
height: 100%;
background-color: #ed2024;
position: absolute;
left: 0px;
top: 0px;
transition: all 0.2s ease-out 0.3s;
}
.nowosci_content .aktProm .newsDiv .newsWrap:hover .title:after{
width: 15px;
transition: all 0.2s ease-out 0s;
}
.nowosci_content .aktProm .newsDiv .titleNowosci{
overflow: hidden;
font-size: 19px;
color: #ed2024;
margin-bottom: 5px;
}
.nowosci_content .aktProm .newsDiv .titleNowosci a{
font-size: 18px;
color: #ed2024;
font-weight: 500;
}
.nowosci_content .aktProm .newsDiv .data{
font-size: 12px;
color: #585c5f;
display: inline-block;
font-weight: 500;
}
.nowosci_content .aktProm .newsDiv .data > span:nth-child(2){text-transform: capitalize;}
.nowosci_content .aktProm .newsDiv .zajawka{
line-height: 1.5em;
color: #515458;
padding: 25px 10px 0px 35px;
overflow: hidden;
font-size: 13px;
height: 95px;
font-weight: 400;
}
.nowosci_content .dotted_a{
font-size: 18px;
text-transform: uppercase;
color: #36464e;
font-weight: 500;
position: relative;
padding-left: 45px;
transition: all 0.3s ease-out 0s;
}
.nowosci_content .dotted_a:hover{
color:#ed2024;
}

.nowosci_content .dotted_a:before{
content: "";
width: 30px;
height: 30px;
position: absolute;
left: 0px;
top: 50%;
margin-top: -15px;
background: url("../images/sp_akt_more.png") 50% 50% no-repeat;
}
.nowosci_content .dotted_a:hover{}
#idTmp{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}

.nowosci_content .aktProm .newsDiv:hover .imgP .data {background-color: #ed2024;transition: all 0.5s ease-out 0s;}

.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;}

.nowosci_content .aktProm .newsDiv .imgP .dateP{
display: block;
position: absolute;
right: -2px;
top:0px;
border-color: #dddddd;
border-style: solid;
border-width: 0 0 1px 1px;
}
.nowosci_content .aktProm .newsDiv .imgP .data{
border-color: #FFFFFF;
border-width: 2px 2px 3px 3px;
border-style: solid;
background-color: #000000;
text-align: center;
padding: 0px 13px 5px 13px;
display: block;
transition: all 0.5s ease-out 0s;
}
.nowosci_content .aktProm .newsDiv .imgP .data span{
display: block;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #FFFFFF;
}

.nowosci_content .aktProm .newsDiv .imgP .data span:first-child{
font-size: 24px;
}

.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;
}

.wrapAktualnosci{
position: relative;
margin-top: 80px;
}
.wrapAktualnosci:after{
content: "";
position: absolute;
width: 100%;
height: 60%;
bottom: 0px;
background-color: #F6F7F9;
z-index: -1;
}


@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:1480px){
.nowosci_content .arrowNews {position: absolute;top: 45px;right: 40px;z-index: 1;}
.nowosci_content .arrowNews a {position: static;float: left;width: 75px;height: 75px;background-size:10px auto;margin: 0px 5px;}	
}*/

@media screen and (max-width:1550px){
.nowosci_content .aktProm .newsDiv .newsWrap {margin: 0px 23px;}
}
@media screen and (max-width:1400px){
}
@media screen and (max-width:1250px){
.nowosci_content .aktProm .newsDiv .newsWrap {margin: 0px 20px; padding-bottom: 25px;}
/*.nowosci_content {padding: 0px 20px;}*/
.nowosci_content .aktProm .newsDiv .zajawka {padding: 15px 10px 0px 35px;font-size: 12px;}
.nowosci_content .aktProm .newsDiv .data {font-size: 10px;}
.nowosci_content .aktProm .newsDiv .imgP {padding-bottom: 25px;}
.nowosci_content .aktProm {padding: 0px 85px;}
.nowosci_content .arrowNews a {height: 85px; width: 85px; background-size: auto 27px;}
}
@media screen and (max-width:1200px){
.box_nowosci .div_nowosci {padding-left: 10px;padding-right: 10px;}
}

@media screen and (max-width:1050px){
.nowosci_content .aktProm .newsDiv{width: 50%;}
}

@media screen and (max-width:1050px){
.nowosci_content .divTitleNews a {font-size: 27px;padding-bottom: 20px;}
}
@media screen and (max-width:970px){
.nowosci_content .dotted_a {font-size: 17px;}
}
@media screen and (max-width:900px){
.nowosci_content .aktProm .newsDiv .newsWrap {margin: 0px 10px;}
}
@media screen and (max-width:850px){
.nowosci_content .aktProm .newsDiv .imgP {}
.nowosci_content .aktProm .newsDiv .zajawka {padding-left: 25px;}
.nowosci_content .aktProm .newsDiv .title {padding-left: 25px;}
.nowosci_content .aktProm .newsDiv .newsWrap:hover .title::after {width: 10px;}
}
@media screen and (max-width:820px){
.nowosci_content .aktProm {padding: 0px 55px;}
.nowosci_content .arrowNews a {height: 55px;width: 55px;background-size: auto 25px;}
}
@media screen and (max-width:768px){
.wrapAktualnosci {
margin-top: 30px;
}
}

@media screen and (max-width:750px){
.nowosci_content .divTitleNews {padding: 30px 0px;}
.nowosci_content .arrowNews {top:30px;}
.nowosci_content .aktProm .newsDiv {}
.nowosci_content .aktProm .newsDiv .imgP {display: block;float: none;}
.nowosci_content .dotted_a {float: none;}
.nowosci_content .divTitleNews a:after {}	
	
}

@media screen and (max-width:700px){
.nowosci_content .dotted_a {font-size: 15px;}
}
@media screen and (max-width:630px){
.nowosci_content .aktProm .newsDiv{width: 100%;}

}
@media screen and (max-width:350px){
.nowosci_content .dotted_a::before {background-size: 23px auto;width: 24px;height: 24px;margin-top: -12px;}
}


/*
@media screen and (max-width:930px){.nowosci_content .aktProm .newsDiv .imgP{float:none;margin:0px auto 15px auto;display:block;}
.nowosci_content .dotted_a{width:88px;left:0px;right:0px;margin:0px auto;}
}
@media screen and (max-width:680px){.box_nowosci{}
.nowosci_content .divTitleNews a{font-size:20px;}
.nowosci_content .divTitleNews{text-align:left;margin-left:10px;padding-top:20px;}
.nowosci_content .divTitleNews a::after{top:11px;}
.nowosci_content .arrowNews{top:15px;right:10px;}
}
@media screen and (max-width:590px){.nowosci_content .aktProm{display:block;}
.nowosci_content .aktProm .newsDiv{overflow:hidden;float:none;display:block;width:calc(100% - 20px);box-sizing:border-box;margin:0px 10px;}
.nowosci_content .aktProm .dn_0{margin-bottom:15px;}
.nowosci_content .aktProm .newsDiv .imgP{float:left;margin:0px 15px 0px 0px;width:35%;}
.nowosci_content .dotted_a{margin:0px;right:10px;left:auto;}
}
@media screen and (max-width:400px){.nowosci_content .aktProm .newsDiv .imgP{display:none;}}

*/