.bg-1 {
background: url('/uslugi/vosk/vosk.webp') no-repeat 50% 50%;
background-size: cover;
height: calc(100vh - 70px);
opacity: 1;
  filter: blur(5px) brightness(70%) grayscale(0.8);
  width: 110%;
  margin-left: -5%;
}
.ftrd-wr .product-layout .image img {
top: auto;
bottom: 0;
filter: brightness(40%);
}
.cust-topp a {
text-decoration:  underline;
opacity: 0.6;
}
.cust-topp a:hover {
opacity: 1;
}
.cookie-wr ul {
list-style-position: outside;
  padding-left: 60px;
  line-height: 150%;
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}
.cookie-wr li {
margin-bottom: 15px;
}
.cookie-wr h2 {
margin-top: 40px;	
margin-bottom: 20px;
  color: #444;
}
.cookie-wr strong {
font-size: 100%;
}

@media (max-width: 900px) {
.bg-1 {
background-position: 50% 0;
  opacity: 1;
  filter: blur(2px) brightness(70%) grayscale(0.8);
}
.cookie-wr ul {
  padding-left: 15px;
}
.pref-logo {
margin-top: 0;
  margin-bottom: 120px;
}
.cookie-wr h2 {
font-size: 16px;
}
}