.itc-slider__wrapper {
    overflow: hidden;
  }
  
  .itc-slider__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .itc-slider__item {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .itc-slider__btn,
  .itc-slider__btn_hide {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: rgb(0 0 0 / 20%);
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  .itc-slider__btn_hide {
    display: none;
  }
  
  .itc-slider__btn_next {
    right: 0;
    border-top-left-radius: 25px!important;
    border-bottom-left-radius: 25px!important;
  }
  
  .itc-slider__btn_prev {
    left: 0;
    border-top-right-radius: 25px!important;
    border-bottom-right-radius: 25px!important;
  }
  
  .itc-slider__btn:hover,
  .itc-slider__btn:focus {
    color: #fff;
    text-decoration: none;
    background: rgb(0 0 0 / 30%);
    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("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
  
  .itc-slider__btn_next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
  
  .itc-slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    margin: 0 15%;
    padding-left: 0;
    list-style: none;
  }
  
  .itc-slider__indicator {
      flex: 0 1 auto;
      box-sizing: content-box;
      width: 15px;
      height: 5px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      background-color: rgb(255 255 255 / 50%);
      background-clip: padding-box;
      cursor: pointer;
      border-radius: 5px;
      margin: 10px 0px;
      border: solid 5px transparent;
      border-left-width: 3px;
      border-right-width: 3px;
  }
  
  .itc-slider__indicator_active {
    background-color: rgb(255 255 255 / 90%);
  }
  .itc-slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  }
  .t588 {
    width: 80%;
    --btn-color: var(--tgs-white);
    --btn-control-width: 36px;
    --btn-font-size: var(--tgs-main-font-size, 12px);
    --btn-control-height: 34px;
    --btn-bg: var(--tgs-main-color);
  }
  
  .t588__box {
    font-size: 18px;
    margin-bottom: 4px;
    color: var(--btn-color);
  }
  
  .t588__descr {
    font-size: 14px;
    margin-bottom: 4px;
    color: var(--btn-color);
  }
  
  .t588__btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .t588__btn a {
    background-color: var(--btn-bg);
    color: var(--btn-color);
    text-decoration: none;
    padding: 8px 22px;
    border-radius: 8px;
    margin-top: 5px;
    position: relative;
  }
  
  .t588__item {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white!important;
  }
  .itc-slider__item {
   --btn-bg: var(--tgs-main-color);
      background-color: var(--btn-bg);
  }
      .itc-slider {
      position: relative;
  }
  .t588 {
      width: 80%;
      text-align: center;
  }
  .itc-slider__wrapper {
      border-radius: 10px;
  }
  .itc-slider {
      margin-top: 15px;
  }
  .itc-slider__item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
  }
  .t588__btn [href="#none"] {
      display: none;
  }
  .t588 {
      background-color: rgb(0 0 0 / 42%);
      padding: 20px 15px;
      border-radius: 8px;
  }
  .none {
      display: none!important;
  }