.start_pop__slider .modal-header {
  z-index: 999;
  border-bottom: 0;
}

.modal-swiper {
  position: relative;
}
.modal-swiper .swiper-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: unset;
  row-gap: 5px;
  column-gap: 5px;
}
.modal-swiper .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  padding: 10px 45px;
  border-radius: 0;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  margin: 0 !important;
}
@media all and (max-width: 1024px) {
  .modal-swiper .swiper-pagination-bullet {
    padding: 5px 30px;
  }
}
.modal-swiper .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 24px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(238, 238, 238, 0.4705882353);
}
@media all and (max-width: 1024px) {
  .modal-swiper .swiper-button {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.modal-swiper .swiper-button:hover {
  color: #ff7548;
}
.modal-swiper .swiper-button--prev {
  left: 5px;
}
.modal-swiper .swiper-button--next {
  right: 5px;
}

.modal-youtube-popup {
  width: 100%;
  min-width: 468px;
}
@media all and (max-width: 768px) {
  .modal-youtube-popup {
    min-width: 100%;
  }
}