.item-card__bot.social {
	white-space: nowrap;
}
.social__button_fb {
	background: url(/images/fb.svg) 50% no-repeat;
}
.social__button_fb:hover {
	background-color: #3b5999;
	background-image: url(/images/fb_white.svg);
}
.social__button_vk {
	background: url(/images/vk.svg) 50% no-repeat;
}
.social__button_vk:hover {
	background-color: #4c75a3;
	background-image: url(/images/vk_white.svg);
}
.social__button_tw {
	background: url(/images/tw.svg) 50% no-repeat;
}
.social__button_tw:hover {
	background-color: #55acee;
	background-image: url(/images/tw_white.svg);
}
.social__button_ok {
	background: url(/images/ok.svg) 50% no-repeat;
}
.social__button_ok:hover {
	background-color: #ed812b;
	background-image: url(/images/ok_white.svg);
}
.social__button_telegram {
	background: url(/images/telegram.svg) 50% no-repeat;
}
.social__button_telegram:hover {
	background-color: #179cde;
	background-image: url(/images/telegram_white.svg);
}

.social__button {
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0 5px 5px 0;
	outline: none;
	border: 1px solid #e6e6e6;
}

.social-additional-buttons, .social__button {
	vertical-align: middle;
	cursor: pointer;
}
.social.ng-scope{
	padding-bottom: 15px;
}

.l-cols_masonry .item-card.no_after{
	padding-top: 0px;
}
.l-cols_masonry .item-card.no_after::after{
	display: none !important;
}
.banner-info-portal{
	margin-bottom: 60px;
}
.banner-info-portal{
	position: relative;
	width: 100%;
	display: block;
	max-width: 1364px;
	margin-left: auto;
	margin-right: auto;
}
.banner-info-portal img {
	width: 100%;
	margin: 0px auto;
	height: 100%;
}

@media screen and (max-width: 1023px) {
	.l-cols_masonry .grid .item-card.no_after::after {
		display: block !important;
	}

	.l-cols_masonry .item-card.no_after {
		padding-top: 30px;
	}

	.l-cols_masonry .grid .item-card.no_after:first-child::after {
		display: none !important;
	}

	.l-cols_masonry .item-card.no_after:first-child {
		padding-top: 0;
	}
}

@media screen and (max-width: 579px) {
  .social__button {
    box-sizing: border-box;
    width: 39px;
    height: 39px;
    padding: 0;
    margin: 0 4px 4px 0;
    outline: none;
    border: 1px solid #e6e6e6;
  }
	.banner-info-portal{
		display: block;
	}
	.banner-info-portal img {
		position: relative;
		display: block;
		width: 90%;
		margin: 0px auto;
	}
}
.footer__left.footer__teaser img{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
	.slider-liner-after{
		background-position: center;
		padding-top: 30px;
	}
	.slider-liner-after img{
		padding-top: 30px;
	}
	.slider-liner-after:after {
		content: '';
		width: calc(100% - 40px);
		height: 1px;
		left: 20px;
		top: 0;
		background: #B3B3B3;
		display: block;
		position: absolute;
	}
}
.inner_text_ALL{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 1.15rem;
	line-height: 25px;
	color: #666666;
	margin-bottom: 15px;
}
.inner_text_ALL .php_dev_org_content{
	padding: 0px 30px;
}
.images_php img,.php_galerry img{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.php_galerry{
	width: 20%;
	position: relative;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}

.custom-art-item, .custom-art-item:first-child {
	padding: 4px 0px 7px 0px;
	margin: 0px;
	border-bottom: 2px dotted lightgray;
	border-top: none;
}

.custom-art-item .item-card__date {
	border-top: none;
}

.custom-art-item .item-card__title a {
	font-size: 1.131rem;
	font-weight: normal;
}

.custom-art-item .item-card__title{
	margin-bottom: 3px !important;
}

.custom-art-item .item-card__teaser {
	margin: 0px;
}

.custom-art-item .item-card__date {
	padding: 0px;
}

.article .article-info a {
  text-decoration: none;
  outline: none;
  font-weight: bold;
  color: #696969; }

.article .article-info a:hover {
  text-decoration: underline;
}

.item-card__autor p {
  position: absolute;
  right: 20px;
  background: #f5f5f5;
  padding: 2px 8px;
  margin: 5px;
  color: #696969;
}

.item-card__autor {
  height: 10px;
}

.item-card_inner .item-card__teaser {
  border-top: 1px dashed #B3B3B3;
  padding-top: 5px;
  margin-top: 20px;
}

.container .l-title-columns__right article.item-card-list_hor {
  margin-top: 30px;
}
