<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'spark_wicons';
  src: url('../fonts/widgets/spark_wicons.eot?25890594');
  src: url('../fonts/widgets/spark_wicons.eot?25890594#iefix') format('embedded-opentype'),
       url('../fonts/widgets/spark_wicons.woff?25890594') format('woff'),
       url('../fonts/widgets/spark_wicons.ttf?25890594') format('truetype'),
       url('../fonts/widgets/spark_wicons.svg?25890594#spark_wicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="sw-icon-"]:before, [class*=" sw-icon-"]:before {
    font-family: "spark_wicons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    text-align: center;

    font-variant: normal;
    text-transform: none;

    line-height: 1em;
    font-size: 120%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sw-icon-chat:before { content: '\e800'; } /* 'о&nbsp;Ђ' */
.sw-icon-ok:before { content: '\e801'; } /* 'о&nbsp;Ѓ' */
.sw-icon-star-1:before { content: '\e802'; } /* 'о&nbsp;‚' */
.sw-icon-eye:before { content: '\e803'; } /* 'о&nbsp;ѓ' */
.sw-icon-vkontakte:before { content: '\e804'; } /* 'о&nbsp;„' */
.sw-icon-plus-1:before { content: '\e805'; } /* 'о&nbsp;…' */
.sw-icon-twitter:before { content: '\e806'; } /* 'о&nbsp;†' */
.sw-icon-facebook:before { content: '\e807'; } /* 'о&nbsp;‡' */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, label, table, tr, th, td{
    margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;
}
.r_col{
    overflow: hidden
}
.clear:before, .clear:after {content: ""; display: table;}
.clear:after {clear: both;}
.clear {zoom: 1;}
/******* SIMPLE ******/

.spark_simple_button{
    display: inline-block;
    padding: 13px 20px;
    background: #fff;
    border: 1px solid #d4dcea;
    border-radius: 3px;
    font-weight: bold;
    color: #495a75;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    text-decoration: none;
}
.spark_simple_button:hover{background: #FCFDFF}

.spark_simple_button *{pointer-events: none;}

.spark_simple_button &gt; .spark_icon{
    margin-right: 6px;
    margin-left: -6px;
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
}
.spark_simple_button &gt; .text{
    display: inline-block;
    vertical-align: middle;
}

.spark_simple_button.short{padding: 13px 12px}
.spark_simple_button.short &gt; .spark_icon{
    margin-right: -3px;
    margin-left: 0;
}

/***********************/

#spark_widget_wrapper{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e8edf7;
}


/********** BLOG **********/
.follow_button{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    background: #6D9BDA;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    font-size: 13px;
}
    .follow_button:hover{
        background: #497DC6;
        color: #D2DDF5;
    }

    .follow_button.followed{
        box-shadow: inset 0 0 0 1px #E5E7EF;
        background: #fff;
        color: #A0ABBB;
        padding-left: 14px;
    }
    .follow_button.followed &gt; i{margin-right: 5px;}

.s_w_head{
    background: #f7f9fd;
    padding: 30px;
}
    .s_w_head .follow_button{
        float: right;
        padding: 15px 19px;
    }

    .s_w_head .logo{
        float: left;
        margin-right: 28px;
    }
    .s_w_head .logo, .s_w_head .logo &gt;img{
        width: 50px;
        height: 50px;
        display: inline-block;
    }
    .s_w_head .title{
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 7px;
        text-decoration: none;
        color: inherit;
    }
    .s_w_head .desc{
        font-size: 15px;
        color: #61749e;
        text-decoration: none;
    }
    .s_w_head a.desc:hover{
        text-decoration: underline;
    }


/*** Project widget ***/
.w_project .s_w_head .title{
    font-size: 21px;
    line-height: 1.2em;
    margin-bottom: 3px;
}
.w_project .follow_button{
    float: left;
    padding: 13px 22px;
}
.w_project .content{
    padding: 30px;
}
.w_project .counters{
    padding-left: 30px;
}
    .w_project .counters .item{
        display: block;
        font-size: 13px;
        color: #96a5c8;
        text-decoration: none;
        text-align: center;
        width: 33%;
        float: left;
    }
        .w_project .counters .item:hover{
            color: #4c5f8a;
        }
    .w_project .counters .item:nth-child(2){
        width: 34%;
    }
    .w_project .counters .count{
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 4px;
    }
@media all and (max-width: 450px){
    .w_project .counters .item{font-size: 11px;}
    .w_project .counters .count{font-size: 17px;}
    .w_project .follow_button{padding: 10px 13px;}
    .w_project .counters{padding-left: 15px;}
}
@media all and (max-width: 370px){
    .w_project .follow_button{
        float: none;
        display: block;
        margin-bottom: 30px;
        padding: 12px 20px;
        text-align: center;
    }
}


/*** Blog widget ***/

.s_blog .item{
    padding: 20px 30px;
    border-bottom: 2px solid #f5f7fa;
}
    .s_blog .item:last-of-type{border-bottom: 0;}
    .s_blog .item .title{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        color: inherit;
        display: inline-block;
    }
    .s_blog .item .title:hover{
        text-decoration: underline;
    }
    .s_blog .item .subtitle{
        font-size: 15px;
        line-height: 1.4em;
    }
    .s_blog .item .footer{
        color: #99A1A7;
        margin-top: 23px;
    }
        .s_blog .item .footer .date{
            float: right;
        }

        .s_blog .param{
            display: inline-block; margin-right: 10px; vertical-align: middle;
            line-height: 1em;
            color: inherit; text-decoration: none;
        }
        .s_blog .param i{opacity: 1;}
        .s_blog a.param i{vertical-align: bottom;}
        .s_blog a.param:hover{
            color: #6A7076;
        }

        .s_blog .param.with_unread{background: #F1F5FB; color: #6DA4DE;}
        .s_blog .param.with_unread:hover{background: #CCE1FF; color: #589EFF;}
        .s_blog .param.with_unread &gt;i{vertical-align: baseline;}
        .s_blog .param.with_unread &gt; .unread{font-weight: bold; color: #AFCBE4}
        .s_blog .param.with_unread:hover &gt; .unread{color: #79B9E7}

        .s_blog .cover{
            display: block;
            width: 370px; max-height: 190px;
            border-radius: 3px; background: #eee; margin: 15px 0 0;
            overflow: hidden;
        }
        .s_blog .cover &gt; img{
            width: 100%;
        }

.load_more{
    background: #fcfcfc;
    border-top: 2px solid #f5f7fa;
    color: #a9b8cc;
    font-size: 15px;
    padding: 20px 30px;
    cursor: pointer;
}
    .load_more:hover{
        background: #5a697e;
        color: #D6E2F2;
        border-top-color: #55617E;
        box-shadow: 0 2px 0 #55617E;
    }

.loading{
    position: relative
}
.loading:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    z-index: 1;
    background: url('/public/img/loading_pattern.gif') !important;
    opacity: 0.08;
}
.load_more.loading{
    background: #fff !important;
    border-top-color: #EAECEF  !important;
    color: #8996a7  !important;
    box-shadow: 0 2px 0 0 #EAECEF  !important;
}

.w_footer{
    display: block;
    border-top: 2px solid #f5f7fa;
    padding: 20px 30px;
    color: #424f69;
    text-decoration: none;
}
    .w_footer:hover{
        background: #FBFBFB;
        color: #5E6A89;
        border-top-color: #F1F3F8;
    }
.w_footer .desc{
    text-align: right;
    margin-top: 2px;
}
.w_footer .logo{
    float: left;
}
    .w_footer .logo &gt; i{
        font-size: 16px;
        vertical-align: middle;
    }
.w_footer .name{
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.subscribe{
    border-top: 2px solid #f5f7fa;
    text-align: center;
    padding: 30px;
    display: none;
}
.subscribe .count{
    font-size: 15px;
    color: #798497;
    line-height: 1em;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
}
    .subscribe .count:hover{text-decoration: underline;}
.subscribe .follow_button{
    font-size: 15px;
    padding: 12px 20px;
}


.auth{
    background: #e6e8f4;
    color: #9098AD;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-bottom: 30px;
}
.auth &gt; .header{
    background: #2b394a;
    padding: 20px 30px
}
.auth &gt; .header .logo{
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
}

.auth &gt; .message{
    background: #fff;
    padding: 20px 30px;
    text-align: center;
    font-size: 15px;
    color: #373b49;
}
.auth &gt; .message.error{
    color: #E47777;
}
.auth &gt; .social {
    padding: 50px 30px;
    text-align: center;
}
.auth .social .button{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    background: #8598BB;
    cursor: pointer;
    text-decoration: none;
}
    .auth .social .vk:hover{
        background: #6682B4;
    }
    .auth .social .fb:hover{
        background: #4D75BE;
    }
    .auth .social .tw:hover{
        background: #57B3ED;
    }
.auth .social i{
    color: #fff;
    font-size: 17px
}
.auth input{
    padding: 12px 17px;
    background: #fff;
    border: 0;
    font-size: 15px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.auth input:focus{
    box-shadow: 0 0 0 2px #c9d0e2;
}
/*.auth .input{
    margin-right: 34px;
}*/
.auth .input input{
    width: 100%;
}
.auth input[type="submit"]{
    background: #6690ca;
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
}
.auth input[type="submit"]:hover{
    background: #517db8
}
.auth input:disabled{
    background: #D4DCED;
    color: #A2A9C9;
}
.auth input[type="submit"]:disabled{
    background: #B2BED5 !important;
    color: #838FAE;
}
.auth .form_bottom_link{
    font-size: 13px;
    display: inline-block;
    margin-top: 15px;
    color: #9098AD;
}
.auth form{
    width: 300px;
    margin: 0 auto 50px;
    text-align: center;
}
.big_button_link{
    display: block;
    padding: 20px 30px;
    text-align: center;
    background: #434B66;
    border-radius: 2px;
    font-size: 15px;
    color: #B2BDD5;
}
    .big_button_link:hover{
        background: #2b394a;
        color: #fff;
    }
.auth .big_button_link{
    margin: 0 30px;
    text-decoration: none;
}
.auth .max_trying{
    margin: 20px 100px 80px;
    font-size: 18px;
    text-align: center;
}

.no_data{
    color: #A7B3BF;
    padding: 30px;
}

@media all and (max-width: 350px){
    .s_w_head .follow_button{
        display: none;
    }
    .s_w_head .logo{
        margin-right: 25px;
    }
    .s_w_head .logo, .s_w_head .logo &gt;img{
        width: 40px; height: 40px;
    }
    .s_w_head .desc{
        font-size: 13px;
    }
    .s_w_head .title{
        font-size: 16px;
        margin-bottom: 2px;
    }
    .s_blog .cover, .s_blog .item .subtitle{display: none;}
    .s_blog .item{
        text-align: center;
        padding: 25px 30px;
    }
    .s_blog .item .title{
        text-decoration: none;
        font-size: 15px;
        line-height: 1.5em;
        margin: 0 30px;
    }
    .s_blog .item .footer{
        text-align: center;
        margin-top: 25px;
    }
    .subscribe{
        display: block;
    }
    .load_more{
        text-align: center;
    }
}
@media all and (max-width: 290px){
    .s_blog .item .title{margin: 0;}
    .s_blog .item .footer .date{
        float: none;
        margin-bottom: 5px;
    }
    .w_footer{
        padding: 20px;
        text-align: center;
    }
        .w_footer .desc{
            text-align: center;
        }
        .w_footer .logo{
            float: none;
            margin-bottom: 4px;
        }
        .w_footer .logo &gt; .i{
            font-size: 18px;
        }
        .w_footer .logo &gt; .name{
            display: block;
            margin-top: 3px;
        }
    .s_w_head{
        padding: 20px;
    }
    .s_w_head .logo{margin-right: 15px;}
    .w_project .s_w_head .title{font-size: 18px;}
    .s_w_head .logo, .s_w_head .logo &gt; img{
        width: 30px;
        height: 30px;
    }
    .w_project .follow_button,
    .subscribe .follow_button{
        padding: 12px 5px;
    }
    .w_project .follow_button &gt; i,
    .subscribe .follow_button &gt; i{
        font-size: 10px;
    }
    .w_project .counters .item{word-wrap: break-word;}
}

</pre></body></html>