﻿
.pub-2021 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((320 / 375) * 100vw);
    margin: 0 auto;
    margin-bottom: 24px;
    z-index: 1;
}

    .pub-2021 .pub-close {
        display: flex;
        flex-direction: row-reverse;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #BEBEBE;
        margin-bottom: 5px;
        text-transform: uppercase;
        align-items: center;
    }

        .pub-2021 .pub-close a {
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
            color: #BEBEBE;
            margin-bottom: 5px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
        }

            .pub-2021 .pub-close a:hover {
                color: #c30000;
            }

        .pub-2021 .pub-close .ico {
            font-family: inherit;
            font-size: 8px;
            font-weight: 400;
            line-height: 8px;
            color: inherit;
            text-transform: uppercase;
            margin-left: 2px;
        }

    .pub-2021.mrec {
        width: calc((300 / 375) * 100vw);
        max-width: 300px;
        margin-bottom: 0;
        padding-top: 22.3px;
        z-index: 1;
    }

@media (min-width: 768px) {
    .pub-2021 {
        width: calc((970 / 1366) * 100vw);
        max-width: 970px;
        margin-bottom: 56px;
    }

        .pub-2021 .pub-close {
            position: absolute;
            top: 0;
            right: -30px;
        }

        .pub-2021.mrec {
            padding-top: 0px;
        }
}