<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.workarea{
    position: relative;
}
.left-column{
    width: 266px;
    position: absolute;
    top: -6px;
    right: 0;
}
.bx-touch .left-column{
    margin-left: -133px;
    left: 50%;
}
h1{padding-top: 8px;}


.content-column{
    padding:0 8px;
}
@media (max-width: 975px) {

}
@media (max-width: 500px) {
    .contact-map{
        display: none;
    }
    .contact-table tr,
    .contact-table td,
    .contact-table{
        display: block;
    }
    .contact-table td{
        width: 100% !important;
        box-sizing: border-box;
        padding-left: 20px;
    }
}
.left-menu{
    border: solid 1px #dedede;
    background: #fcfcfc;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: -o-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: linear-gradient(to bottom,  #fcfcfc 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec',GradientType=0 );
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.left-menu{
    width: 266px;
}
.left-menu .block-title{
    position: relative;
    color: #fff;
    background: #35ABD3;
    padding: 6px 7px 7px 20px;
}
#vertical-menu{
    padding:3px 6px 5px 13px;
    margin:0;
    list-style-type: none;
}
#vertical-menu ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
#vertical-menu ul ul{
    padding-left: 10px;
}

#vertical-menu li{
    font-size:14px;
}
#vertical-menu li a{
    color:#787878;
    text-decoration: none;
    display: block;
    padding:3px 0;
}
#vertical-menu li a:hover, #vertical-menu a.selected{
    text-decoration: underline;
}
#vertical-menu a.selected{
    font-weight: bold;
    color: #cc0000;
}
#vertical-menu &gt; li &gt; a{
    color:#1B7D8C !important;
    padding:10px 0;
    font-weight: bold;
    font-size: 15px;
}
#index-banners{
    width: 266px;
    margin-top: 20px;
}
.partners-button{
    display: block;
    margin-top: 10px;
    background: url(/local/static/images/partner-button.png) 0 0 no-repeat;
    width: 264px;
    height: 65px;
}
.partners-button:hover{
    background-position: 0 -65px;
}
.catalog-show-button{
    background: #1B7D8C;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 3px;
    font-size: 20px;
    cursor: pointer;
}
.catalog-show-button+.left-menu{
    display: none;
}
#vertical-menu .black{
    color: #000;
}</pre></body></html>