

/* Start:/local/templates/all_events/styles.css?17168144602941*/
.cont-text-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cont-img {
    width: 32%;
}
.cont-tex {
    margin-right: 2rem;
    width: 68%;
}
.img-bottom {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #b5b8bd;
}

/*фреймы с заметками на детальной странице события*/
.events-content .content-frame {
    padding: 1.375rem 2rem 0.375rem 2rem;
}
.content-frame {
    width: 100%;
    border: 0.25rem dashed #e6ecf2;
    padding: 2rem 2rem 1rem 2rem;
    font-weight: normal;
    font-size: 1rem;
}
    /*серый*/
.content-fill-gray {
    width: 100%;
    background: #f2f4f5;
    padding: 1.375rem 2rem 0.375rem 2rem;
    border-radius: 0.5rem;
    margin-top: 1.375rem;
    font-weight: normal;
    font-size: 1rem;
}
    /*оранжевый*/
.content-fill-orange {
    width: 100%;
    background: #fff1e5;
    color: #ff7801;
    padding: 1.375rem 2rem 0.375rem 2rem;
    border-radius: 0.5rem;
    margin-top: 1.375rem;
    font-weight: 600;
    font-size: 1rem;
}
    /*с кавычками*/
.content-fill-quotes {
    width: 100%;
    padding: 1.375rem 2rem 0.375rem 6.5rem;
    margin-top: 1.375rem;
    font-size: 1rem;
    position: relative;
}
.content-fill-quotes span {
    font-size: 0.75rem;
    opacity: 0.7;
}
.content-fill-quotes:before {
    content: '“';
    font-size: 17.5rem;
    color: #cbced1;
    position: absolute;
    left: -18px;
    top: -67px;
}

/*таблицы*/
.table-event{
	margin:1rem 0 1.5rem 0;
	width: 100%;
	border-collapse: collapse;
}
.table-event th{
	background-color: #526475;
    font-weight: normal;
    color: #fff;
	padding: 1rem;
	text-align: left;
	width: 21.875rem;
}

.table-event th:first-child{
	width: 12rem;
}
.table-event th:last-child{
	padding-right:4rem;
	text-align:right;
	width: 21.875rem;
}
.table-event td{
	padding: 1rem;
	text-align: left;
	vertical-align: top;
}
.table-event td:nth-child(2){
	font-weight:600;
}
.table-event td.price-cell{
	width: 11rem;
    padding: 1rem 1.5rem;
	border-bottom:1px solid #b5bcc4;
	font-weight:500;
}
.table-event tr.border-tr{
	border-top:1px solid #b5bcc4;
	border-bottom:1px solid #b5bcc4;
}
/*end таблицы*/

/* баннер события */
.top-left {
    position: absolute;
    top: 25px;
    left: 13%;
}
.banner-text-anounce {
    color: #fdfdfd;
    font-size: x-large;
    font-weight: 600;
    text-transform: uppercase;
    width: 300px;
    line-height: 1.5;
}
.banner-text-type {
    padding-bottom: 0;
    font-size: large;
}
.banner-text-date {
    color:#f214ca;
    font-weight: 500;
}
.banner-text-city {
    color:#f214ca;
    font-weight: 600;
    font-size: small;
}
/* end баннер события */


.events-list .event_status_block{
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: red;
    color: white;
    font-size: 25px;
    padding: 5px 0;
    white-space: nowrap;
}
/* End */
/* /local/templates/all_events/styles.css?17168144602941 */
