.top-place[data-type="superservice2"].is-hide { display: block; }
.top-place[data-type="superservice2"] {
	background: #f7f6ff;
	min-height: auto;
}

.top-place[data-type="superservice2"] .top-place__wrapper {
	display: flex;
	align-items: center;
	max-width: 1440px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	padding-right: 80px;
	background: url("/static/f/banner_top/11/img-1.png"), #f7f6ff;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-position: calc(50% - 320px) bottom
}
.top-place[data-type="superservice2"] .top-place__close {
	background: #e0ddfe;
}
.top-place[data-type="superservice2"] .top-place__content {
	height: 100%;
	padding: 12px;
	padding-left: 46.7%;
}
.top-place[data-type="superservice2"] .top-place__descr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.top-place[data-type="superservice2"] .top-place__descr--suptitle {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #434343;
}
.top-place[data-type="superservice2"] .top-place__descr--title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #1e4566;
}
.top-place[data-type="superservice2"] .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="superservice2"] .top-place__descr--link:hover {
	color: #fff;
	background: #001689;
}
@media (max-width: 860px) {
	.top-place[data-type="superservice2"] .top-place__content {
		padding-left: 39.7%;
	}
}
@media (max-width: 767px) {
	.top-place[data-type="superservice2"] .top-place__wrapper {
		position: relative;
		height: 65px;
		padding-right: 60px;
		background: url("/static/f/banner_top/11/img-2.png"), #f7f6ff;
		background-repeat: no-repeat;
		background-size: auto 65px;
		background-position: calc(50% - 200px) bottom;
	}
	.top-place[data-type="superservice2"] .top-place__wrapper::after {
		content: '';
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url("/static/f/banner_top/11/decor.png");
		background-repeat: no-repeat;
		background-size: auto 33px;
		background-position: right 55px bottom;
		pointer-events: none;
	}
	.top-place[data-type="superservice2"] .top-place__content {
		position: relative;
		z-index: 1;
		padding: 5px;
		padding-left: 39%;
	}
	.top-place[data-type="superservice2"] .top-place__descr {
		align-items: flex-start;
	}
	.top-place[data-type="superservice2"] .top-place__descr--suptitle {
		font-size: 10px;
		line-height: 10px;
		text-align: left;
	}
	.top-place[data-type="superservice2"] .top-place__descr--title {
		font-size: 10px;
		line-height: 10px;
		text-align: left;
	}
	.top-place[data-type="superservice2"] .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="superservice2"] .top-place__close {
		top: calc(50% - 16px);
	}
	.top-place[data-type="superservice2"] .top-place__wrapper {
		padding-right: 45px;
		background-position: left -25px bottom;
	}
	.top-place[data-type="superservice2"] .top-place__wrapper::after {
		background-position: right 35px bottom;
	}
	.top-place[data-type="superservice2"] .top-place__content {
		padding-left: 120px;
	}
}
@media (max-width: 420px) {
	.top-place[data-type="superservice2"] .top-place__wrapper {
		padding-right: 35px;
	}
}