.top-place[data-type="detstvo2026"].is-hide { display: block; }
.top-place[data-type="detstvo2026"] {
	background-image: url('/static/f/banner_top/34/bg-1.png');
	background-repeat: repeat;
	background-size: 302px;
	background-position: right 5px bottom -7px;
}

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

.top-place[data-type="detstvo2026"] .top-place__close {
	background: #ff7979;
	transition: background 0.134s;
}
.top-place[data-type="detstvo2026"] .top-place__close:hover {
	background: #27388a;
}
.top-place[data-type="detstvo2026"] .top-place__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	background-image: url('/static/f/banner_top/34/main-img.png');
	background-repeat: no-repeat;
	background-size: auto 84px;
	background-position: left calc(50% + 230px) top;
}
.top-place[data-type="detstvo2026"] .top-place__content::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-image: url('/static/f/banner_top/34/decor-1.png');
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-position: left calc(50% - 490px) top;
}
.top-place[data-type="detstvo2026"] .top-place__content::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-image: url('/static/f/banner_top/34/decor-2.png');
	background-repeat: no-repeat;
	background-size: 87px;
	background-position: right calc(50% - 510px) top;
}
.top-place[data-type="detstvo2026"] .top-place__descr {
	padding-top: 9px;
	padding-left: 16px;
	padding-right: 48%;
}
.top-place[data-type="detstvo2026"] .top-place__descr-suptitle {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #434343;
}
.top-place[data-type="detstvo2026"] .top-place__descr-title {
	margin-top: -5px;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #21609a;
}
.top-place[data-type="detstvo2026"] .top-place__descr-title span {
	font-size: 40px;
	line-height: 20px;
	color: #ff7979;
}
.top-place[data-type="detstvo2026"] .top-place__descr-title--desktop {
	display: block;
}
.top-place[data-type="detstvo2026"] .top-place__descr-title--mobile {
	display: none;
}
.top-place[data-type="detstvo2026"] .top-place__descr-subtitle {
	margin-top: 5px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #434343;
}
.top-place[data-type="detstvo2026"] .top-place__descr-subtitle--desktop {
	display: block;
}
.top-place[data-type="detstvo2026"] .top-place__descr-subtitle--mobile {
	display: none;
}
.top-place[data-type="detstvo2026"] .top-place__note {
	width: 100%;
	padding: 0 16px 5px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #808080;
}

@media screen and (max-width: 1099px) {
	.top-place[data-type="detstvo2026"] .top-place__content::after {
		content: none;
	}
}
@media screen and (max-width: 959px) {
	.top-place[data-type="detstvo2026"] .top-place__content {
		align-items: flex-start;
		background-size: auto 70px;
		background-position: right 50px top;
	}
	.top-place[data-type="detstvo2026"] .top-place__content::before {
		content: none;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr {
		padding-top: 4px;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-title {
		font-size: 20px;
		line-height: 20px;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-title span {
		font-size: 34px;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-subtitle {
		margin-top: 2px;
	}
	.top-place[data-type="detstvo2026"] .top-place__note {
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.top-place[data-type="detstvo2026"] {
		min-height: 64px;
	}
	.top-place[data-type="detstvo2026"] .top-place__wrapper {
		height: 64px;
	}
	.top-place[data-type="detstvo2026"] .top-place__close {
		top: 22px;
		width: 24px;
		height: 24px;
	}
	.top-place[data-type="detstvo2026"] .top-place__close:after,
	.top-place[data-type="detstvo2026"] .top-place__close:before {
		left: 6px;
		top: 11px;
		width: 12px;
		height: 2px;
	}
	.top-place[data-type="detstvo2026"] .top-place__content {
		justify-content: center;
		background-size: auto 56px;
		background-position: right calc(50% - 135px) top;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding-top: 0;
		padding-right: 16px;
		transform: translateX(-50px);
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-suptitle {
		font-size: 12px;
		line-height: 14px;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-title {
		margin-top: -5px;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-title span {
		font-size: 34px;
		line-height: 34px;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-title--desktop {
		display: none;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-title--mobile {
		display: block;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-subtitle {
		margin-top: -3px;
		font-size: 9px;
		line-height: 11px;
		color: #808080;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-subtitle--desktop {
		display: none;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr-subtitle--mobile {
		display: block;
	}
	.top-place[data-type="detstvo2026"] .top-place__note {
		display: none;
	}
}
@media screen and (max-width: 620px) {
	.top-place[data-type="detstvo2026"] .top-place__content {
		background-position: right 44px top;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr {
		transform: none;
		align-items: flex-end;
		padding-right: 316px;
	}
}
@media screen and (max-width: 459px) {
	.top-place[data-type="detstvo2026"] .top-place__close {
		right: 16px;
		color: #fff;
	}
	.top-place[data-type="detstvo2026"] .top-place__content {
		background-position: right 0px top;
	}
	.top-place[data-type="detstvo2026"] .top-place__descr {
		align-items: flex-start;
		padding-right: 16px;
	}
}
@media screen and (max-width: 359px) {
	.top-place[data-type="detstvo2026"] .top-place__descr {
		padding-left: 8px;
		padding-right: 8px;
	}
	.top-place[data-type="detstvo2026"] .top-place__content {
		background-size: auto 48px;
	}
}