.section-slider {
  margin: 3% 5% !important;
}

.slider-big {
    position: relative;
}
.slider_form-wrp {
    /* position: absolute; */
    width: 100%;
    top: 0;
    z-index: 99;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.slider_form .fluentform .ff-el-form-control {
    padding: 8px 15px!important;
    border: 0!important;
    background: #fff!important;
    font-size: 14px!important;
}
.slider_form .iti--allow-dropdown input,
.slider_form .iti--allow-dropdown input[type=tel] {
	padding-left: 55px!important;
}
.slider_form .fluentform .ff-btn-lg {
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
}

.slider_form .fluentform {
    max-width: 415px;
    width: 100%;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    background: #121212e0;
    padding: 35px;
}
.slider_form button.ff-btn.ff-btn-submit {
    background: #4095B8!important;
    border-radius: 3px;
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 25px;
    letter-spacing: 0.15em;
    transition: 0.2s;
}
.slider_form button.ff-btn.ff-btn-submit:hover {
	opacity:1;
	background: #00728F!important;
}

.slider-main .swiper-horizontal > .swiper-pagination-bullets,
.slider-main .swiper-pagination-bullets.swiper-pagination-horizontal,
.slider-main .swiper-pagination-custom,
.slider-main .swiper-pagination-fraction {
    bottom: 20px !important;
}
.slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff!important;
}

.swiper.mySwiper {
  height: clamp(450px, 42vw, 600px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper,
.swiper-slide {
  height: 100% !important;
}

.slide_item {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 100%;
}

.slider_content__wrp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 13px;
  padding: 0 0 20px 60px;
  width: 100%;
}

.slide_item .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0;
}

.slider_title_expact {
    color: #121212;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    /* margin-bottom: 25px; */
}

.slider-main .slider_button {
    margin-top: 0px !important;
}

.slide_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    /* margin-bottom: 45px; */
}

.slider_button a {
    background: #4095B8;
    border-radius: 3px;
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 46px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 25px;
    letter-spacing: 0.15em;
    transition: 0.2s;
}

.slider_button a:hover {
    background: #00728F;
    text-decoration: none;
}

.slider_content__wrp .slide_title,
.slider_content__wrp .slider_title_expact,
.slider_content__wrp .slide_desc,
.slider_content__wrp .slider_button {
  text-align: left;
}

.slider_content__wrp .row {
  align-items: flex-end;
  height: 100%;
}

.slide_item .container {
  height: 100%;
  padding: 0;
}

.slide_item .row {
  height: 100%;
  align-items: flex-end;
  margin: 0;
}

.slider-next-arrow {
  position: absolute;
  padding: 10px;
  z-index: 10;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default !important;
  transition: all 0.2s ease;
  bottom: 30px;
  color: #0196BB;
right: 30px;
}

.slider-next-arrow:hover {
  background: #0196BB;
  color: #ffffff; 
}

.slider-next-arrow svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.slider-next-arrow svg path {
  fill: #0196BB;
}

.slider-next-arrow:hover svg path {
  fill: #ffffff;
}


.slider-main .swiper-pagination-bullet {
  width: 30px !important;
  height: 2px !important;
  background: #fff !important;
  border-radius: 2px !important;
  opacity: 0.5 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 6px !important;
  font-size: 0;
}

.slider-main .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #4095B8 !important;
}

@media screen and (max-width: 768px) {

  .swiper .slide_item {
  padding: 0px !important;
}

  .slider_content__wrp {
    padding: 30px 20px !important;
    width: 100%;
  }

  .slider_button a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .slide_title {
    font-size: 30px;
    line-height: 120%;
    font-weight: 600;
  }

  .slide_desc {
    font-size: 14px;
    font-weight: 300;
  }

  .slider_title_expact {
    margin-bottom: 5px !important;
  }

  .slider_button {
    max-width: 250px;
  }
}

@media screen and (max-width: 568px) {
  .slide_title {
    font-size: 26px;
  }

  .slider_button {
    max-width: 100%;
  }
}
