BODY {
	font-family: 'PT Sans', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1;
}

button::-moz-focus-inner {
  	border: 0;
	}

button:focus {
	outline: none;
	}

/* head */
.fix-head.projects-head {
	z-index: 100;
	backface-visibility: hidden;
	}
.projects-head .link-seti {
	background: none;
	background-color: #d80231;
	text-align: center;
	}
	.projects-head .link-seti .svgicon {
		display: inline-block;
		width: 30px;
		height: 30px;
		padding: 13px 0 13px;
		fill: #FFF;
		-moz-user-select: none;
		}
	.projects-head .head-actions {
		display: inline-block;
		margin: 20px 0;
		vertical-align: middle;
		}
	.projects-head .share-block {
		float: none;
		margin: 0;
		}
	.fix-head-aside {
		float: right;
		}


/* main */
.main {
	padding-top: 130px;
	}
.content {
	max-width: 1130px;
	margin: 0 auto;
	}
.flex-container {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
	}
.nowrap {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}


/* headers */
.h1 {
	margin: 50px 0 35px;
	font-family: 'Prosto Sans Bold', Helvetica, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	color: #d80231;
	text-align: center;
	}
.h2 {
	margin: 0 0 20px;
	font-family: 'Prosto Sans Bold', Helvetica, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #d80231;
	}

/* buttons */
.button {
	display: inline-block;
	height: 38px;
	padding: 0 18px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #d80231;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	}
	.button:hover {
		opacity: .85;
	}


/* Карусель */
.carousel {
	background-color: #FFF;
	}
	.carousel .content {
		max-width: 1230px;
		}
.slider-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0 50px;
	height: 340px;
	box-sizing: border-box;
	}
.slide-title {
	margin: 25px 0 15px;
	}
.slide-text {
	margin-bottom: 20px;
	font-family: 'PT Sans Italic', Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	}
.slick-dotted.slick-slider {
	margin-bottom: 0;
	}
.dots {
	position: absolute;
	left: 64%;
	bottom: 40px;
	}
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	}
	.slick-dots li {
		display: inline-block;
		vertical-align: top;
		}
		.slick-dots li button {
			width: 10px;
			height: 10px;
			margin-right: 10px;
			padding: 0;
			background: #d7d7d7;
			border: 0;
			text-indent: -9999px;
			cursor: pointer;
			border-radius: 5px;
			}
		.slick-dots li.slick-active button {
			background: #dd244c;
			}
		.slick-dots li button:focus,
		.slick-dots li.slick-active button:focus {
			outline: none;
			}
.slide-list {
	height: 390px;
	}
.slide-body {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 390px;
	box-sizing: border-box;
	padding-left: 64%;
	}
	.slide-body::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 60%;
		height: 390px;
		content: "";
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		}
	.slide-item.razdel .slide-body::before {
		background-image: url(../images/carousel/razdel.png);
		}
	.slide-item.article .slide-body::before {
		background-image: url(../images/carousel/statya.png);
		}
	.slide-item.photo .slide-body::before {
		background-image: url(../images/carousel/foto.png);
		}
	.slide-item.longread .slide-body::before {
		background-image: url(../images/carousel/longread.png);
		}
	.slide-item.video .slide-body::before {
		background-image: url(../images/carousel/video.png);
		}
	.slide-item.test .slide-body::before {
		background-image: url(../images/carousel/test.png);
		}
	.slide-item.infographics .slide-body::before {
		background-image: url(../images/carousel/infografica.png);
		}

		.slide-item.obzor .slide-body::before {
		background-image: url(../images/carousel/obzor.png);
		}
		.slide-item.opros .slide-body::before {
		background-image: url(../images/carousel/opros.png);
		}
		.slide-item.vopros-otvet .slide-body::before {
		background-image: url(../images/carousel/vopros-otvet.png);
		}
		.slide-item.golosovanie .slide-body::before {
		background-image: url(../images/carousel/golosovanie.png);
		}

.slider-nav {
	display: block;
	position: absolute;
	top: 50%;
	width: 35px;
	height: 60px;
	margin-top: -30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 10;
	}
	.slider-nav:hover {
		opacity: .7;
		}
.slider-nav.prev {
	left: 0;
	background-image: url(//s1.stc.all.kpcdn.net/best/msk/projects/images/prev.svg);
	}
.slider-nav.next {
	right: 0;
	background-image: url(//s1.stc.all.kpcdn.net/best/msk/projects/images/next.svg);
	}

/* app */
.app {
	position: relative;
	overflow: hidden;
	background-color: #ececec;
	}

/* filter */
.filter {
	position: relative;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	}
	.filter-item {
		width: 14.28%;
		margin-bottom: 10px;
		padding: 0 5px;
		box-sizing: border-box;
		}
	.filter-button {
		display: block;
		height: 27px;
		line-height: 27px;
		background-color: #FFF;
		color: #d80231;
		box-sizing: border-box;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		white-space: nowrap;
		}
	.filter-item.active-item .filter-button,
	.filter-button:hover {
		background-color: #d80231;
		color: #FFF;
		}
.select-button {
	display: none;
	position: relative;
	width: 27px;
	height: 27px;
	border: 0;
	padding: 0;
	background-color: #d80231;
	}
	.select-button .svgicon {
		overflow: hidden;
		display: inline-block;
		width: 16px;
		height: 14px;
		line-height: 27px;
		text-align: center;
		}
.filter-item-label {
	display: none;
	}

/* digest */
.classify {
	margin: 0 -15px;
	box-sizing: border-box;
	}
.digest-item {
	width: 33.33%;
	height: 490px;
	margin-bottom: 40px;
	}
	.digest-link {
		display: block;
		padding: 0 20px;
		box-sizing: border-box;
		}
	.digest-inner {
		background-color: #FFF;
		}
	.digest-header {
		position: relative;
		}
		.digest-category {
			z-index: 1;
			position: absolute;
			left: 30px;
			top: 25px;
			background-color: rgba(216, 2, 49, .85);
			padding: 7px 12px;
			color: #FFF;
			text-transform: uppercase;
			}
	.digest-body {
		overflow: hidden;
		position: relative;
		height: 250px;
		padding: 20px 30px 25px;
		box-sizing: border-box;
		}
		.digest-body::after {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			height: 60px;
			content: "";
			background: -moz-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255, 1) 60%);
			background: -webkit-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
			background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);

			}
		.digest-title {
			font-size: 26px;
			line-height: 30px;
			font-weight: normal;
			margin: 0 0 18px;
			color: #000;
			}
		.digest-text {
			margin: 0;
			line-height: 20px;
			font-size: 16px;
			color: #000;
			}
.image-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.25%;
	}
	.image-wrap .img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		}
.image-wrap.no-image {
	background: url(//s1.stc.all.kpcdn.net/best/msk/projects/images/no-photo.svg) 50% 50% no-repeat;
	background-size: contain;
	}

/* first digest item */
.digest-item.first-child {
	width: 100%;
	height: auto;
	}
	.digest-item.first-child .digest-inner {
		overflow: hidden;
		position: relative;
		}
	.digest-item.first-child .digest-header {
		width: 66.66%;
		float: left;
		}
	.digest-item.first-child .digest-image {
		padding-right: 15px;
		}
	.digest-item.first-child .digest-body {
	    position: absolute;
		right: 0;
		left: 66.66%;
		top: 0;
	    bottom: 0;
	    height: 100%;
	    box-sizing: border-box;
	    padding-top: 40px;
		}
		.digest-item.first-child .digest-body::after {
			display: none;
			}
	.digest-body .more {
		display: none;
		}
	.digest-item.first-child .digest-body .more {
		display: block;
		position: absolute;
		bottom: 20px;
		font-family: 'PT Sans Italic', Helvetica, sans-serif;
		color: #6c6c6c;
		}

/*search*/
.search {
	display: inline-block;
	vertical-align: middle;
	}
.search {
	margin-right: 20px;
	}
	.field {
		position: relative;
		}
	.search-input {
		position: relative;
		padding: 8px 40px 8px 12px;
		border: 1px solid #cecece;
		font: 18px/1 'PT Sans';
		color: #c2c2c2;
		-webkit-transition: width .3s ease-in;
				transition: width .3s ease-in;
		}
		.search-popup .search,
		.search-popup .search-input {
			display: block;
			width: 100%;
			box-sizing: border-box;
			}
	.search-button {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		background-color: transparent;
		background-image: url(//s1.stc.all.kpcdn.net/best/msk/projects/images/search.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 50%;
		border: 0;
		cursor: pointer;
		}
		.search-button:hover {
			opacity: .85;
			}
.search-popup {
	display: none;
	position: fixed;
	top: 79px;
	left: 0;
	right: 0;
	bottom: 0;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .85);
	}
	.search-inner {
		position: absolute;
		width: 50%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 20px;
		box-sizing: border-box;
		background-color: #FFF;
		}
	.search-head {
		position: relative;
		padding-right: 50px;
		}
		.close-button {
			position: absolute;
			right: 0;
			top: 50%;
			width: 40px;
			height: 40px;
			margin-top: -20px;
			background: url(../images/cancel.svg) 0 0 no-repeat;
			background-size: contain;
			cursor: pointer;
			}
		.close-button:hover {
			opacity: .8;
			}
BODY.search-active {
	position: fixed;
	overflow: hidden;
	}
	BODY.search-active .search-popup {
		display: block;
		z-index: 100;
		}
.search-empty {
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
	color: #6c6c6c;
	font-size: 24px;
	}
.loading {
	display: none;
	position: relative;
	height: 15px;
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
	opacity: .5;
	}
	.loading::after {
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 15px;
		background-color: #eb8098;
		content: "";
		-webkit-animation: fade 2s infinite, move 4s infinite;
  		-moz-animation:    fade 2s infinite, move 4s infinite;
  		-o-animation:      fade 2s infinite, move 4s infinite;
  		animation:		   fade 2s infinite, move 4s infinite;
		}

@-webkit-keyframes fade {
	0%   { opacity: 0; }
	100% { opacity: 1; }
	}
@-moz-keyframes fade {
	0%   { opacity: 0; }
  	100% { opacity: 1; }
	}
@-o-keyframes fade {
  	0%   { opacity: 0; }
  	100% { opacity: 1; }
	}
@keyframes fade {
  	0%   { opacity: 0; }
  	100% { opacity: 1; }
	}

@-webkit-keyframes move {
	0%   { left: 0%; }
	100% { left: 100%; }
	}
@-moz-keyframes move {
	0%   { left: 0%; }
	100% { left: 100%; }
	}
@-o-keyframes move {
  	0%   { left: 0%; }
	100% { left: 100%; }
	}
@keyframes move {
  	0%   { left: 0%; }
	100% { left: 100%; }
	}

/* search result block */
.search-result {
	margin-top: 30px;
	}
.result-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	}
	.result-img {
		float: left;
		width: 150px;
		height: auto;
		}
	.result-meta {
		overflow: hidden;
		padding: 0 0 0 10px;
		}	
	.h3 {
		margin: 0 0 10px;
		font-family: 'PT Sans Bold', sans-serif;
		font-weight: normal;
		font-size: 22px;
		color: #000;
		}
	.result-text {
		line-height: 18px;
		margin: 0 0 10px;
		color: #6c6c6c;
		}
	.date {
		font-size: 14px;
		color: #d80231;
		}
.search-link {
	display: none;
	position: absolute;
	right: 70px;
	width: 58px;
	height: 58px;
	background-image: url(//s1.stc.all.kpcdn.net/best/msk/projects/images/search-maxi.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 60%;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	}
	.search-link:hover {
		opacity: .75;
	}
	.search-link:focus {
		outline: none;
	}
/* pagination */
.pagination {
	margin: 20px 0;
	}

.page-num {
	padding: 0 15px 0 0;
	font-size: 16px;
	color: #6c6c6c;
	cursor: pointer;
	}
	.page-num.page-active,
	.page-num:hover {
		color: #d80231;
	}

/* nothing */
#filter-empty-state {
	width: 100%;
	min-height: 350px;
	font-size: 36px;
	color: #6c6c6c;
	opacity: .9;
	text-align: center;
}

.spinner {
    z-index:100;
    position: relative;
    width: 100%; 
    padding: 0 0 80px;
    color:#eb8098;
    text-align: center; 
	}

.spinner::after {
    content:''; 
    position:absolute; 
    width:30px; 
    height:30px; 
    margin-left:-22px;
    margin-top:-22px; 
    left:50%; 
    top:50%; 
    border-radius:20px; 
    border:5px solid #eb8098; 
    border-right-color:transparent; 
    border-bottom-color:transparent;
    -webkit-animation:  spin 3s linear infinite;
    -moz-animation:     spin 3s linear infinite;
    -o-animation:       spin 3s linear infinite;
    animation:          spin 3s linear infinite;
	}

@-o-keyframes spin { 100% { -o-transform: rotate(360deg); }}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); }}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); }}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}

.loading-state .spinner {
	display: block;
}
