/* @require main_blocks.css */
.b-gallery_promo {
    margin: 0;
}
.b-gallery_promo .gallery-inner {
    max-width: 750px;
}
.b-gallery_promo .gallery-items {
    margin-bottom: 0;
}
.b-gallery_promo .gallery-image {
    position: relative;
    line-height: inherit;
}

.b-gallery_promo .gallery-image img {
    width: auto;
    max-width: 100%;
}

.b-gallery_wide .gallery-image img {
    width: 100%;
    max-width: inherit;
}

.b-gallery_promo .gallery-next,
.b-gallery_promo .gallery-prev {
    top: 50%;
    margin-top: -21px;
}
.b-gallery_promo .gallery-next {
    right: 38px;
}
.b-gallery_promo .gallery-prev {
    left: 38px;
}
.b-gallery_promo .gallery-controls {
    display: block;
    width: 100%;
    line-height: 0%;
    font-size: 0px;
    height: 0px;
}
.b-gallery_promo .gallery-selectors {
    position: relative;
    margin-top: 5px;
}

.b-gallery_promo .gallery-item {
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}


.b-group {
    margin: 0 22%;
}

.b-group__inner {
    padding: 1em 0;
}

.b-group__container {
    position: relative;
}

.b-group-prev, .b-group-next {
    position: absolute;
    cursor: pointer;
    z-index: 5;
    width: 12px;
    height: 21px;
    top: 92px; /* (margin-top+padding-top+height/2) = (16+16+60) */
    margin-top: -11px;
    background: url(/f/src/promo/group_gallery_arrows.png) no-repeat;
}

.b-group-prev {
    left: 10px;
    background-position: 0 0;
}

.b-group-next {
    right: 10px;
    background-position: -12px 0;
}

.b-group_border-top {
    border-top: 1px solid #ddd;
}

.b-group_border-bottom {
    border-bottom: 1px solid #ddd;
}

.b-group__item_selected {
    background: #f8f8f8;
}

.b-group__item {
    padding: 1em;
    margin-top: 1em;
    width: 150px;
}

.b-group__text {
    padding-top: 1em;
    clear: both;
    line-height: 1.3;
    color: #333;
}

.b-group__img {
    float: left;
    position: relative;
    overflow: hidden;
    height: 120px;
    width: 150px;
}

.b-group__img {
    border: none;
    outline: none; 
}

