/* Список вариантов проживания */

.t-store__card {
    border-radius: 12px;
    overflow: hidden;
    background: white;
    padding: 0 0 !important;
}
.t-store__card__textwrapper {
    margin-bottom: 0;
    padding: 24px 24px !important;
}

.t-store__card-list {
    justify-content: center;
    align-items: stretch !important;
}
.t-store__card__price-currency {
    font-size: 18px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
}

.t-store__card__price-value:before {
    content: 'от ';
    font-size: 18px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
}
.t-store__card__mark {
    height: 30px;
}

@media screen and (max-width: 960px) {
    
.t-store__grid-cont .t-store__card-list {
    row-gap: 20px !important;
}

}
@media screen and (max-width: 640px) {
.t-store__card {
    margin-left: 10px;
    margin-right: 10px;
}    
}

/* Вариант проживания */


.t780__price-currency {
    font-size: 18px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
}
.t780__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.t780__price:before {
    content: 'от ';
    font-size: 18px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
    margin-right: 4px;
}
#allrecords strong em {
    font-style: normal;
    background: #eee9e9;
    padding: 8px 14px;
    margin-top: 16px;
    display: inline-block;
    border-radius: 6px;
    font-size: 16px;
}

@media (max-width: 960px) {
.t780 .t-container.js-product.js-product-single {
    display: flex;
    flex-direction: column-reverse;
}

.t780__separator {
    height: 10px;
}
}

@media (min-width: 960px) {
.t780 .t-container.js-product.js-product-single {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.t780 .t-container.js-product.js-product-single > div {
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0;
}   

}





/* Стрелка в табах */
.t585__icon:after {
    content: "";
    position: absolute;
    right: 50%;
    margin-right: -2px;
    top: 50%;
    margin-top: -2px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #b3844f;
    transition: right 0.3s;
}
.t585__opened .t585__icon:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.t585__lines {
    display: none;
}
.t585__circle {
    background: transparent !important;
}