.itc-slider {
  position: relative;
}

.block_slider {
  margin-bottom: 40px;
}

.itc-slider-wrapper {
  overflow: hidden;
}

.itc-slider-items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.itc-slider-transition-none {
  transition: none;
}

.itc-slider-item {
  flex: 0 0 100%;
  max-width: 100%;
  user-select: none;
  will-change: transform;
  display: flex;
  justify-content: center;
}

.itc-slider-item img {
  /* object-fit: contain; */
  width: 100%;
  height: 590px;
}

.itc-slider-btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  /* background: rgb(255, 255, 255); */
  background: #ea7670;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}

.itc-slider-btn-hide {
  /* background: #ffffff73; */
  background: #ea7670;
}

.itc-slider-btn-prev {
  right: 93px !important;
  top: -13% !important;
}

.itc-slider-btn-next {
  right: 10px !important;
  top: -13% !important;
}

.itc-slider-btn:hover,
.itc-slider-btn:focus {
  color: #fff;
  text-decoration: none;
  background: #da615b;
  outline: 0;
}

.itc-slider-btn::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider-btn-prev::before {
  /* background-image: url("/img/left.svg"); */
  content: '<';
  font-size: 40px;
  margin-top: auto;
  margin-bottom: auto;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  /* filter: invert(1); */
  color: #fff;
  font-weight: 700;
}

.itc-slider-btn-next::before {
  /* background-image: url("/img/right.svg"); */
  content: '>';
  /* font-size: 37px; */
  font-size: 40px;
  margin-top: auto;
  margin-bottom: auto;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  /* filter: invert(1); */
  color: #fff;
  font-weight: 700;
}

.itc-slider-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 95%;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider-indicator {
  border-radius: 50px;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 11px;
  height: 1px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255 / 50%);
  border-bottom: 10px solid transparent;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.itc-slider-indicator-active {
  background-color: rgb(255 255 255 / 90%);
  width: 25px;
}

.slider-dots {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
}

.slider-dots .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background 0.3s;
}

.slider-dots .dot.active {
  background-color: #404e59;
}

@media (max-width: 811px) {
  .itc-slider-btn,
  .itc-slider-btn-prev,
  .itc-slider-btn-next {
    width: 50px;
    height: 50px;
    top: -10% !important;
  }

  .itc-slider-btn-next::before,
  .itc-slider-btn-prev::before {
    font-size: 35px;
  }
}

@media (max-width: 563px) {
  .itc-slider-btn,
  .itc-slider-btn-prev,
  .itc-slider-btn-next {
    width: 30px;
    height: 30px;
    top: -10% !important;
  }

  .itc-slider-btn-prev {
    left: 80%;
  }

  .itc-slider-btn-next::before,
  .itc-slider-btn-prev::before {
    font-size: 35px;
  }
}

/* @media (max-width: 449px) {
  .itc-slider-btn {
    width: 50px;
    height: 50px;
  }
  .itc-slider-btn-next::before {
    font-size: 37px;
  }
  .itc-slider-btn-prev::before {
    font-size: 37px;
  }
} */

@media (max-width: 400px) {
  .itc-slider-btn-next {
    right: 0px !important;
    top: 50% !important;
  }
  .itc-slider-btn-prev {
    left: 0px !important;
  }
  /* .itc-slider-btn {
    width: 50px;
    height: 50px;
  }  */
  .itc-slider-btn {
    width: 44px;
    height: 44px;
  }

  .itc-slider-btn-next::before {
    font-size: 32px;
    height: 40px;
    width: 40px;
  }

  .itc-slider-btn-prev::before {
    font-size: 32px;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 340px) {
  .itc-slider-item img {
    /* object-fit: contain; */
    width: 100%;
  }
}
