@charset "UTF-8";

.bn-popup-gazeta__detail {
    display: none;
}

.bn-popup-gazeta__detail-desktop {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.2s;

    margin: 0 auto;
    background-color: #f8f8f8;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.2);
}

.bn-popup-gazeta__detail-container {
    box-sizing: border-box;
    padding: 20px 20px;
    position: relative;
}

.bn-popup-gazeta__detail-close {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTFMMTEgMU0xMSAxMUwxIDEiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat center center/12px 12px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
}

.bn-popup-gazeta__detail-desktop-headline {
    display: block;
    font: bold 18px "Roboto", Arial, sans-serif;
    margin: 0 0 10px 0;
}

.bn-popup-gazeta__detail-desktop-text {
    display: block;
    font: 13px "Roboto", Arial, sans-serif;
    margin: 0 0 20px 0;
}

.bn-popup-gazeta__detail-desktop-action {
    display: inline-block;
    margin: 0 0 0 0;
    border: 1px solid #FF8C00;
    box-sizing: border-box;
    background: #FF8C00;

    color: #FFFFFF;
    padding: 10px 55px;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

.bn-popup-gazeta__detail-desktop-action:hover {
    text-decoration: none;
}

.bn-popup-gazeta__detail-content {
    max-width: 1240px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.bn-popup-gazeta__detail-desktop-text a {
    color: #809513;
}