.image {position: relative;}
.event-detail  .grey-block {padding-top: 60px;}
.maxwidth-theme > .content-md {padding: 0;}
.event-detail .d-flex-header {align-items: flex-start; min-height: auto; margin-bottom: 34px;} 
.d-flex-header .element-title h2 {margin-bottom: 0;}
.row-detail-with-menu {
    display: flex;
    gap: 40px;
}

.detail .razdel-title {
    margin: 49px 0 39px;
}

.col-left-menu {
    flex: 0 0 267px;
}

.col-content {
    flex: 1 0;
}

.types-list {display: flex; gap:8px;}
.flower-detail-right {
    right: 0;
    top: -70px;
}

.flower-detail-left {
    left: -126px;
    top: -220px;
    z-index: -1;
}

.d-flex-header {mon-height: auto;}
.specproject-date {
	flex: 1 0 auto;
    text-align: right;
	color: #3126A7;
	font-size: 24px;
	font-weight:700;
	text-transform: uppercase;
	display: inline-flex;
    flex-direction: column;
	margin-top: 5px;
}

.specproject-date .day {
	line-height: 1;	
	border-bottom: 1px solid  #3126A7;
}

.specproject-date .time {
	color: #000;
	font-size: 20px;
	text-transform: none;
}

/*region POST FORMATS */
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.news-detail-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: url(images/bx-video.png) no-repeat center;
	opacity: 0.7;
	transition: opacity .3s ease;
}

.news-detail-video:hover {
	opacity: 1;
}

/*region POST FORMATS /// SLIDER */
.news-detail-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-detail-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.news-detail-slider-slide {
	z-index: 100;
	float: left;
}

.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left {
	left: 0;
}

.news-detail-slider-arrow-container-right {
	right: 0;
}

.news-detail-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
	left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
	right: 20px;
}

.news-detail-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-detail-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
	background: #fff;
	opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* endregion */

.news-detail-body {}

.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #000;
	font-weight: 600;
	font-size: 18px;
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-content {
	margin-bottom: 5px;
	font-size: 14px;
}

.row-route {
    display: flex;
    gap: 12px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.col-flex-50 {
    flex: 1 0 calc(50% - 24px);
}

.col-flex-25 {
    flex: 1 0 calc(25% - 24px);
}

.detail .event-list .item {max-width: 100%; position: relative;}

.flowers-block {z-index: -1;}
.flower-other-routes {
    right: 0;
    top: -130px;
	
}
.item .image > a {width: 100%;}
.item .image > a > img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    border-radius: 2px;
}

.pop-item .title a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
} 

.pop-item .title {
    line-height: 1.2;
    margin-bottom: 6px;
}


.pop-item .text {
    font-size: 14px;
    color: #5E5E5E;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pop-item .image {
    position: relative;
    margin-bottom: 10px;
}

.item:hover .card-body-hover {
    opacity: 1;
}

.item:not(.pop-item) .info {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 20px 25px 20px;
}


.item:not(.pop-item) .image:after {
	content: "";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .66) 100%);
}

.item:not(.pop-item) .title a {
    color: #fff;
	font-weight: 600;
    text-transform: uppercase;
}
.item:not(.pop-item) .title, 
.item:not(.pop-item) .text {
    font-size: 14px;
}

.item:not(.pop-item) .title {
    margin-bottom: 7px;
}


.detail .section-link a {
	margin-top: 6px;
}

.programm-title {
	font-size: 14px; 
	font-weight: 600;
	color: #3126A7; 
}
.programm-time {
	font-size: 14px; 
	font-weight: 600;
	color: #3126A7;
}
.programm-row {padding: 14px 25px; display: flex; gap: 17px;}

.programm-row:nth-child(odd) {
	    background-color: #fff;
}


.programm-row:nth-child(even) {
	    background-color:transparent;
}



.specproject-date__short-reviews--container{
	display: flex;
	flex-direction: column-reverse;
	min-width: max-content;
	gap: 10px;
}

.specproject-date__short-reviews--container .short-reviews{
	margin-right: 0 !important;
}

.short-reviews__all-detail-favorite--block{
	display: flex;
	align-items: center;
	gap:10px;
	justify-content: flex-end;
}

.short-reviews__all-detail-favorite--block .all.detail.favorite{
	position: relative;
	top: 0;
	left: 0;
}

@media(max-width:767px){
	.specproject-date__short-reviews--container .specproject-date{
		align-items: flex-start;
	}

	.short-reviews__all-detail-favorite--block{
		justify-content: flex-start;
	}
}
    