@charset "UTF-8";

/* Стили для редактируемого через ПУ контента */

.b-ugc p:not([class]) {
}

.b-ugc img:not([class]) {
    max-width: 100%;
    height: auto;
}

.b-ugc figure:not([class]) {
    position: relative;
    width: 100%;
    float: none;
    margin: 0 auto;
}

.b-ugc figure:not([class]) img {
    float: none;
    max-width: 100%;
    height: auto;
}

.b-ugc figure:not([class]) figcaption {
    width: 60%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px 5px 10px;
    color: #a8a8a8;
    background: rgba(20, 20, 20, 0.5);
}

.b-ugc blockquote:not([class]) {
    font-size: 20px;
    border-left: 3px solid #ed7d31;
}

/* --- below is deprecated */

#content1 img {
    max-width: 100%;
    height: auto;
}

#content1 figure {
    position: relative;
    width: 100%;
    float: none;
    margin: 0 auto;
}

#content1 figure img {
    float: none;
    max-width: 100%;
    height: auto;
}

#content1 figure figcaption {
    width: 60%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px 5px 10px;
    color: #a8a8a8;
    background: rgba(20, 20, 20, 0.5);
}