.itc-slider {
    position: relative;
}

.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;
}

/* кнопки влево и вправо */
.itc-slider__btn {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    background: #5D00F5;
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50%;
}

.itc-slider__btn_prev {
    left: 0;
}

.itc-slider__btn_next {
    right: 0;
}

.itc-slider__btn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 16px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.itc-slider__btn_prev::before {
    background-image: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M8.15451 15.9928C8.15451 15.992 8.15482 15.9912 8.15539 15.9907L8.69305 15.452C9.41404 14.7296 9.41066 13.5588 8.6855 12.8406L5.2165 9.40478C4.42445 8.62031 4.42665 7.3397 5.22139 6.55796L9.06197 2.7802C9.57927 2.27137 9.58406 1.43886 9.07264 0.924117C8.56483 0.412996 7.73947 0.408252 7.22581 0.913502L1.88841 6.16359L1.48277 6.55352C0.670659 7.3342 0.663207 8.63125 1.4663 9.4212L1.88841 9.83641L8.14938 15.995C8.15128 15.9968 8.15451 15.9955 8.15451 15.9928Z" fill="white"/>\
    </svg>');
}

.itc-slider__btn_next::before {
    background-image: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M1.84549 0.00719593C1.84549 0.00799467 1.84518 0.00876078 1.84461 0.00932612L1.30695 0.548031C0.585955 1.27043 0.589339 2.44122 1.3145 3.15943L4.7835 6.59522C5.57555 7.37969 5.57335 8.6603 4.77861 9.44204L0.938027 13.2198C0.420729 13.7286 0.415945 14.5611 0.927359 15.0759C1.43517 15.587 2.26054 15.5917 2.77419 15.0865L8.11159 9.83641L8.51723 9.44648C9.32934 8.6658 9.33679 7.36875 8.5337 6.5788L8.11159 6.16359L1.85062 0.00504594C1.84872 0.00317043 1.84549 0.0045214 1.84549 0.00719593Z" fill="white"/>\
    </svg>');
}

.itc-slider__btn_hide {
    background: #ffffff;
    color: #5D00F5;
}

.itc-slider__btn_prev.itc-slider__btn_hide::before {
    background-image: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M8.15451 15.9928C8.15451 15.992 8.15482 15.9912 8.15539 15.9907L8.69305 15.452C9.41404 14.7296 9.41066 13.5588 8.6855 12.8406L5.2165 9.40478C4.42445 8.62031 4.42665 7.3397 5.22139 6.55796L9.06197 2.7802C9.57927 2.27137 9.58406 1.43886 9.07264 0.924117C8.56483 0.412996 7.73947 0.408252 7.22581 0.913502L1.88841 6.16359L1.48277 6.55352C0.670659 7.3342 0.663207 8.63125 1.4663 9.4212L1.88841 9.83641L8.14938 15.995C8.15128 15.9968 8.15451 15.9955 8.15451 15.9928Z" fill="black"/>\
    </svg>');
}
.itc-slider__btn_next.itc-slider__btn_hide::before {
    background-image: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M1.84549 0.00719593C1.84549 0.00799467 1.84518 0.00876078 1.84461 0.00932612L1.30695 0.548031C0.585955 1.27043 0.589339 2.44122 1.3145 3.15943L4.7835 6.59522C5.57555 7.37969 5.57335 8.6603 4.77861 9.44204L0.938027 13.2198C0.420729 13.7286 0.415945 14.5611 0.927359 15.0759C1.43517 15.587 2.26054 15.5917 2.77419 15.0865L8.11159 9.83641L8.51723 9.44648C9.32934 8.6658 9.33679 7.36875 8.5337 6.5788L8.11159 6.16359L1.85062 0.00504594C1.84872 0.00317043 1.84549 0.0045214 1.84549 0.00719593Z" fill="black"/>\
    </svg>');
}

/* индикаторы */
/*.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: 30px;*/
/*    height: 5px;*/
/*    margin-right: 3px;*/
/*    margin-left: 3px;*/
/*    text-indent: -999px;*/
/*    background-color: rgb(255 255 255 / 50%);*/
/*    background-clip: padding-box;*/
/*    border-top: 15px solid transparent;*/
/*    border-bottom: 15px solid transparent;*/
/*    cursor: pointer;*/
/*}*/

/*.itc-slider__indicator_active {*/
/*    background-color: rgb(255 255 255 / 90%);*/
/*}*/