body {
		font-family: 'SF Pro Display Regular';
	font-size: 16px;
	color:black;
		
	}
	
	.day-bg {
		
		
		border-radius:0 0 5px 0;
		
	}
	.winner {
		background:#28a745;
		color:white;
		font-weight:bold;
		font-size:16px;
	}
	.winner a {
		
		color:white;
		font-weight:bold;
		font-size:16px;
	}

	
	.day-color {
		background:#fe877f;
		color:white;
		font-weight:bold;
		width:60px;
		height:60px;
		position:absolut;
		border-radius:0 0 5px 0;
		padding:5px;
		text-align:center;
	}
	.day-color span {
		
		font-size:20px;
		
	}
	.day-cur {
		background:#8258ef;	
	}
	.bord {
		border: 1px solid #fe877f;
	}
	
	.bord-curent {
		border: 4px solid #8258ef;
	}
	
	.ramka {
		padding:25px;
		border-radius:25px;
		background:white;
	}
	.ramka2 {
		padding: 15px;
		border-radius: 15px;
		background: #f9f9f9;
	}
	.fon-all {
	background-image: url(https://thumb.tildacdn.com/tild3534-6237-4465-b462-366331356230/-/format/webp/image.png);
    background-repeat: repeat;
    background-size: 40%;
    background-position: initial;
	}
	.font-many{
		font-size:12px;
		font-weight:bold;
	}
	.font-many a{	
		color:black;
	}
	.on_img
	{
		background-image: url(img/like.png);
		background-repeat: no-repeat;
		background-size: 20px;
		padding-left: 30px;
		/* cursor: pointer; */
		/* width: 60px; */
		/* height: 155px; */
		padding-bottom: 5px;
		font-weight:700;	
	}   
.search_box {
	position: relative;
}
.search_box input[type="text"] {
	display: block;
	width: 100%;    
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	border: 1px solid #fd4836;
	outline: none;
	overflow: hidden;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	text-indent: 15px;
	font-size: 14px;
	color: #222;
}
.search_box input[type="submit"] {
	display: inline-block;
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url(https://snipp.ru/demo/127/search.png) 0 0 no-repeat;
	position: absolute;
	top: 9px;
	right: 16px;
}
 
/* Стили для плашки с результатами */
.search_result {
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}  