body, html {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  height: 100%;
  width: 100%; }

img {
  border: none; }

.slider {
  height: 100%;
  width: 100%; }

.slider-item {
  height: 100%;
  width: 100%; }
  .slider-item.i1 {
    background: red; }
  .slider-item.i2 {
    background: blue; }
  .slider-item.i3 {
    display: none;
    background: green; }

.slider-item .item-inner {
  height: 100%; }

.pager {
  z-index: 10000;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center; }
  .pager span {
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    height: 32px;
    width: 32px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    border-radius: 16px;
    background-color: #FFFFFF;
    font-size: 0;
    margin: 0 10px;
    border: 1px solid #AFAFB0; }
    .pager span.cycle-pager-active {
      background-color: #549E97; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: hidden; }
  .header .header-top {
    background: url("../assets/trans.png") transparent;
    height: 140px;
    position: relative;
    margin: 0;
    padding: 0; }
    .header .header-top .logo {
      position: absolute;
      top: 25px;
      left: 50px;
      z-index: 1000; }
    .header .header-top .contacts {
      position: absolute;
      top: 40px;
      left: 268px;
      font-size: 20px;
      color: #575656; }
      .header .header-top .contacts a {
        color: #575656;
        text-decoration: none; }
        .header .header-top .contacts a:hover {
          text-decoration: underline; }
    .header .header-top .info {
      position: absolute;
      right: 50px;
      top: 12px;
      max-width: 547px; }
    .header .header-top .fb {
      top: 35px;
      left: 460px;
      position: absolute; }
    .header .header-top .instagram {
      top: 35px;
      left: 530px;
      position: absolute;
      width: 60px;
      height: 60px; }
    .header .header-top .calendar {
      top: 35px;
      left: 42%;
      margin-left: 170px;
      position: absolute;
      width: 55px; }
      .header .header-top .calendar img {
        display: block;
        width: 100%; }
    .header .header-top .bookBox {
      width: 150px;
      height: 60px;
      position: relative;
      top: 25px;
      left: 42%;
      position: absolute; }
      .header .header-top .bookBox .st0 {
        fill: #92278F; }
      .header .header-top .bookBox .st1 {
        fill: #FFFFFF; }
      .header .header-top .bookBox .lang {
        width: 49px;
        position: absolute;
        top: 15px;
        left: 0; }
        .header .header-top .bookBox .lang img {
          display: block;
          width: 100%; }
        .header .header-top .bookBox .lang.en {
          top: 41px; }
      .header .header-top .bookBox .icon {
        position: absolute;
        top: 0;
        left: 60px;
        width: 85px; }
  .header .header-bot {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0; }
    .header .header-bot img {
      display: block;
      margin: 0;
      padding: 0; }

@media (max-width: 1450px) {
  .header .header-top {
    height: 110px; }
    .header .header-top .logo {
      top: 15px;
      width: 120px; }
    .header .header-top .contacts {
      top: 33px;
      left: 240px;
      font-size: 18px; }
    .header .header-top .info {
      width: 410px;
      top: 12px; }
    .header .header-top .fb {
      left: 410px;
      top: 32px; }
      .header .header-top .fb img {
        width: 48px; }
    .header .header-top .instagram {
      top: 32px;
      left: 470px;
      position: absolute;
      width: 48px;
      height: 48px; }
    .header .header-top .calendar {
      width: 56px;
      top: 30px; }
    .header .header-top .bookBox {
      width: 130px;
      top: 21px; }
  .header .header-bot {
    margin-top: 0px; }
    .header .header-bot img {
      width: 230px; }

  .pager span {
    height: 20px;
    width: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; } }
@media (max-width: 1280px) {
  .Item {
    transform: scale(0.75); }

  .header .header-top .info {
    right: -20px; }
  .header .header-top .calendar {
    margin-left: 0;
    left: auto;
    right: 370px;
    top: 26px; }
  .header .header-top .bookBox {
    left: auto;
    right: 445px;
    top: 19px; }
  .header .header-top .instagram {
    left: 455px;
    top: 30px; }
  .header .header-top .fb {
    top: 30px; } }
@media (max-width: 1080px) {
  .header .header-top {
    height: 160px; }
    .header .header-top .contacts {
      top: 50px;
      left: 200px;
      font-size: 15px; }
    .header .header-top .fb {
      z-index: 1000;
      top: 140px;
      right: auto;
      left: 60px; }
    .header .header-top .instagram {
      top: 140px;
      right: auto;
      left: 102px;
      z-index: 1000; }
    .header .header-top .bookBox {
      left: auto;
      right: 100px;
      top: 93px; }
    .header .header-top .calendar {
      left: auto;
      right: 35px;
      top: 100px; }
    .header .header-top .logo {
      width: 110px;
      top: 16px;
      left: 60px; } }
@media (max-width: 700px) {
  .header .header-top {
    height: 140px; }
    .header .header-top .Item {
      transform: scale(0.6); }
    .header .header-top .info {
      right: -70px;
      top: -5px; }
    .header .header-top .bookBox {
      top: 73px;
      right: 60px; }
    .header .header-top .calendar {
      top: 80px;
      right: 15px; }
    .header .header-top .fb {
      left: 15px;
      top: 110px; }
    .header .header-top .instagram {
      left: 55px;
      top: 110px; }
    .header .header-top .contacts {
      transform: scale(0.8);
      left: 110px; }
    .header .header-top .logo {
      width: 80px;
      left: 25px; }
  .header .header-bot .logo {
    width: 130px; } }
@media (max-width: 450px) {
  .header .header-top .Item {
    transform: scale(0.5); }
  .header .header-top .info {
    right: -90px; }
  .header .header-top .bookBox {
    right: 40px;
    top: 74px; }
  .header .header-top .calendar {
    right: 8px; }
  .header .header-top .fb {
    left: 20px; }
  .header .header-top .instagram {
    left: 52px; }
  .header .header-top .contacts {
    top: 87px; }

  .pager span {
    height: 16px;
    width: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    margin: 0 5px; } }
@media (max-width: 370px) {
  .header .header-bot .logo {
    width: 110px; }
  .header .header-top {
    height: 120px; }
    .header .header-top .Item {
      transform: scale(0.4); }
    .header .header-top .info {
      right: -115px; }
    .header .header-top .bookBox {
      top: 65px;
      right: 17px; }
    .header .header-top .calendar {
      right: 0px;
      top: 70px; }
    .header .header-top .instagram {
      top: 95px;
      left: 45px; }
    .header .header-top .fb {
      top: 95px;
      left: 20px; }
    .header .header-top .logo {
      left: 20px;
      top: 12px; }
    .header .header-top .contacts {
      left: 102px;
      top: 79px;
      font-size: 13px; } }

/*# sourceMappingURL=style.css.map */
