.promo-announcement {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;

	background: url('/static/f/slide/239/announcement-background-left.svg') no-repeat, url('/static/f/slide/239/announcement-background-right.svg') no-repeat;
	background-size: auto;
	background-position: -326px 122px, calc(100% + 138px) -122px;
	background-color: #DCEDFE;
}


.promo-announcement::before {
	content: "";
	position: absolute;
	width: 52px;
	height: 82px;
	top: 160px;
	left: calc(50% - 16px);
	transform: rotate(-50deg);
	background: url('/static/f/slide/239/announcement-question-mark-icon.svg') no-repeat left top;
	background-size: contain;
}

.promo-announcement::after {
	content: "";
	position: absolute;
	width: 43px;
	height: 65px;
	top: 13px;
	right: 13px;
	transform: rotate(22deg);
	background: url('/static/f/slide/239/announcement-question-mark-icon.svg') no-repeat left top;
	background-size: contain;
}

.promo-announcement__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;

	padding: 32px 40px;
	max-width: 630px;
	margin: 0 auto;
	height: 100%;
}

.promo-announcement__wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('/static/f/slide/239/image2.png') no-repeat center right;
	background-size: 188px auto;
	background-position: calc(50% + 175px) center;
}

.promo-announcement__title {
	position: relative;
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 35px;
	letter-spacing: 0;

	color: #001689;
	max-width: 270px;
}

.promo-announcement__desc {
	position: relative;
	max-width: 270px;
	font-size: 19px;
	line-height: 22px;
	color: #001689;
}

.promo-announcement__btn {
	position: relative;
	max-width: 150px;
	height: 44px;
	margin-top: 7px;
	font-size: 18px;
	line-height: 42px;
	color: #FFFFFF;
}

@media screen and (max-width: 1239px){
	.promo-announcement__wrapper::before {
		background-position: calc(50% + 152px) center;
	}
}

@media screen and (max-width: 767px){
	.promo-announcement__wrapper {
		padding: 32px 24px;
	}
	.promo-announcement__wrapper::before {
		background-position: calc(50% + 124px) center;
		background-size: 142px auto;
	}
}

@media screen and (max-width: 559px){
	.promo-announcement__desc {
		max-width: 200px;
	}
	.promo-announcement::after {
		display: none;
	}
}

@media screen and (max-width: 459px){
	.promo-announcement {
		min-height: 281px;
		background-size: auto auto, 286px auto;
		background-position: -365px 70px, calc(100% + 130px) -114px;
	}
	.promo-announcement::before {
		top: 174px;
		left: calc(50% - 124px);
		transform: rotate(-24deg);
	}
	.promo-announcement::after {
		display: block;
		width: 30px;
		height: 46px;
		top: 216px;
		left: calc(50% - 62px);
		transform: rotate(20deg);
	}
	.promo-announcement__wrapper::before{
		background-position: calc(50% + 69px) calc(100% + 32px);
	}
	.promo-announcement__wrapper {
		padding: 24px;
	}
	.promo-announcement__title{
		font-size: 25px;
		line-height: 21px;
		max-width: none;
	}
	.promo-announcement__desc{
		font-size: 16px;
		line-height: 22px;
		max-width: none;
	}
	.promo-announcement__btn{
		margin-top: 4px;
		font-size: 16px;
	}
}