@media (max-width: 1210px) {
	.slide-body {
		padding-left: 69%;
		}
	.slide-body::before {
		width: 65%;
		}
	.dots {
		left: 67%;
		}
}

@media (max-width: 1130px) {
	.slide-body {
		position: relative;
		padding-left: 0;
		}
	.slide-body::before {
		width: 100%;
		background-size: cover;
		background-position: 100% 0;
		}
	.slide-title {
		margin-top: 15px;
		}
	.slide-info {
		position: relative;
    	display: inline-block;
    	width: 50%;
    	padding: 20px;
    	background-color: rgba(255, 255, 255, .85);
    	height: 100%;
    	box-sizing: border-box;
		}
	.dots {
		left: 70px;
		}
	.slick-dots li button {
		background-color: #eb8098;
		}
}

@media (max-width: 1024px) {
	.search-inner {
		width: 80%;
	}
	.fix-head.projects-head .logo {
		width: 160px;
		position: relative;
		background-size: contain;
		-webkit-transition: width .3s ease-in;
				transition: width .3s ease-in;
	}
	.filter-item {
		width: 16.66%;
	}
	.digest-item {
		width: 50%;
	}
	.digest-item.first-child .digest-header {
		width: 50%;
	}
	.digest-item.first-child .digest-body {
		left: 50%;
	}
}

@media (max-width: 960px) {
	.filter-item {
		width: 20%;
	}
	.projects-head .share-block span,
	.search {
		margin: 0 8px 0 0;
	}
	.projects-head .share-block span:last-child {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.search {
		display: none;
	}
	.search-link {
		display: block;
	}
	.search-popup {
		top: 58px;
	}
	.h1 {
		margin: 20px 0;
		font-size: 36px;
	}
	.h2 {
		font-size: 24px;
	}
	.main {
		padding-top: 58px;
		}
	.filter {
		margin: 0 0 20px;
	}
	.filter-item {
		width: 25%;
	}
	.filter-button {
		font-size: 14px;
	}
	.field {
		position: absolute;
		right: 60px;
		top: 0;
	}
	.search-popup .field {
		position: relative;
		right: auto;	
	}
	.projects-head .content-seti {
		background: rgba(0, 0, 0, .7);
	}
	.h2.search-head {
		font-size: 20px;
		padding-right: 30px;	
	}
	.close-button {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}


@media (max-width: 700px) {
	.classify {
		margin: 0;
		}
	.digest-item.first-child .digest-header {
		width: auto;
		float: none;
		}
	.digest-item.first-child .digest-image {
		padding-right: 0;
		}
	.carousel {
		background-color: #ececec;
		}
	.slider-container {
		padding: 0;
		}
	.slide-info {
		width: 100%;
		display: block;
		padding-bottom: 50px;
		}
	.slider-nav {
		top: 100px;
		}
		.slider-nav.prev {
			left: 20px;
			}
		.slider-nav.next {
			right: 20px;
			}
	.slide-list,
	.slide-body,
	.slider-container {
		height: auto;
		}
		.slide-body::before {
			width: 65%;
			display: block;
			position: static;
			height: 200px;
			background-position: 50% 50%;
			background-size: contain;
			margin-left: auto;
			margin-right: auto;
			}
	.digest-item {
		width: 100%;
		height: auto;
		}
		.digest-body {
			height: auto;
			}
			.digest-body::after {
				display: none;
				}
	.digest-item.first-child .digest-body {
		position: static;
		padding: 20px 30px 25px;
		}
	.dots {
		left: 20px;
		bottom: 15px;
	}
	.digest-item.first-child .digest-body .more {
		position: static;
		padding-top: 10px;	
	}
}

@media (max-width: 600px) {
	.search-inner {
		width: 100%;
	}
	.result-img {
		width: 80px;
	}
	.slide-body::before {
		width: 80%;
		background-size: contain;
	}
	.slider-nav.prev {
			left: 0px;
			}
		.slider-nav.next {
			right: 0px;
			}
	.filter {
		width: auto;
		height: 27px;
		margin-left: 20px;
		margin-right: 20px;
		padding: 0 0 0 0;
		box-sizing: border-box;
		}
	.filter-item {
		width: 100%;
		padding: 0;
		}
		.filter-button {
			background-color: #FFF;
			color: #d80231;
			}
	.select-button {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		}
	.filter-item-label {
		display: block;
		}
	.dropdown {
		display: none;
		z-index: 10;
		position: absolute;
		left: 0;
		right: 0;
		overflow-y: auto;
		top: 100%;
		max-height: 200px;
		background: #FFF;
		}
	.opened .dropdown {
		display: block;
		}
}

@media (max-width: 480px) {
	.digest-body,
	.digest-item.first-child .digest-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-link {
		right: 60px;
	}
}