﻿@media (max-width: 1024px) {
    .topic-page {
        min-height: 550px !important;
    }
}

@media (max-width: 480px) {
    
}

.topic-page {
    padding: 40px;
    border-top: 1px solid #eee;
}

    .topic-page .page-title {
        margin: 0 0 40px;
        border-bottom: 1px solid #eee;
        padding: 0 0 40px;
    }

        .topic-page .page-title h1 {
            font-size: 2em;
            font-weight: 500;
            text-align: center;
            color: #000;
        }

    .topic-page .page-body {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.4em;
    }

        .topic-page .page-body p {
            padding: 0 0 1.4em 0;
        }

        .topic-page .page-body a {
            color: #000;
            text-decoration: underline;
        }

        .topic-page .page-body strong {
            font-weight: 500;
        }

        .topic-page .page-body ol,
        .topic-page .page-body ul {
            padding: 0 0 2em 30px;
        }

        .topic-page .page-body h1,
        .topic-page .page-body h2,
        .topic-page .page-body h3,
        .topic-page .page-body h4,
        .topic-page .page-body h5,
        .topic-page .page-body h6 {
            padding: 0 0 30px 0;
            font-weight: 500;
        }

        .topic-page .page-body h1 {
            font-size: 1.8em;
        }

        .topic-page .page-body h2 {
            font-size: 1.6em;
        }

        .topic-page .page-body h3 {
            font-size: 1.4em;
        }

        .topic-page .page-body h4 {
            font-size: 1.2em;
        }

        .topic-page .page-body h5 {
            font-size: 1.1em;
        }

        .topic-page .page-body h6 {
            font-size: 1.1em;
        }

        .topic-page .page-body blockquote,
        .topic-page .page-body q {
            quotes: none;
            font-style: italic;
            padding: 20px;
            border-left: 10px solid #ddd;
            margin: 0 0 30px 0;
        }

        .topic-page .page-body table {
            margin: 0 0 20px 0;
        }

        .topic-page .page-body td {
            padding: 10px;
            border: 1px solid #666;
        }

        .topic-page .page-body .regul-block {
            display: table;
            position: relative;
            width: calc(50% - 20px);
            height: 250px;
            background: #000;
            margin: 0 10px 20px;
            text-decoration: none;
            float: left;
            color: #FFF;
            font-size: 1.6em;
        }

        .topic-page .page-body .img-block {
            z-index: 1;
            position: absolute;
            opacity: .5;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-position: center;
            background-size: cover;
        }

        .topic-page .page-body .regul-block .cell {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            z-index: 2;
            position: relative;
            color: white;
        }


        .topic-page .page-body .regul-block-M {
            display: table;
            position: relative;
            width: 100%;
            height: 100px;
            background: #000;
            margin: 0 0 20px 0;
            text-decoration: none;
            float: initial;
            color: #FFF;
            font-size: 1.2em;
        }
        .topic-page .page-body .regul-block-M .cell-M {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }