@charset "UTF-8";
.my-swiper-widget {
  position: relative;
  width: 100%;
}

.my-swiper-widget .swiper {
  width: 100%;
  height: auto; /* можна змінювати під свої потреби */
}

.my-swiper-widget .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.my-swiper-widget .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 1000px;
}

.my-swiper-widget .slide-abs-container {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.my-swiper-widget .slide-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  max-width: 1469px;
  padding: 0;
  align-items: flex-start;
  pointer-events: auto;
  justify-content: center;
  margin: 0 auto;
  padding: 45px 15px;
}

.slide-title-container,
.slide-desc-container {
  max-width: 50%;
}
@media (max-width: 1200px) {
  .slide-title-container,
  .slide-desc-container {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .slide-title-container,
  .slide-desc-container {
    max-width: 100%;
  }
}

.my-swiper-widget .slide-title {
  margin: 0 0 24px 0;
  color: #fff;
  font-size: 58px;
  line-height: 58px;
  text-shadow: 0 1px 40px rgb(0, 0, 0);
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.my-swiper-widget .slide-desc {
  color: #fff;
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
  text-shadow: 0 1px 40px rgb(0, 0, 0);
}

.my-swiper-widget .slide-form {
  position: absolute;
  top: 60px;
  right: 10%;
  max-width: 40%;
  padding: 32px 28px;
  pointer-events: auto;
  z-index: 10;
}
@media (max-width: 1400px) {
  .my-swiper-widget .slide-form {
    top: 24px;
    right: 24px;
  }
}

.my-swiper-widget .my-swiper-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 32px;
}

.my-swiper-widget .my-swiper-slider-wrap {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  background: #242424;
}

.my-swiper-widget .slide-form-static {
  flex: 0 0 420px;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
  padding: 32px 28px;
  margin-top: 60px;
  pointer-events: auto;
}

.my-swiper-widget .slide-form-mobile {
  display: none;
  margin: 32px auto 0 auto;
  max-width: 420px;
}

.my-swiper-widget .swiper-button-next,
.my-swiper-widget .swiper-button-prev {
  display: none !important;
  color: #ccc;
}

.my-swiper-widget .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.7;
  width: 40px;
  border-radius: 4px;
  height: 2px;
}

.my-swiper-widget .swiper-pagination-bullet-active {
  background: #f00;
}

.my-swiper-widget .swiper-button-next,
.my-swiper-widget .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  opacity: 0.92;
}
.my-swiper-widget .swiper-button-next::after,
.my-swiper-widget .swiper-button-prev::after {
  display: none;
}
.my-swiper-widget .swiper-button-next svg,
.my-swiper-widget .swiper-button-prev svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  transition: fill 0.2s;
  pointer-events: none;
}
.my-swiper-widget .swiper-button-next:hover, .my-swiper-widget .swiper-button-next:focus,
.my-swiper-widget .swiper-button-prev:hover,
.my-swiper-widget .swiper-button-prev:focus {
  background: #e30613;
  color: #fff;
}
.my-swiper-widget .swiper-button-next:hover svg, .my-swiper-widget .swiper-button-next:focus svg,
.my-swiper-widget .swiper-button-prev:hover svg,
.my-swiper-widget .swiper-button-prev:focus svg {
  fill: #fff;
}

.my-swiper-widget .swiper-button-next::before,
.my-swiper-widget .swiper-button-prev::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.my-swiper-widget .swiper-button-next::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="14" cy="14" r="14" fill="none"/><path d="M11 8l6 6-6 6" stroke="white" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.my-swiper-widget .swiper-button-prev::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="14" cy="14" r="14" fill="none"/><path d="M17 8l-6 6 6 6" stroke="white" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.my-swiper-widget .swiper-button-next::before,
.my-swiper-widget .swiper-button-prev::before {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .my-swiper-widget .my-swiper-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .my-swiper-widget .slide-form {
    position: static;
    width: 100%;
    max-width: unset;
    margin: 32px auto 0 auto;
    padding: 24px 8px;
    border-radius: 14px;
    top: auto;
    right: auto;
  }
  .my-swiper-widget .slide-form-static {
    display: none;
  }
  .my-swiper-widget .slide-form-mobile {
    display: block;
    width: 100%;
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .my-swiper-widget .slide-title {
    font-size: 28px;
    line-height: 28px;
  }
  .my-swiper-widget .slide-desc {
    font-size: 15px;
    line-height: 1.5;
  }
  .my-swiper-widget .slide-form {
    padding: 16px 15px;
    margin: 24px 0;
  }
  .my-swiper-widget .slide-form-mobile {
    padding: 16px 8px;
  }
}
.my-swiper-widget .slide-gradient-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0) 80%), linear-gradient(to bottom, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
}

.slide-buttons-row {
  display: flex;
  gap: 18px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.slide-btn {
  padding: 5px 20px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px !important;
  background: #c80000 !important;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 8px rgba(200, 0, 0, 0.08);
  border: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.slide-btn:hover,
.slide-btn:focus {
  background: #b50000 !important;
  color: #fff;
}

@media (max-width: 600px) {
  .slide-buttons-row {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .slide-btn {
    width: 100%;
    font-size: 16px;
    padding: 13px 10px;
  }
}/*# sourceMappingURL=swiper-styles.css.map */