/*временно*/
@media screen and (max-width: 1450px){
  .lead__image_1 {
    height: calc(33vh - 5px);
  }

  .lead__image_2 {
    height: calc(16vh - 5px);
  }

  .lead__image_3 {
    height: calc(28vh - 5px);
  }

  .lead__image_4 {
    height: calc(23vh - 5px);
  }

  .lead__image_5 {
    height: calc(23vh - 5px);
  }

  .lead__image_6 {
    height: calc(33vh - 5px);
  }

}
