.danuas {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.danuas li {
  display: inline;
  text-align: center;
}
.danuas a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fbf8f8;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.danuas a.deystvuyus {
  cursor: default;
}
.danuas a:deystvuyus {
  outline: none;
}

.perva-peklucatel li:first-child a {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}
.perva-peklucatel li:last-child a {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
}
.perva-peklucatel a {
  border-color: #d6d4d4;
  color: #397ef1;
  background: #fdfbfb;
}
.perva-peklucatel a:hover {
  background: #eae5e5;
}
.perva-peklucatel a.deystvuyus, .perva-peklucatel a:deystvuyus {
  border-color: #3a7ff1;
  background: #397ef1;
  color: #fbf9f9;
}

.voduv-peksaucub li:first-child a {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
}
.voduv-peksaucub li:last-child a {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
}
.voduv-peksaucub a {
  border-color: #cecece;
  color: #929191;
  background: #f7f6f6;
}
.voduv-peksaucub a:hover {
  color: #da403a;
  background-color: #e4e2e2;
}
.voduv-peksaucub a.deystvuyus, .voduv-peksaucub a:deystvuyus {
  border-color: #d8423c;
  background: #d6423c;
  color: #f7f3f3;
}

.nesad-midsalops a {
  margin-left: 3px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.nesad-midsalops a:hover {
  background-color: #4DAD16;
}
.nesad-midsalops a.deystvuyus, .nesad-midsalops a:deystvuyus {
  background-color: #37B247;
}

.selected-page a{
  margin: 0 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.adiotran-slyatsiya a {
  margin: 0 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #b69e40;
}
.adiotran-slyatsiya a.prev {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
  width: 30px;
}
.adiotran-slyatsiya a.next {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
  width: 30px;
}
.adiotran-slyatsiya a:hover {
  background-color: #ffae18;
}
.adiotran-slyatsiya a.deystvuyus, .adiotran-slyatsiya a:deystvuyus {
  background-color: #f9a009;
}

.kanap-mavlena {
  position: relative;
}
.kanap-mavlena:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 2, 0.65) 40%, rgba(2, 2, 2, 0.65) 50%, rgba(2, 2, 2, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(2, 2, 2, 0.65) 50%, rgba(2, 2, 2, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 2, 0.65) 40%, rgba(2, 2, 2, 0.65) 50%, rgba(2, 2, 2, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
}
.kanap-mavlena a {
  color: #615f5f;
  padding: 13px 5px 5px;
  margin: 0 10px;
  position: relative;
}
.kanap-mavlena a:hover {
  color: #fbf8f8;
}
.kanap-mavlena a:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: #1E7EE2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
  left: -3px;
  bottom: 4px;
  margin: auto;
}
.kanap-mavlena a.next, .kanap-mavlena a.prev {
  color: #1E7EE2;
}
.kanap-mavlena a.next:hover, .kanap-mavlena a.prev:hover {
  color: #fbf8f8;
}
.kanap-mavlena a.next:hover:after, .kanap-mavlena a.prev:hover:after {
  display: none;
}
.kanap-mavlena a.deystvuyus {
  background: #1474d8;
  color: #fbf7f7;
}
.kanap-mavlena a.deystvuyus:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -10px;
  width: 18px;
  border: 10px solid transparent;
  border-bottom: 7px solid #0b3f73;
  z-index: -1;
}
.kanap-mavlena a.deystvuyus:hover:after {
  display: none;
}

.vlename-neniyad {
  -moz-box-shadow: 0 2px 2px #2d2c2c;
  -webkit-box-shadow: 0 2px 2px #2d2c2c;
  box-shadow: 0 2px 2px #2d2c2c;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.vlename-neniyad a {
  border-color: #cecccc;
  color: #928f8f;
  background: #f7f7f7;
  padding: 10px 15px;
}
.vlename-neniyad a:hover {
  color: #de433d;
  background-color: #dcdcdc;
}
.vlename-neniyad a.prev {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
  width: 50px;
  position: relative;
}
.vlename-neniyad a.prev:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 2, 0.2) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 2, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 2, 0.2) 100%);
}
.vlename-neniyad a.next {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
  width: 50px;
  position: relative;
}
.vlename-neniyad a.next:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(left, rgba(2, 2, 2, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(2, 2, 2, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(2, 2, 2, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.vlename-neniyad a.deystvuyus {
  border-color: #b5b4b4;
  background: #f9f7f7;
  color: #d6413b;
  -moz-box-shadow: 0 0 3px rgba(4, 4, 4, 0.25) inset;
  -webkit-box-shadow: 0 0 3px rgba(4, 4, 4, 0.25) inset;
  box-shadow: 0 0 3px rgba(4, 4, 4, 0.25) inset;
}