.overlay-push-notifications{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.75);
	z-index: 9001;
}

.push-notifications{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 440px;
}
	.push-notifications .content{
		background: #fff;
		padding: 15px;
	}
		.push-notifications .content img{
			float: left;
			margin-right: 20px;
		}
		.push-notifications .content .right{
			width: 255px;
			float: left;
			margin-top: 9.5px;
		}
			.push-notifications .content p{
				font-size: 15px;
				line-height: 1.2;
				color: #2A323F;
				margin-bottom: 30px;
			}
			.push-notifications button{
				line-height: 1;
				padding: 9px 12px;
			}
			.push-notifications .js-push-button{
				font-family: TittiliumSemiBold;
				background: #00569A;
				color: #fff;
			}
				.push-notifications .js-push-button:hover{
					background: #004880;
				}
				.push-notifications .js-push-button img{
					margin-right: 10px;
				}

			.push-notifications .block-push-button{
				background: none;
				color: #999999;
			}

			.push-notifications small{
				display: block;
				color: #fff;
				padding: 7px;
			}

@media screen and (max-width: 719px) {
	.push-notifications {
		width: auto;
		top: 15px;
		left: 15px;
		right: 15px;
	}

	.push-notifications .content > img{
		width: 20.977%;
		margin-right: 5.033%;
	}
	.push-notifications .content .right{
		width: 73%;
	}
}