.page-title {
	background: #f8f8f8;
	padding: 46px 0 32px;
}

.page-title__inner {
	max-width: 992px;
}

.page-title__form-input-wrapper {position: relative;}

.page-title__form-svg {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -10px;
}

.page-title__form-input {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
	border-radius: 24px;
	background: #fff;
	outline: none;
	border: none;
	height: 50px;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	padding: 0 24px 0 50px;
	box-sizing: border-box;
	transition: all 0.3s;
}

.page-title__form-input:hover, .page-title__form-input:focus {
    box-shadow: 0 2px 12px rgb(0 0 0 / 10%);
}

.page-title__form-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	display: block;
	padding: 13px 45px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(180deg, #47C634 0%, #2DBF60 100%);
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.102628);
	border-radius: 36px;
	border: none;
	outline: none;
}

.page-title__form-button:hover {
	background: linear-gradient(180deg, #51D53D 0%, #2DBF60 100%);
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.30025);
}

.page-title__form-button:active {
	background: linear-gradient(180deg, #2EBF5F 0%, #2EBF5F 100%);
	box-shadow: none;
}

.page-title__h1 {display: none;}

.page-results {
	padding: 40px 0 48px;
}

.page-results__inner {
	max-width: 992px;
}

.page-results__title {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.0833333px;
	color: #313131;
	margin: 0 0 12px;
	
}

.page-results__title span {
	color: #2DBF60;
}

.page-results__subtitle {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 32px;
	color: #909090;
}

.page-results__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mp-search__item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}

.mp-search__item-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.44;
	margin-bottom: 8px;
	color: #0369D9;
	padding-left: 16px;
	position: relative;
	font-family: "Montserrat", sans-serif;
}

.mp-search__item-title:before {
	position: absolute;
	width: 4px;
	height: 4px;
	content: "";
	left: 0;
	top: 8px;
	border-radius: 50%;
	background: #0369D9;
}

.mp-search__item-text {
	padding-left: 16px;
	font-size: 12px;
	line-height: 1.34;
	letter-spacing: -0.1px;
	color: #909090;
	margin: 0;
	
}

.mp-search__item-title a {
	color: inherit;
	text-decoration: none;
}

.page-list {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	margin-top: 24px;
	font-family: "Montserrat", sans-serif;
}

.page-list > * {
	margin: 8px 2px 0 2px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8F8F8;
	border-radius: 4px;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.page-list > span {
	color: #fff;
	background: #2DBF60;
}

@media all and (min-width: 600px) {
	.page-title {
		padding: 48px 0;
	}
	
	.page-title__form {
		display: flex;
	}
	
	.page-title__form-input-wrapper {
		flex: 1 0 1%;
	}
	
	.page-title__form-input {
		height: 72px;
		font-size: 18px;
		line-height: 24px;
		border-radius: 36px;
		padding: 0 160px 0 76px;
	}
	
	.page-title__form-svg {
		width: 32px;
		height: 32px;
		left: 26px;
		margin-top: -16px;
	}
	
	.page-title__form-button {
		margin-top: 0;
		padding: 16px 44px;
		font-size: 18px;
		align-self: center;
		margin-left: -158px;
		position: relative;
		z-index: 1;
	}
	
	.page-results {
		padding: 48px 0 64px;
	}
	
	.page-results__title {font-size: 28px;}
	
	.page-results__subtitle {
		margin-bottom: 48px;
	}
	
	.mp-search__item-title {
		font-size: 16px;
	}
	
	.mp-search__item {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	
	.mp-search__item-text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media all and (min-width: 960px) {
	.page-title {
		padding: 64px 0;
		background: url(search-title-bg.svg) center center no-repeat;
	}
	
	.page-results {
		padding: 64px 0 80px;
	}
	
	.page-results__title {
		font-size: 36px; 
		line-height: 1.12;
		margin-bottom: 8px;
	}
	
	.page-results__subtitle {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 64px;
	}
	
	.mp-search__item-title {
		font-size: 18px;
		line-height: 24px;
		padding-left: 20px;
	}
	
	.mp-search__item-title:before {
		width: 6px;
		height: 6px;
	}
	
	.mp-search__item-text {
		padding-left: 20px;
	}
	
	.page-list {
		margin-top: 36px;
	}
	
	.page-list .page-list {
		margin-top: 8px;
	}
	
	.page-list > * {
		width: 48px;
		height: 48px;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
	}
}

.page-prev {
    background-image: url('icons8-chevron-right-96.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
}
.page-first {
    background-image: url('icons8-double-right-96.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
}
.page-next {
    background-image: url('icons8-chevron-right-96.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.page-last {
    background-image: url('icons8-double-right-96.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}