/* Общий контейнер согласий */
.prestige-consents {
    width: 100% !important;
    flex: 0 0 100%;
    clear: both;
    box-sizing: border-box;
    margin: 14px 0 6px;
    color: inherit;
}

/* Отдельный чекбокс */
.prestige-consent {
    width: 100%;
    margin-bottom: 10px !important;
    box-sizing: border-box;
}

.prestige-consent:last-child {
    margin-bottom: 0;
}

.prestige-consent .t-checkbox__control {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    color: inherit;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
}

.prestige-consent .t-checkbox__indicator {
    flex: 0 0 20px;
    margin: 0;
    border-color: currentColor;
}

.prestige-consent__text {
    flex: 1 1 auto;
    padding-top: 1px;
}

.prestige-consent a {
    color: inherit !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.prestige-consent .t-input-error {
    margin-top: 5px;
}
.t-popup__container .t396__artboard.rendered {
    height: 580px !important;
}
.t-popup__container [data-elem-type="shape"] {
    height: 460px !important;
}
/**** Попап Скачать прайс *****/
.t-popup__container .uc-download_price [data-elem-type="shape"] {
    height: 500px !important;
}

.tn-elem[data-elem-id="1738405115545"] {
    height: 327px !important;
}

@media screen and (max-width: 640px) {
    .prestige-consent .t-checkbox__control {
        font-size: 11px;
        line-height: 1.35;
    }
}
@media screen and (max-width: 940px) {
    .tn-elem[data-elem-id="1738405115545"] {
        height: 527px !important;
    }
}