/*Эффект свечения на текстовых элементах на сайте*/

@media screen and (min-width: 960px) {
.text_neon_light strong {
    text-shadow: 0 0 10px #bf0d0b, 0 0 20px #bf0d0b, 0 0 30px #bf0d0b;
    color: #ce0200;
    }
}
@media screen and (max-width: 959px) {
.text_neon_light strong {
    text-shadow: 0 0 15px #bf0d0bB3, 0 0 30px #bf0d0bB3;
    color: #ce0200;
    }
}

/*=======================================================*/

/*меняем иконки в аккордеоне*/
/*Анимация иконки при переключении блока*/
.uc-accordeon-icn .t585__opened .t585__lines {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 32px;
    height: 32px;
}
.uc-accordeon-icn .t585__icon {
    width: 32px;
    height: 32px;
    background-color: #363636;
    padding: 0;
    border-radius: 6px;
}
/*Убираем лишние элементы*/
.uc-accordeon-icn .t585__lines svg,
.uc-accordeon-icn .t585__circle {
    display: none;
}
/*Задаем иконку, ее размеры и положение*/
   .uc-accordeon-icn .t585__lines::after {
    content: " ";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background-image: url(https://static.tildacdn.com/tild3265-6361-4536-b234-643964376232/__FAQ.svg);
    background-size: 100%;
}

/*Меняем кнопки в тексте аккордеона*/
.uc-accordeon-icn .t585__text a {
    display: flex;
    width: fit-content;
    background-color: #272725;
    color: #F7F7F2 !important;
    padding: 6px 14px;
    margin-top: 6px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.uc-accordeon-icn .t585__text a:hover {
    background-color: #363633;
}

/*=======================================================*/

/*Доработка корзины*/
.t706__cartwin-content {
    background-color: #F7F7F2;
}
.t706 .t-input-group {
    margin-bottom: 10px;
}
.t706 .t-form input.t-input,
.t706 .t-input-phonemask__select-code {
    font-family: 'Inter Tight';
}