.head-banner .bread {
    display:none;
}
.bread{display:flex;flex-wrap:wrap;font-family:"PfBeauSemibold",Arial,sans-serif;font-size:13px;list-style:none;margin-top:40px;}
.bread li{line-height:20px;}
.bread li a{color:#7bb631;}
.bread .sep{font-size:20px;line-height:20px;padding:0 10px;}
.bread span{color:#7bb631;}
.bread li a span{color:#000;}
.bread li span{color:#7a7a7a;}
@media (min-width:769px) and (max-width:892px){
.bread{margin:40px 20px 0 20px;}
}
@media (min-width:769px) and (max-width:1060px){
.bread{margin:40px 20px 0 20px;}
}
@media (min-width:769px) and (max-width:1255px){
.bread{padding-left:80px;}
}



.where-job{background:#f2f2f2;font-family:"ProximaReg",Arial,sans-serif;}
.where-job-columns span{font-weight:600;font-size:30px;color:#fff;background:#f29725;border-radius:14px;width:40px;height:40px;text-align:center;line-height:40px;position:absolute;top:15px;left:15px;}
.where-job-columns{display:flex;justify-content:center;flex-wrap:wrap;}
.where-job-columns p{font-weight:500;font-size:18px;color:#000;margin-left:100px;margin-top:45px;}
.where-job-columns div{height:175px;border-radius:26px;margin:10px;max-width:490px;width:100%;position:relative;}
.where-job-columns div:focus{outline:0;}
.where-job-columns div:nth-child(1){background:url("../img/icons/job-1.png") no-repeat right center #fff;}
.where-job-columns div:nth-child(2){background:url("../img/icons/job-2.png") no-repeat right center #fff;}
.where-job-columns div:nth-child(3){background:url("../img/icons/job-3.png") no-repeat right center #fff;}
.where-job-columns div:nth-child(4){background:url("../img/icons/job-4.png") no-repeat right center #fff;}
.static-pages .where-job{background:none;}
.static-pages .where-job .h2{margin:0 0 15px 0;}
body.akcii.static-pages .where-job{background:#f2f2f2;padding-bottom:20px;}
body.akcii.static-pages .where-job .h2{margin:0 0 25px 0;padding-top:25px;}

@media (max-width:768px) {
    .bread {
    margin-top: 0;
    justify-content: center;
    margin-bottom: 15px;
} 
.head-banner .bread {
    display:flex;
}
}
@media (max-width:460px){
.where-job-columns p{margin-left:50px;margin-top:30px;}
.where-job-columns div{max-width:initial;}
.where-job-columns span{font-weight:600;font-size:18px;color:#fff;background:#f29725;border-radius:7px;width:26px;height:26px;text-align:center;line-height:26px;position:absolute;top:0;left:0;}
.where-job-columns p{font-weight:600;font-size:15px;}
.where-job-columns div{height:138px;}
}
