.slider-wide {
	width         : 100%;
	height        : 495px;
	line-height   : 1.6;
	overflow      : hidden;
	position      : relative;
	border-bottom : 1px solid #e7e7e7;
	font-family   : "Roboto Slab", Tahoma, sans-serif;
	font-size     : 14px; }

.slider-wide__header-wrapper {
	margin-top              : 20px;
	height                  : 60px;
	display                 : -webkit-flex;
	display                 : -ms-flex;
	display                 : -webkit-box;
	display                 : -ms-flexbox;
	display                 : flex;
	-webkit-box-pack        : center;
	-webkit-justify-content : center;
	-ms-flex-pack           : center;
	justify-content         : center;
	-webkit-box-align       : center;
	-webkit-align-items     : center;
	-ms-flex-align          : center;
	align-items             : center;
	background-color        : #a3a3a3; }

.slider-wide__hbutton {
	display          : block;
	margin           : 0 150px;
	padding          : 0;
	width            : 40px;
	height           : 40px;
	font-size        : 30px;
	font-weight      : bold;
	background-color : transparent;
	border           : 2px solid #fff;
	outline          : 0;
	color            : #fff; }

.slider-wide__hbutton span {
	position : relative;
	top      : -3px; }

.slider-wide__header {
	text-transform : uppercase;
	color          : #fff;
	line-height    : 60px;
	font-size      : 20px; }

.slider-wide__body {
	width              : 3780px;
	display            : -webkit-flex;
	display            : -ms-flex;
	display            : -webkit-box;
	display            : -ms-flexbox;
	display            : flex;
	position           : absolute;
	-webkit-transition : all 0.15s;
	-o-transition      : all 0.15s;
	transition         : all 0.15s; }

.slider-body__frame {
	padding-top             : 20px;
	width                   : 1264px;
	display                 : -webkit-flex;
	display                 : -ms-flex;
	display                 : -webkit-box;
	display                 : -ms-flexbox;
	display                 : flex;
	-webkit-box-pack        : justify;
	-webkit-justify-content : space-between;
	-ms-flex-pack           : justify;
	justify-content         : space-between;
	-webkit-transition      : all 0.2s;
	-o-transition           : all 0.2s;
	transition              : all 0.2s; }

.slider-frame__item {
	position : relative;
	width    : 300px;
	height   : 375px; }

.slider-item__main {
	width                   : 300px;
	height                  : 225px;
	background-repeat       : no-repeat;
	position                : relative;
	-webkit-background-size : cover;
	background-size         : cover;
	padding                 : 0;
	border-bottom           : 2px solid #ffa039;
	display                 : -webkit-flex;
	display                 : -ms-flex;
	display                 : -webkit-box;
	display                 : -ms-flexbox;
	display                 : flex;
	-webkit-box-orient      : vertical;
	-webkit-box-direction   : normal;
	-webkit-flex-direction  : column;
	-ms-flex-direction      : column;
	flex-direction          : column;
	-webkit-box-pack        : justify;
	-webkit-justify-content : space-between;
	-ms-flex-pack           : justify;
	justify-content         : space-between;
	margin                  : 0 !important; }

.slider-item__filler {
	width      : 100%;
	height     : 225px;
	position   : absolute;
	bottom     : -2px;
	left       : 0;
	background : -webkit-gradient(linear, left bottom, left top, from(rgba(38, 38, 38, 0.99)), to(transparent));
	background : -webkit-linear-gradient(bottom, rgba(38, 38, 38, 0.99), transparent);
	background : -o-linear-gradient(bottom, rgba(38, 38, 38, 0.99), transparent);
	background : linear-gradient(to top, rgba(38, 38, 38, 0.99), transparent); }

.slider-item__date-wrapper {
	color               : #fff;
	display             : -webkit-flex;
	display             : -ms-flex;
	display             : -webkit-box;
	display             : -ms-flexbox;
	display             : flex;
	-webkit-box-align   : center;
	-webkit-align-items : center;
	-ms-flex-align      : center;
	align-items         : center;
	z-index             : 1000;
	position            : absolute;
	top                 : 0;
	background          : rgba(65, 64, 64, 0.8) url("/pic/decor/v4/i/watch_white.png") 18px 50% no-repeat;
	width               : 100%;
	padding             : 6px 35px;
	font-size           : 12px; }

.slider-item__bg { max-height : 225px; }

.slider-item__title-wrapper {
	padding          : 18px;
	position         : absolute;
	bottom           : 0;
	left             : 0;
	background-image : -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background-image : -webkit-linear-gradient(transparent, #000);
	background-image : -o-linear-gradient(transparent, #000);
	background-image : linear-gradient(transparent, #000); }

.slider-item__title {
	color       : #fff;
	font-size   : 22px;
	line-height : 26px;
	margin      : 0;
	z-index     : 999;
	font-weight : 300; }

.slider-item__review {
	padding          : 14px 20px;
	background-image : url("/pic/assets/wide.slider.bg.png");
	height           : 148px; }

.slider-item__text {
	font-size   : 12px;
	line-height : 16px; }

.slider-item { color : #333; }

.slider-item:hover {
	text-decoration : none;
	color           : #333; }