.slideSection{height:636px; position:relative;}
.mobile_visual{display: none !important;}
/********** SLIDER **********/
.indexLayout .slide1{background:#752baa url('../images/main/slideBg 1.png')no-repeat top center; height:636px; background-size:cover;}
.indexLayout .slide2{background:#752baa url('../images/main/slideBg 2.png')no-repeat top center; height:636px; background-size:cover;}
.indexLayout .slide3{background:#752baa url('../images/main/slideBg 3.png')no-repeat top center; height:636px; background-size:cover;}
.indexLayout .slide4{background:#752baa url('../images/main/slideBg 4.png')no-repeat top center; height:636px; background-size:cover;}
.indexLayout .slide:first-child { display: block;}
/********** TEXT **********/
.indexLayout .slideImg{}
.indexLayout .slideImg{}
.indexLayout .slideImg img {
  display: block;
  height: auto;
  float: left;
  width: auto;
  border: 0;
  }
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides{width:100%;position:absolute; height:636px;}
.rslides li{width:100%;height:100%;}
.callbacks_tabs{position:absolute; z-index:9; bottom: 55px;width:100%;text-align:center;height:13px;line-height:0}
.callbacks_tabs li{display:inline-block;margin:0 6px;line-height:13px;height:13px;}

.callbacks_tabs li a{text-indent:-999px;width:13px; height:13px; background:transparent;border:2px solid #fff;font-size:0;display:inline-block;border-radius:50px;box-sizing:border-box;}
.callbacks_tabs li.callbacks_here{}
.callbacks_tabs li.callbacks_here a{background:#fff;}

.navWrap{width:1150px;margin:0 auto 0; position: absolute; top:190px; left:50%;margin-left:-575px;z-index: 99;}
.callbacks_nav{width:34px; height:52px; text-indent:-9999px;}
.callbacks_nav.prev{background:url('../images/main/slide_prev.png')no-repeat;float:left;}
.callbacks_nav.next{background:url('../images/main/slide_next.png')no-repeat;float:right;}

@media all and (max-width:768px) {
.rslides,
.slideSection{height:400px;}
/********** SLIDER **********/
.indexLayout .slide1{background:#752baa url('../images/main/slideBg1.png')no-repeat top center; height:400px; background-size:cover;}
.indexLayout .slide2{background:#752baa url('../images/main/slideBg2.png')no-repeat top center; height:400px; background-size:cover;}
.indexLayout .slide3{background:#752baa url('../images/main/slideBg3.png')no-repeat top center; height:400px; background-size:cover;}
.indexLayout .slide4{background:#752baa url('../images/main/slideBg4.png')no-repeat top center; height:400px; background-size:cover;}

.callbacks_tabs{bottom:20px;}
    .mobile_visual{display: block !important;}
}