﻿@charset "UTF-8";
.newproducts .main .main-title {
  margin-bottom: 20px
}

.newproducts-brandname {
  margin-bottom: 25px;
  padding: 0 5px
}

.newproducts-brandname span {
  font-weight: 700
}

.newproducts-price {
  margin-bottom: 25px;
  padding: 0 5px;
  line-height: 1.7
}

.newproducts-price span {
  font-weight: 700
}

.slider {
  width: 435px;
  margin: 0 auto 25px;
  overflow: hidden
}

.main-block .newproducts-img {
  display: block;
  text-align: center;
  margin: 40px 0;
}
.main-block .newproducts-img img {
  max-width: 75%;
  height: auto;
}

.newproducts-text {
  line-height: 1.7;
  margin-bottom: 25px;
  padding: 0 5px;
}

li.first.odd,
li.last.even {
    display: none;
}

/*
@media(min-width:750px){
.main-block img {
  max-width: 360px!important;
}
}
*/
