@charset "UTF-8";
cottageslider {
  display: flex;
  width: 660px;
  height: 700px;
  background-color: #ebebeb;
  text-align: center;
  flex-direction: column;
  justify-content: center; }
  cottageslider:after {
    content: 'Загрузка...';
    font-size: 30px; }

.fancybox-inner .slide-text {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px; }

.slider_block {
  margin-bottom: 0px; }
  .slider_block .ico-zoom {
    position: absolute;
    right: 0;
    top: 299px;
    bottom: none;
    background: url(../images/ico-zoom.png) 0 0 no-repeat;
    width: 45px;
    height: 45px; }
  .slider_block .slider_pic {
    margin-bottom: 0px !important; }
    .slider_block .slider_pic > div > a {
      display: flex;
      height: 345px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background-color: #fcfcfc; }
      .slider_block .slider_pic > div > a img {
        max-width: 610px;
        max-height: 345px;
        width: auto !important; }
    .slider_block .slider_pic .text {
      margin-top: 10px;
      display: inline-block; }
  .slider_block .panel {
    height: 90px;
    width: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }

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