.ajax-loading {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	pointer-events: none;
}

.is-disable{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	pointer-events: none;
}

.projects__item-content-link{
	display:none;
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
	transition: none;
}

.projects__item-container:hover .projects__item-content-link{
	display:block;
}

.projects__item-container,
.projects__item{
	position: relative;
}

.projects__item-content-link {
	position: absolute;
	right: 18px;
	top: 20px;
	padding: 0;
	z-index: 2;
	opacity: 1;
	display:none;
}

.is-device-mobile .projects__item-content-link {
	display:block;
}

.projects__item-content-reward{
	max-width: 138px;
	max-height: 21px;
}

.article-top__reward-item-image{
	max-height: 69px;
}

.article-infobar-links{
	font-size: 0;
}

.article-infobar__link{
	font-size: 16px;
}

.article-content__item-content p{
	margin-bottom: 15px;
}

.article-content__item-content a{
	text-decoration: underline;
}

.article-task__text p{
	margin-bottom: 15px;
}

.youtube-frame{
	margin-top: 15px;
	max-width: 100%;
	width: 100%;
	height: 300px;
}

.article-task__text iframe{
	margin-top: 15px;
	max-width: 100%;
	width: 100%;
	height: 300px;
}

.projects__footer{
	display: block;
	margin-top: 20px;
	padding: 25px 0 25px;
}

.gallery-item img{
	margin-bottom: 15px;
}

@media (min-width: 1025px){
	.projects__button{
		-webkit-transition: color 0.3s;
		-o-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}

	.projects__button:hover{
		color: #9ad0af;
		border: 1px solid #9ad0af;
	}

	.filter__button {
		width: 27.48vw;
	}
}

@media (max-width: 1024px){
	.projects__button{
		-webkit-transition: color 0.3s;
		-o-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}

	.projects__button.ajax-loading{
		color: #9ad0af;
		border: 1px solid #9ad0af;
	}
}

.cover-pic{
	height: auto;
}

.projects__item-media {
	overflow: hidden;
}

.projects__filtered {
	font-size: 0;
}

.projects__filtered__item{
	margin-bottom: 15px;
}

.page-search .projects__filtered__item{
	background-color: #eee;
}

@media (max-width: 1024px){
	.page-search {
		padding-top: 15px;
	}

	.page-search .projects__years{
		padding-bottom: 0;
	}

	.page-search__form {
		margin: 21px auto 21px;
	}
}

#link-text{
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	line-height: 1;
}

.filter {
	z-index: 2;
}

@media (max-width: 1024px){
	.projects__item-content-link {
		right: 16px;
    top: 12px;
	}

	.projects__footer{
		padding-bottom: 59px;
	}

	.hide-on-mob{
		display: none;
	}
}

@media (min-width: 1025px){
	.article-infobar__name-icon {
		top: 0;
	}
}

.header-form__input{
	text-align: right;
}

.article-task__right{
	flex: 0 1 100%;
}

.article-task__right img{
	width:100%;
}

img[class*="wp-image-"]{
	width: 100%;
	height: auto;
}

@media (max-width: 1024px){
	.next a {
		font-size: 19px;
	}

	.footer__bottom {
		font-size: 14px;
	}
}

.filter {
    top: 95px;
}

.article-content__item-content strong {
	font-weight: 600;
}

.article-content__item-title{
	line-height: 1;
}

.article-content__item-content iframe{
	max-width: 100%;
}

.projects__item-content-reward--awwwards{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 84px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 84px;
	flex: 0 0 84px;
	padding-bottom: 2px;
	max-width: 84px;
	max-height: 13px;
}

.article-top__reward--sticky img {
	max-height: none;
}

.arrows{
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	bottom: 45%;
}

.arrows.slick-disabled{
	opacity:0.2;
	cursor: default;
}

.arrow-left{
	background: white url(/wp-content/themes/special/images/back.svg) no-repeat center;
	left: -30px;
}

.arrow-right{
	background: white url(/wp-content/themes/special/images/next.svg) no-repeat center;
	right: -30px;
}

@media (max-width: 740px){
	.arrow-left{
		left: -20px;
	}

	.arrow-right{
		right: -20px;
	}
}


.is-browser-ie-11 .header__center{
	max-width: none;
	width: auto;
	margin: 0;
}

.is-browser-ie-11 .header__right{
	flex: 0 0 auto;
}

.is-browser-ie-11 .header{
	justify-content: space-between;
}

.is-browser-ie-11 .header-form{
	padding-right: 30px;
}

#link-text{
	color: #00E94F;
}

@media (max-width: 1024px){
	.article-content__item-title {
			margin-bottom: 7px;
			line-height: 23px;
	}
}

.on-air:hover,
.on-air.is-active{
	color:#E97575;
}

.on-air-icon{
	float: left;
	vertical-align: middle;
	width: 17px;
	padding-right: 5px;
	margin-top: 3px;
}

.brief_mob__link {
	display: none;
	color: #00E94F;
	text-transform: uppercase;
	font-size: 16px;
}

@media (max-width: 1024px){
	.header__center {
		text-align: right;
    /*margin-right: 11px;*/
	}

	.brief_mob__link {
    display: inline-block;
	}
}
.nazvanie_klienta {
	color: #828282;
	font-size: 13px;
	font-weight: 400;
	padding-right: 10px;
	margin-top: 4px;
}

.nazvanie_klienta_single {
}
.filtrr1{
	position: fixed;
	left: 0px;
	bottom: 71px;
	height: 23%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
	width: 100%;
	z-index: 9;
	pointer-events: none;
}