.top-place[data-type="family2026"].is-hide { display: block; }
.top-place[data-type="family2026"] {
	background-color: #e5f2f8;
	background-image: url('/static/f/banner_top/37/bg-1.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: calc(50% + 10px) center;
}

.top-place[data-type="family2026"] .top-place__wrapper {
	display: flex;
	align-items: center;
	max-width: 1440px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.top-place[data-type="family2026"] .top-place__close {
	background: #fff;
	color: #001689;
	transition: background 0.134s, color 0.134s;
}
.top-place[data-type="family2026"] .top-place__close:hover {
	background: #27388a;
	color: #fff;
}
.top-place[data-type="family2026"] .top-place__close:after,
.top-place[data-type="family2026"] .top-place__close:before {
	height: 2px;
	border-radius: 40px;
}
.top-place[data-type="family2026"] .top-place__content {
	width: 100%;
	height: 100%;
	background-image: url('/static/f/banner_top/37/main-img.svg');
	background-repeat: no-repeat;
	background-size: 192px auto;
	background-position: left calc(50% - 442px) top;
}
.top-place[data-type="family2026"] .top-place__descr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: calc(50% - 333px);
	padding-right: 80px;
}
.top-place[data-type="family2026"] .top-place__descr-title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #cc4211;
}
.top-place[data-type="family2026"] .top-place__descr-subtitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #434343;
}
.top-place[data-type="family2026"] .top-place__descr-btn {
	display: inline-block;
	margin-left: 12px;
	border-radius: 48px;
	padding: 0px 25px;
	width: 121px;
	height: 32px;
	background: #cc4211;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	transition: background 0.134s;
}
.top-place[data-type="family2026"] .top-place__descr-btn:hover {
	background: #001689;
}

@media screen and (max-width: 1239px) {
	.top-place[data-type="family2026"] .top-place__descr-subtitle span {
		display: block;
		max-width: 525px;
	}
}
@media screen and (max-width: 1080px) {
	.top-place[data-type="family2026"] .top-place__content {
		background-position: left 12px top;
	}
	.top-place[data-type="family2026"] .top-place__descr {
		padding-left: 215px;
	}
}
@media screen and (max-width: 840px) {
	.top-place[data-type="family2026"] .top-place__descr-title {
		font-size: 20px;
		line-height: 20px;
	}
	.top-place[data-type="family2026"] .top-place__descr-subtitle {
		font-size: 15px;
		line-height: 15px;
	}
}
@media screen and (max-width: 767px) {
	.top-place[data-type="family2026"] {
		background-image: url('/static/f/banner_top/37/decor-1.png'), url('/static/f/banner_top/37/decor-2.png');
		background-repeat: no-repeat;
		background-size: auto auto, auto auto;
		background-position: left center, right center;
	}
	.top-place[data-type="family2026"] .top-place__content {
		background-size: 135px auto;
		background-position: left 12px bottom;
	}
	.top-place[data-type="family2026"] .top-place__descr {
		padding-left: 155px;
		padding-right: 70px;
	}
	.top-place[data-type="family2026"] .top-place__descr-title {
		font-size: 16px;
		line-height: 16px;
	}
	.top-place[data-type="family2026"] .top-place__descr-subtitle {
		font-size: 14px;
		line-height: 14px;
	}
	.top-place[data-type="family2026"] .top-place__descr-subtitle span {
		display: block;
		max-width: 385px;
	}
	.top-place[data-type="family2026"] .top-place__descr-btn {
		margin-left: 6px;
		padding: 0px 16px;
		width: 95px;
		height: 30px;
		font-family: 'RotonReg', Arial, Helvetica, sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 30px;
	}
}
@media screen and (max-width: 559px) {
	.top-place[data-type="family2026"] {
		height: 64px;
		min-height: 64px;
	}
	.top-place[data-type="family2026"] .top-place__wrapper {
		height: 64px;
	}
	.top-place[data-type="family2026"] .top-place__close {
		top: 20px;
		right: 16px;
	}
	.top-place[data-type="family2026"] .top-place__close:after,
	.top-place[data-type="family2026"] .top-place__close:before {
		top: 12px;
		height: 1px;
	}
	.top-place[data-type="family2026"] .top-place__content {
		background-size: 86px auto;
		background-position: left top;
	}
	.top-place[data-type="family2026"] .top-place__descr {
		padding-left: 95px;
		padding-right: 50px;
	}
	.top-place[data-type="family2026"] .top-place__descr-title {
		font-size: 10px;
		line-height: 10px;
		letter-spacing: -0.01em;
		color: #cc4211;
	}
	.top-place[data-type="family2026"] .top-place__descr-subtitle {
		font-size: 9px;
		line-height: 9px;
		letter-spacing: -0.02em;
		color: #434343;
	}
	.top-place[data-type="family2026"] .top-place__descr-btn {
		margin-left: 6px;
		padding: 0px 15px;
		width: 71px;
		height: 24px;
		font-size: 9px;
		line-height: 24px;
	}
}
@media screen and (max-width: 359px) {
	.top-place[data-type="family2026"] .top-place__content {
		background-size: 74px auto;
		background-position: left bottom;
	}
	.top-place[data-type="family2026"] .top-place__descr {
		padding-left: 80px;
		padding-right: 0px;
		padding-top: 0;
	}
	.top-place[data-type="family2026"] .top-place__descr-subtitle {
		padding-right: 50px;
	}
}