.carousel-items {
  margin: 33px 0 20px; }
  .carousel-items .types {
    left: 0;
    position: relative;
    white-space: nowrap; }
    .carousel-items .types .catalog-item {
      background: #f1f1f1;
      -moz-transition: background 0.8s ease;
      -o-transition: background 0.8s ease;
      -webkit-transition: background 0.8s ease;
      width: 160px; }
      .carousel-items .types .catalog-item:hover {
        background: #fff; }
  .carousel-items .var-count {
    margin-top: 4px; }
  .carousel-items .arrow {
    margin-top: 80px; }

.carousel-title {
  color: #000;
  font: 32px/32px openSansLight;
  letter-spacing: 2px;
  margin: 0;
  padding: 7px 0 5px;
  text-align: center;
  text-transform: uppercase; }

.carousel-items-cont {
  min-height: 300px;
  overflow: hidden;
  padding: 0 10px;
  position: relative; }
  .carousel-items-cont .catalog-item .title {
    white-space: normal; }

/*# sourceMappingURL=carousel-block.css.map */
