/*for devices*/

@media screen and (min-width: 1024px) and (max-width: 1366px){

.touchDevice .content_center{
  width: calc(100% - 270px);
}

.touchDevice .goods_descr_images__mobile {
    display: none;
}

/*.touchDevice .goods_order_form_buttons {
    padding: 0;
}*/

.touchDevice .goods .right_side {
    width: 370px;
}

.touchDevice .goods .content_center {
    width: calc(100% - 390px);
    padding-right: 390px;
}

.touchDevice .goods-page .right_side {
    margin-top: 25px;
    position: absolute !important;
    margin-left: 780px;
    top: 0;
}

.touchDevice .goods .content_center .goods_descr_bottom .goods_descr_images {
    display: block;
}

.touchDevice .goods_full_descr {
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.touchDevice .goods_full_descr .goods_descr_images a {
    border: 1px solid #ebebeb;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    margin-right: 30px !important;
    display: inline-block;
    margin-bottom: 20px !important;
    padding: 6px;
}

.touchDevice .goods_full_descr .goods_descr_images a img {
    max-height: 150px;
}

.touchDevice .goods_full_descr .goods_descr_images a:nth-child(4n+4) {
    margin-right: 0 !important;
}

.touchDevice .goods-page .breadcrumbs,
.touchDevice .goods-page .goods-alert,
.touchDevice .goods-page .goods_descr_top h1,
.touchDevice .goods-sell-count,
.touchDevice .goods_full_descr,
.touchDevice .descr_additional_description,
.touchDevice .goods_reviews,
.touchDevice .goods-page .warning,
.touchDevice .goods_guarantee_info {
    margin-left: 0;
    margin-right: 0;
}

.touchDevice .goods_descr_right {
    margin-top: 20px;
}

.touchDevice .goods_add_to_note {
    margin: 0;
}

.touchDevice .goods_order_form {
    margin-top: 36px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.touchDevice .fixedHeader .goods-page .right_side {
    margin-top: 75px;
}

.touchDevice .bottom-panel .wrapper {
    position: relative;
}

.touchDevice .bottom-panel .wrapper .top_user_controls {
    top: -40px;
}

.touchDevice .content_full{
  padding: 0;
}

.touchDevice .goods_reviews_stats {
    float: right;
    width: 240px;
}

.touchDevice div.merchant-statistic {
    float: right;
    width: 200px;
    margin-left: 20px;
}

.touchDevice div.merchant-information{
  float: left;
  width: 650px;
}

.touchDevice div.merchant-raiting{
  width: 150px;
  margin-top: -37px;
  position: absolute;
}

.touchDevice div.merchant-contacts {
    float: right;
    width: 450px;
    padding-left: 39px;
    border-left: 1px solid #fff;
    margin-top: 0;
}

.touchDevice div.merchant-contacts table td,
.touchDevice div.merchant-contacts table th{
  width: auto;
}

.touchDevice div.merchant-contacts table {
    width: 450px;
}

.touchDevice header.fixed .searchBtn{
  top: 0;
}

.touchDevice .content{
  padding: 0 10px;
  box-sizing: border-box;
}

@media (orientation:landscape) {

  .touchDevice .content{
    padding: 0;
    box-sizing: border-box;
  }

}

}
