.legend
{
    width: 100%;
    text-align: center;
    padding: 1em;
}
.legend-item
{
    display: inline-block;
    padding: 0 1em;
}
.l-image
{
    display: inline-block;
    vertical-align: middle;
}
.l-text
{
    font-size: 0.875em;
    line-height: 1.86;
    text-align: center;
    color: #3d4d65;
    display: inline-block;
    vertical-align: middle;
}
.timeline
{
    text-align: center;
    border-collapse: collapse;
    margin: auto;
}
.timeline th
{
    font-family: Roboto;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.86;
    text-align: center;
    color: #3d4d65;
    padding: 0 1em;
    border-bottom: 1px solid #e9eff4; /* Линия снизу */
    min-width: 75px;
}
.timeline td
{
    border-bottom: 1px solid #e9eff4; /* Линия снизу */
    height: 5em;
}
.t-text
{
    padding: 20px;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.86;
    color: #3d4d65;
    text-align: left;
    width: 15em;
}
.t-text-h
{
    font-size: 0.875em;
    font-weight: bold;
    color: #3d4d65;
}
.but-m
{
    text-align: center;
    margin-top: 1.5em;
}
.but {
    background: none;
    padding: 0.8em 2em;
    color: #8493a8;
    border: 2px solid #8493a8;
    border-radius: 1.375em;
}

.img{
    width: 100%!important;
    height: 100%;
}

.timeline tr:last-child td{
    border-bottom: none;
}

.timeline th{
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

@media(min-width: 1600px){
    .timeline, .site-map, .links table{
        width: 80%;
    }
    .timeline .t-text{
        width: auto;
    }
    .site-map{
        max-width: none;
        text-align: center;
    }

    .links table{
        text-align: center;
    }

    .links img{
        max-width: 100%;
    }
}