.scheme {
	display:flex;
    flex-wrap: wrap;
}
.scheme_left_block {
    width: 60%;
}

.scheme_right_block {
    width: 40%;
}

.scheme_left_block img {
    max-width: 100%;
}

.scheme_right_block .stores_text_wrapp {
    max-width: 190px;
}

.scheme_right_block .stores_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scheme_right_block .item-stock {
    position: relative !important;
    margin: 0 10px 0 0 !important;
    top: 0 !important;
}


.details {
    width: 100%;
    height: 100%;
}

.zoom_block {
    position: relative;
}

.detail {
    border: 2px solid #9c8351;
    width: 14%;
    height: 3%;
    position: absolute;
}

.detail.active {
    background: #9c83514d;
}

.detail_list.active, .detail_list.active .stores_text_wrapp {
    background: #efefef !important;
}

.desc {
	margin:50px 0;
}

.buttons {
	display:none;
}

.scheme_right_block {
    padding-left: 50px;
}

.scheme_left_block {
    border: 1px solid #ececec;
}
span.value.p10.font_xs {
    white-space: nowrap;
    padding-right: 10px;
    min-width: 70px;
    display: block;
}

@media (max-width:767px) {
.scheme_left_block,.scheme_right_block {
    width: 100%;
    margin: 15px 0;
    padding: 0;
}
}