[data-dlebid] img {
  max-width: 100%;
}

.vk-btn-old,
.fb-btn-old,
.go-btn-old,
.mail-btn-old,
.ya-btn-old {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	padding: 7px 16px 8px;
	margin: 0;
	cursor: pointer;
    white-space: nowrap;
    outline: none;
	font-size: 14px;
	line-height: 20px;
	border-radius: 3px;
	box-sizing: border-box; 
}

.vk-btn-old:hover,
.fb-btn-old:hover,
.go-btn-old:hover,
.mail-btn-old:hover,
.ya-btn-old:hover {
	color: #fff;
}

.vk-btn-old:hover { background-color: #5b88bd; }

.fb-btn-old {
	background-color: #4267B2;
}
.fb-btn-old:hover { background-color: #5475B8; }


.row-new {

}


.col-content,
.col-sidebar {
    width: 100%;
    min-height: 1px;
	position: relative;
}

.col-content {
	margin: 0;
}

.col-sidebar {
	margin: 0;
}

@media (min-width: 992px) {
	.row-new {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.col-content,
	.col-sidebar {
	    padding-right: 15px;
	    padding-left: 15px;
	}

	.col-sidebar {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}

	.col-content {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}

}


.article_header {
	margin: 10px 0;
	padding: 10px 0 8px;
	position: relative;
	background: #424a8c;
}

.article_header .article_title {
	background: transparent;
	margin: auto;
}
.article_header .article_title a {
	padding: 0;
}
.article-full .article_header .article_title {
	padding: 0;
}
.article_header .edit {
	top: 5px;
	z-index: 1;
	right: 10px;
	position: absolute;
}

.article_img {
	width: 100%;
	max-height: 400px;
	overflow: hidden;
}
.article_img img,
img.img-full-width {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.article_gallery:before,
.article_gallery:after {
	content: "";
	display: table;
}
.article_gallery:after {
	clear: both;
}
/* 
.article_cnt img {
	margin-left: -15px;
	margin-right: -15px;
	width: 100%;
} */

.sidebar--nobordered {
	border: 0;
	padding: 0;
	background: transparent;
}

.widget {
	padding: 20px;
}
.widget--menu {
	background: #fff;
}
.widget--bordered {
	border: 3px solid #3b5996;
    /*padding: 10px 15px;*/
}

@media (max-width: 991px) {
	.sidebar {
		height: auto;
	}
	.sidebar .inner-wrapper-sticky {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
	}
}

.sidebar .single-link {
	margin-bottom: 15px;
    /* color: #1d2129; */
    font-size: 16px;
}

.sidebar .single-link:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.navmenu ul li {
		font-size: 15px;
	}
	.login-panel {
		text-align: right;
	}
}

.form-wrapper .searchform-group {
	overflow: hidden;
	position: relative;
}

.form-wrapper .searchform-group button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin-right: 0;
}
.form-wrapper .searchform-group .input-field_text {
	width: 100%;
	padding-right: 40px;
}

.form-wrapper .searchform-group .icon-search {
	background-position: 0 -66px;
}

@media (min-width: 1200px) {
	.login-panel {
		white-space: nowrap;
	}
}


.langs {
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 20px;
	text-align: center;
}

.langs-alt {
	font-family: 'DINPro-Light', sans-serif;
}
.langs_row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.langs_title {
	color: #fff;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

@media (min-width: 600px) {
	.langs_title {
		width: 135px;
		margin-bottom: 0;
	}
}

.langs_title > div {
	background: #424a8c;
	padding: 5px 10px;
}
.langs_title a {
	color: #fff;
	text-decoration: none;
}
.langs_list {
	
}

.langs_list ul {

}
.langs_list li {
	display: inline-block;
	font-size: 18px;
    margin: 5px 4px;
    line-height: 1em;
}
@media (min-width: 576px) {
	.langs_list li {
		font-size: 20px;
	}
}
.langs_list li a {
	text-decoration: none;
}
.langs_list li a span {
	color: #818181;
	font-size: 24px;
    margin-left: -9px;
    text-transform: uppercase;
    text-decoration: underline;
}

.langs_list-big li {
	font-size: 32px;
}