﻿/*
Блок 'Слайдер http://jquery.malsup.com/cycle2/'
Modified 21.03.2016
*/

.cycle-slideshow, .cycle-slideshow * {
  box-sizing: border-box;
}
.block_cycle_ins {
  height: 125px;
  margin-top: 230px;
  position: relative;
  background: url(../images/bgs.jpg) center center / cover no-repeat;
}
.block_cycle .cycle-slideshow {
  overflow: hidden;
}
.block_cycle.ins .cycle-slideshow {
  height: 120px;
  min-height: 0px;
  overflow: hidden;
}
.cycle-slideshow {
  width: 100%;
  min-width: 200px;
  position: relative;
}
.cycle-slideshow > div {
  right: 0px;
}
.cycle-slideshow img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  vertical-align: top;
}
.block_cycle_ins .cycle-slideshow img {
  min-height: 120px;
}
.cycle-slideshow img:first-child {
  position: static;
  z-index: 100;
}
.cycle-pager {
  width: 100px;
  margin: 0px 0px 0px -25px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  left: 50%;
  text-align: center;
  z-index: 500;
}
.cycle-pager span {
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  font: normal 50px/16px arial, tahoma, verdana;
  display: inline-block;
  cursor: pointer;
  color: #fff6ee;
}
.cycle-pager span.cycle-pager-active {
  color: #6397db;
}
.cycle-pager > * {
  cursor: pointer;
}
.cycle-caption {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  z-index: 700;
}
.cycle-overlay {
  max-width: 1600px;
  padding: 0px;
  margin: 0px  auto;
  position: absolute;
  top: 42%;
  left: 0px;
  right: 0px;
  font: normal 75px/80px 'Open Sans', arial, tahoma;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  content: attr(data-title);
  color: #ffffff;
  z-index: 600;
}
.cycle-overlay .tit {
  width: 50%;
  float: right;
}
.cycle-overlay .tit.first {
  margin-left: 0px;
  float: left;
}
.cycle-overlay span {
  font: normal 83px/83px 'Open Sans', arial, tahoma;
  font-weight: 400;
  text-transform: uppercase;
}
.block_cycle_ins .overlay .tcell {
  height: 62px;
  padding: 15px 20px;
  display: table-cell;
  vertical-align: middle;
}
.cycle-slideshow .slide a:hover .tit {
  text-decoration: underline;
}
.cycle-prev, .cycle-next {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
  /*background: url(../images/left.png) 50% 50% no-repeat;*/
  z-index: 800;
}
.cycle-next {
  left: auto;
  right: 0px;
  /*background: url(../images/right.png) 50% 50% no-repeat;*/
}
.cycle-prev:hover, .cycle-next:hover {
  opacity: .7;
}
.disabled {
  opacity: .5;
}
.cycle-paused:after {
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  content: 'Paused';
  color: #ffffff;
  background: #000000;
  border-radius: 10px;
  opacity: .5;
  z-index: 500;
}

/*Private*/
/*.block_cycle {
  position: relative;
}
.block_cycle .decors {
  width: 100%;
  height: 175px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(../images/cycle/decor_bgs.png) left bottom repeat-x;
  z-index: 100;
}
.block_cycle .decors div {
  height: 175px;
  background: url(../images/cycle/decor.png) bottom right no-repeat;
}*/
/*end Private*/