<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "main.css";
@import "right_col.css";

/* col1_638 */

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) {
    float: left;
    min-width: 336px;
    max-width: 638px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.app-download {

}

/* col2_336 */

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(2) {
    float: left;
    width: 336px;
}

/*==================================================*/

.star span {
    font-size: 40px;
    height: 25px;
    line-height: 25px;
    color: #E14F37;
}

.spec-info {
    max-width: 638px;
    overflow: hidden;
    margin-bottom: 40px;
}

.spec-info &gt; div h2 {
    font-family: Trebuchet MS;
    font-size: 19px;
    color: #4d4d4d;
    font-weight: bold;
}

.spec-info &gt; div &gt; div {
    overflow: hidden;
    padding-bottom: 10px;
}

.spec-info &gt; div &gt; div &gt; div:nth-of-type(1) {
    float: left;
    display: table-cell;
    width: 140px;
    padding-bottom: 10px;
}

.spec-info &gt; div &gt; div &gt; div:nth-of-type(1) h3 {
    margin: 0;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    color: #1874cd;
}

.spec-info &gt; div &gt; div &gt; div:nth-of-type(2) {
    float: left;
    display: table-cell;
    min-width: 336px;
    max-width: 498px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    overflow-wrap: break-word;
}

.spec-info &gt; div &gt; div &gt; div:nth-of-type(2) a {
    color: blue;
    text-decoration: underline;
}

.spec-info &gt; div &gt; div &gt; div:nth-of-type(2) a:hover {
    text-decoration: none;
}

/* блок навигации по последним отзывам */

.comment-list {
    min-width: 336px;
    margin-bottom: 20px;
}

.comment-list &gt; div:nth-of-type(1) {
    background-color: #cdcdcd;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-bottom: 3px;
    border-radius: 0px;
    border-bottom: 0px solid #cdcdcd;
}

.comment-list &gt; div:nth-of-type(1) &gt; h1 {
    margin: 0;
    font-family: Trebuchet MS, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #3d3d3d;
    letter-spacing: 1px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1) {
    font-size: 13px;
    color: green;
    margin-bottom: 5px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1) span {
    font-size: 13px;
    color: gray;
    margin-left: 10px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) {
    font-size: 13px;
    color: #111111;
}
</pre></body></html>