/* ???????? ??????????????? - ?????? ??????? */

/* ?????? ??????? */
body {
    color: #2c2c2c;
}

p, li, span, div, td, th, label {
    color: #303030;
}

/* ????? ??????????? */
.mag-posts-content,
.contact-content-area,
.post-sidebar-area,
.contact-area,
.footer-widget {
    color: #2c2c2c;
}

/* ?????? ?????? */
.post-title {
    color: #1a1a1a;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a;
}

/* Links - ??????? ??? ??????? */
a {
    color: #0056b3;
}

/* Blockquotes */
blockquote p {
    color: #2c2c2c;
}

blockquote footer {
    color: #555;
}

/* Small text */
small, .text-muted {
    color: #666 !important;
}

/* Form inputs */
.form-control {
    color: #303030;
}

/* ?????????? ??????? ?????????????? ??? ??????? ?????? */
.post-details-content p,
.single-catagory-post .post-content p,
.mag-posts-content p {
    font-size: 12pt;
}

/* ?????????? line-height ??? ???????? ?????????????? */
.post-details-content p {
    line-height: 2.0;
}