

/* Start:/local/templates/remikron/components/altermax/slider.altermax/slider_presentation/style.css?17543193903153*/
/* Старница презентации */

.presentation-block {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
  max-width: 400px;
  gap: 12px;
  margin-bottom: 20px;
}
.presentation-icon {
  font-size: 28px;
}
.presentation-info {
  display: flex;
  flex-direction: column;
}
.presentation-title {
  font-weight: 500;
  margin-bottom: 4px;
}
.presentation-link {
  color: #117165;
  text-decoration: underline;
  font-size: 14px;
}
.presentation-link:hover {
  text-decoration: none;
}

.slides, .slide {
    width: 100%; /* Растягиваем на всю ширину родителя */
    padding-left: 0px;
    margin: 0 auto;
  }
  
  .flexslider .slides img {
    width: 100%;   /* Картинки растягиваются на всю ширину слайда */
    height: auto;  /* Пропорции сохраняются */
    display: block;
  }


  .flexslider,
  .flexslider .slide {
    /* width: 100%; */
    height: 100%; /* ✅ квадрат: можно задать как 1:1 со стороной или фиксированно */
    overflow: hidden;
    position: relative;
  }

.hero-slider {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 0 50px 0 0;
    margin: 0px auto;
    max-width: 100%;
  }
  
  
  .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  

  
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
    padding-bottom: 40px;
  }
  
  .slider-arrow.left {
    left: 10px;
  }
  
  .slider-arrow.right {
    right: 10px;
  } 

  .partner-left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* расстояние между блоками */
  }
  
  
  .partner-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #117165;
    color: white;
    padding: 20px 50px 20px 50px;
    border-radius: 0 0 0 50px;
    margin-top: -10px;
    flex-wrap: wrap;
  }
  .partner-left {
    font-size: large;
  }

  .partner-left .second {
    font-weight: 300;
  }
  
  .partner-left {
    font-weight: bold;
    flex: 1;
  }
  
  .partner-center {
    flex: 2;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
  
  .partner-right {
    flex: 1;
    text-align: right;
  }
  
  .partner-right button {
    padding: 15px 20px;
    border: 2px solid white;
    background: transparent;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
    .hero-slider {
      height: 200px;
    }
  
    .partner-banner {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }
  
    .partner-right {
      text-align: center;
    }
  }
  /* Старница презентации */
/* End */
/* /local/templates/remikron/components/altermax/slider.altermax/slider_presentation/style.css?17543193903153 */
