/*фон ввода формы обратной связи и тайтлы на 10% прозрачности*/
.t-input-group .t-input {
  background-color: rgba(254, 254, 254, 0.1) !important;
}
/*отсутствие фона у маски телефона отдельно*/
.t-input .t-input-phonemask, .t-input-phonemask {
    background-color: transparent !important;
}

/*чекбокс не нажатое состояние*/
.t-checkbox__indicator {
    background-image: url(https://static.tildacdn.com/tild3633-3461-4433-b138-656365306133/Ellipse_2154.svg);
    background-size: contain;
    border: none;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-left: 16px;
}

/*чекбокс нажатое состояние*/
.t-checkbox__indicator:after {
    background-image: url(https://static.tildacdn.com/tild6236-3830-4330-a464-313933653661/Ellipse_2155.svg);
    background-size: contain;
    border: none;
    background-repeat: no-repeat;
    top: 3px;
    left: 2.5px;
    width: 5px;
    height: 5px;
}

/*
чекбокс изображение не нажатое
https://static.tildacdn.com/tild3633-3461-4433-b138-656365306133/Ellipse_2154.svg
чекбокс изображение нажатое
https://static.tildacdn.com/tild6236-3830-4330-a464-313933653661/Ellipse_2155.svg
*/