

/* Start:/local/components/italon/section.description/templates/.default/style.css?1784545031909*/
.section-top .item-detail{
    min-width: 49.18%;
}
.section-description .chars .props .char-value{
    width: 65%;
}
.section-description.sidebar-block{
    flex-grow: 1;
}
.section-description-top{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.section-description-top .btn{
   width: fit-content;
}
.section-top {
    display: flex;
    gap: 24px;
}
.characteristic-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .section-top {
        flex-direction: column;
    }
    .section-top .item-detail {
        width: 100%;
        min-width: 100%;
    }

}
@media (max-width: 400px) {
    .section-top .chars .props .char {
        flex-direction: column;
        background-image: none;
        margin-bottom: 16px;
    }
    .section-description .chars .props .char-value {
        width: 100%;
    }
}
/* End */
/* /local/components/italon/section.description/templates/.default/style.css?1784545031909 */
