
.slid {
  width: 100%;
  height: 340px;


  
text-align: center;
}

#slider {
  position: relative;
  width: 915px;
  height: 340px;
  color:#fff;
  margin:0px auto 0 auto;
  text-align:center;
}

#slider .sm_slider ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#slider .sm_slide {
padding: 0;
  
  height: 340px;
  color: #fff;
  display: none;
  font-size: 100px;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.sm_slide a{
padding: 0;
  
  height: 340px;
  width: 100%;
}

.sm_slide .info {
 width: 960px;
  margin: 200px auto 0 auto;
  font-weight:600;
  text-align:left;
  font-family: 'Open Sans', sans-serif;
}


#slider .sm_slide.active {
  display: block;
  visibility: visible;
}

.sm_prev,
.sm_next {
  width: 50px;
  height: 50px;
  margin: -20px 0 0 0;
  cursor: pointer;
  display: block;
  font-style: normal;
  opacity: .5;
  position: absolute;
  top: 50%;
  z-index: 999;
  background:#555;
  border-radius:50%;
}

.sm_prev {
  border-left-width: 3px;
  border-top-width: 3px;
  left: -25px;
}

.sm_prev:after {
  content:"<";
  font-size:38px;
  font-family:Comfortaa;

}
.sm_prev:hover {
  opacity: 0.7;
}

.sm_next {
  border-right-width: 3px;
  border-bottom-width: 3px;
  right: -25px;

}

.sm_next:after {
  content:">";
  font-size:38px;
  font-family:Comfortaa;

}
.sm_next:hover {
  opacity: 0.7;
}

#slider .sm_nav {
  bottom: 15px;
  position: absolute;
  clear: both;
  display: inline-block;
  overflow: hidden;
  padding: 5px 0px;
  margin-left:-55px;
  z-index: 999;
}

.sm_nav-item {
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 4px;
  width: 14px;
  z-index: 999;
  list-style-type: none;
  font-size: 11px;
  color: #ccc;
}
.sm_nav-item i {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 5px;
  left: 4px;
  border-radius: 5px;
  background-color: #6666ff;
}
.sm_nav-item.active {
  cursor: default;
  color: #ff0000;
}
.sm_nav-item.active:hover {
  cursor: default;
  color: #ffd941;
}
.sm_nav-item.active i {
  background-color: #ffd941;
}
.sm_nav-item:hover i {
  background: #ffd941;
}
.sm_nav-item.active:hover i {
  background-color: #ffd941;
}


.sm_slide .title {
  
  width: 450px;
    color: #09a5fa;
    font-size: 36px;
    position: absolute;
    top: 20px;
    left:0px;
}


#slider .sm_slide img {
    width:915px;
    height:340px;
    left: 0;
  position: absolute;
  top: 0;
}

.sm_slide .desc {
    color: #000;
    width: 450px;
    font-size: 26px;
    position: absolute;
    top: 130px;
    left:0px;
}

.sm_slide a.post{
  position:absolute;
  bottom:50px;
  border: 3px solid #09a5fa;
  border-right:none;
  height: 40px;
  width:200px;
  line-height: 40px;
  padding-left:15px;
  left:0px;
  font-size:20px;
  display:block;
  color:#fff;
  font-weight:bold;
  transition: 0.2s;
}



.sm_slide .zakaz_zvonok_submit{

position:absolute;
  bottom:90px;
  display:block;
  width:300px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  border:none;
  border-bottom: 4px solid #c70000;
  border-radius: 100px;
  background: #ff0000;
  color: #fff;
   transition: 0.2s;
}


.sm_slide .zakaz_zvonok_submit:hover{
background: #c70000;
  cursor: pointer;
}

.sm_slide .zakaz_zvonok_submit:active{
    background:#c70000;
  cursor: pointer;
  border-bottom: 6px solid #073560;
}


.sm_slide a.post:after {
    top: 4px;
    right:-16px;
    content: " ";
    height: 29px;
    width: 29px;
    position: absolute;
    pointer-events: none;
  border-right: 3px solid #09a5fa;

  border-bottom: 3px solid #09a5fa;
     -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.sm_slide a.post:hover{
  background:#09a5fa;
}

.sm_slide a.post:hover:after {
  background:#09a5fa;
}