#plitka {position:relative; display: flex;	flex-wrap: wrap; justify-content: space-between; margin:30px auto 70px; padding:10px; max-width:1240px; }

    a.cont {position:Relative;  width:calc(100%/3 - 10px); display:block; background:#fff; border-radius:12px; box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08); margin-bottom:40px;}
        
        a.cont div.plan-n {position:absolute;  width:60; height:50px; background:#ffffff; border-radius:12px 0 12px 0px  ; opacity:1;}
        a.cont div.plan-n img {height:80%; max-width:80%; object-fit:contain; border:none; margin:auto; position:Absolute; top:0; bottom:0; left:0; right:0;}


    
    a.cont img {border-bottom:4px solid #fff;}
    a.cont:hover img {border-bottom:4px solid #FE337C;}

        a.cont img {width:100%; object-fit: cover; height:240px; border-radius:12px 12px 0 0;}
        a.cont h1 {font-size:22px; color:#141515; margin:16px 0; text-align:left;}
        a.cont h1 span {display:block; font-size:22px; color:#0072DB; font-weight:400; margin:0; text-align:left;}
        
        a.cont p {font-size:15px; margin:20px 0 30px; padding:0 20px; text-align:left;}

             a.cont div.go {width:50px; height:50px; background:url(/parts/go.svg)center no-repeat; background-size:100% auto; position:absolute; right:10px; top:250px;}




 
 



/*-----mobile------*/

@media screen and (max-width: 1023px){
    a.cont { width:calc(100%/2 - 10px); }  
    a.integracia {width:calc(100%/2 - 10px);}
    a.integracia img {width:100%; object-fit: cover; height:240px; border-radius:12px 12px 0 0; margin:0; float:none;}
    a.integracia div.go {top:250px;}
}

@media screen and (max-width: 768px){
    #plitka {margin-top:30px;}

}

@media screen and (max-width: 670px){
    a.cont { width:100%; margin-bottom:20px;}  
    a.integracia { width:100%; margin-bottom:20px;}  
    #office {height:auto;}
    #office div.pic {width:100%;}
    #office div.gde {width:100%; text-align:center;}
    #office div.gde a.tomap {margin-bottom:30px;}

}

@media screen and (max-width: 480px){
    #plitka {margin-top:0;}

}