.box_projekt{

}
.div_projekt{
width: 1208px;
max-width: 100%;
box-sizing: border-box;
margin: 0px auto;
padding: 70px 15px 50px 15px;
}
.scrollP{
position: relative;
padding: 0px 75px;
}
.scrollP>.scrollNavig{

}
.modGalTitle{
font-size: 32px;
font-weight: 700;
color: #4A0C7B;
text-align: center;
margin-bottom: 40px;
}
.modGalTitle span{
font-weight: 400;
}
.scrollP>.scrollNavig a {
width: 55px;
height: 55px;
position: absolute;
transition: all 0.5s ease-out 0s;
display: block;
top: 0px;
bottom: 0px;
margin: auto;
border-radius: 10px;
background-color: #FFFFFF;
}
.scrollP>.scrollNavig a:hover {
background-color: #4A0C7B;
}

.scrollP>.scrollNavig a::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
margin: auto;
border-radius: 10px;
box-sizing: border-box;
transition: all 0.5s ease-out 0s;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.scrollP>.scrollNavig a:hover::before{
filter: brightness(0) invert(100%);
}


.scrollP>.scrollNavig a.prev{
left: 0px;
}

.scrollP>.scrollNavig a.next{
right: 0px;
}

.scrollP>.scrollNavig a.prev:before {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKpJREFUeNp8kD0OgkAQhd9bf4JuoUfgCBwBO2PlcYzVNnoOb2BnK94Ab4LFEkKCI0uC2SjL6ybfy8yXIQaSwqyXur4DpApCMnGzCkLBs7SzlGMwgyk4Bh3jGHSZLnRteqF30+wznArfS7U3LgJ5dcNEXd1Gv9A57PQxESIjuIJIXtr55uvQN0Ml+uuGSvz9pF9q3R5/r77Zc05B6sQpjIlAttEhrqqo+AgwACX3YSlB8KLWAAAAAElFTkSuQmCC');

}
.scrollP>.scrollNavig a.next:before {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAABHNCSVQICAgIfAhkiAAAAKVJREFUGFdj9OKuvsDA8P//t69sjgcYGj4woAFGsAJGBn2G//8vYFPE6MDQIMDF/fsALkWMIBPxKQIrwKcIrgCXIhQFIEUeHBUKTCzM90Hs////T8Riwq/9DIyMBv8Z/n9k/M/ggOYGVMltX9suIPkCUxJkDTQcsEuCFXjyVB1gZGC0h9kJMhY5tEFB/eA/438BkIPQJeFWcHD8ENjxo+MBekSB+ACN23c8gtCMqQAAAABJRU5ErkJggg==');

}

.scroll{
width: 100%;
max-width: 100%;
box-sizing:border-box;
overflow: hidden;
padding-bottom: 30px;
}
.scroll>ul{
list-style: none;
white-space: nowrap;
transition: transform 0s ease-out 0s;
z-index: 0;
display: flex;
}
.scroll>ul.shift{
transition: transform 1s cubic-bezier(.76,.35,.14,1.01) 0s;
}

.scroll>ul.shiftTouch{
transition: all 0.5s ease-out;
}

.scroll>ul>li{
display: inline-block;
width: 33.333%;
box-sizing:border-box;
padding: 0px 10px;
flex: 1 0 auto;
max-width: 490px;
}
.scroll>ul>li>a{
display: block;
background-color: #FFFFFF;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.03);
transition: all 0.5s ease-out 0s;
height: 100%;
}


.scroll>ul>li>a:hover {
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.scroll>ul>li>a .dImg{
display: block;
overflow: hidden;
}
.scroll>ul>li>a .dImg img {

}
.scroll>ul>li>a:hover .dImg img {
transform: scale(1.1);
}
.scroll>ul>li>a .titleZajawka{
display: block;
white-space: normal;
box-sizing: border-box;
padding: 20px 22px 15px 22px;
}
.scroll>ul>li>a .titleZajawka .data {
font-size: 14px;
color: #B1B1B1;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 20px;
display: block;
}
.scroll>ul>li>a .titleZajawka .data span {
display: inline-block;
vertical-align: middle;
}
.scroll>ul>li>a .titleZajawka .data span:first-child::after {
content: "";
display: inline-block;
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #B1B1B1;
vertical-align: super;
margin: 0px 10px;
}

.scroll>ul>li>a .titleZajawka .title {
font-weight: 700;
font-size: 18px;
color: #4A0C7B;
margin-bottom: 15px;
display: block;
}
.scroll > ul > li > a .titleZajawka .zajawka {
color: #404040;
font-size: 15px;
font-weight: 400;
display: block;
line-height: 1.5em;
}

.scroll>ul>li>a img{
vertical-align: top;
max-width: 100%;
height: auto;
transition: all 0.5s ease-out 0s;
}

.scroll>ul>li>a:hover img{
transform: scale(1.1);
}

.scroll>ul>li>a>span.titleImg{
position: absolute;
text-align: center;
padding: 15px 35px;
background-color: #ffffff;
bottom: -30%;
box-sizing:border-box;
transition: all 0.5s ease-out 0s;
color: #363738;
font-weight: 700;
font-size: 16px;
opacity: 0;
white-space: normal;
left: 0px;
}

.scroll>ul>li>a:hover>span.titleImg{
bottom: 0%;
opacity: 1;
transition: all 0.5s ease-out 0s;
}

@media screen and (max-width:1366px){
.scroll > ul > li {padding: 0px 10px;}
}

@media screen and (max-width:1200px) {
.div_projekt{padding: 25px 15px 25px 15px;}
.modGalTitle{font-size: 25px}

.scrollP > .scrollNavig{position: absolute;bottom: 0px;width: 100%;display: flex;justify-content: center;align-items: center}
.scrollP > .scrollNavig a{position: relative;display: inline-block;margin: 0px 5px}
.scrollP{padding: 0px}
.scroll{padding-bottom: 75px}
}

@media screen and (max-width:1150px){
.scroll > ul > li > a > span.titleImg {bottom: -50%;padding: 20px 10px;}
}
@media screen and (max-width:910px){
.scroll > ul > li {width: 50%;}
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:890px){

}

@media screen and (max-width:470px){
.scroll > ul > li {width: 100%;}
}

/*
@media screen and (max-width:760px){
.scroll > ul > li > a:after {content: "";width: calc(100% - 10px);height: calc(100% - 10px);position: absolute;left: 0px;top: 0px;border: 5px solid #ffffff;}
.scroll > ul > li > a img {vertical-align: top;width: auto;height: 100%;max-width: none;}
.scroll > ul > li {padding: 0px;}
.scroll > ul > li > a > span.titleImg {z-index: 1;transform: translateX(-50%); webkit-transform: translateX(-50%);}
.scroll {padding-bottom: 40px;}
}

@media screen and (max-width:600px){
.scroll > ul > li > a img {height: 200px;}
}
@media screen and (max-width:540px){
.scroll > ul > li > a > span.titleImg {display: none;}
}

 */