@media (max-width: 900px) {
    .url_table , .url_row , .url_td {
        display: block;
    }

    .url_td_left {
        padding: 0px 0px 20px 10px;
    }

    .url_td_center {
        padding: 10px 10px;
        vertical-align: top;
    }
}

@media (min-width: 900px) {
    .url_table {
        display: table;
    }

    .url_row {
        display: table-row;
    }

    .url_td {
        display: table-cell;
        height:116px;
        text-align: center;
    }

    .url_td_left {
        width: 220px;
    }

    .url_td_center {
        padding: 10px 10px;
        vertical-align: top;
    }
}

.url_table {
    width: 100%;
    border-left: 3px solid #aaa;
}

.url_td_left {
    width: 220px;
    height: 116px;
    position: relative
}


@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


@font-face {
    font-family: Supertalls; /* Гарнитура шрифта */
    src: url(/fonts/Supertalls.ttf); /* Путь к файлу со шрифтом */
}

.top, .top a{
    font-size: 30pt;
    font-family: Supertalls;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    /* background-color: #777; */
    background-image: linear-gradient(to bottom, #fe1503, #f69113);
}

body, html  {
    height: 100%;
}

.content {
    min-height: 100%;
    height: auto !important;
    padding: 0 0 103px;
}

.footer {
    margin: -103px 0 0 0;
    position: relative;
}

a {
    text-decoration: none !important;
}

.top a:hover {
    text-decoration: none;
    color: #fe1503;
    border-bottom: 5px dashed #fe1503;
}

h1, h2, h3, h4 {
    font-weight: 300 !important;
    line-height: 1.2 !important;
}

h2 {
    font-size: 28px !important;
}

a {
    color: #fe1503;
}

.last-right-block-no-padding a:last-child {
    padding-right: 0px;
}

.alert-danger ul {
    margin-bottom: 0px;
}

.date {
    color: green;
}

