

/* Start:/local/templates/lk/template_styles.css?16846757721882*/
html {
    height: 100%;
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}
header {
    background-color: #181818;
    padding: 15px;
    color: white;
    display: flex;
    justify-content: space-between;
}
#main {
    display: flex;
    flex-grow: 1;
}
#main > .left,
#main > .right {
    padding: 10px;
}
#main .left .menu {
    border: 1px solid #b8b8b8;
    background-color: #eeeeee;
    border-radius: 10px;
    font-weight: bold;
}
#main .left .menu .item {
    padding: 10px;
}
#main .left .menu .item:not(:nth-last-child(1)) {
    border-bottom: 1px solid #b8b8b8;
}
#main .right .deal {
    border: 1px solid #b8b8b8;
    background-color: #eeeeee;
    border-radius: 10px;
}
#main .right .deal .title {
    border-bottom: 1px solid #b8b8b8;
    padding: 10px 20px;
    font-weight: bold;
}
#main .right .deal .body {
    padding: 10px 20px;
    display: flex;
}
#main .right .deal .body .block {
    margin-bottom: 10px;
    width: 500px;
}
#main .right .deal .body .block .name {
    margin-left: 10px;
}
#main .right .deal .body .block .string {
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    padding: 5px 10px;
}
#main .right .deal .body .block.proc .line {
    margin: -5px -10px;
    border-radius: 10px;
    padding: 5px 10px;
}
#main .right .deal .body .right {
    padding-left: 30px;
}
#main .right .deal .body .right .photo {
    background-image: url(/local/templates/lk/hause.png);
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer {
    background-color: #0166dc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: white;
}
/* End */
/* /local/templates/lk/template_styles.css?16846757721882 */
