
    .blok {  
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 12pt;
  position: relative;
  display: flex;
  width: 70%;
  max-width: 1200px;
  margin: auto;
  box-shadow:
        6px 6px 14px rgba(0,0,0,0.25); 

  background: #ffffff;
    }
    .news1, .news2 {
  flex: 1;

  text-align: justify;
  height: auto;
  line-height: 1.6;
    }

    .news1 {
  padding-top: 150px;
  margin: 70px;
    }
    .news2 {
  margin: 0;
  text-indent: 30px;
    }
    .news3 {
  position: relative;
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  justify-content: space-around;
  background: #dddddd;
  box-shadow: inset 5px 5px 20px 5px #777777;
  padding: 20px;
  gap: 20px;
  border-radius: 5px;
    }
 .Simg {
    height: 200px;
    margin: auto;
    box-shadow: 5px 5px 20px 5px #777777;
    transition: transform 0.3s, box-shadow 0.3s;
 }
  .Simg:hover {
    transform: scaleX(1.2) scaleY(1.2);
    box-shadow: 5px 5px 30px 5px #777777;
    transition: transform 0.3s, box-shadow 0.3s;
 }
 
.krStr {
  position: relative;
  font-family: "Jura", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16pt;
  color: #ffffff;
  padding: 0px 5px 0 40px;
  z-index: 1;
  display: inline-block;
    }

.krStr::before {
  content: "";
  position: absolute;
  left: -70px;
  top: -56px; 
  width: 400px;
  height: 90px;
  background: #1b577f;
  z-index: -1;
  border-radius: 4px;
}

.krStr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 370px;
  height: 160px;
  background: #8ba4b1;
  border-radius: 4px;
  z-index: -2;
  overflow-x: hidden;
}

@media (max-width: 900px) {
    #basement {
      width: 100%;
    }
    .blok {
      flex-direction: column;
      width: 100%;
    }
    .newsPic {
      flex: 1;
      width: 100%;
    }
}

.pump {
  float: right;
  width: 300px;
  margin: 0 0 5px 35px;
  shape-outside: polygon(
    5% 31%, 36% 32%, 42% 12%, 34% 6%, 35% 0, 100% 0, 100% 100%, 58% 100%, 25% 92%, 37% 75%, 9% 72%, 0 39%
  );
}
@media (max-width: 900px) {
.pump {
  float: right;
  width: 180px;
  margin: 0 0 5px 35px;
  shape-outside: polygon(
    5% 31%, 36% 32%, 42% 12%, 34% 6%, 35% 0, 100% 0, 100% 100%, 58% 100%, 25% 92%, 37% 75%, 9% 72%, 0 39%
  );
}
    .news1 {
  margin: 20px;
    }
}

@media (max-width: 600px) {
   .blok {
     width: 100%;
     font-size: 10pt;
   }
.krStr {
  font-size: 14pt;
    }
.krStr::before {
  left: -30px;
  top: -30px; 
  width: 335px;
  height: 60px;
}

.krStr::after {
  left: 10px;
  bottom: 30px;
  width: 370px;
  height: 100px;
}
    .news1 {
  margin: 10px;
    }
  body {
    overscroll-behavior-y: auto !important;
  }
  
 .news3 {
    left: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100vw;
    margin:0;
    height: 50%;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x cross-slide-y !important; 
    scrollbar-width: none;
    overscroll-behavior-x: contain;  /* Только по X */
    overscroll-behavior-y: auto;     /* ✅ По Y — нормальный скролл */
        gap: 10px;
        padding: 0 10px;
  }
  
  .news3::-webkit-scrollbar {
    display: none;
  }
  
  .news3 .Simg {
    flex: 0 0 auto;
    max-width: 98%;
    height: auto;
    max-height: 90%;
    scroll-snap-align: center ; /* Примагничивание к центру */
    scroll-snap-stop: always;
    object-fit: cover; /* Изображения заполняют без искажений */
    margin: auto; /* Отступы для центрирования */
    padding: 0;
    display: block;
  }
  .news3 {
    width:100%;
  }
  .Simg:hover {
    transform: scaleX(1) scaleY(1);
  }
}