.searh-list .top-text p {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 41px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #333333;
}
.searh-list .top-text p span{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	text-transform: none;
	line-height: 41px;
	color: #333333;
}
.searh-list .top-text{
	max-width: 888px;
	margin-bottom: 40px;
}
.searh-list{
	position: relative;
}
.searh-list input[name="selector-list"] + label{
	position: absolute;
	cursor: pointer;
	top: 15px;
	right: 0;
	/* padding-bottom: 5px; */

	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #333333;
}
.searh-list input[name="selector-list"] + label[for="pitomnik"]{
	right: 150px;
}

.searh-list input[name="selector-list"] + label[for="sadovyy-center"]{
	right: 340px;
}

.searh-list input[name="selector-list"]:checked + label{
	border-bottom: 2px solid #53535369;
	/* border-radius: 2px; */
}
.searh-list input[id="articles-list"]:checked ~ div[data-type="articles"]{
	opacity: 1;
	margin-left: 0px;
	height: auto;
	position: relative;
	overflow: auto;
}
.searh-list input[id="sadovyy-center"]:checked ~ div[data-type="sadovyy-center"], .searh-list input[id="pitomnik"]:checked ~ div[data-type="pitomnik"]{
	opacity: 1;
	margin-left: 0px;
	height: auto;
	position: relative;
	overflow: auto;
}

.searh-list .list{
	position: absolute;
	width: 100%;
	opacity: 0;
	margin-left: 100px;
	transition: 0.5s;
	height: 0;
    overflow: hidden;
}

@media(max-width:1530px)
{
	.searh-list .top-text p{
		font-size: 30px;
	}
	.searh-list .top-text p span{
		font-size: 28px;
	}
	.searh-list input[name="selector-list"] + label{
		font-size: 23px;
		top: 10px;
	}
}

@media(max-width:1375px)
{
	.searh-list input[name="selector-list"] + label{
		position: relative;
		margin-right: 10px;
		right: 0 !important;
		white-space: nowrap;
	}
	.searh-list .list{
		margin-top: 35px;
	}
	.searh-list .top-text{
		max-width: inherit;
		margin-bottom: 15px;
	}
}

@media(max-width:500px)
{
	.searh-list .top-text p{
		font-size: 20px;
	}
	.searh-list .top-text p span {
		font-size: 18px;
	}
	.searh-list input[name="selector-list"] + label {
		font-size: 18px;
		top: 0;
	}
}