.best-offers-wrap{
	width: 94%;
	margin-left: 3%;
}
.best-offers-wrap .bx-wrapper .bx-viewport{
	box-shadow: none;
	border: none;
	background: none;
	left: 0;
}
.best-offers-wrap .bx-wrapper .bx-controls-direction a{
	text-indent: 0;
	background: none;
	font-size: 40px;
	line-height: 0;
	margin-top: -22px;
	color: #20a298;
	opacity: 1;
}
.best-offers-wrap .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
	color: #20a298;
}
.best-offers-wrap .bx-wrapper .bx-prev{
	left: -25px;
}
.best-offers-wrap .bx-wrapper .bx-next{
	text-align: right;
	right: -25px;
}
 
.best-offers .best-offer-item{
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	height: 167px;
	width: 100%;
	max-width: 196px;
	margin: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 10px;
	position: relative;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.best-offers .best-offer-item:hover {
	box-shadow: none;
}
.best-offers .best-offer-item .price{
	position: absolute;
	bottom: 0;
	z-index:1;
}
.best-offers .best-offer-item .title{
	position: absolute;
	top: 67px;
	line-height: 18px;
	padding-right: 10px;
	z-index: 1;
}
.best-offers .best-offer-item .offer-label{
	display: inline-block;
	background-color: gray;
	padding: 5px;
}
.offer-label
{
	position: absolute;
	z-index: 1
	;
}
.offer-label.offer-label-goryashchiy-tur{
	background-color: #ffeb3b !important;
	color: #ff3d00;
}
.offer-label.offer-label-luchshaya-tsena{
	background-color: #ffeb3b !important;
	color: #ff3d00;
}
.offer-label.offer-label-skidka{
	background-color: #aeea00 !important;
	color: #2a6577;
}
.offer-label.offer-label-novogodnie-i-prazdnichnye-tury{
	background-color: #ffeb3b !important;
	color: #ff3d00;
}
.offer-label.offer-label-novinka{
	background-color: #aeea00 !important;
	color: #2a6577;
	text-transform: uppercase;
	font-size: 13px;
}
#best-offers {
    margin: 0 17px;
}
#container-best-offers-sm {
	width: 454px;
}
#container-best-offers-xs {
	width: 227px;
}
#best-offers-xs .slide_one {
	padding: 0 15px;
}
#best-offers-xs .best-offer-item-xs,
#best-offers-sm .best-offer-item-sm,
#best-offers .best-offer-item {
	text-decoration: none;
    display: inline-block;
    vertical-align: top;
    height: 167px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 10px;
    position: relative;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
#best-offers-xs .best-offer-item-xs:hover,
#best-offers-sm .best-offer-item-sm:hover,
#best-offers .best-offer-item:hover {
	box-shadow: none;
}
#best-offers-xs .best-offer-item-xs .price,
#best-offers-sm .best-offer-item-sm .price,
#best-offers .best-offer-item .price {
	position: absolute;
	bottom: 0;
	z-index: 1;
	font-size: 22px !important;
    background-color: rgba(1, 87, 155, 0.7);
    padding: 0 6px;
}
#best-offers-xs .best-offer-item-xs .title,
#best-offers-sm .best-offer-item-sm .title,
#best-offers .best-offer-item .title {
	position: absolute;
	top: 67px;
	line-height: 18px;
	padding-right: 10px;
	z-index: 1;
}
#best-offers-xs .offer-label,
#best-offers-sm .offer-label,
#best-offers .offer-label {
	display: inline-block;
	background-color: gray;
	padding: 5px;
}
#best-offers-xs .offer-label,
#best-offers-sm .offer-label,
#best-offers .offer-label {
	position: absolute;
	z-index: 1;
}
#best-offers-xs .offer-label-goryashchiy-tur,
#best-offers .offer-label-goryashchiy-tur {
	background-color: #ffeb3b !important;
	color: #ff3d00;
}
#best-offers-xs .offer-label-luchshaya-tsena,
#best-offers-sm .offer-label-luchshaya-tsena,
#best-offers .offer-label-luchshaya-tsena {
	background-color: #ffeb3b !important;
	color: #ff3d00;
}
#best-offers-xs .offer-label-skidka ,
#best-offers-sm .offer-label-skidka ,
#best-offers .offer-label-skidka {
	background-color: #aeea00 !important;
	color: #2a6577;
}
#best-offers-xs .offer-label-novogodnie-i-prazdnichnye-tury ,
#best-offers-sm .offer-label-novogodnie-i-prazdnichnye-tury ,
#best-offers .offer-label-novogodnie-i-prazdnichnye-tury {
	background-color: #ffeb3b !important;
	color: #ff3d00;
}
#best-offers-xs .offer-label-novinka ,
#best-offers-sm .offer-label-novinka ,
#best-offers .offer-label-novinka {
	background-color: #aeea00 !important;
	color: #2a6577;
	text-transform: uppercase;
	font-size: 13px;
}
#best-offers-controls a {
    width: 32px;
    background-image: none !important;
    opacity: 1 !important;
    height: 40px;
    top: 60px;
}
#best-offers-controls a.left {
	left: -5px;
}
#best-offers-controls a.right {
	right: -5px;
}
#best-offers-controls .fa {
	color: #20a298;
	text-shadow: none !important;
	font-size: 40px;
}
#best-offers-controls-sm a {
    width: 32px;
    background-image: none !important;
    opacity: 1 !important;
    height: 40px;
    top: 60px;
}
#best-offers-controls-sm a.left {
	left: -45px;
}
#best-offers-controls-sm a.right {
	right: -45px;
}
#best-offers-controls-sm .fa {
	color: #20a298;
	text-shadow: none !important;
	font-size: 40px;
}
#best-offers-controls-xs a {
    width: 32px;
    background-image: none !important;
    opacity: 1 !important;
    height: 62px;
    top: 52px;
}
#best-offers-controls-xs a.left {
	left: -45px;
}
#best-offers-controls-xs a.right {
	right: -45px;
}
#best-offers-controls-xs .fa {
	color: #20a298;
	text-shadow: none !important;
	font-size: 60px;
}

























