
/* Новогодняя открытка */

.ny_bg{
	background-color: black;
	background: url('../../images/ny26.jpg');
    background-size: 100% auto;
	background-repeat: no-repeat;
	margin: -10px 0;
	background-position: right center;
}

.ny_bg div {
	background: rgba(0, 0, 0, 0.5);
	margin: 40px -15px;
}

.ny_bg h4{
	color: white;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
	padding: 20px 0;
}

.ny_bg p{
	color: white;
    text-indent: 1.5em;
    text-align: justify;
    margin-top: -15px;
    padding: 0 30px;
    font-size: 16px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

.ny_bg span{
	color: white;
    text-align: right;
    display: block;
    font-size: 12px;
    font-style: italic;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
	padding-bottom: 20px;
	padding-right: 30px;
}
