.t-checkbox__control {
    margin: 2px 0 2px !important;
}
.t-checkbox__indicator {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
}
.t-checkbox__indicator:after {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -60%) rotate(45deg) !important;
}

html {
    scroll-padding-top: 150px !important;
}

body {
    scroll-padding-top: 150px !important;
}
#rec2415076491, #rec2417207691 {
    scroll-margin-top: 150px !important;
    padding-top: 150px !important;
    margin-top: -150px !important;
}


/* Все подписи для попапа — полупрозрачно-белым */
.t-contact-method__title {
  color: rgba(252, 250, 250, 0.6) !important;
}

/* Выбранный вариант — ярко-белым и жирным */
.t-radio__item input[type="radio"]:checked ~ label .t-contact-method__title,
.t-contact-method__type:has(input:checked) .t-contact-method__title {
  color: #FCFAFA !important;
  font-weight: 600 !important;
}


