/*********************************************************************
 *
 * Slider
 *
 *********************************************************************
 */

.x-slider {
    position: relative;
    height: 400px;
}

.x-slider_container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.x-slider_list {
    position: relative;
    height: 100%;
    z-index: 1;
}

.x-slider_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/*********************************************************************
 *
 * Arrows
 *
 *********************************************************************
 */

.x-slider_arrow {
    position: absolute;
    display: none;
    width: 25px;
    height: 81px;
    top: 50%;
    margin-top: -41px;
    cursor: pointer;
    background: transparent url("/i/x-slider/arrows.png") 0 0 no-repeat; /* 50px * 81px */
    z-index: 3;
}

.x-slider_arrow__prev {
    left: -40px;
}

.x-slider_arrow__next {
    right: -40px;
    background-position: 100% 0;
}

/*********************************************************************
 *
 * Navigation
 *
 *********************************************************************
 */

.x-slider_pages {
    position: absolute;
    display: none;
    right: 0;
    bottom: 0;
    height: 35px;
    padding: 0 10px 0 25px;
    background: transparent url("/i/x-slider/pages.png") 0 0 no-repeat; /* 600px * 35px */
    z-index: 3;
}

.x-slider_pages li {
    display: block;
    float: right;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-shadow: 0 3px 6px #666;
    cursor: pointer;
}

.x-slider_pages li.active {
    color: #ee8f00;
    text-shadow: none;
}

/*********************************************************************
 *
 * Slide
 *
 *********************************************************************
 */

.x-slide_left {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px 15px 25px 35px;
    background: transparent url("/i/x-slider/left.png") 20px 0 no-repeat; /* 460px * 324px */
    z-index: 2;
}

.x-slide_link {
    font: 40px/43px 'Poiret One', cursive;
    color: #646464;
}

/*********************************************************************
 *
 * Home sliders
 *
 *********************************************************************
 */

.x-slider__home {
    width: 350px;
    height: 320px;
    /* border: 1px solid red; */
}

.x-slider_item img {
    margin-left: 10px;
    margin-top: 10px;
}

.b-big-menu_item__1 .x-slider_item__1 img {
    margin-left: 100px;
    margin-top: 33px;
}

.b-big-menu_item__1 .x-slider_item__2 img {
    margin-left: 134px;
    margin-top: 26px;
}

.b-big-menu_item__2 .x-slider_item__1 img {
    margin-left: 28px;
    margin-top: 41px;
}

.b-big-menu_item__2 .x-slider_item__2 img {
    margin-left: 85px;
    margin-top: 12px;
}

.b-big-menu_item__3 .x-slider_item__1 img {
    margin-left: 22px;
    margin-top: 7px;
}

.b-big-menu_item__3 .x-slider_item__2 img {
    margin-left: 15px;
    margin-top: 108px;
}

.b-big-menu_item__4 .x-slider_item__1 img {
    margin-left: 71px;
    margin-top: 86px;
}

.b-big-menu_item__4 .x-slider_item__2 img {
    margin-left: 155px;
    margin-top: 80px;
}