.article-wrapper {
	/*padding: 25px;*/
	/*max-width: 1280px;*/
	/*margin: 0 auto;*/
	/*padding-bottom: 120px;*/
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.article-wrapper {
	/*margin: 25px 0;*/
}

.article-wrapper .header {
	padding: 10px 0 0 0;
}

.article-wrapper .content {
	padding: 30px 0;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.article-wrapper .info {
	padding-top: 10px;
	/*border-top: 1px solid #e0e0e0;*/
}

.article-wrapper .list {
	padding-top: 45px;
	/*border-top: 1px solid #e0e0e0;*/
}

.article-wrapper .list .article {
	display: grid;
	grid-template-rows: -webkit-max-content auto;
	grid-template-rows: max-content auto;
	grid-template-columns: 180px auto;
	grid-row-gap: 0;
	grid-column-gap: 25px;
}

.article-wrapper .list .art_image {
	width: 180px;
	height: 180px;
	grid-area: 1/1/3/2;
	border-radius: 7px;
}

.article-wrapper .list .art_image img {
	max-width: 180px;
	max-height: 180px;
}


.article-wrapper .translations_plate {
	color: dimgray;
	line-height: 1.5;
	padding: 20px 20px;
	background: #79786d;
	border: none;
	margin-bottom: 25px;
	color: #ffffff;
	border-radius: 5px;
	padding: 20px 20px;
	margin-bottom: 25px;
}

.article-wrapper .translations_plate a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 10px 0 20px;
	margin-left: 0;
	line-height: 16px;
	text-decoration: underline;
	border-bottom: none;
	color: #fffae6;
}


.article-wrapper .articles_on_other_lang {
	margin: 35px 0 0;
	border: 1px solid lightgray;
	position: relative;
	padding: 15px 10px 10px;
	border-radius: 4px;
}


.article-wrapper .articles_on_other_lang h3 {
	font-family: "Bahnschrift Light SemiCondensed", "Bahnschrift SemiCondensed", "Bahnschrift", "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-stretch: semi-condensed;
	font-weight: 300;
	font-size: 1.5em;
	position: absolute;
	top: -10px;
	left: 10px;
	background: #959ca0;
	background: #79786d;
	line-height: 1;
	margin: 0;
	padding: 0 10px;
}

.article-wrapper .articles_on_other_lang>a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 10px 0;
	margin-left: 25px;
	line-height: 16px;
	text-decoration: underline;
	border-bottom: none;
}

.article-wrapper .translations_plate a:before,
.article-wrapper .articles_on_other_lang a:before,
.article-wrapper .translations_plate span.lang:before,
.article-wrapper .articles_on_other_lang span.lang:before {
	display: inline-block;
	position: relative;
	content: " ";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: aliceblue;
	margin-top: -1px;
	/* margin-left: -25px; */
	margin-right: 5px;
	vertical-align: text-top;
	border: 1px solid lightgray;
}

.article-wrapper .translations_plate .ru:before,
.article-wrapper .articles_on_other_lang .ru:before {
	background-image: url(../admin/img/flags/ru.svg);
}

.article-wrapper .translations_plate .en:before,
.article-wrapper .articles_on_other_lang .en:before {
	background-image: url(../admin/img/flags/gb.svg);
}

.article-wrapper .translations_plate .tr:before,
.article-wrapper .articles_on_other_lang .tr:before {
	background-image: url(../admin/img/flags/tr.svg);
}

.article-wrapper .translations_plate .ro:before,
.article-wrapper .articles_on_other_lang .ro:before {
	background-image: url(../admin/img/flags/ro.svg);
}

.article-wrapper .translations_plate .ko:before,
.article-wrapper .articles_on_other_lang .ko:before {
	background-image: url(../admin/img/flags/kr.svg);
}

.article-wrapper .translations_plate .zh:before,
.article-wrapper .articles_on_other_lang .zh:before {
	background-image: url(../admin/img/flags/cn.svg);
}

.article-wrapper .translations_plate .it:before,
.article-wrapper .articles_on_other_lang .it:before {
	background-image: url(../admin/img/flags/it.svg);
}


.linked_article {
	padding-top: 20px;
}

.linked_article_header {
	border-bottom: 1px solid lightgray;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 7px;
}

.linked_note {
	color: darkgray;
	font-size: small;
}

.rev_descr {
	margin-top: 30px;
}


.article-wrapper .content a {
	display: inline-block;
	text-decoration: none;
	color: #409ee0;
    vertical-align: top;
	/* border-bottom: 1px solid; */
	/* line-height: 0.9; */
}

.article-wrapper .content a:hover {
	color: #ffb300;
	text-decoration: underline;
}

.article-wrapper .content a img {
	margin-right: 15px;
	max-width: 100%;
}

.article-wrapper .bbgallery > a > img {
    margin: 0;
    padding: 0;
}

.article-wrapper a.fancybox {
	border: 0;
}

.article-wrapper .social-block {
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
	clear: both;
}

.article-wrapper .social-block #vkshare0 {
	display: inline-block;
	margin-right: 10px;
	vertical-align: sub;
}

.article-wrapper .social-block #vk_like {
	display: inline-block;
	vertical-align: sub;
}

.article-wrapper .social-block #vk_comments {
	margin-top: 18px;
}

.article-wrapper .social-block .fb_reset {
	display: inline-block;
}

.article-wrapper .social-block .fb-like {
	display: inline-block;
	vertical-align: top;
}

.article-wrapper .social-block .fb-comments {
	top: 10px;
}

.article-wrapper .content .image img {
	width: 250px;
	height: auto;
	float: right;
	margin-left: 35px;
	margin-bottom: 35px;
	border-radius: 7px;
}

.article-wrapper .video {
	max-width: 840px;
	margin: 30px auto;
	position: relative;
}

.article-wrapper .video-both {
	margin: 0 auto;
	text-align: center;
}

.article-wrapper .video .video-adaptive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 60px;
}

.article-wrapper .video-both .video-adaptive {
	display: inline-block;
}

.article-wrapper .video-both iframe {
	width: 620px;
	height: 349px;
	margin: 8px;
}

.article-wrapper .video .video-adaptive iframe,
.article-wrapper .video .video-adaptive object,
.article-wrapper .video .video-adaptive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-wrapper .list .article {
	display: grid;
	grid-template-columns: 200px auto;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}

.article-wrapper .list .article .description {
	/*padding-left: 25px;*/
}

.article-wrapper .list .article table {
	width: 100%;
}

.article-wrapper .list .article table td:last-child {
	width: 100%;
}

.article-wrapper .list .art_date {
	font-size: 75%;
	color: darkgray;
}

.article-wrapper .list .art_date::before {
	font-family: "FontAwesome", sans-serif;
	content: "\f271";
	margin-right: 5px;
}

.article-wrapper h2.bb {
	font-family: "Bahnschrift Light SemiCondensed", "Bahnschrift SemiCondensed", "Bahnschrift", "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-stretch: semi-condensed;
    font-weight: 300;
    letter-spacing: 0.3px;
	font-size: 150%;
    margin: 25px 0 15px;
}
.article-wrapper h3.bb {
	font-family: "Bahnschrift Light SemiCondensed", "Bahnschrift SemiCondensed", "Bahnschrift", "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-stretch: semi-condensed;
    font-weight: 350;
    letter-spacing: 0.3px;
	font-size: 125%;
    margin: 15px 0 10px;
}
@media all and (max-width:640px) {
	.article-wrapper h2.bb {		
		letter-spacing: 0;
		font-weight: bold;
		font-size: larger;
		line-height: 1.3;
	}
	.article-wrapper h3.bb {
		letter-spacing: 0;
	}
}

.article-wrapper .list h2.art_title {
	margin-top: 20px;
	margin-bottom: 5px;
}

.article-wrapper h2.art_title a {
	color: black;
	text-decoration: none;
	border: 0;
}
@media all and (max-width: 640px) {	
	.article-wrapper .list h2.art_title {
		margin-bottom: 10px;
		line-height: 1;
	}
	.article-wrapper h2.art_title a {
		font-family: 'Roboto Condensed';
		font-weight: 400;
		font-size: 14px;
	}
}
@media all and (max-width: 1000px) {
	.article-wrapper .list h2.art_title {
		margin-top: 0; 
	}
}

.article-wrapper .article.pinned h2.art_title a:after {
	content: " ";
	display: inline-block;
	position: relative;
	font-family: "FontAwesome", sans-serif;
	content: "\f08d";
	margin-left: 8px;
	color: lightgray;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.article-wrapper .art_content .text {
	color: black;
	text-decoration: none;
	border: 0;
	/*font-weight: 300;*/
	line-height: 1.5;
}

.article-wrapper .info .date {
	font-size: 75%;
	color: #777;
}

.article-wrapper .info .date::before {
	font-family: "FontAwesome", sans-serif;
	content: "\f271";
	margin-right: 5px;
}

.article-wrapper .list a.readmore {
	padding: 5px 10px;
	background: #ffd200;
	margin: 15px 0;
	display: inline-block;
	color: #826015;
	font-size: 85%;
	border: 0;
	border-radius: 3px;
}

.article-wrapper .list a.readmore:hover {
	color: #000;
}

.article-wrapper .list a.readmore:active {
	margin-top: 16px;
}

.article-wrapper .list .art_image {
	width: 200px;
	height: 200px;
	background-color: #f6f6f6;
	background-image: url("../images/noimage.jpg");
	background-position: center;
	background-size: cover;
}

.article-wrapper .list .art_image a {
	display: block;
	border: 0;
	border-radius: 7px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
	
}

.article-wrapper .list .art_image img {
	max-width: 200px;
	max-height: 200px;
	height: auto;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	border-radius: 7px;
}

.article-wrapper .art_info {
	margin-bottom: 15px;
}


@media all and (max-width: 1200px) {
	.article-wrapper {
		margin: 0;
	}

	.article-wrapper .content .image img {
		width: 250px;
	}
}

@media all and (max-width: 1000px) {
	.article-wrapper .list .article {
		display: grid;
		grid-template-columns: 150px auto;
	}

	.article-wrapper .list .art_image {
		width: 150px;
		height: 150px;
	}

	.article-wrapper .list .art_image img {
		max-width: 150px;
		max-height: 150px;
	}

	.article-wrapper .content .image img {
		width: 200px;
	}
}

@media all and (max-width: 640px) {
	.article-wrapper .list .article {
		display: grid;
		/*grid-template-rows: minmax(100px, auto) auto;*/
		grid-template-rows: auto;
		grid-template-columns: 100px auto;
		grid-column-gap: 15px;
		grid-row-gap: 0;
	}

	.article-wrapper .list .art_image {
		width: 100px;
		height: 100px;
	}

	.article-wrapper .list .art_image img {
		max-width: 100px;
		max-height: 100px;
	}

	.article-wrapper .list .article .description {
		/*grid-area: 2/1/3/3;*/
		display: none;
	}

	.article-wrapper .content .image img {
		width: 100px;
	}
}

.video-header {
	margin: 25px 0 15px;
}