<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    padding: 20px 0 10px;
    background-color: #f4f6f7;
    font-family: "roboto", sans-serif;
    color: #222;
    box-sizing: border-box;
}
h1,h2,h3{
    margin: 0;
    padding: 0;
}
.container{

    width: 1032px;
    margin: 0 auto;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px 20px;
    border: 1px solid rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.05);
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
    box-sizing: border-box;

}
.logo{
    float: left;
    background: url("../img/logo.png") no-repeat;
    background-size: 100% 100%;
    width: 304px;
    height: 119px;
    margin: 0 20px 0 -20px;

}
header {
    display: inline-block;
    width: 100%;
}
header .head{
    font-size: 36px;
    line-height: 28px;
    margin: 32px 20px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}
header .head-about{
    display: block;
    margin: 20px 0 0;
    text-align: center;
    overflow: hidden;
    transform: rotate(2deg);
    font-size: 16px;
    box-sizing: border-box;
    background: url("../img/l.png") no-repeat, url("../img/2.png") no-repeat;
    background-position: 5% 20%, 95% 80%;
    padding: 15px;
    border: 2px dashed #b3d6e7;
}
header span{
    font-size: 20px;
    line-height: 24px;
}
.clearfix{
    clear: both;
}
nav {
    padding: 5px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    background: #F5F5F5;
    margin: 0 -20px 10px;
    display: inline-block;
    width: 100%;
}
nav ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
nav ul li {
    float: left;
}
nav ul li a{
    display: block;
    padding:8px 12px;
    margin: 2px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    text-transform: uppercase;
    color: #0088cc;

    text-decoration: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;

}
nav ul li a.active{
    background-color: #0088cc;
    color: #fff;
    border-radius: 5px;
}

a{

    color: #0088cc;
    text-decoration: none;
}

nav ul li a.active:hover, nav ul li a.active:focus{
    background-color: #0088cc;
    color: #fff;
}
article{
    margin: 20px 0;
    width: 75%;
    font-family: Tahoma,Verdana, sans-serif;
    font-size: 14px;
    line-height: 23px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 20px;
    border-right: 1px solid #eee;
    text-align: justify;
}
article h1{
    color: #0088cc;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-size: 28px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;
}
article p{
    color: #333;
    font-size: 16px;
    text-indent: 15px;
}
article span{
    color: #999;
    display: block;
}


aside{
    margin: 20px 0;
    width: 25%;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
}

.search-query{
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
}
.sideblock{
    min-height: 20px;
    padding: 19px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.sideblock .header{
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    border-bottom: 1px solid #eee;
    color: rgb(51, 51, 51);
    display: block;
}
.sideblock a{
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #666;
    margin: 5px 0;
    font-size: 13px;
}
aside h3{
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
    padding-left: 20px;
    font-family: "roboto", sans-serif;
}

.comments{
    width: 70%;
}
.comments h2{
    font-weight: normal;
}
.item {
    padding: 20px 0;
}
.item img{
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 2px;
    margin-right: 20px;
}
.comment{
    overflow: hidden;
}

.comment .hdr{
    font-size: 16px;
    border-bottom: 1px solid #999;
    font-weight: 500;
}
.comment .hdr span{
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.comment p{
    font-size: 16px;
    padding: 0 0 10px;
    line-height: 1.5;
}
.comment p img{
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    float: none;
    clear: both;
    margin: 10px auto;
}
article img{
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 10px auto;
    box-sizing: border-box;
}
.ava{
    width: 80px;
    display: block;
    float: left;
    margin: 16px 10px 0 0;
    border: 1px solid rgba(183, 187, 189, 0.61);
    box-sizing: border-box;
    border-radius: 3px;
}

.img-left{
    float: left;
    margin-right: 10px;
    width: inherit;
    margin-bottom: 0;
}
.img-right{
    float: right;
    margin-left: 10px;
}
.comment input{
    display: block;
    color: #999;
    width: 33%;
    max-width: 400px;
    padding: 10px 5px;
    border: 1px solid #999;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    box-sizing: border-box;
}
.comment textarea{
    display: block;
    color: #999;
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #999;
    margin: 0 0 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
.btn{
    float: right;
    box-sizing: border-box;
    display: block;
    padding: 10px 15px;
    border: none;
    background-color: #0088cc;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.btn:hover{
    background-color: #005580;
}

footer{
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    padding: 20px 0 0;
}


.btn-green{
    display: block;
    background: url("../img/button_dialek.png") no-repeat 100% 100%;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    height: 55px;
    background-size: 100% 100%;
    transition: all .3s ease-in-out;
}
.btn-green:hover{
    background: url("../img/button_dialek_hover.png") no-repeat 100% 100%;
    background-size: 100% 100%;
    max-width: 330px;
    height: 59px;
}
.btnwrapper{
    height: 80px;
}
.aall{
    display: block;
    overflow: hidden;
    padding-top: 2px;
    box-sizing: border-box;
}
.aall p:first-child{
    margin-top: 0;
}
.aall p{
    display: inline;

}
.comments h2.hh{
    font-size: 20px;

}

.better{
    background-color: rgb(255, 242, 204);
    padding: 5px;
}


.cdate{
    display: block;
    float: right;
}

article .rdate{
    display: inline;
}

/*


@media screen and (max-width: 900px){
article{
    width: 100%;
    float: none;
}
aside{
    width: 100%;
    padding: 0;
}
    .sideblock{
        max-width: 300px;
    }
    aside input{
        max-width: 300px;
    }
    .comments{
        width: 100%;
    }
    .comment input{
        width: 100%;
        max-width: 300px;
    }
}
*/</pre></body></html>