  .ratio-1712x974 {
    position: relative;
    padding-top: calc(100% / (1712 / 974)); /* ≈ 56.9% */
  }

  .main-banner > .col-lg-6 {
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .main-banner > .col-lg-6:first-child {
    left: 0;
  }

  .main-banner > .col-lg-6:last-child {
    right: 0;
  }

  .blue-bg {
    position: absolute;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
    background-image: url('/img/block/1/blue.svg');
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    z-index: 1;
  }

  .text-block {
    position: relative;
    z-index: 2;
    padding: 40px 32px;
    max-width: 80%;
    color: white;
    font-family: 'El Messiri', sans-serif;
  }

  .text-block h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 24px;
  }

  .cta-button {
    display: inline-block;
    background: #f15a29;
    padding: 12px 28px;
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
  }

  @media (max-width: 768px) {
	  
	  
    .text-block {
      padding: 24px;
      max-width: 100%;
    }


	
    .text-block h1 {
      font-size: 22px;
    }
  }
  
  
  
  
  @media (min-width: 769px) {
  .text-block {
    position: absolute !important;
    bottom: 0;
    left: 0;
  }
}


@media (max-width: 768px) {
  .blue-bg {
    left: -50vw !important;
  }
}









.slick_slider h3 {

font-weight: 600;
  font-size: 2em;
  font-family: 'El Messiri', sans-serif;
  color: #FF5A1F;
  margin-left: -15px;
  margin-top: -20px;
  
  
}







.adv-card {

  overflow: hidden;
  background: #fff;
  text-align: center;
  padding-bottom: 10px;
}


.adv-card img {
  width: 100%;
  aspect-ratio: 3 / 4; /* ширина : высота (портретная ориентация) */
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.adv-title {
  font-size: 15px;
  color: #000;
  margin: 10px 0 0;
  line-height: 1.4;
}

.slick-slide {
  padding: 0 15px;
}

.carousel {
  margin: 0 -15px; /* компенсация отступов */
}

.slick-prev,
.slick-next {
  top: -40px;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.slick-prev {
  left: auto;
  right: 45px;
}
.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #FF5A1F; /* Оранжевые стрелки */
  font-size: 30px;
}

