.cooperation-contacts__image {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 24px;
  overflow: hidden;
  width: 80%;
}

.cooperation-contacts__image img {
  width: 100%;
  height: 100%;
}
.cooperation-contacts__form{
  margin-top: 70px;
}

@media (max-width: 768px) {
  .cooperation-contacts__image {
      width: 100%;
  }
}

.sup-pads .info-section {
  margin-bottom: 60px;
  overflow: hidden;
}

.sup-pads h2 {
  font-size: 28px;
  color: #333;
  margin: 30px 0 20px;
  font-weight: 600;
}

.sup-pads h3 {
  font-size: 22px;
  color: #e31e24;
  margin: 25px 0 15px;
  font-weight: 600;
}

.sup-pads .info-image {
  float: left;
  padding-top: 15px;
  padding-right: 30px;
  max-width: 45%;
  height: auto;
}

.sup-pads p {
  margin: 15px 0;
  line-height: 1.7;
  font-size: 15px;
  text-align: justify;
  color: #333;
}

.sup-pads ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.sup-pads ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.sup-pads ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e31e24;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 768px) {
  .sup-pads .info-image {
    float: none;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.cooperation-descr__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: none;
}

.cooperation-descr__inner .info-section {
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}

.cooperation-descr-main{
  margin-top: 60px;
}

.cooperation-descr__content p{
 margin-bottom: 20px;
 line-height: 150%;
}
.cooperation-descr__content p:last-child {
  margin-bottom: 0;
}

.cooperation-descr__content h2 {
  color: #fff;
}

.cooperation-descr__media {
  flex: 0 0 320px;
  max-width: 320px;
}

.cooperation-descr__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #E0E0E0;
}

@media (max-width: 992px) {
  .cooperation-descr__inner {
    gap: 24px;
  }

  .cooperation-descr__media {
    flex: 0 0 260px;
    max-width: 260px;
  }
}

@media (max-width: 768px) {
  .cooperation-descr__inner {
    flex-direction: column;
  }

  .cooperation-descr__media {
    flex: none;
    max-width: 100%;
  }
}



.catalog__all-list-row {
  margin: 0;
  padding: 0;
}
.catalog__all-list-row ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
  gap: 20px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog__all-list-row ul li {
  min-width: 0;
}

.catalog__all-list-row ul li:last-child {
  margin-bottom: 0;
}

.catalog__all-list-row ul li a {
  display: block;
  width: 100%;
  color: #E6E6E6;
}

.search_mainpage .search__inner ul li a {
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .catalog__all-list-row ul {
      grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
      gap: 16px 24px;
  }
}

@media (max-width: 480px) {
  .catalog__all-list-row ul {
      grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
}


.search__lg-item:hover img {
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-filter: invert(1);
filter: invert(1);
}

/* Мобильные стили для блока логотипов - по 3 в ряд */
@media (max-width: 768px) {
  .search__lg {
    margin: 20px 0 0;
    justify-content: flex-start;
    gap: 10px;
  }

  .search__lg-item {
    margin: 0;
    flex: 0 0 calc(33.333% - 7px);
    width: calc(33.333% - 7px);
    max-width: calc(33.333% - 7px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    box-sizing: border-box;
  }

  .search__lg-item img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
    object-fit: contain;
  }
}

.contacts__item-time {
  margin-top: 15px;
  color: #1A1A1A;   
}

.about-systems{
  position: relative;
  z-index: 1;
}

.about-systems__inner {
  width: 100%;
  margin: 60px 0 10px;
}

.about-systems_company .about-systems__inner {
  margin: 20px 0 60px;
}

.about-systems_main .about-systems__inner {
  margin: 60px 0 10px;
}

.about-systems__item {
  display: block;
  width: 100%;
}

.about-systems__img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.about-systems__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.about-systems__play svg {
  display: block;
}

.about-systems__img img {
  width: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

/* Fancybox iframe: по центру и не на всю высоту на мобильных */
@media (max-width: 768px) {
  .fancybox-slide--iframe {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 50px 16px 16px;
    box-sizing: border-box;
  }
  .fancybox-slide--iframe .fancybox-content {
    position: relative;
    width: 100% !important;
    max-width: 95vw;
    height: auto;
    min-height: 220px;
    max-height: 70vh;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
  }
  .fancybox-slide--iframe .fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .about-systems_main .about-systems__inner {
    margin: 20px 0;
  }

  .cooperation-descr__inner .info-section{
    flex: 0 0 100%;
  }
}

.prod__h1 {
  max-width: 670px;
}