<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.structure {
    margin-bottom: 20px;
}

.structure li {
    position: relative;
    margin-left: 60px;
}

.structure .block {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 19px 19px 19px;
    border: 1px solid #7aab4f;
    width: 410px;
    background: #f8fbf6;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.structure .white &gt; .block {
    border-color: #e5e5e5;
    background: #fff;
}

.structure .block h3 {
    margin-bottom: 6px;
}

.structure .level1 {
    margin-left: 0;
}

.structure .level1 &gt; .block {
    border: 2px solid #df5f62;
    background: #fdf7f7;
    width: 579px;
    padding-top: 21px;
    padding-bottom: 27px;
    margin-bottom: 40px;
}

.structure .level1 &gt; .block h3 {
    margin-bottom: 8px;
}

.structure .level1 li h3 {
    font-size: 15px;
}

.structure .line {
    position: absolute;
    left: 30px;
    display: block;
    height: 0;
    width: 2px;
    background: #b2cbe4;
    z-index: 1;
    top: 0;
}

.structure .level1 &gt; .line {
    background: #f5cfd0;
    left: 21px;
    height: 100%;
}

.structure .hLine {
    position: absolute;
    left: -31px;
    height: 2px;
    width: 30px;
    background: #b2cbe4;
    z-index: 1;
    top: 50%;
    margin-top: -1px;
}

.structure .level2 &gt; .block .hLine {
    background: #f5cfd0;
    left: -28px;
    width: 27px;
}

.structure .level2 {
    margin-left: 50px;
}

.structure .level2 &gt; .block {
    border-color: #3e7ebc;
    background: #f5f8fc;
    width: 520px;
    padding-top: 22px;
    padding-bottom: 28px;
}

.structure .lastBg {
    position: absolute;
    left: -31px;
    height: 100%;
    margin-top: 1px;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    z-index: 2;
    width: 4px;
}



.structure .level2 &gt; .lastBg {
    padding-top: 53px;
}

.structure .lastBg .inner {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}

.structure .toggle {
    display: block;
    position: absolute;
    left: -42px;
    top: 50%;
    margin-top: -12px;
    border: 3px solid #fff;
    z-index: 2;
    background: url("/local/templates/tesli_2020/css_2020/images/icons/toggle.png") no-repeat -1px -17px  #3e7ebc;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.structure li.opened &gt; .block .toggle {
    background-position: 0 0 ;
    width: 20px;
    height: 20px;
}

.structure .level2 &gt; .block .toggle {
    background-color: #df5f62;
    left: -40px;
}

.structure .toToggle {
    height: 0;
    overflow: hidden;
}

.structure .opened &gt; .toToggle {
    height: auto;
}

.structure .opened &gt; .toToggle .line {
    height: 100%;
}</pre></body></html>