.catalog-childrens-day {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-image: url('/static/f/banner_catalog/58/img/bg-1.png');
	background-repeat: repeat;
	background-size: 302px;
	background-position: right 3px bottom 2px;
	cursor: pointer;
}
.catalog-childrens-day__img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.catalog-childrens-day__img-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('/static/f/banner_catalog/58/img/decor-1.svg');
	background-repeat: no-repeat;
	background-size: 274px;
	background-position: left calc(50% - 640px) top -9px;
}
.catalog-childrens-day__img-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('/static/f/banner_catalog/58/img/decor-2.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right calc(50% - 575px) top 10px;
}
.catalog-childrens-day__img-3 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('/static/f/banner_catalog/58/img/main-img.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left calc(50% + 295px) bottom 12px;
}
.catalog-childrens-day__content {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.catalog-childrens-day__block {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1130px;
	padding: 42px 25px 16px 25px;
	height: 100%;
	margin: 0 auto;

}
.catalog-childrens-day__container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.catalog-childrens-day__board {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.catalog-childrens-day__subtitle {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: #434343;
}
.catalog-childrens-day__title {
	margin-top: 10px;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 48px;
	color: #21609a;
}
.catalog-childrens-day__title span {
	font-size: 84px;
	line-height: 42px;
	color: #ff7979;
}
.catalog-childrens-day__suptitle {
	margin-top: 10px;
	max-width: 540px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #434343;
}
.catalog-childrens-day__note {
	margin-top: 10px;
	max-width: 555px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #808080;
}

@media screen and (max-width: 1319px) {
	.catalog-childrens-day__img-1 {
		display: none;
	}
}
@media screen and (max-width: 1099px) {
	.catalog-childrens-day__img-2 {
		display: none;
	}
	.catalog-childrens-day__img-3 {
		background-size: 360px;
		background-position: left calc(50% + 260px) bottom 12px;
	}
}
@media screen and (max-width: 1023px) {
	.catalog-childrens-day__img-3 {
		background-size: 300px;
		background-position: right 12px bottom 12px;
	}
	.catalog-childrens-day__block {
		padding-top: 16px;
	}
	.catalog-childrens-day__container {
		padding-right: 300px;
	}
	.catalog-childrens-day__subtitle {
		font-size: 36px;
		line-height: 44px;
	}
	.catalog-childrens-day__title {
		margin-top: 0;
		font-size: 42px;
		line-height: 42px;
	}
	.catalog-childrens-day__title span {
		font-size: 76px;
		line-height: 58px;
	}
	.catalog-childrens-day__suptitle {
		margin-top: 0;
		font-size: 20px;
		line-height: 24px;
	}
}
@media screen and (max-width: 767px) {
	.catalog-childrens-day__img-3 {
		background-image: url('/static/f/banner_catalog/58/img/main-img-mobile.svg');
		background-repeat: no-repeat;
		background-size: 450px;
		background-position: left 50% bottom 55px;
	}
	.catalog-childrens-day__container {
		padding-right: 0px;
	}
	.catalog-childrens-day__subtitle {
		color: #ee875f;
	}
	.catalog-childrens-day__suptitle {
		max-width: none;
		margin-top: 10px;
	}
	.catalog-childrens-day__note {
		max-width: none;
	}
}
@media screen and (max-width: 559px) {
	.catalog-childrens-day__img-3 {
		background-size: auto 202px;
		background-position: left 50% bottom 63px;
	}
	.catalog-childrens-day__block {
		padding: 15px 16px 13px;
	}
	.catalog-childrens-day__container {
		padding-right: 0px;
	}
	.catalog-childrens-day__subtitle {
		font-size: 24px;
		line-height: 29px;
	}
	.catalog-childrens-day__title {
		font-size: 24px;
		line-height: 29px;
	}
	.catalog-childrens-day__title span {
		font-size: 40px;
		line-height: 29px;
	}
	.catalog-childrens-day__suptitle {
		padding-right: 50%;
		font-size: 16px;
		line-height: 19px;
	}
	.catalog-childrens-day__note {
		font-size: 10px;
		line-height: 12px;
	}
}
@media screen and (max-width: 389px) {
	.catalog-childrens-day__img-3 {
		background-size: auto 202px;
		background-position: left 21px bottom 59px;
	}
	.catalog-childrens-day__suptitle {
		padding-right: 40%;
	}
}
@media screen and (max-width: 359px) {
	.catalog-childrens-day__img-3 {
		background-size: auto 175px;
		background-position: left 15px bottom 70px;
	}
	.catalog-childrens-day__title {
		font-size: 21px;
		line-height: 24px;
	}
	.catalog-childrens-day__suptitle {
		padding-right: 0;
		max-width: 150px;
		font-size: 13px;
		line-height: 16px;
	}
}