DIV.promo {
  height: 134px;
  position: relative;
}
DIV.promo UL.slider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto!important;
  max-height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
DIV.promo UL.slider > LI.sm_slide {
  display: none;
  float: left;
  position: relative!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 -100% 0 0;
  padding: 0;
  visibility: hidden;
}
DIV.promo UL.slider > LI.sm_slide.active {
  display: block;
  visibility: visible;
}
DIV.promo UL.slider > LI.sm_slide > IMG {
  float: left;
  width: 100%;
}
DIV.promo UL.sm_nav {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
DIV.promo UL.sm_nav LI.sm_nav-item {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 6px;
  background-color: #ccc;
  border-radius: 8px;
  cursor: pointer;
}
DIV.promo UL.sm_nav LI.sm_nav-item.active {
  background-color: red;
}
DIV.promo I.sm_prev,
DIV.promo I.sm_next {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 41px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
DIV.promo I.sm_prev:after,
DIV.promo I.sm_next:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 13px;
  width: 15px;
  height: 15px;
  border: solid;
  border-color: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
DIV.promo I.sm_prev {
  left: 0px;
}
DIV.promo I.sm_prev:after {
  left: 8px;
  border-width: 0 0 1px 1px;
}
DIV.promo I.sm_next {
  right: 0px;
}
DIV.promo I.sm_next:after {
  right: 8px;
  border-width: 1px 1px 0 0;
}
.info-categories  {
  float: right;
  margin-top: 45px;
  width: 295px;
}

@media  screen and (max-width: 576px){
  .info-categories  {
    float: none;
    margin-bottom: 40px;
    margin-top: 45px;
    width: 100%;
  }

}
.info-categories .title {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 20px;
  min-height: 41px;
  line-height: 41px;
  background: #ef3a3c;
}
.info-categories .list-c {
  margin: 0;
  padding: 8px 0;
  display: block;
  list-style-type: none;
  border: 1px solid silver;
  border-top: none;
}
.info-categories .list-c li {
  padding: 0 26px;
}
.info-categories .list-c li a {
  width: 100%;
  padding: 8px 0;
  display: block;
  color: #006ecd;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}
.info-categories .list-c li p {
  margin-top: 10px;
  text-align: left;
  text-transform: none;
  font-size: 11px;
  color: #666;
}

.info-categories .list-c li ul li {
  padding: 0;

}
.info-categories .list-c li ul {
  padding-left: 15px;
}
.info-categories .list-c li ul li a {
  color: #4e4e4e;
  text-transform: none;
  border-bottom: none;
  padding-bottom: 0;
}
.info-categories .list-c li ul li p {
  text-transform: none;
  font-size: 12px;
  color: #ccc;
}