.row-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.row-flex-item {
    flex: 1 1 100%;
    /* По умолчанию - одна колонка (мобильный вид) */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 993px) {
    .row-flex-item {
        flex: 1 1 calc(50% - 30px);
    }
}

.field-images-thumb img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.field-images-thumb{
    border-radius: 10px;
    border: 1px solid transparent;
}

.field-images-thumb.swiper-slide-active {
    border-color: #FF8A00;
}

.face-swiper img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.node--type-product.node--view-mode-full h1{
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.row-price{
    display: flex;
    gap:14px;
    font-style: normal;
    line-height: normal;
    align-items: flex-end;
}
.row-price+.row-price{
    padding-top: 16px;
}
.row-price-label{
    font-size: 15px;
    font-weight: 400;
}
.is-field_price_nalichnymi{
    color: rgba(23, 38, 38, 1);
}
.is-field_price_nalichnymi .field{
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.is-field_price_nalichnymi .row-price-label{
    font-size: 18px;
    font-weight: 600;
}


.is-field_price_beznalichnym{
    color: rgba(123, 137, 137, 1);
}
.is-field_price_beznalichnym .field {
    font-size: 20px;
    font-weight: 700;
}
.is-field_price_beznalichnym .row-price-label {
    font-size: 16px;
    font-weight: 600;
}

.node--type-product.node--view-mode-full .field--name-body {
    color: rgba(23, 38, 38, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0px 0px 0px;
}
.node--type-product.node--view-mode-full .field--name-body ul,
.node--type-product.node--view-mode-full .field--name-body ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.node--type-product.node--view-mode-full .field--name-body ul li {
    display: flex;
    algin-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.node--type-product.node--view-mode-full .field--name-body ul li svg {
    width: 24px;
    min-width: 24px;
    height: auto;
}
.node--type-product.node--view-mode-full .field--name-body ul li svg path {
    fill: rgba(255, 138, 0, 1);
}
.row-charment{
    display: flex;
    gap: 36px;
    margin-top: auto;

}
.charment-item {
    color: rgb(23, 38, 38);
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
}
.charment-item-name{
    font-size: 18px;
    font-weight: 600;
}
.charment-item-value{
    font-size: 16px;
}

.product-actions{
    display: flex;
    width: 100%;
    gap: 16px;
    padding-top: 30px;
}
.spacer-big{
    height: 100px;
}
.row-charment {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    flex-direction: column;
}