/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
background: rgb(255, 255, 255) url(loading.gif) no-repeat 50% 50%;
margin-bottom: 10px;
-webkit-box-shadow: 0px 1px 5px 0px rgb(74, 74, 74);
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px rgb(74, 74, 74);
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  /*height: 370px;*/
  left: 0;
  top: 0;
  }

.rslides li a {
  border: none;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides div span {
    max-width: 550px;
    width: 100%;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 1.1;
}

.rslides div .button {
    margin-top: 45px;
}

.large-btns_tabs {
text-align: center;
padding: 20px 0 0 0;
}

.large-btns_tabs ul {
	list-style: none;
}

.large-btns_tabs li {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(https://kwazar-rus.ru/slider/themes/default/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
	cursor: pointer;
}

.large-btns_tabs li  a{
	display: block;
	width: 22px;
	height: 22px;
}

.large-btns_tabs li.large-btns_here {
	background-position: 0 -22px;
}