/* Форма связи с выбором комплектации */
.t-descr_md {
    font-size: 24px;
    line-height: 1.55;
}

.t-text_xs {
    font-size: 22px;
    line-height: 1.55;
}

.t-submit {
    -webkit-appearance: none;
    background-image: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    margin: 0;
    outline: none;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
}

/* цена от */
.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 14px;
    vertical-align: bottom;
    padding-right: 2px;
}
.t-store__card__price:before {content: "От "}
.t-store__card__price_old:before {content: "До "}
.t-store__card__price_old { color: #000}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price-value {font-weight: 800}


.t-store__card__price_old:after,
.t-store__prod-popup__price_old{
    display: none !important;
}


/* какаято кнопка */
. t-store__card__mark-wrapper{
border-radius: 55px;
border: 5px solid #232323;
}

/* Фон блока Акции с костровой чашей */
.t722__content {
    /* background-color: #ffe100; */
    background-image: url(https://static.tildacdn.com/tild3266-3430-4037-b431-646431623432/fire02.jpg);
    background-repeat: no-repeat;
}

/* Размер шрифта на странице Глэмпинги блок с выбором количества */
.t-descr_xxs {
    font-size: 18px;
}