
.info__detail_1 {

    .block__item__meta {
    	display: flex;
    	flex-wrap: wrap;
        justify-content: space-between;
    	margin-top: -5px;
    }
    
    .block__item__date {
    	font-size: .867em;
    	line-height: 1.692em;
    	color: #777;
    	padding-right: 20px;
    	margin-top: 5px;
    }
    
    .block__item__period {
    	font-size: .867em;
    	line-height: 1.692em;
    	color: #777;
    	position: relative;
    	padding-left: 20px;
    	margin-top: 5px;
    }
    
    .block__item__period:before {
    	content: '';
    	background-image: url(../img/_info__item-date_red.svg);
    	background-repeat: no-repeat;
    	display: block;
    	width: 9px;
    	height: 12px;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	margin-top: -6px;
    }
    
    .info__detail .countdown-datetime {
    	pointer-events: none;
    	display: inline-block;
    	border: 1px solid #eee;
    	background: #fff;
    	border-radius: 2px;
    	margin-top: 1em;
    }
    
    .info__detail .countdown-datetime:first-child {
    	margin-top: 0;
    }
    
    .info__detail .countdown-datetime__inner {
    	flex-wrap: nowrap;
    	display: flex;
    	align-items: center;
    	height: 40px;
    }
    
    .info__detail .countdown-datetime__inner > div {
    	width: 25%;
    	min-width: 38px;
    	text-align: center;
    	position: relative;
    }
    
    .info__detail .countdown-datetime__inner > div:before {
    	content: '';
    	background: #333;
    	width: 2px;
    	height: 2px;
    	display: block;
    	position: absolute;
    	right: -1px;
    	border-radius: 50%;
    	top: 5px;
    }
    
    .info__detail .countdown-datetime__inner > div:after {
    	content: '';
    	background: #333;
    	width: 2px;
    	height: 2px;
    	display: block;
    	position: absolute;
    	right: -1px;
    	border-radius: 50%;
    	top: 10px;
    }
    
    .info__detail .countdown-datetime__inner > div:last-child:before,
    .info__detail .countdown-datetime__inner > div:last-child:after {
    	display: none;
    }
    
    .info__detail .countdown-datetime__inner > div > span {
    	color: #333;
    	font-size: 15px;
    	font-weight: 700;
    	line-height: 1;
    	display: block;
    }
    
    .info__detail .countdown-datetime__inner > div > div {
    	color: #333;
    	opacity: .6;
    	font-size: 11px;
    	line-height: 1;
    	margin-top: 1px;
    	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    }
    
    .block__item__tools {
    	display: flex;
    	flex-wrap: wrap;
    	margin: 0 -15px;
    	justify-content: space-between;
    	align-items: center;
    }
    
    .block__item__source {
    	margin-top: 30px;
    	padding: 0 15px;
    	width: 100%;
    }
    
    .block__item__source a {
    	text-decoration: none;
    	border-bottom: 1px solid transparent;
    	border-color: var(--color1);
    }
    
    .block__item__source a:hover {
    	border-bottom-color: transparent;
    }
    
    .block__item__controls {
    	margin-top: 30px;
    	padding: 0 15px;
    	text-align: right;
    }
    
    .block__item__controls a {
    	text-decoration: none;
    	border-bottom: 1px solid transparent;
    	border-color: var(--color1);
    }
    
    .block__item__controls a:hover {
    	border-bottom-color: transparent;
    }
}    
