/*max 1200*/
@media screen and (max-width: 1200px) {

.wrapper {
    width: 1024px;
    box-sizing: border-box;
    min-width: 300px;
}

.content {
    width: 100%;
}

.content_full {
    width: 730px;
}

.popular_products_links, .right_side {
    width: 100%;
}

.right_side {
    margin-top: 0;
    min-height: inherit;
}

.right_side .adds_product_images a img {
    max-width: 80%;
    height: auto;
}

.content_center {
    width: 100%;
    margin-right: 0;
}

table.goods-table {
    width: 100%;
}

.popular_products_preview {
    width: 100%;
    margin-left: 0;
}

.popular_products_preview div {
    margin-left: 0;
    margin-right: 14px;
}

.popular_products_preview div:nth-child(6n+6) {
    margin-right: 0;
}

.footer_wrap {
    width: auto;
}

.footer_menu {
    width: 40%;
    text-align: right;
}

.footer_menu ul {
    text-align: left;
}

.main #slider-games .games_slider {
    width: 714px;
    margin: 8px auto 0;
}

.content-static div.content-sidebar+div.content_center, div.content-with-sidebar div.content_center {
    width: 665px;
}

.content-static div.platiru-texts {
    width: 100%;
}

.search-page .content_full {
    width: 100%;
}

.search-page div.content-search div.content_center {
    width: 720px;
}

.search-page .right_side {
    margin-top: 20px;
    width: 240px;
}


/*games page*/

.games-page.games .right_side {
    width: 300px;
    margin-top: 20px;
}


/*goods page*/

.goods-page .right_side {
    margin-top: 20px;
}

.goods .content_center {
    width: 560px;
}

.goods_full_descr .goods_descr_images a, .goods_full_descr .goods_descr_images a:nth-child(4n+4) {
    margin-right: 30px;
}

.goods_full_descr .goods_descr_images a:nth-child(3n+3) {
    margin-right: 0;
}

.goods_descr_left, .goods_descr_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.goods-page .right_side {
    margin-left: 610px;
}

.goods-page .goods_reviews_stats,
.goods-page .goods_reviews_content {
  width: 100%;
  float: none;
}

.goods-page .goods_reviews_stats{
  border: 1px solid #ddd;
}

div.platiru-texts div.content_center{
  width: auto;
}

}
