.box_offer{
padding-top: 25px;
}

.div_uslugi{
padding:50px;
border:1px solid rgba(0,0,0,0.2);
position:relative;
-ms-transform:translateY(32%);
-webkit-transform:translateY(32%);
transform:translateY(32%);
height:486px;
}

.wrap_home .box_offer{
padding-top: 0px;
}
.ProduktyDetailParent {
width: 100%;
margin: 0px auto;
position: relative;
border-top: none;
box-sizing: border-box;
padding: 0px;
}

.ProduktyDetailB{
padding: 0px;
}

.ProduktyDetailA{
width: 100%;
max-width: 100%;
position: relative;
overflow: hidden;
display: none;
padding: 0px 0px 11px 0px;
/*box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.1);*/
margin-bottom:0px;
}
.ProduktyDetailA:before{
position:absolute;
left:0px;
top:0px;
width:100%;
height:97%;
content:"";
background-color:#FFFFFF;
box-shadow: 0 0px 11px 0px rgba(0, 0, 0, 0.2);
}

.ProduktyDetail{
position: absolute;
}

.ProduktyDetail .product{
float: left;
box-sizing: border-box;
padding: 0px 0px 40px 0px;
cursor: default;
position: relative;
/*transition: all 0.3s ease-out 0s;*/
bottom: 0px;
}


.ProduktyDetailParent .isRun .aPrev, .ProduktyDetailParent .isRun .aNext {
    cursor: pointer;
    display: block;
}

.ProduktyDetail .product:hover{

}

.ProduktyDetail .product:first-child:after{
display:none;
}

.ProduktyDetail .product:after{
width:1px;
top:30%;/*
-ms-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
transform:translateY(-50%);*/
position:absolute;
content:"";
left:0px;
height:35%;
background-color:rgba(0,0,0,0.05);
}

.ProduktyDetail .product:before{
width:160px;
height:49px;
left:50%;
-ms-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
content:"";
position:absolute;
background:url('../images/bg_product.jpg') 50% 100% no-repeat;
bottom:-11px;
opacity:0;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

.ProduktyDetail .product:hover:before{
opacity:1;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;

}

.ProduktyDetail .product .product2{
overflow: hidden;
box-sizing: border-box;
background-color: #FFFFFF;
transition: all 0.3s ease-out 0s;
}

.ProduktyDetail .product .product2:before{
background-color:#4f385d;
height:0px;
width:0px;
content:"";
position:absolute;
top:-21px;
left:50%;
margin-left:-14px;
-ms-transform:rotateZ(45deg);
-webkit-transform:rotateZ(45deg);
transform:rotateZ(45deg);
z-index:5;
opacity:0;
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.ProduktyDetail .product:hover .product2:before{
opacity:1;
height:28px;
width:28px;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}



.ProduktyDetailParent .aPrev,.ProduktyDetailParent .aNext{cursor: default;}
.ProduktyDetailParent .isRun .aPrev,.ProduktyDetailParent .isRun .aNext{cursor: pointer;}
.ProduktyDetailParent .aPrev{
left: -29px;
background: #fcba36 url("../images/arrow_left.png") no-repeat;
background-position: 50% 50%;
background-size:12px auto; 
}
.ProduktyDetailParent .aNext{
right: -29px;
background: #fcba36 url("../images/arrow_right.png") no-repeat;
background-position: 50% 50%;
background-size:12px auto; 
}

.ProduktyDetailParent .aPrev, .ProduktyDetailParent .aNext{
width:40px;
height: 94px;
display: none;
position: absolute;
top:50%;
margin-top: -47px;
transition: all 0.5s ease-out 0s;
/*background-size:0px 0px;*/ 
}


.ProduktyDetailParent .isRun .aPrev:hover,.ProduktyDetailParent .isRun .aNext:hover{
/*background-color: #9ec14d;*/
width:82px;
transition: all 0.5s ease-out 0s;
/*background-size:52px auto;*/
background-position: 50% 50%;
}


.ProduktyDetailParent .isRun .aPrev:hover{
left: -71px;
}
.ProduktyDetailParent .isRun .aNext:hover{
right: -71px;
}

.ProduktyDetail .product2 .p_top{
display: block;
box-sizing: border-box;
overflow: hidden;
margin: 0px 0px 0px 0px;

text-align: center;
}
.ProduktyDetail .product2 .p_top img{
margin: 0px auto;
max-width: 100%;
display: block;
margin-bottom: 20px;
}
.ProduktyDetail .product .product2 .p_top .p_top_tit{
display: block;
color: #5f696b;
font-weight: normal;
font-size:16px;
height:70px;
overflow:hidden;
margin-bottom:40px;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
line-height: 1.3em;
text-align: center;
position: relative;
text-transform:uppercase;
vertical-align:middle;
position:relative;
width:70%;
margin:0px auto;
}


.ProduktyDetail .product .product2 .p_top .p_top_tit .p_top_tit_in{
display:inline-block;
vertical-align:middle;
position:absolute;
width:100%;
top:50%;
-ms-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
left:0px;
}

.ProduktyDetail .product:hover .product2 .p_top .p_top_tit{
font-weight:bold;
color:#563d65;
}




.ProduktyDetail .product2 .p_top .linkOff{
display: block;
float: left;
padding: 8px 12px;
background-color: #4a96d4;
border-radius:5px;
color: #FFFFFF;
text-transform: uppercase;
font-size: 13px;
}
.ProduktyDetail .product2 .zajawkaOff{
padding: 0px 5px 0px 5px;
font-size: 13px;
color: #808080;
height: 82px;
overflow: hidden;
margin-bottom: 22px;
line-height: 1.5em;
display: none;
}
.ProduktyDetail .product2 .linkSp{
display: inline-block;
padding: 10px 38px;
font-size: 13px;
color: #8d8d8d;
text-transform: uppercase;
font-weight: 600;
border-radius:30px;
border: 1px solid #8d8d8d;
transition: all 0.5s ease-out 0s;
}

.ProduktyDetail .product2 .p_top:hover .linkSp{
border: 1px solid #0378f7;
background-color: #0378f7;
color: #FFFFFF;
}

.ProduktyDetail .product2 .linkOffa{
color: #818080;
float: right;
font-size: 11px;
margin: 0px 10px 10px 0px;
font-weight: bold;
transition: all 0.3s ease-out 0s;
}

.ProduktyDetail .product2 .p_top .p_top_tit .icoOff{
display: inline-block;
vertical-align: middle;
width: 31px;
height: 28px;
margin-right: 8px;
}

.ProduktyDetail .product2:hover .p_top .p_top_tit {

}
.ProduktyDetail .product2:hover .linkOffa {
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
color: #9ec14d;
}

.ProduktyDetail .product2:hover {

}


.wrap_home .ProduktyDetail .product2 .zajawkaOff {
display: block;
}

.box_uslugi .TitleUslugi{
text-align:center;
position:absolute;
top:-24px;
left: 50%;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.box_uslugi .TitleUslugi span{
font-size:36px;
color:#ffffff;
text-transform:uppercase;
background-color:#4f385d;
padding:0px 15px;
font-weight:normal;
background-image: url('../images/bg_lanser.jpg');
}

.box_uslugi .product .img_OffeR{
width:50%;
padding:30px 0px;
margin:0px auto 40px auto;
background-color:#d5dee0;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
position:relative;
margin-top:6px;
height:157px;
}

.box_uslugi .product .img_OffeR:before{
content:"";
position:absolute;
background-color: #fdbb36;
height:4px;
width:100%;
top:-5px;
left:0px;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
border-bottom:1px solid #FFFFFF;
}

.box_uslugi .product:hover .img_OffeR:before{
border-bottom:1px solid #fdbb36;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

.box_uslugi .product .img_OffeR:after{
content:"";
position:absolute;
background-image:url("../images/bg_top_menu.png");
background-position:0px 0px;
width:100%;
height:18px;
bottom:-9px;
left:0px;
background-size:18px auto;

}

.box_uslugi .product:hover .img_OffeR{
background-color:#fcba36;
}



@media screen and (max-width:1315px){
.ProduktyDetailParent .aPrev {left: 0px;}
.ProduktyDetailParent .aNext {right: 0px;}
.ProduktyDetailParent .isRun .aPrev:hover{left: 0px;}
.ProduktyDetailParent .isRun .aNext:hover{right: 0px;}	
}
@media screen and (max-width:1200px){
.ProduktyDetailParent .aPrev {left: -40px;}
.ProduktyDetailParent .aNext {right: -40px;}
.ProduktyDetailParent .isRun .aPrev:hover{left: -40px;}
.ProduktyDetailParent .isRun .aNext:hover{right: -40px;}	
}

@media screen and (max-width:768px){
.ProduktyDetailParent .aPrev, .ProduktyDetailParent .aNext {}
/*.ProduktyDetailB {padding: 0px 25px;}*/
}

@media screen and (max-width:450px){
.div_uslugi{padding:50px 15px;}
.ProduktyDetailParent .aPrev {left: -5px;}
.ProduktyDetailParent .aNext {right: -5px;}
.ProduktyDetailParent .isRun .aPrev:hover{left: -5px;}
.ProduktyDetailParent .isRun .aNext:hover{right: -5px;}		
	
}