
.promo-announcement-nestogen {
	width: 100%;
	height: 100%;
	background-color: #dcedfe;
	background-image: url('/static/f/slide/277/bg-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}
.promo-announcement-nestogen__wrapper {
	width: 100%;
	height: 100%;
	padding: 38px 72px;
	background-image: url('/static/f/slide/277/bg-2.png');
	background-repeat: no-repeat;
	background-size: 396px auto;
	background-position: right top;
}
.promo-announcement-nestogen__container {
	width: 100%;
	max-width: 300px;
}
.promo-announcement-nestogen__title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 35px;
	color: #001689;
}
.promo-announcement-nestogen__desc {
	margin-top: 5px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #434343;
}
.promo-announcement-nestogen__btn {
	width: 100%;
	max-width: 147px;
	height: 44px;
	margin-top: 12px;
	background: #ff8300;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.134s;
}
.promo-announcement-nestogen__btn:hover {
	background: #001689;
	color: #fff;
}

@media screen and (max-width: 1099px) {
	.promo-announcement-nestogen__wrapper {
		padding: 38px 32px;
		background-position: right -20px top;
	}
}
@media screen and (max-width: 1023px) {
	.promo-announcement-nestogen__wrapper {
		padding: 38px 72px;
		background-position: right top;
	}
}
@media screen and (max-width: 799px) {
	.promo-announcement-nestogen__wrapper {
		padding: 38px 32px;
		background-position: right -20px top;
	}
}
@media screen and (max-width: 640px) {
	.promo-announcement-nestogen__wrapper {
		background-size: 296px auto;
		background-position: right -14px bottom;
	}
}
@media screen and (max-width: 559px) {
	.promo-announcement-nestogen {
		background-image: url('/static/f/slide/277/bg-3.png');
	}
	.promo-announcement-nestogen__wrapper {
		padding: 24px;
		background-size: 266px auto;
		background-position: right bottom -2px;
	}
	.promo-announcement-nestogen__title {
		font-size: 24px;
		line-height: 29px;
	}
	.promo-announcement-nestogen__desc {
		margin-top: 4px;
		font-size: 16px;
		line-height: 22px;
	}
	.promo-announcement-nestogen__btn {
		margin-top: 10px;
	}
}
@media screen and (max-width: 459px) {
	.promo-announcement-nestogen__wrapper {
		background-size: 222px auto;
	}
}
@media screen and (max-width: 389px) {
	.promo-announcement-nestogen__wrapper {
		padding: 16px;
		background-position: right bottom -6px;
	}
	.promo-announcement-nestogen__title {
		font-size: 21px;
		line-height: 24px;
	}
	.promo-announcement-nestogen__btn {
		max-width: 140px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
}