@charset "utf-8";
/*===== ГЛАВНАЯ =====*/

/*
d03370
*/


/*===== WRAPPER =====*/
body > .wrapper{	
	position: relative;
	width: 100%;
	height: 100%;
}


/*==== ОБЩЕЕ  ====*/

/* ЗАГОЛОВОК */
.header{
	margin-bottom: 30px;
	
	text-align: center;
	
	color: #333;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 46px;
	line-height: 50px;
	text-transform: uppercase;
}










/*=== ВЕРХНИЙ БЛОК ===*/
	.top_block{
		border: 0px solid red;
		
		width: 100%;
		box-sizing: border-box;
		
		background: 
			linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6) 100px, rgba(0, 0, 0, 0.2)), 
			url('/alex/images/presents/top_block_bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.top_block .mid_razm  > tbody > tr > td{	
		border: 0px solid #fff;	
		
		padding-top: 90px;
	}
	.top_block .header{		
		border: 0px solid #aaa;
		
		width: 75%;
		margin: 0px auto;
		margin-bottom: 25px;
		
		color: #fff;
		text-align: center;
		line-height: 60px;
	}
	.top_block .header.big{
		margin-bottom: 30px;
		
		text-transform: none;
	}
	@media screen and (max-width: 900px){
		.top_block .header.big{	
			width: 95%;
						
			font-size: 35px;
			line-height: 40px;
		}
	}
	@media screen and (max-width: 400px){
		.top_block .header.big{						
			font-size: 27px;
			line-height: 30px;
		}
	}
	.header.small{
		color: #111;
		font-size: 30px;
		line-height: 36px;
		text-transform: none;
	}
	@media screen and (max-width: 900px){
		.header.small{
			width: 95%; 
			
			font-size: 25px;
			line-height: 28px;
		}
	}
	@media screen and (max-width: 400px){
		.header.small{		
			font-size: 22px;
			line-height: 24px;
		}
	}
	/* ОТСЧЕТ */
		.top_block .price{
			margin-bottom: 20px;
			
			color: #fff;
			font-family: Roboto;
			font-style: normal;
			font-weight: 900;
			font-size: 35px;
			line-height: 40px;
			text-align: center;
		}
		@media screen and (max-width: 900px){
			.top_block .price{	
				width: 95%;
							
				font-size: 30px;
				line-height: 35px;
			}
		}
		@media screen and (max-width: 400px){
			.top_block .price{						
				font-size: 27px;
				line-height: 30px;
			}
		}
		.top_block .old_price{			
			text-decoration: line-through;
		}
		.top_block .time_left{			
			margin-bottom: 10px;
			
			color: #fff;
			font-family: Roboto;
			font-style: normal;
			font-weight: 700;
			font-size: 25px;
			line-height: 28px;
			text-align: center;			
		}
		.top_block .countdown_w{
			margin-bottom: 25px;
		}


/*=== ПОДАРКИ ===*/
	.blog{
		width: auto;
		margin: 0px auto;
		margin-bottom: 40px;
	}
	.blog > tbody > tr > td{
		border: 0px solid #aaa;
		
		padding: 10px;
		
		vertical-align: top;
		
		text-align: center;
	}
	@media screen and (max-width: 1200px){
		.blog > tbody > tr > td{		
			padding-bottom: 25px;
		}
	}
	.blog > tbody > tr > td > .wrap{	
		border-radius: 5px;
		display: inline-block;
		
		width: 350px;
		box-sizing: border-box;
		
		box-shadow: 0 3px 0 #A1A1A1;
		background: #fff;
		
		overflow: hidden;
	}
	@media screen and (max-width: 1200px){
		.blog > tbody > tr > td > .wrap{	
			width: 550px;
		}
	}
	@media screen and (max-width: 700px){
		.blog > tbody > tr > td > .wrap{	
			width: 350px;
		}
	}
	@media screen and (max-width: 400px){
		.blog > tbody > tr > td > .wrap{	
			width: 250px;
		}
	}
	.blog .tr_tbl{
		height: 100%;
		box-sizing: border-box;
	}
	.blog .tr_tbl > tbody > tr > td{
		border: 0px solid #aaa;
		
		width: 100%;
		box-sizing: border-box;
		
		text-align: center;
		vertical-align: top;
	}
	
	
	/* ИЗОБРАЖЕНИЕ ПОДАРКА */
		.blog .tr_tbl > tbody > tr > td.img{
			height: 200px;
			
			padding: 0px;
		}
		@media screen and (max-width: 1200px){
			.blog .tr_tbl > tbody > tr > td.img{
				height: 300px;
			}
		}
		@media screen and (max-width: 700px){
			.blog .tr_tbl > tbody > tr > td.img{
				height: 200px;
			}
		}
		@media screen and (max-width: 400px){
			.blog .tr_tbl > tbody > tr > td.img{
				height: 150px;
			}
		}
		.blog .tr_tbl > tbody > tr > td.img > .wrap{	
			width: 100%;
			height: 100%;
			position: relative;
		}
		.blog .tr_tbl > tbody > tr > td.img .img{	
			width: 100%;
			height: 100%;
			
			position: absolute;
			z-index: 1;
			left: 0px;
			top: 0px;
			
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}
		.blog .tr_tbl > tbody > tr > td.img:hover .img{
			transform: scale(1.2);
		}
		
	/* ЗВЕЗДЫ РЕЙТИНГА */
		.blog .rate_w{
			display: inline-block;
			
			position: absolute;
			z-index: 3;
			left: 7px;
			top: 7px;
		}
		.blog .rate{
			color: #E8E800;
			
			font-size: 14px;
		}
	
	/* КОВЕР ИЗОБРАЖЕНИЯ */
		.blog .tr_tbl td.img .cover{			
			width: 100%;
			height: 100%;
			box-sizing: border-box;
			
			position: absolute;
			z-index: 2;
			left: 0px;
			top: 0px;
			
			padding-top: 80px;
			
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0));
			
			text-align: center;
			cursor: pointer;
			
			-webkit-transition: 0.2s;
			transition: 0.2s;
		}
		.blog .tr_tbl td.img:hover .cover{
			background: rgba(0, 0, 0, 0.6);
		}
		.blog .cover_button{
			border: 2px solid #fff;
			border-radius: 5px;
			
			display: none;
		
			padding: 15px 25px 13px 25px;
		
			color: #fff;
			font-family: ProximaNovaRegular;
			font-size: 17px;
			font-weight: 200;
			
			text-transform: uppercase;
			
			-webkit-transition: 0.2s;
			transition: 0.2s;
		}
		.blog .tr_tbl td.img:hover .cover .cover_button{
			display: inline-block;
		}
	
	/* НАЗВАНИЕ ПОДАРКА */
		.blog .tr_tbl > tbody > tr > td.name{
			height: 70px;
			
			padding-top: 15px;
				
			color: #333;
			font-family: ProximaNovaBlack;
			font-size: 20px;
			line-height: 25px;
			font-weight: 400;
			cursor: pointer;
			text-transform: uppercase;
			
			-webkit-transition: 0.2s;
			transition: 0.2s;
		}
		.blog .tr_tbl > tbody > tr > td.name:hover{
			color: #d03370;
		}
	
	
	/* ОПИСАНИЕ ПОДАРКА */
		.blog .tr_tbl > tbody > tr > td.desc{	
			padding: 5px 20px 25px 20px;
		
			font-family: Roboto;
			font-style: normal;
			font-weight: 400;
			font-size: 15px;
			line-height: 22px;
			text-align: left;
		}
		.blog .dots{
			display: inline-block;
			cursor: pointer;
		}
	
	/* КНОПКА "ПОЛУЧИТЬ ПОДАРОК" */
		.blog .tr_button{
			border-radius: 5px;
			
			display: inline-block;
			
			margin-bottom: 30px;
			margin-top: 5px;
			padding: 15px 25px 13px 25px;
			
			background: #d03370;
			box-shadow: 0 3px 0 #B50046;
			
			color: #fff;
			cursor: pointer;
			font-family: ProximaNovaRegular;
			font-size: 17px;
			font-weight: 200;
			text-align: center;
			text-transform: uppercase;
			
			-webkit-transition: 0.2s;
			transition: 0.2s;
		}
		.blog .tr_button:hover{
			background: #E63C7E;
			box-shadow: 0 3px 0 #D10051;
		}
















































