.linked-offers {
    /* + заколовок + hr + margin-bottom */
    min-height: calc(15rem + 3.55rem + 2rem + 3px + 1.5rem);
    position: relative;
}

.linked-offers .image {
    height: 9rem;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin-bottom: .75rem;
}

.linked-offers .image a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.linked-offers .image a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.linked-offers .price {
    color: #666;
    font-size: .8rem;
    margin: 0;
    text-align: right;
}

.linked-offers .price div {
    display: inline-block;
}

.linked-offers .price-discount {
    font-size: .8rem;
}

.linked-offers-item .label {
    position: absolute;
    top: .75rem;
    right: 1rem;
}

.linked-offers-item__container {
    display: inline-block;

}

.linked-offers-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0 1rem;
}

.linked-offers-item .properties > div {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #999;
}

.linked-offers-item .properties {
    margin-bottom: 0.5rem;
}

[data-controls] {
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    background: transparent;
}

[data-controls]:focus {
    outline: none;
}

[data-controls="prev"] {
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/images/s-arrows.png) no-repeat 0 -30px;
    text-indent: -9999em;
}
[data-controls="next"] {
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/images/s-arrows.png) no-repeat -30px -30px;
    text-indent: -9999em;
}

[data-controls="prev"]:hover {
    background-position: 0 0;
}

[data-controls="next"]:hover {
    background-position: -30px 0;
}

.linked-offers-item .name {
    line-height: 110%;
    font-size: 0.8rem;
    flex: 1 1 auto;
}

.linked-offers-item .name a {
    text-decoration: none;
}

.configurable .linked-offers-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-height: 15rem;
    opacity: 0;
}

.linked-offers {
    margin-bottom: 1.5rem;
}
