.ui-product__nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}}.ui-product__nav>*{position:absolute;top:50%;margin-top:-22px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:45px;height:45px;-webkit-border-radius:50%;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.15);box-shadow:0 10px 30px rgba(0,0,0,.15);cursor:pointer;opacity:.8;-webkit-transition:background-color .5s,opacity .5s;transition:background-color .5s,opacity .5s;z-index:1}@media (max-width:575px){.ui-product__nav>*{position:relative;margin:0 7px}}

.ui-product__nav>*.-prev{left:-15px}

.ui-product__nav>*.-next{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}

.ui-product__nav>*.-next{right:-15px}

.ui-product__nav>* *{position:relative;display:block;width:8px;height:12px;margin-left:-4px}.ui-product__nav>* *:after,.ui-product__nav>* *:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-image:url(../img/card-img_arrow.png)}.ui-product__nav>* *:before{z-index:1;background-position:0 0}.ui-product__nav>* *:after{z-index:1;background-position:0 -12px;-webkit-transition:opacity .5s;transition:opacity .5s;opacity:1}.ui-product__nav>*:hover{opacity:1;background-color:#01c1c2}.ui-product__nav>*:hover span:after{opacity:0}

.brand-info__wrapper {
  position: relative;
}

.brand-info__item {
  text-align: left;
  padding-top: 20px;
}

.brand-info__img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
}

.brand-info__img:after {
  content: "";
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
  bottom: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
          box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
}

.brand-info__img img {
  position: relative;
  display: block;
  max-width: 100%;
  z-index: 1;
  border-radius: 10px;
}

.ui-product__nav>* {
    position: absolute;
    top: 50%;
    margin-top: -41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.15);
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    cursor: pointer;
    opacity: .8;
    -webkit-transition: background-color .5s,opacity .5s;
    transition: background-color .5s,opacity .5s;
    z-index: 1;
}

.brand-info__slider .swiper-pagination {
  text-align: center;
}
.brand-info__slider.swiper-container-horizontal>.swiper-pagination-bullets {
  position: relative;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
.brand-info__slider .swiper-pagination-bullet {
    position: relative;
    width: 36px;
    height: 36px;
    background: transparent;
    opacity: 1;
    cursor: pointer;
}
.brand-info__slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
.brand-info__slider .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: #212121;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.brand-info__slider .swiper-pagination-bullet-active {
    background-color: transparent;
}
.brand-info__slider .swiper-pagination-bullet-active:before,
.brand-info__slider .swiper-pagination-bullet:hover:before {
   background-color: #01c1c2;
}
.brand-info__slider .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;    
    background: url("../img/new-top_dot_active.png") no-repeat 0 0; 
    -webkit-transform: scale(0) rotate(120deg); 
        -ms-transform: scale(0) rotate(120deg); 
            transform: scale(0) rotate(120deg);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.6s;
    transition: opacity 0.3s, -webkit-transform 0.6s;
    -o-transition: transform 0.6s, opacity 0.3s;
    transition: transform 0.6s, opacity 0.3s;
    transition: transform 0.6s, opacity 0.3s, -webkit-transform 0.6s;
}
.brand-info__slider .swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  opacity: 1;
}

