* {
  margin: 0;
  padding: 0;
}

.partners__slide {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;

  width: 100%;
  height: 594px;

  background-color: #000000;
}
.slide__heading {
  margin-top: 197px;
  color: #ffffff;

  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;

  text-align: center;
  text-transform: uppercase;
}

.slide_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_button {
  width: 100px;
  height: 200px;

  /* border: 2px solid #ffffff;
  border-radius: 10px; */

  text-decoration: none;
  outline: none;
  border: none;

  color: #ffffff;
  background-color: #000000;

  font-size: 90px;
}
.box_button:hover {
  cursor: grab;
}

.box_button:active {
  cursor: grabbing;
}

.box_pictures {
  display: flex;
  /* flex-wrap: nowrap; */
}

.off {
  display: none;
}

.activel {
  display: flex;
  animation: transition_images 0.8s 1 linear;
  max-width: 100%;
  height: auto;
}

@keyframes transition_images {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main_tovar_line_item img{
  border-radius: 50%;
  border: 10px solid #FFC800;
}
.dev{
  text-align: center;
  margin-top: 5px;
}
.dev a{
  color:#fff;
}
.push40{
  height: 40px;
}
.push60{
  height: 60px;
}
.push80{
  height: 80px;
}
.text-center{
  text-align: center;
}
.title-map{
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  margin: 40px 0 10px 0;
}