.bm-teaser {
	z-index: 100;
}

.bm-teaser.bm-teaser--kisl {
	background: url('/new/static/babymania/images/kisl-background.png') no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	border-radius: 16px 16px 0 0;
	width: 390px;
}

.bm-teaser.bm-teaser--kisl:before{
	content: '';
    position: absolute;
    left: -10px;
    bottom: -1px;
    width: 163px;
    height: 122px;
    background: url('/new/static/babymania/images/kisl-product-image.png') no-repeat center center / 100% auto;
    pointer-events: none;
}

.bm-teaser--kisl .bm-teaser__close {
	width: 12px;
	height: 12px;
	right: 10px;
	top: 10px;
	color: #17A63C;
	transform: none;
}
.bm-teaser--kisl .bm-teaser__close:hover{
	color: #27388a;
}
.bm-teaser--kisl .bm-teaser__close:before,
.bm-teaser--kisl .bm-teaser__close:after {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 1px;
	transform: rotate(45deg);
	background: currentColor;
}
.bm-teaser--kisl .bm-teaser__close:after {
	transform: rotate(-45deg);
}

.bm-teaser--kisl .bm-teaser__section {
	padding: 6px 24px 10px 136px;
	gap: 2px;
	overflow: hidden;
	background: url('/new/static/babymania/images/kisl-background-icon.svg') no-repeat, url('/new/static/babymania/images/kisl-background-icon.svg') no-repeat;
	background-size: 318px 318px, 244px 244px;
	background-position: -88px -17px, calc(100% + 145px) -8px;
	height: 130px;
}

.bm-teaser--kisl .bm-teaser__title {
	font-size: 27px;
    line-height: 120%;
    color: #019C4E;
}

.bm-teaser--kisl .bm-teaser__desc {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0;
	color: #334C58;
}
.bm-teaser--kisl .bm-teaser__button {
	margin-top: 7px;
	padding: 0 24px;
	background-color: #019C4E;
	border: none;
}
.bm-teaser--kisl .bm-teaser__map:hover ~ .bm-teaser__section .bm-teaser__button {
	background-color: #27388a;
	border-color: #27388a;
}

@media screen and (max-width: 767px) {
	.bm-teaser--kisl .bm-teaser__button {
		height: 32px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 559px) {
	.bm-teaser.bm-teaser--kisl.bm-teaser.is-visible {
		transform: translateY(0);
	}
	.bm-teaser.bm-teaser--kisl {
		width: auto;
		left: 72px;
		right: 16px;
	}
	.bm-teaser--kisl .bm-teaser__desc {
		font-size: 14px;
		max-width: 270px;
	}
}

@media screen and (max-width: 459px) {
	.bm-teaser.bm-teaser--kisl.bm-teaser {
		transform: translateY(200%);
	}
	.bm-teaser.bm-teaser--kisl.bm-teaser.is-visible {
		transform: translateY(0);
	}

	.bm-teaser.bm-teaser--kisl {
		width: calc(100% - 32px);
		left: 16px;
		right: auto;
	}

	.bm-teaser--kisl .bm-teaser__section {
		background-position: -98px -17px, calc(100% + 145px) -8px;
	}
}

@media screen and (max-width: 389px) {
	.bm-teaser.bm-teaser--kisl {
		background-size: auto 100%;
	}

	.bm-teaser--kisl .bm-teaser__section {
		padding: 6px 24px 10px 116px;
        background-position: -145px -36px, calc(100% + 165px) -8px;
	}
}