span.oprod__img img {
    max-width: 100px;
}
section.nofound.section img {
    max-width: 792px;
    display: block;
    margin: 0 auto;

}

section.nofound.section {}

section.nofound.section .contain {
    text-align: center;
}

section.nofound.section h1 {
    font-size: 48px;
    font-weight: 600;
}
 

.s-kontent  {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #181516;
  display: flex;
  flex-direction: column; }
.s-kontent  p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.02em;
    color: #181516; }
.s-kontent  p:last-child {
      margin-bottom: 0; }

.s-kontent  p  a {
  text-decoration: underline;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.02em;
    color: #181516; }


.s-kontent  ul {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.02em;
    color: #181516;
    list-style: inherit;
    padding-left: 20px;
    }

.s-kontent  ol {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.02em;
    color: #181516; 
    list-style: inherit;
    padding-left: 20px;}
    .imp__item ul li {
    text-transform: none;
}
@media (max-width: 800px) {
section.nofound.section h1 {
    font-size: 28px;
    text-transform: uppercase;
    
}
section.nofound.section img {
 
        max-width: 100%;
}  
}