menu, figure, figcaption {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

img{
    border: 0;
}

aside, article, figure, figcaption, footer, header, hgroup, menu, nav, section{
    display: block;
    font-family: Arial;
}

a{
	color: #3B84CA;
}

a:hover{
	color: #156EC5;
}

/*exp_widget*/
.welcome-present{
    padding: 15px 0 0;
}

.welcome-present__head{
    overflow: hidden;
    padding: 0 15px;
}

.welcome-present__title{
    font-size: 24px;
    color: #2c3339;
    margin: 0;
    font-weight: normal;
    padding: 10px 23px 0;
}

.welcome-present__title a{
	text-decoration: none;
}

.welcome-present__social{
    float: right;
    margin: 10px 0 0;
}

.welcome-present__big-wrap{
    margin: 10px 0 20px;
    border-radius: 3px;
    background: #f7f7f7;
    box-shadow: 1px 1px 3px 0px #c9c9cb;
    overflow: hidden;
}

.welcome-present__row{
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.welcome-present__row:first-child{
    margin: 0;
}

.welcome-present__card{
    position: relative;
    float: left;
    padding: 15px 0;
    width: 25%;
    margin: 0;
}



.welcome-present__card:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5%;
}

.welcome-present__card:after{
    content:'';
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    height: 201px;
}

.welcome-present__card:first-child{
    margin-left: 0;
}

.welcome-present__row:first-child .welcome-present__card:before{
    display: none;
}

.welcome-present__photo-wrap-link{
    position: relative;
    display: block;
    margin: 0 23px;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    font-weight: normal;
    box-shadow: 1px 1px 2px 0 #d9d9d9;
}

.welcome-present__photo{
    display: block;
    width: 100%;
}

/* .welcome-present__card:first-child .welcome-present__photo{
    margin: 0;
} */

.welcome-present__price{
    position: absolute;
    bottom: 20px;
    right: 20px;
    min-width: 30px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 3px 5px 3px 2px;
    border-radius: 0 2px 2px 0;
    background: url(/static/i/bg-price.png) repeat-x 0 0;
}

.welcome-present__price:before{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    width: 17px;
    background: url(/static/i/bg-price-str.png) no-repeat 0 0;
}

.welcome-present__text{
    padding: 10px 23px 0;
}

.welcome-present__geo{
    display: block;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #24313e;
    background: url(/static/i/pin-small.png) no-repeat 0 50%;
}

.welcome-present__text .blue-link{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.welcome-present_v{
	/*margin-right: 25px;*/
}

.welcome-present_v .welcome-present__big-wrap{
	border-radius: none;
	box-shadow: none;
	background: none;
}

.welcome-present_v .welcome-present__title{
	padding: 10px 0 0;
}

.welcome-present_v .welcome-present__card{
	width: 50%;
}

.welcome-present_v .welcome-present__card + .welcome-present__card + .welcome-present__card{
	clear: left;
}

.welcome-present_v .welcome-present__photo-wrap-link{
	margin: 0 23px 0 0;
}

.welcome-present_v .welcome-present__text{
	padding: 10px 23px 0 0;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	
	.welcome-present__card{
		width: 33.3%;
	}
	
	.welcome-present__card:last-child{
		display: none;
	}
	
	.welcome-present_v .welcome-present__card{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
}


/*epx_widget end*/

