<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
    Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ð»Ð¸Ñ‚Ð¾Ñ‡Ð½Ñ‹Ñ… Ð±Ð»Ð¾ÐºÐ¾Ð². Ð’ Ð¿Ñ€Ð¾Ñ†ÐµÑÑÐµ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ.
*/
.metro-style {
    width: auto;
    margin: 20px auto 0px;
}
.metro-style:before {
    content: " ";
    display: table;
}
.metro-style:after {
    content: " ";
    display: table;
    clear: both;
}
.metro-style .item {
    width: 100%;
    min-height: 365px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
}
.metro-style .item img {
    max-width: 90%;
    min-width: 90%;
    margin: 0px auto;
    height: auto;
}
.metro-style .item .title, .metro-style .item .time, .metro-style .item .desc {
    margin: 0px 5px;
    padding: 0px;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}
.metro-style .item .title {
    margin-top: 6px;
    margin-bottom: 5px;
}
.metro-style .item .title a {
    font-weight: 700;
    text-decoration: none;
}
.metro-style .item .title a:hover {
    text-decoration: underline;
}
.metro-style .item .time {
    margin-bottom: 5px;
}
.metro-style .item .desc {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .metro-style .item {
        width: 33%;
    }
}</pre></body></html>