.seoContent ul
{
    list-style: circle;
    margin-left:15px;
}
.seoContent h2, .seoContent h3, .seoContent h4
{
    padding-top:15px;
}
.seoContent p
{
    
    margin-top:10px;
}
.seoContent h3
{
    font-size: 20px;
}
.seoContent h4
{
    font-size: 16px;
}
#kakRabotaem ul li {
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 11pt;
    line-height: 17px;
    padding-top: 100px;
    text-align: center;
    width: 16.6%;
    position: relative;
    margin: 10px 0;
}

.showed #kakRabotaem ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 86px;
    margin-left: -43px;
    height: 92px;
    background: url("/img/kakRabotaem/spritesheet.webp");
}

#kakRabotaem ul li::before
{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 86px;
    margin-left: -43px;
    height: 92px;
    background: url(/img/kakRabotaem/spritesheet.webp);
}
#kakRabotaem ul li:nth-child(1)::before {
    width: 85px;
}

#kakRabotaem ul li:nth-child(2)::before {
    width: 63px;
    margin-left: -32px;
    background-position-x: -85.5px;
}

#kakRabotaem ul li:nth-child(3)::before {
    width: 73px;
    margin-left: -37px;
    background-position-x: -150px;
}

#kakRabotaem ul li:nth-child(4)::before {
    width: 82px;
    margin-left: -42px;
    background-position-x: -225px;
    background-position-y: 8px;
}

#kakRabotaem ul li:nth-child(5)::before {
    width: 75px;
    margin-left: -38px;
    background-position-x: -309px;
    background-position-y: 14px;
}

#kakRabotaem ul li:nth-child(6)::before {
    width: 96px;
    margin-left: -48px;
    background-position-x: -385px;
    background-position-y: 6px;
}

.showed #kakRabotaem ul li::after {
    background: url("/img/kakRabotaem/spritesheet.webp");
    content: "";
    display: block;
    height: 28px;
    position: absolute;
    right: -12px;
    top: 26%;
    width: 39px;
    background-position: 39px 1px;
}

#kakRabotaem ul li:last-child:after {
    display: none;
}