/* Контейнер попапа делаем опорным */
#popup\:inform .t-popup__container {
  position: relative !important;
}

/* Сам крестик */
#popup\:inform .t-popup__close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: none !important;
}

/* Обертка кнопки — тоже внутрь попапа */
#popup\:inform .t-popup__close-wrapper {
  position: relative !important;
}

/* На случай если Тильда навесила fixed */
#popup\:inform .t-popup__block-close {
  position: absolute !important;
}
.t-popup__block-close {
    height: 43px !important;
    right: 36% !important;
    top: 29% !important;
    width: 43px !important;
}

.t-descr {
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
}
.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid rgb(255 255 255 / 50%);
}
.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
    background-color: rgb(255 255 255 / 50%);
}
.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid rgb(255 255 255 / 20%);
    height: 16px;
    left: -26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
}