div.itemBrandList{
    position:relative;
	padding: 0px 30px;
}
div.itemBrandList .itemCat
{
  position: relative;
  height: 200px;
  margin-left: 1px;
  border:1px solid #BEBEBE;
  border-radius:3px;
}
div.itemBrandList .itemCat div.img
{
    margin: 0 auto;
    display: flex;
    height: 200px;
    width: 250px;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.itemBrandList .itemCat div.img img
{
  max-width:180px;
  max-height:180px;
}

div.itemBrandList .itemCat div.raiting
{
  position:absolute;
  width:40px;
  top:15px;
  z-index:1;
}
div.itemBrandList .itemCat div.raiting div.label
{
  height:30px;
  width:30px;
  margin:0 0 5px 5px;
  text-align:center;
  vertical-align:middle;
  color:#fff;
  line-height:30px;
  border-radius:15px;
}
div.itemBrandList .itemCat div.raiting.user
{
  left:0;
}
div.itemBrandList .itemCat div.raiting.user div.label
{
  background: #38ad6b;
}
div.itemBrandList .itemCat div.raiting.prof
{
  right:0;
}
div.itemBrandList .itemCat div.raiting.prof div.label
{
  background: #9277c7;
}

div.itemBrandList .next{
	position:absolute;
	top:80px;
	right:0px;
	width:23px;
	height:40px;
	display:block;
	background: url(images/next.png) no-repeat;
	z-index:100;
}

div.itemBrandList .prev{
	position:absolute;
	top:80px;
	left:0px;
	width:23px;
	height:40px;
	display:block;
	background: url(images/prev.png) no-repeat;
	z-index:100;
}




 .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}



.novelty {
  margin-bottom: 50px;
}
.novelty_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .novelty_content {
    display: block;
  }
}
@media (max-width: 768px) {
  .novelty_content {
    display: block;
  }
}
.novelty_content .novelty_column {
  position: relative;
  margin-right: 30px;
  display: block;
}
@media (max-width: 1200px) {
  .novelty_content .novelty_column {
    margin: 0;
    overflow: hidden;
    display: table-cell;
    padding-bottom: 20px;
  }
  .novelty_content .novelty_column.one {
    width: 63%;
  }
  .novelty_content .novelty_column.two {
    width: 47%;
  }
  .novelty_content .novelty_column:first-child {
    padding-right: 10px;
  }
  .novelty_content .novelty_column:last-child {
    padding-left: 10px;
  }
  .novelty_content .novelty_column img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .novelty_content .novelty_column {
    margin: 0;
    display: table-cell;
  }
  .novelty_content .novelty_column.one {
    width: 60%;
    padding-right: 10px;
  }
  .novelty_content .novelty_column.two {
    width: 40%;
    padding-left: 10px;
  }
  .novelty_content .novelty_column img {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .novelty_content .novelty_column {
    display: block;
    height: 276px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .novelty_content .novelty_column.one {
    width: 100%;
    padding-right: 0px;
  }
  .novelty_content .novelty_column.two {
    width: 100%;
    padding-left: 0px;
  }
  .novelty_content .novelty_column img {
    width: 100%;
    height: auto;
  }
}
.novelty_content .two_row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .novelty_content .two_row {
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
  }
  .novelty_content .two_row .block {
    float: left;
    width: 50%;
    padding-bottom: 20px;
  }
  .novelty_content .two_row .block:first-child {
    padding-right: 10px;
  }
  .novelty_content .two_row .block:last-child {
    padding-left: 10px;
  }
  .novelty_content .two_row .block .ivan {
    height: 276px;
    overflow: hidden;
    position: relative;
  }
  .novelty_content .two_row .block .ivan img {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .novelty_content .two_row {
    display: block;
    width: 100%;
  }
  .novelty_content .two_row .block {
    display: block;
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .novelty_content .two_row .block:first-child {
    padding-right: 0px;
  }
  .novelty_content .two_row .block:last-child {
    padding-left: 0px;
  }
}
.novelty_content .two_row div {
  position: relative;
}
.novelty_content .two_row div .circle_with_text {
  position: absolute;
}
.novelty_content .two_row div .Absolute-Center {
  margin: auto 55px auto auto;
}










.circle_with_text {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 20px 14px;
}
@media (max-width: 1440px) {
  .circle_with_text {
    width: 165px;
    height: 165px;
  }
}
.circle_with_text .title {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
}
.circle_with_text .text {
  font-size: 14px;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  .circle_with_text .text {
    font-size: 13px;
  }
}
.circle_with_text .brend {
  font-size: 10px;
}
.circle_with_text .brend .uper {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 3px;
}
.circle_with_text .price {
  font-size: 15px;
}
.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .Absolute-Center {
    margin: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}