.mankeleta{
		font-weight: bold;
		font-size: 1.25rem;
		display: inline-flex;
		padding: 1rem 2.5rem;
		width: 100%;
		justify-content: center;
		cursor:pointer !important;
		color: #fff  !important;
		background-color: #007AFF;
		margin-top: 10px;
		border-radius: 0.2rem;
	}
	.mankeleta:hover{
		animation: zoom 300ms ease-in;
		cursor:pointer !important;
	}
	.section-header::after{
		border-bottom:0px !important;
		height: 0px !important;
	}
	@keyframes zoom{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}
	.search_lg-btn:hover{
		animation: zoom 300ms ease-in;
	}
	.search_lg-input:focus {
		background-color: rgba(255 255 255 / 20%);
		color: #fff !important;
	}
	.search_lg {
		position: relative;
		margin-bottom: 1rem;
	}
	.search_lg-input {
		font-size: 1.25rem;
		height: 4rem;
		padding: 0 2rem;
		padding-right: 4rem;
		background-color: rgba(255 255 255 / 10%);
		backdrop-filter: blur(6px);
		border: 0;
		color: #fff;
		display: block;
		width: 100%;
		line-height: calc(2rem - 2px);
	}
	.search_lg-btn {
		width: 3.5rem;
		height: 3.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: 0;
		top: 0;
		margin: 0.25rem;
		padding: 0;
		background-color: rgba(0,0,0,.5);
	}