.page {
    font: 12px/18px Roboto, sans-serif;
    width: 100%;
    border: 1px solid #e6dfe6;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 10px;
}

.dark .page {
    border: 1px solid #595959;
}

.korpus > div,
.korpus > input {
    display: none;
}

.korpus label {
    border: 1px solid #dcdcdc;
    bottom: -1px;
    cursor: pointer;
    display: inline-block;
    line-height: 28px;
    padding: 9px;
    position: relative;
    text-align: center;
    width: 100px;
    margin-right: -1px;
}

.dark .korpus label {
    border: 1px solid #595959;
}

.korpus input[type="radio"]:checked + label {
    background: var(--sm_bg_color_4);
}

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.korpus > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.korpus > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.korpus > input:nth-of-type(6):checked ~ div:nth-of-type(6) {
    display: block;
    padding: 5px;
    border: 1px solid #dcdcdc;
    width: 100%;
}

.dark .korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.dark .korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.dark .korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.dark .korpus > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.dark .korpus > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.dark .korpus > input:nth-of-type(6):checked ~ div:nth-of-type(6) {
    border: 1px solid #595959;
}

.korpus li {
    list-style: none;
}

.korpus li li {
    list-style: disc outside none;
}

.korpus span {
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
}

.korpus ul {
    list-style: none outside none;
    margin: 7px 0 8px 30px;
}

.leftcol {
    display: inline-table;
    width: 48%;
    vertical-align: top;
}

.korpus h3 {
    color: #8a8a8a;
    padding-top: 20px;
    text-indent: 10px;
    text-transform: uppercase;
}

.korpus .flag {
    margin: 0 5px 0 0;
    display: inline-block;
}

.serv-bl h2 {
    background: #3179FD;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)), linear-gradient(#3179FD, #3179FD);
}

.flat-bl-cnt {
    background-color: transparent;
    border-radius: 0;
    color: #1e375c;
    margin-bottom: 20px;
    padding: 0;

}

#middle {
    max-width: 986px;
    margin: 0 auto;
}

html[dir="rtl"] #middle {
    padding-left: 0;
    padding-right: 10px;
}

.contentdiv {
    padding: 10px 0;
}