div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.buy_mag {
    background: #f5f5f5;
    font-weight: bold;
    padding: 9px 20px;
    margin: 2px 0 20px;
}

html[lang="ru"] time.news-time {
    text-transform: lowercase
}

article.news-detail p.advert {
	margin: 0px;
	font-size: 9pt;
}
article.news-detail p.advert span.erid {
	background-color: #ddd;
	border-radius: 1em;
	padding: .25em .75em;
}

article.news-detail time.news-time {
	display: block;
	text-align: right;
	font-style: italic;
}

article.news-detail .carousel-caption {
    position: static;
    background: none;
    font-style: italic;
    padding: 10px 0;
    border-bottom: 3px solid #ccc;
    font-size: 12px;
    line-height: 1.6;
    font-weight: normal;
}

article.news-detail .carousel img {
    display: inline-block;
    margin: 0 auto;
}

article.news-detail {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}

article.news-detail a.forum {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    border: 2px solid #1598ed;
    padding: 10px 20px;
}

article.news-detail a.forum:hover {
    background: #1598ed;
    color: #fff;
}

article.news-detail main a {
    text-decoration: underline
}

article.news-detail h1 {
    font-size: 20pt
}

article.news-detail p {
    text-indent: 0em;
    margin-bottom: 1em
}

article.news-detail p.abstract {
    color: #c99e65;
    padding-left: 20px;
    border-left: 10px solid #c99e65;
    font-weight: 700;
}

article.news-detail p.author {
    margin: 1em 0em
}

article.news-detail figure {
    margin: 0em 0em 2em;
    text-align: center
}

article.news-detail figure figcaption {
    margin: 0.5em 0em;
    font-size: 0.8em;
    font-style: italic;
    text-align: left
}

article.news-detail aside {
}

article.news-detail #social {
    margin: 30px 0;
    text-align: right;
}

/*article.news-detail #social a { font-weight: bold; text-decoration: underline }*/
.news-detail-prop {
    margin-bottom: 2em
}

article.news-detail aside .prop-title {
    width: 100%;
    font-size: 1.0em;
    padding: 0.25em
}

.rel-articles .rel-col {
    -webkit-column-width: 320px;
    -moz-column-width: 320px;
    column-width: 320px;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.rel-articles a p {
    color: #333
}

.rel-articles a:hover {
    text-decoration: none
}

.rel-articles a:hover .rel-title {
    text-decoration: underline
}

.rel-article {
    display: inline-block;
    margin-bottom: 1em;
    font-size: 0.9em;
    padding: 4px
}

/* .rel-article:hover { box-shadow: 2px 2px 3px 2px #ccc; } */
.rel-article img {
    width: 120px;
    height: auto;
    float: left
}

.rel-article h6, .rel-article p {
    margin-left: 140px
}

.rel-article .rel-title {
    margin-top: 0px
}

.announce a {
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    max-width: 550px;
}

.main-bytopic {
    margin-top: 20px;
}

.main-bytopic h5 {
    font-size: 18px;
    font-weight: bold;
}

	article.news-detail .swiper-pagination {
		position: static;
		height: 2em;
	}
	article.news-detail .swiper-button-next, article.news-detail .swiper-button-prev {
	    position: absolute;
		top: 40%;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		font-size: 60px;
		font-weight: 100;
		line-height: 30px;
		color: #fff;
		text-align: center;
		background: #222;
		border: 3px solid #fff;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
		border-radius: 23px;
		opacity: .5;
		filter: alpha(opacity=50);
	}
	article.news-detail .swiper-button-next {
		right: 15px;
		left: auto;
	}	
	article.news-detail .swiper-button-prev {
		right: auto;
		left: 15px;
	}
	article.news-detail .figure-caption {
		position: static;
		background: none;
		font-style: italic;
		padding: 10px 0;
		font-size: 12px;
		line-height: 1.6;
		font-weight: normal;	
	}
	article.news-detail .figure-caption .fullscreen-link {
		float: right;
        margin-left: 1em;
	}
	article.news-detail .figure-caption:after {
		clear: both;
        content: '';
        display: block;
	}
	article.news-detail .figure-caption.fullscreen-link {
		position: absolute;
		right: 0px;
		bottom: 0.6em;
		padding: 0px;
		z-index: 15;
	}

	article.news-detail .swiper-slide img {
		height: 400px;
		max-width: 700px;
		width: auto;
	}
	article.news-detail .swiper-slide .figure-placeholder {
		width: 700px;
		height: 400px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	article.news-detail .swiper-slide:nth-child(odd) {
		text-align: center;
	}
	article.news-detail .swiper-wrapper {
		border-bottom: 3px solid lightgray;
		margin-bottom: 8px;
	}
