/*min 769 max 1024*/
@media screen and (min-width: 769px) and (max-width: 1024px) {

div.merchant-information {
    width: calc(100% - 240px);
}

div.merchant-contacts {
    width: auto;
    margin-left: 150px;
}

div.merchant-contacts table {
    width: auto;
}

.merchant .goods_reviews_content {
    width: calc(100% - 260px);
}

}
