

/* Start:/local/components/byterix/catalog.element/templates/12_green_offers/style.css?17366067151279*/
.label_box {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}
.label_box .parameter {
    width: 100%;
    margin-bottom: 0;
}
.label_box .form__checkbox_indicator {
    top: 7px;
}
.label_box .parameter_p {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.descr_container ul {
    list-style: none;
    padding-left: 0;
}
.descr_container ul li {
    position: relative;
    padding: 20px 0 20px 26px;
    /*color: #D29D25;*/
    /*font-variant: small-caps;*/
    font-weight: bold;
    cursor: pointer;
}
.descr_container ul li::before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4F5151;
    content: "";
    left: 0;
    transition: .3s ease-in-out;
    top: 27px;
}
.descr_container ul li::after {
    position: absolute;
    border-left: 1px dotted #4F5151;
    width: 1px;
    bottom: -12px;
    content: "";
    left: 3px;
    top: 48px;
}
.descr_container ul li:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.2)}
.descr_container ul li:last-child:after {content: none;}

/* End */
/* /local/components/byterix/catalog.element/templates/12_green_offers/style.css?17366067151279 */
