body {
	background: #f9f9f9;
}
.block1 {
	width: 100%;
	height: 286px;
	background: url('../../img/kodak/service/bg1.png') no-repeat center / cover;
	padding-top: 60px;
}
.block1-title {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 50px;
	margin-bottom: 48px;
}

.block1-input-wrap {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	margin-right: 64px;
}
.block1-input {
	width: 358px;
	height: 48px;
	outline: none;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	margin-top: 10px;
	background: rgba(0,0,0,0);
	padding: 0 11px;
	color: #FFFFFF;
	border-radius: 0;
}

.block1-input::placeholder {
	color: #FFFFFF;
}
.block1-selectpicker {
	width: 358px;
	height: 48px;
	margin-top: 10px;

}
.bootstrap-select {
	width: 100% !important;
	height: 100%;
	line-height: 48px;

}
.bootstrap-select>.dropdown-toggle {
	width: 100%;
	height: 100%;
	outline: none;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	margin-top: 10px;
	background: rgba(0,0,0,0);
	padding: 0 11px;
	color: #FFFFFF;
	outline: none;
	border-radius: 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #ffffff;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	line-height: 48px;
	color: #ffffff;
	margin-top: 0;
}
.bootstrap-select>.dropdown-toggle {
	margin-top: 0;

}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	border: 1px solid #FFFFFF;
	background: transparent;
	border-radius: 0;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border-color: #FFFFFF;
	background: transparent;
}

.check-btn {
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #FFFFFF;
	background: #ED0000;
	cursor: pointer;
	margin-top: 32px;
}

.list-wrap {
	padding: 48px 0;
}

.list-item {
	width: 100%;
	height: 188px;
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 22px;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}
.list-item img {
	width: 220px;
	height: 140px;
	margin-right: 31px;
}
.list-item-title {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 43px;
}
.list-item p {
	margin-bottom: 21px;
}
.list-item p:nth-last-of-type(1) {
	margin-bottom: 0;
}

@media screen and (max-width: 1080px) {
	.block1 {
		height: auto;
		padding-bottom: 20px;
	}
	.block1-banner {
		justify-content: space-between;
	}
	.block1-input-wrap {
		width: 49%;
		margin-right: 0;
	}
	.block1-input {
		width: 100%;
	}
	.block1-selectpicker {
		width: 100%;
	}
}

@media screen and (max-width: 740px) {
	.block1 {
		padding: 10px 0;
	}
	.block1-title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.block1-input-wrap {
		font-size: 14px;
	}
	.block1-input {
		height: 35px;
		font-size: 12px;
	}
	.block1-selectpicker {
		height: 35px;
	}
	.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
		line-height: 35px;
		font-size: 12px;

	}

	.check-btn {
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin-top: 10px;
	}
	.list-wrap {
		padding: 10px 0;
	}
	.list-item {
		padding: 10px;
		height: auto;
	}
	.list-item img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		margin-right: 10px;
	}
	.list-item-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.list-item p {
		font-size: 12px;
		margin-bottom: 0px;
		line-height: 1.5;
	}
}