.promo-parenthood {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;

	background: url('/static/f/slide/247/parenthood-background.png') no-repeat;
	background-size: calc(100% + 39px) auto;
    background-position: -2px -54px;
	background-color: #DEEDFF;
}

.promo-parenthood__wrapper {
	position: relative;
	width: fit-content;
	max-width: 328px;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.promo-parenthood__logo {
	position: relative;
	width: 234px;
	height: auto;
	flex-shrink: 0;
}

.promo-parenthood__info-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 4px;
}

.promo-parenthood__title {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: .025em;
	text-align: center;

	color: #2E97FB;
}

.promo-parenthood__desc {
	position: relative;

	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.02em;

	color: #1E4566;
}

.promo-parenthood__btn {
	position: relative;
	width: fit-content;
    height: fit-content;
	top: -5px;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	padding: 11px 32px;

	background: #FF6D73;
	color: #FFFFFF;
}

@media (max-width: 1239px) {
	.promo-parenthood {
		background-size: calc(100% + 109px) auto;
    	background-position: calc(50% - -20px) -50px;
	}
}

@media (max-width: 1023px) {
	.promo-parenthood {
        background-size: 790px auto;
        background-position: calc(50% - -20px) -70px;
    }
}

@media (max-width: 767px) {
	.promo-parenthood {
		background-size: calc(100% + 120px) auto;
        background-position: calc(50% - -7px) calc(50% + 3px);
	}
}

@media (max-width: 559px) {
	.promo-parenthood {
		align-items: flex-start;
		background-size: calc(100% + 110px) auto;
        background-position: calc(50% - -18px) calc(50% + -6px);
	}

	.promo-parenthood__wrapper {
		max-width: 288px;
		padding-top: 24px;
	}

	.promo-parenthood__title {
		font-size: 20px;
	}

	.promo-parenthood__desc {
		font-size: 16px;
	}

	.promo-parenthood__btn {
		font-size: 14px;
		padding: 8px 24px;
		top: unset;
	}
}

@media (max-width: 459px) {
	.promo-parenthood {
		background: url('/static/f/slide/247/parenthood-mobile-background.png') no-repeat;
		background-size: calc(100% + 40px) auto;
        background-position: calc(50% - -8px) calc(50% + 31px);
        background-color: #DEEDFF;
	}

	.promo-parenthood__wrapper {
		gap: 12px;
	}

	.promo-parenthood__info-wrapper {
		gap: 0;
	}
}

@media (max-width: 389px) {
	.promo-parenthood {
		background-size: calc(100% + 54px) auto;
        background-position: calc(50% - -9px) calc(50% + 24px);
	}
}