.top-place[data-type="superservice1"].is-hide { display: block; }
.top-place[data-type="superservice1"] {
	background: #fffff5;
	min-height: auto;
}
.top-place[data-type="superservice1"] .top-place__wrapper {
	display: flex;
	align-items: center;
	max-width: 1440px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	padding-right: 80px;
	background: url("https://nestlebaby.promodev.ru/static/f/banner_top/10/img-1.png"), #fffff5;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-position: calc(50% - 320px) bottom
}
.top-place[data-type="superservice1"] .top-place__close {
	background: #e4e2ac;
}
.top-place[data-type="superservice1"] .top-place__content {
	height: 100%;
	padding: 12px;
	padding-left: 43.7%;
}
.top-place[data-type="superservice1"] .top-place__descr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.top-place[data-type="superservice1"] .top-place__descr--suptitle {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #1e4566;
}
.top-place[data-type="superservice1"] .top-place__descr--title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #001689;
}
.top-place[data-type="superservice1"] .top-place__descr--link {
	display: inline-block;
	border-radius: 48px;
	padding: 5px;
	width: 165px;
	height: 32px;
	background: #ff8300;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	transition: background 134ms;
}
.top-place[data-type="superservice1"] .top-place__descr--link:hover {
	color: #fff;
	background: #001689;
}

@media (max-width: 767px) {
	.top-place[data-type="superservice1"] .top-place__wrapper {
		position: relative;
		height: 65px;
		padding-right: 60px;
		background: url("https://nestlebaby.promodev.ru/static/f/banner_top/10/img-2.png"), #fffff5;
		background-repeat: no-repeat;
		background-size: auto 65px;
		background-position: calc(50% - 133px) bottom;
	}
	.top-place[data-type="superservice1"] .top-place__wrapper::after {
		content: '';
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url("https://nestlebaby.promodev.ru/static/f/banner_top/10/decor.png");
		background-repeat: no-repeat;
		background-size: auto 42px;
		background-position: right 40px bottom;
		pointer-events: none;
	}
	.top-place[data-type="superservice1"] .top-place__content {
		position: relative;
		z-index: 1;
		padding: 2px;
		padding-left: 44%;
	}
	.top-place[data-type="superservice1"] .top-place__descr {
		align-items: flex-start;
	}
	.top-place[data-type="superservice1"] .top-place__descr--suptitle {
		font-size: 10px;
		line-height: 10px;
		text-align: left;
	}
	.top-place[data-type="superservice1"] .top-place__descr--title {
		font-size: 10px;
		line-height: 10px;
		text-align: left;
	}
	.top-place[data-type="superservice1"] .top-place__descr--link {
		padding: 2px;
		width: 127px;
		height: 19px;
		font-weight: 400;
		font-size: 10px;
		line-height: 14px;
	}
}

@media (max-width: 559px) {
	.top-place[data-type="superservice1"] .top-place__close {
		top: calc(50% - 16px);
	}
	.top-place[data-type="superservice1"] .top-place__wrapper {
		padding-right: 45px;
	}
	.top-place[data-type="superservice1"] .top-place__content {
		padding: 2px;
		padding-left: 41.2%;
	}
}
@media (max-width: 420px) {
	.top-place[data-type="superservice1"] .top-place__wrapper {
		padding-right: 35px;
	}
	.top-place[data-type="superservice1"] .top-place__content {
		padding-left: 35.9%;
	}
}
@media (max-width: 360px) {
	.top-place[data-type="superservice1"] .top-place__content {
		padding-left: 33%;
	}
}